Conway
26 Nov 2005 21:06:20
The wonders of Javascript!
Check out this awesome Javascsript clock! It's pretty clever.

(It doesn't work in Firefox though.)

http://www.leasttern.com/WebDesign/Cursors/coolclockcursor.html
Jazzem
26 Nov 2005 22:23:36
Re: The wonders of Javascript!
That's very good! Was worth loading IE up for, and the coding skills are certainly something to look up to.
Chmera
27 Nov 2005 20:21:38
Re: The wonders of Javascript!
You can get a cursor like that with Freewebs that's almost identical. The only difference is that the Freewebs version is more colourful.
DragonsLover
28 Nov 2005 14:57:33
Re: The wonders of Javascript!
Hah! Yeah, this is not new, I'm still having it on my computer at home. The nice thing is that you can change everything you want like the colors, the numbers...

Anyway, it's still nice!
Conway
28 Nov 2005 19:32:19
Re: The wonders of Javascript!
I've been trying to figure out how to change the speed that the date rotates, but I can't. Does anyone know how? :-?
Mindless
29 Nov 2005 01:38:06
Re: The wonders of Javascript!
I've been trying to figure out how to change the speed that the date rotates, but I can't. Does anyone know how? :-?

change
step=0.06;
to
step=0.03;
for half-speed or
step=0.00;
for no-speed
also, make sure you are changing the actual code and not the copy of the code below it that is shown on the page ;)
Conway
29 Nov 2005 03:59:55
Re: The wonders of Javascript!
Thanks Mindless!

I guess you know a bit of Javascript. I still struggle with HTML.  ;)