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.
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. ;-)
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.
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!
Info Table
JavaScript can write a neat little box to the screen telling the visitor's browser and operating system.
Attention JavaScript Coders!
Want some recognition for your scripts? Submit them to us and they may be featured here and on JavaScript Source!
Functional JavaScript
In this article, we explore the Function object and learn about its role in a lesser known style of coding called Functional Programming. We focus on the Functional Programming concept of using Higher Order functions to improve code modularity.
Mixing Scripting Languages
Today's article will highlight some of the ramifications of mixing scripting languages in your web pages. These discussions will be applicable to cross-browser scripting and HTAs as well.
HTML 5: Client-side Storage
Client-side storage is probably one of the most talked about features in HTML 5. It has received a lot of criticism because of its lack of security, but it is nonetheless an interesting innovation. Read on to learn more.
Browse Doc JavaScript's Tip of the Day Archive:
Elsewhere on internet.com
MS Access and MySQL
Learn how to set up an off-site copy of a working MySQL database, an Access version of the same back-end, and a front-end that could link to either.
Cisco AutoQoS: VoIP QoS for Mere Mortals
Optimizing VoIP traffic traditionally requires a deep understanding of your network, but with Cisco's AutoQoS and some interfaces, happier VoIP is only three steps away.
The setExpression() Method Can you name an IE5 feature that makes animation programming easier? Learn how to assign formulas to properties with the setExpression() method. - Similar Tips