SpinEdit
0
SpinEdit is a control for setting numbers. Includes methods, properties and events as well as the ability to setsmall and large increments. The control is also sizeable.
Simple Footnotes
0
Add footnotes to your Web pages without all the aggravation. This script will pull the notes from your text, add links to them, and format them at the bottom of the page. It will also add a link back to the spot in the text where the note is referenced. Very easy to use.
Word Combinations
2
This script reads a series of alphanumeric characters, and calculates how many unique ways those characters can be rearranged. If desired, it will display all of the combinations.
Rolloverer
1
Create image rollovers and links quickly. You can even apply this method to table rows and cells. Very easy!
Format Footnotes
0
Arrange your footnotes in a format that is easy-to-read and navigate. This script makes it easy for your readers to return to where they were in the document.
Browser-Correct Download Instructions
1
Download instructions are almost always given specifically for the IE browser on the Windows operating systems. This script will detect the user's browser and give the correct download instructions. Covers IE, Firefox, Netscape, Opera, and Macintosh. (The example below shows the proper instructions for your browser.)
The powerfull text effect
0
This effect will change background color of a text block that you just select.
Total time on Exit
0
This script will alert total time you spend on the page when exit.
Error Report
0
Create a custom JavaScript error message. Use this script for testing or monitoring pages.
Down To 1
1
The JavaScript runs through a sequence of numbers in the input box to gradually reduce the number to 1.
Alert Box Protection
0
Often when working on scripts alert boxes are placed inside loops as a debugging tool. You can sometimes end up with hundreds of alert boxes and no way to stop them. This script placed at the start of your code will give you an option to disable the alert boxes after a pre-determined number set by you.
Customizable JavaScript Prompt
0
This script is used to generate a customized prompt box. With the use of a timer function you can generate it automatically.
Color Bar
1
Using a mix of Javascript and CSS, a fashionable table with cells that change colors can be added to any Web page. It uses document.write(); so make sure to embed it in a table.
Unique Random Numbers
0
This script will obtain three unique random numbers. Unique values range from 0-100.
Validation (IP Address)
1
Verify the value of an IP address. Check for special cases such as 0.0.0.0 and 255.255.255.255. Cool!