Author Topic: The wonders of Javascript!  (Read 7091 times)

0 Members and 1 Guest are viewing this topic.

Conway

  • Guest
The wonders of Javascript!
« 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

Jazzem

  • Guest
Re: The wonders of Javascript!
« Reply #1 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.

Offline Chmera

  • Posts: 419
    • View Profile
Re: The wonders of Javascript!
« Reply #2 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.

Offline DragonsLover

  • Posts: 1234
  • Do you want fire?
    • View Profile
Re: The wonders of Javascript!
« Reply #3 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!
I like dragons! They're the center of my life! I'll never forget them...

Conway

  • Guest
Re: The wonders of Javascript!
« Reply #4 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? :-?

Offline Mindless

  • Posts: 722
    • View Profile
    • Lemmings Level Database
Re: The wonders of Javascript!
« Reply #5 on: November 29, 2005, 01:38:06 AM »
Quote from: Conway link=1133039180/0#4 date=1133206339
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

  • Guest
Re: The wonders of Javascript!
« Reply #6 on: November 29, 2005, 03:59:55 AM »
Thanks Mindless!

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