- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- FlashMoto Blog (1 hour)
- RockOnFlash (1 hour)
- Eje-Zeta (1 hour)
- Flash Of Scarlet (1 hour)
- flexComponent (1 hour)
- MMIstanbul.com (2 hours)
- yet another ColdFusion blog (2 hours)
- TrajiklyHip: ColdFusion (2 hours)
- Layers Magazine (2 hours)
- KyleHayes.info (2 hours)
Creating the XMLHTTPRequest Object
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
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
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
JavaScript can write a neat little box to the screen telling the visitor's browser and operating system. (translate)
Critter Thwacking
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
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
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
How many dots do you think you can hit in 30 seconds? Play this interesting JavaScript game and find out! (translate)
Link Delay Image
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
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)