Top If you find this page useful
please make a secure donation
My Account  |  Cart Contents  |  Checkout   

Javascript Contests

Contest #2:
Contest Description:
Ever look out the car window and see an object close to you moving fast, and far away moving slowly? This script should have 4 images moving at speeds relative to their closeness. (left to right or right to left)

The images should only appear within a 400x400 square in the center of the web browser window.
Winner: Batfink
See The Winning Script


The first Javascript Contest:
Contest Description:
Javascript Standard (DOM) compatible
Lightweight (small filesize counts extra)

Set up a table that holds 5 values:
Name, Color, Height, Width, Background-Color

Default table holds form text boxes (or select lists, etc) for user to enter data.
When all five fields are entered, a table row is added above the current data entry row.
No form button. No href to click.
[ name ][ color ][ height ][ width ][ bgcolor ]

after all 5 fields are entered:
[ NAME-ENTERED ]
[ name ][ color ][ height ][ width ][ bgcolor ]


Where "NAME-ENTERED" is in the color with bg-color with width and height specified.

When a 2nd (3rd, ... N times) is entered it would look like this:
[ NAME-ENTERED ]
[ NAME2-ENTERED ]
[ name ][ color ][ height ][ width ][ bgcolor ]

Fancy formatting a Plus
Winner: Batfink
This winning script runs only in IE. See The Winning Script