|
Automatic Status Text Rotation
|
Other links at JavaScript > Scripts and Programs > Miscellaneous |
| 1. |
Image Error Finder
|
|
|
This JavaScript checks if all the images in the document exists. If a particular image does not exist, that image will be replaced by a custom image. Works with IE only. In IE, if a particular image does not show up, then its dimensions are 28 x 30 (without the alt). So, the script checks all images with this size after removing the alt tag. If such an image exists, it is a broken-image. The only drawback is that if your image has dimensions of 28 x 30, even if it exists the script will treat it as a broken-image. But there is a solution. You can prevent the script from checking for such scripts by placing an attribute-value pair nc="1".
|
| 2. |
SearchBliss Meta Tag Generator
|
|
|
A Web-based meta tag generator in JavaScript. Simply cut and paste the code generated from information you provide. Includes title, description, abstract, and keyword tags.
|
| 3. |
Amazon style Drop-in content box
|
|
|
We modeled this script after an effect seen on the frontpage of Amazon.com. A content box drops in from "midair", and can display anything of your choice. The frequency of the box appearing can be precisely controlled.
|
| 5. |
Table formatter
|
|
|
The script formats a table with one column into a table with specified rows amount.
|
|
|