The wonders of Javascript!

Started by Conway, November 26, 2005, 09:06:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Conway

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

That's very good! Was worth loading IE up for, and the coding skills are certainly something to look up to.

Chmera

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

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!
I like dragons! They're the center of my life! I'll never forget them...

Conway

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

Quote from: Conway link=1133039180/0#4 date=1133206339I'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

Thanks Mindless!

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