Lemmings Forums

Off-Topic Boards => General Discussion => Topic started by: Conway on November 26, 2005, 09:06:20 PM

Title: The wonders of Javascript!
Post by: Conway on November 26, 2005, 09:06:20 PM
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
Title: Re: The wonders of Javascript!
Post by: Jazzem on November 26, 2005, 10:23:36 PM
That's very good! Was worth loading IE up for, and the coding skills are certainly something to look up to.
Title: Re: The wonders of Javascript!
Post by: Chmera on November 27, 2005, 08:21:38 PM
You can get a cursor like that with Freewebs that's almost identical. The only difference is that the Freewebs version is more colourful.
Title: Re: The wonders of Javascript!
Post by: DragonsLover on November 28, 2005, 02:57:33 PM
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!
Title: Re: The wonders of Javascript!
Post by: Conway on November 28, 2005, 07:32:19 PM
I've been trying to figure out how to change the speed that the date rotates, but I can't. Does anyone know how? :-?
Title: Re: The wonders of Javascript!
Post by: Mindless on November 29, 2005, 01:38:06 AM
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 ;)
Title: Re: The wonders of Javascript!
Post by: Conway on November 29, 2005, 03:59:55 AM
Thanks Mindless!

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