|
Blocking JavaScript Errors
|
Other links at JavaScript > Scripts and Programs > Miscellaneous |
| 1. |
JavaScript Color chooser
|
|
|
Choose / find any color code by: typing RGB values; increment / decrement RGB values with buttons ( -- / - / + / ++ ); selecting a color in a nice 2-D optimized color cube. View the source of the demo page to obtain the source code.
|
| 2. |
Browser-Specific CSS Stylesheets
|
|
|
Applies a certain stylesheet depending upon which type of browser is used. In this script, a visitor using any version of Netscape thru and including Netscape 4, the stylesheet named "ns.css" will be used. If the visitor uses Internet Explorer, the stylesheet named "ie.css" will be used. If the visitor uses Netscape 6 or greater (which implements many styles differently than NS4 and IE), then the stylesheet "ns6.css" will be used. You need to create the files "ns.css", "ie.css" and "ns6.css" and put them in the root directory of your page.
|
| 3. |
Color Wheel
|
|
|
Enter red, green and blue values for a color and get a set of colors schemes based on standard color wheel usage: monochrome, traidic, analogous, complementary and split complementary. Adjust the angle for analogous and split complementary palettes and the brightess ramp for all palettes.
|
| 4. |
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. |
Generic Drag Script
|
|
|
Enable arbitrary elements to instantly be draggable in both IE4+ and NS6+ with this script.
|
|
|