I was calculating temperatures one day trying to figure out which heatsink/fan I should get for my computer processor and got tired of converting Celcius to Fahrenheit (and visa-versa) by hand. So I thought I would build a script to take the drudgery out of it. This JavaScript will generate temperature conversion tables using parameters you specify.
This is a very simple calculator, all done with javascript. Just click the numbers and the operators and use the '=' button to calculate! This is a neat example of the LIMITLESS powers of JavaScript.
This Linear Equation generator asks you to find the relationship between X and Y. This is a straight line formula in the form of Y=MX+B where M is the slope and B is the y-intersect.
A base converter. Just type a valid positive number in any one of the boxes and click outside the box. The equivalent will appear in the other boxes.
The code makes a commercial calculator code on the web page.
This is a very simple calculator, all done with javascript. Just click the numbers and the operators and use the '=' button to calculate! This is a neat example of the LIMITLESS powers of JavaScript.
Enter any keyboard character and the Ascii Engine outputs the character's equivalent in Ascii Decimal, Ascii Hex, and even binary.
Copies the text in a box in the left frame into a box in the right frame when the button is clicked. A clever way to pass values in frames.
This popup box is not an actual window. It pops right up on the page, partially hiding the page content. No need to worry about popup blockers. Good for bios, site maps, and other short items.
This versatile popunder window script allows you to precisely control how often the window pops under, in terms of 'once every x hours'. For example, specifying 24 hours translates into the script popping under only once a day. Furthermore, you can modify this duration at anytime, and the script will reset itself to the new duration (ie: 8 hours instead). Cool.