Mass Equivalents
JavaScript can help you find mass equivalents.
Metrology Equivalents
JavaScript can help you find metrology equivalents.
Morse Code
Converts an English word or phrase into it's Morse Code combination of dots and dashes. Analyzing each letter entered individually, as this script demonstrates, is a very useful JavaScript programming technique.
ASCII Engine
Enter any keyboard character and the Ascii Engine outputs the character's equivalent in Ascii Decimal, Ascii Hex, and even binary.
Phone Number Converter
Converts an alphanumeric phone number (like 1800Flowers.com) to its numeric phone number (like 18003569377). An excellent example of the JavaScript switch() function in use. Great!
Power Equivalents
JavaScript can help you find power equivalents.
Pressure Equivalents
JavaScript can help you find pressure equivalents.
RGB to Hex
Converts the RGB (Red, Green, Blue) value you enter to its appropriate HTML hexademical value. Allows you to use the same color on a web page and in a graphics editor program.
Temperature Equivalents
JavaScript can help you find temperature equivalents.
Temperature Equivalents 2
Another way to use JavaScript to find temperature equivalents.
Time Converter
Allows for the conversion back and forth from hours, minutes, and seconds to fractional hours. Input validation also ensures the time input does not contain invalid characters. Definitely a time-saver for time-related record keeping. Cool!
URL Revealer
Spammers now frequently send their website addresses in an encoded form, hoping to hide its true origin and prevent being reported to their web host. This script allows you to convert these URLs into human-readable form so that you may complain to the spammer's web host and get their account shut down. A breath of fresh air for the fight against spam!
Velocity Equivalents
Another way to use JavaScript to find velocity equivalents.
Write Out Number
This script takes a number and converts it to its English equivalent. If you enter 45678 in the number box and click the appropriate button, Forty Five Thousand Six Hundred Seventy Eight appears in the lower box.
Page2
HOME