1 | Next Page

Creating the XMLHTTPRequest Object

Nov 18, 2009 8:43 PM
Rating: (Total Clicks 18)

Many browsers allow the XMLHTTPRequest object to be created directly. One method is to use this snippet. It tries all methods of creating the object until it discovers one that works. (translate)

Link Enhancer

Nov 18, 2009 8:43 PM
Rating: (Total Clicks 15)

Using this script, outbound links will open in a new window automatically. No need to add anything to the link. The script will also apply a different style to the outbound link to make visitors aware it is an outbound link. You don't have to worry anymore about targets and the appearance, especially if your customers have their own CMS. (translate)

Love Test

Nov 18, 2009 8:43 PM
Rating: (Total Clicks 15)

Here's a neat little script to figure the "love compatibility" between two people. Just enter their names and hit calculate! We are not responsible for any broken relationships resulting from this script. ;-) (translate)

Info Table

Nov 11, 2009 8:44 PM
Rating: (Total Clicks 40)

JavaScript can write a neat little box to the screen telling the visitor's browser and operating system. (translate)

Critter Thwacking

Nov 11, 2009 8:44 PM
Rating: (Total Clicks 34)

A Critter Thwacking game. Whack 25 critters and try and improve your time. The whole game is fully encapsulated in the single HTML file, so it can be emailed as a single attachment very easily. (translate)

Month Page

Nov 11, 2009 8:44 PM
Rating: (Total Clicks 32)

If you maintain separate pages for each month, this script can redirect the user to the correct page automatically! The script determines the current month and sends them to the correct page. Neat! (translate)

Platform Page

Nov 4, 2009 6:54 PM
Rating: (Total Clicks 65)

Do you maintain a different version of your site for Windows and another for Mac users? Or, when allowing your visitor to download items from your site, would you like to automatically redirect them to the appropriate software download page for their computer? This script does it all, and it's short too! (translate)

Hit The Dot

Nov 4, 2009 6:54 PM
Rating: (Total Clicks 67)

How many dots do you think you can hit in 30 seconds? Play this interesting JavaScript game and find out! (translate)

Link Delay Image

Nov 4, 2009 6:54 PM
Rating: (Total Clicks 73)

After your visitors click a link, you can make the browser delay as many seconds as you want before they are actually sent to that page. Why not use that time to display an animated image about the page they are going to? Eye-catching! (translate)

SoftXMLLib

Oct 28, 2009 7:56 PM
Rating: (Total Clicks 90)

One of the main problems with manipulating XML files is the compatibility issue across different browsers. The purpose of the SoftXMLLib Library is to solve the problem of creating different XMLHTTP and XMLDOM objects for different browsers. This library includes basic functions and properties like those already included in Microsoft.XMLDOM ActiveXObject. (translate)

1 | Next Page