[thelist] Overlapping CSS boxes for header and content?

**1st Vamp** wes at pmason.karoo.co.uk
Thu Mar 7 11:14:01 CST 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: MD5

Cheers, that's pretty much what I wanted. ;)

- - Vamp

<tip value="Standard WebComic dates in PHP" author="Wesley Mason">
If you work on a webcomic or want to use a script that 'grabs' strips
for displaying, then you should know that the most commonly used
standard for dates in webcomics is YYYYMMDD, after working on a
webcomic I found this code worked best for parsing standard webcomic
dates (works with any YYYYMMDD date standard):
function parse_date($date) {
eregi("([0-9]{4})([0-9]{1,2})([0-9]{1,2})",$date,$darray);
return(date ("l jS F Y", mktime (0,0,0,$darray[2],$darray[3],$darray[1])));
}
This would return the date in textual format, but can be modified to
return in a different format or as multiple variables.
</tip>

Thursday, March 07, 2002, 5:06:09 PM, Chris Blessing wrote:

> Hi Vamp-

> You should be able to use this as a starter:

> http://www.330i.net/downloads/boxes.html

> The CSS is in the source, and watch out for browser compatibility. ;)

> Chris Blessing
> webguy at mail.rit.edu
> http://www.330i.net

-----BEGIN PGP SIGNATURE-----
Version: 2.6

iQIMAwUAPIefoutR7En81eJTAQFoJA+4t5ElDvnS6u0n+m4cB4drQBsl4zXuW9ps
Ru61oSx/xaABQ+rPEDcWsYj63OJOaesuOAyyq9L15DRVT28ahZq5JnWyRwzpysP+
NXbVS02wxdxhukIWq/TIZ9sKwmyHU89UJF3mjZbqxBB1jE7hpGFAblbXgTy3l+jH
8j6uL0BRt7EQmdfw7o9Z6q5OQwFCtYoYNliM0Ql7O6ujdtpEN81tbWMFhNcCSuXO
dixTzHO+E4opFo11icWrcU3vCOq/ON+zbmgud+nzeR5ZkGFeEaAyLHmMhm3EgTll
PbPXHZVNiNzE3nsaoRL/P9EGbtKsXqwU8hBdVva50N1JigHSnbcOOZygLxheySjq
WAj/3U+9H4JqMUkjlYHkBUhhQ8Iu8nXq9hjiN+L8hjkrw/s3zwSY3m11DeKbyZhk
OHwTJTNLk5SF39fbwNDizSD7unGOSRe5z2g07IZgpsckQKZkb5HqUwm9lKrE0Ze6
TTGyUQ6Kr5xMhgxUlNSB/13qZhiIpp2sr4JsWNp/K0Mga5zn5t7y72Ca8mbqQYYZ
pig6NrfSI9UrvU1VFKrO3njsuNL+bSwAPCAJI9L9Uu9eCilCVXCGlVAW2ktqmoUH
YZrsE0qBmQ+FSJAbGTATI1+fruPJBD2KiFJq+h2XeVKpH86m3spIvnkmVUCDhkA=
=DHoq
-----END PGP SIGNATURE-----




More information about the thelist mailing list