Loan Repayment Calculator
- Submitted 07/01/2009
This calculator provides a method of comparing compound and flat rates of interest.
Array Creator
- Submitted 06/19/2009
Coding arrays are a bore. This script will create a generator that will help speed up the process.
Space-saver Textbox
- Submitted 05/29/2009
This script uses your valuable space wisely. Use it to have several messages for your users in one place.
Link Array
- Submitted 04/29/2009
Do you need to create a list of links without writing all the HTML coding? Using this script, just enter the name of the link and its URL into the .js file and it will automatically be formatted and placed on the Web page.
The Zoom Five Option
- Submitted 04/05/2009
Check out this neat little script that allows users to zoom in a number of different ways.
Simple Date Format library
- Submitted 03/14/2009
This library can help you format a date object to a string or vice versa by very simple functions. This library works similar with SimpleDateFormat class in the Java language, so there will not be difficult when you do use this library if you know Java. For more information about usage, please read more documentation written by author.
JavaScript Teleprompter
- Submitted 02/11/2009
This script can give you a hand if you need to give a speech or read a script for a podcast. It runs likes a teleprompter when you click the text.
Always on Top Pop-up
- Submitted 01/21/2009
This script opens a floating div layer popup. This technique allows the user to work in the main window while still being able to view the popup.
Row Highlighter
- Submitted 01/08/2009
This script will highlight/unhighlight rows in a table utlizing radio buttons. It's a useful script for selections in data tables and very simple to implement.
Special Character Conversion
- Submitted 12/10/2008
Use this handy little script to convert special characters back into normal ones.