This generator creates the meta tag for robots. It also includes the code for the Googlebot.
Metric BMI Calculator
Use this script to calculate your BMI (Body Mass Index). Measurements are computed using the metric system. A perfect addition for a health Web site.
Eight Queens Problem
This is a JavaScript that involves the movement of the Queen in Chess. Simply place eight queens on a chess board without conflict.
Reverse Text Wizard
Some languages are written from right to left. This script takes the input from the users entry field and simulates typing from right to left.
Top Window
Use this JavaScript to keep a window ‘on top’ of the rest of your other windows. Not sure what I mean? Try it out and see!
dFilter
This script will easily allow you to add an input mask to a textbox. The mask for a phone number could look like this for example “(###) ###-####”. Just give it a try to see it in action!
Country State City Drop Down List
This is a simple international country, state, and city drop down list that automatically repopulates the state section based on the country selected, and automatically repopulates the city section based on the state selected. All of this is done without reloading the page.
onMouseOver Button
When a user moves the mouse over the button, it will change text. When the mouse is moved away, the text will change back. Perfect for adding short instructions on a submit button.
Astrological Calculator
A handy astrological calculator that will calculate both your Western and Chinese birth Signs.
Remove Ads
Catches all clicks on ads and writes a cookie on the visitor’s computer. Until the cookie expires, no ads are shown. Cool!