Run up to six stop watches simultaneously in your browser. Good for timing multiple projects.
1) Controls: "Start", "Pause", and "Reset"
2) Up to 6 stopwatches on page, each with independent controls.
3) Browswer "sniffer" so it will work with most browsers.
(tested on IE, Netscape 7.1, Mozilla FireFox, and Netscape 4.7. Works on all the above, but does not look good in NS 4.7)
Fun and challenging!!
JavaScript box puzzle. A table of 16 cells is filled with randomly generated numbers from 1 to 15. One cell is left blank. As the user clicks on one cell, it is swapped with the adjacent cell, if it is the blank one. The object of the game it to get the numbers in proper order.
Stop Watch has Start/Stop and reset functions. Allows the user to start a timer, stop the it while the timer continues to run, and reset to zero while running or stopped.
Ideal for timing downloads, database queries, analysis algorithms, or just about anything.
Simply copy the code between the two markers and paste into any html page:
<!-- BEGIN STOP WATCH CODE -->
...
<!-- END STOP WATCH CODE -->
This is a surprisingly simple script that creates pop-up menues from td's in tables. This means that the javascript aspect is very small, but you have to create your own menues following the example format. Pretty easy to use, and pretty cool. It's on the top of all my site's pages.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Here is a OnMouseOver OnMouseOut Text or Image Link script. I would have to say, this one is the most easiest to add to your plain images or image links and text links.
This class provide a JAVASCRIPT interface to the eBusiness Charts generatation remote service. The class takes several types of charts design and configuration parameters and outputs HTML that makes the charts appears on a local page embeding a chart image served remotely by the eBCharts service.