Search found 33 matches

by zick
Mon Mar 07, 2005 9:55 pm
Forum: PHP - Code
Topic: easter in php ...
Replies: 4
Views: 841

yeah, i noticed that ...
i'm in the process of converting it right now.

thanks again.
by zick
Mon Mar 07, 2005 6:26 pm
Forum: PHP - Code
Topic: easter in php ...
Replies: 4
Views: 841

c = y / 100 n = y - 19 * ( y / 19 ) k = ( c - 17 ) / 25 i = c - c / 4 - ( c - k ) / 3 + 19 * n + 15 i = i - 30 * ( i / 30 ) i = i - ( i / 28 ) * ( 1 - ( i / 28 ) * ( 29 / ( i + 1 ) ) * ( ( 21 - n ) / 11 ) ) j = y + y / 4 + i + 2 - c + c / 4 j = j - 7 * ( j / 7 ) l = i - j m = 3 + ( l + 40 ) / 44 d ...
by zick
Mon Mar 07, 2005 11:55 am
Forum: PHP - Code
Topic: easter in php ...
Replies: 4
Views: 841

easter in php ...

wonderring if anyone knows of a script to figure out when easter falls ... i've been trying to write a script for awhile that figures out if today is easter and writes a little "happy easter" message. actually the script is for all holidays, but easter is the toughest of them. most holiday...
by zick
Thu Feb 24, 2005 10:32 pm
Forum: PHP - Code
Topic: time() question ...
Replies: 3
Views: 392

why do i always miss these little helpful functions? man! i was in the process of writing this function that divided the days from the epoch and took the remainder and figured out what was left over. gosh, it was starting to get wiked. well, i thank you for giving me something almost too easy it see...
by zick
Thu Feb 24, 2005 9:58 pm
Forum: PHP - Code
Topic: time() question ...
Replies: 3
Views: 392

time() question ...

i was wonderring if anyone had a little tidbit of code that uses the time() function to generate the unix timestamp (seconds from the unix epoch) that is the very beginning of the next day (12:00 midnight). i want make a cookie expire exactly at midnight the day it is set, no matter when it is set. ...
by zick
Thu Apr 22, 2004 9:41 am
Forum: Miscellaneous
Topic: just wonderring about ide's ...
Replies: 5
Views: 1718

just wonderring about ide's ...

is there an open-source version of an ide like dreamweaver ... something that can manage an entire site, linkages, etc ...

thanks for any followup ....
by zick
Thu Apr 22, 2004 9:31 am
Forum: Javascript
Topic: stupid css question ... (alt color strikethrough)
Replies: 3
Views: 1038

stupid css question ... (alt color strikethrough)

i think i've seen this in other places ... when using strikethrough on text is there a style attrib that makes it an alternate color ... like for a price of something online in black, but struck-through with red and a sale price next to it. i don't know if this is css or if it's something else. than...
by zick
Wed Apr 14, 2004 9:22 am
Forum: Javascript
Topic: simple (or stupid?) html/css question concerning DIV's ...
Replies: 5
Views: 1311

i'll give that a try ... thanks.

if that doesn't work, i'll have to put up some screenshots.
by zick
Tue Apr 13, 2004 9:58 am
Forum: Javascript
Topic: simple (or stupid?) html/css question concerning DIV's ...
Replies: 5
Views: 1311

yeah, i normally use those ... i just wrote it that way for speed's sake. i didn't want to write that whole thing out. btw, i'm not thinking what you wrote will work. i'll try it, though. the "text-align" style attribute (which seems to be the only thing added) handles how text lines up, n...
by zick
Mon Apr 12, 2004 1:02 am
Forum: Javascript
Topic: simple (or stupid?) html/css question concerning DIV's ...
Replies: 5
Views: 1311

simple (or stupid?) html/css question concerning DIV's ...

Let me start by saying that i've always been a table kinda guy, then i started using div's ... much cooler, but they don't always behave the way i would like. this might be my perception of the "rules" ... ok, my problem deals with div's that have the style element "float" ... if...
by zick
Wed Feb 25, 2004 8:56 pm
Forum: Javascript
Topic: THEAD's, TFOOT's, & TBODY's, oh my!
Replies: 8
Views: 2264

no memories ... I think you bring up the best workaround available. To bad that feature doesn't work properly yet, it would be a cool way to eliminate frames from my repitiore. I'll be sad when that happens, though :( . There like that faithful old dog that you should just take behind the woodshed, ...
by zick
Wed Feb 25, 2004 9:14 am
Forum: Javascript
Topic: THEAD's, TFOOT's, & TBODY's, oh my!
Replies: 8
Views: 2264

THEAD's, TFOOT's, & TBODY's, oh my!

I was reading in an old HTML book that I have about THEAD's, TFOOT's, & TBODY's and it says that it's supposed to behave like framesets ... with the HEAD and the FOOT stationary at the top and the bottom of the page and a scrollbar for the BODY. Is my book outdated or am I going slightly mad? Or...
by zick
Tue Jan 27, 2004 3:29 pm
Forum: Javascript
Topic: Probably an easy solution, but it kinda has me baffled ...
Replies: 1
Views: 1070

okay, for those of you who don't know the answer to this ... I'll answer my own stupid question. I found what makes it work. The table tag must have attributes width="100%" and height="100%" ... next the top and bottom row rows (topSpan and bottomSpan) must have attributes height...
by zick
Tue Jan 27, 2004 3:00 pm
Forum: Javascript
Topic: Probably an easy solution, but it kinda has me baffled ...
Replies: 1
Views: 1070

Probably an easy solution, but it kinda has me baffled ...

I got a bit of a problem and I've tried a bunch of things and can't seem to get it right. The weird thing is that I know I've gotten it to work before, but I don't have any code snippets lying around for reference. Anyways here's the situation ... I'm making a splash screen for a site. The content o...
by zick
Sat Jan 17, 2004 11:56 am
Forum: Javascript
Topic: a couple quick css questions ...
Replies: 4
Views: 1600

a couple quick css questions ...

i've checked my css book and i've played around with a couple of things, and i haven't resolved my problems ... so i thought i'd post my code here and see if anyone could prove how dumb i am. so who's up for the, um, challenge? i'm trying to accomplish the following: <tr> <td height="126" ...