Binary Clock JavaScript / Miscellaneous
Hours, minutes and seconds java script clock, with the twist that the time is displayed in binary! An unusual script, that gives a nice twist to the standard java script clock. The only down side is that you need to understand binary to read the time.
12/24 Hour Clock JavaScript / Date and Time
A standard java script clock that has the added functionality of letting the user decide whether the time is displayed in 12 for 24 hour format. A nice bit of code that has not tried to be overly complex in displaying the time.
Andy's Introduction to JavaScript JavaScript / Getting Started
This is an introductory, easy to follow tutorials on JavaScript. It also includes several advanced JavaScripts such as JavaScript live clock, Image flip, and Drop down menu box.