Text Management



Falling text script Download

Sunday, June 8th, 2008

This is a HTML based falling text script. You create the falling items by use of plain HTML. The script searches for these items, determines their positions and starts the

Text scroller/Scrolling content Download

Tuesday, June 3rd, 2008

This is a simple text scroller script.You could use this script to add one or more boxes of scrolling text to your page.

Filler Text on Demand Download

Saturday, May 31st, 2008

Filler Text on Demand script generates text content for your webpages.
Download from:

Random Text Display Download

Saturday, May 31st, 2008

This script allows you to display a random text on your web site when the current page is reloaded.
Down

Manual Frame Break Download

Thursday, May 29th, 2008

This script allows your visitors to break out of frames with a simple link. It helps you to easily choose whether or not to view the page within frames.

Simple Ajax RSS ticker script Download

Sunday, May 25th, 2008

This simple script reads RSS data from an external source and shows them inside a predefined box(DIV or other tag) on your page.

What you have to do is to specify

Document Text Sizer Download

Sunday, May 25th, 2008

Sometimes the text size you’ve specified for your webpage isn’t suitable to the viewer, depending on his browser configuration or OS.

This script uses Dynamic CSS t

Ajax instant edit Download

Friday, May 23rd, 2008

This is a small piece of javascript that reads al SPAN tags, checks if it has class="editText" and an id=.

If that is true, it adds a onclick f

Character/Word Combinations Download

Tuesday, May 20th, 2008

This Javascript will accept a string of letters as input and determine how many ways those letters can be rearranged, ignoring non-unique combinations caused by repeat letters.

Initial Caps Download

Sunday, May 18th, 2008

This script converts the first letter of each word in a string that the user enters to uppercase. The remaining letters of each word are also changed to lowercase. Very useful