schuirink.net
main destinations: home | the web & the world | out of here
Google

news headlines

News headlines collected from 498 newsfeeds.

JavaScript.com/JavaScriptSource.com channel

url: http://www.javascript.com
JavaScript.com is your gateway to all things JavaScript. Featuring JavaScript tutorials, free scripts, tools, and links and more! This channel features content from JavaScriptSource.com.

Checkbox Changer


This script takes a series of known named checkboxes and checks or uncheck them all at once. It can even change each checkbox to the opposite checked or not checked value. Clever for loops.

Delayed Image Loader


Use this script to delay the loading of a particular image. It can be used to delay the loading of large images or banner advertisements. A smaller image is loaded first, which can be transparent or blank. After a designated amount of time the larger image will load in place of the smaller one.

Born On Date


In place of the boring 'Last Updated' script, you can use this script. It does everything and more - it gives the page title, the day the page was last updated, and if the page has been updated since the visitor's last visit all in a cool little table!

Face Memory


See how well you can do in trying to remember a random face. Addictive!

Cookie Redirect 2


When a page has performed it's purpose, a cookie can be set to redirect the browser to a different page on subsequent visits. Easily implemented.

Expanding Text Images


This script creates a message using expanding text images. It's as simple as creating your own text images to say whatever you need.

Basic Validation


This is a simple method to require your visitors to fill out certain fields in a form. Just add the word "required" to each required field's name and your visitor must fill it out to submit the form.

Queen's Quest


This is a contribution to Ron Daenzer's great "Eight Queens Problem" script. The object of the game is to cover the chess board with as few queens as possible.

New to You


Use this cookie to show your visitors what's new on your Web site since their last visit.

Bouncing Image


Randomly bounces an image, or anything within a DIV, across the page. Click on the image to start and stop it from moving. Cool!

Expanding Text Images


This script creates a message using expanding text images. It's as simple as creating your own text images to say whatever you need.

Ball Drop


Click anywhere on the page and a ball will drop from the cursor and rebound several times based on gravity. Updated to be WC3 DOM1 cross browser compatible!

Date Updated


On your site, you might want to just let visitors know the date that the script was updated, but not the time (maybe it's not important?) This simple script (about a dozen lines) you can do just that! Very neat!

Combined Menu - Radio Buttons


Sends the user to a specific URL based on the combined selections from two different menus. Works great for sites navigation based on two seperate characteristics.

Generate a Table of Contents Using the DOM


It's often useful for a long page to contain a table of contents, to make it easy for people to jump to the section they want to read. This script will do the work automatically, generating a table of contents using the

to

tags.