Magic Squares
Here is a fun JavaScript game. Try to put the squares back in order. The '0' repesents the empty spot, and click a square next to the 0 to make them trade places! Get the squares back in order and you win!
Byte Converter
Use this script to convert bytes, kilobytes, megabytes, and gigabytes. Quick and easy to use.
Basic Date Display
Use this code snippet to display today's date on your Web page.
Love Test
Here's a neat little script to figure the "love compatibility" between two people. Just enter their names and hit calculate! We are not responsible for any broken relationships resulting from this script.
Developing a Simple Validation Library in JavaScript
This tutorial teaches some of the most commonly used JavaScript functions for client side validation of HTML forms. You can reuse these scripts to inject into server side controls.
Detecting An Event within A Page Do you know how to handle the same event for a group of objects? Learn how to attach an event handler to the containing page, and how to find the source object. - Similar Tips