Javascript
Validating Form Input in JavaScript
March 26th, 2005
This time we'll make a form that collects information about thevisitor at your site. You must have filled-in copiousregistration forms or survey forms where you had to enter yourname, your email, your more...
Grow Your Subscribers Exponentially With These Javascript E-mail Capture Boxes!
March 26th, 2005
Here's an exciting pop-up tactic that can literally boostthe no. of opt-ins from your existing traffic. In fact thefirst one to use this tactic is by the very successful listmanagement/autoresponder t more...
Some Useful JavaScript Tricks
March 26th, 2005
JavaScript can be one of the most useful additions to any webpage. It comes bundled with Microsoft Internet Explorer andNetscape Navigator and it allows us to perform field validations,mouse-overs ima more...
Ask Mr. D - JavaScript
March 26th, 2005
Dear Mr. D,I have noticed several websites that havea sale's message that scrolls across theirtitle bar. Another site I visited had a sale'smessage scrolling across the status bar.These messages reall more...
Javascript; Browser Detection and Page Redirection
March 26th, 2005
A recent project was developed using Internet Explorer 5.5 as thebrowser of choice. Aware of browser incompatibilities, viewing theweb page using three other commonly used browsers, InternetExplorer 4 more...
Javascript Basics 01
March 26th, 2005
JavaScript adds simple or sophisticated interactivity to a Web site, enhancing the user's experience. Like any programming language, you need to understand the building blocks before you can start pro more...
Instant plug-in scripts that help you profit... "Special offer expiry date with a twist"
March 26th, 2005
How would you like to add an irresistible sense of urgencyto any of your online offers... instantly?I thought so!What I've go for you here is the perfect answer in the formof a special piece of JavaSc more...
Validating Numerical Input with JavaScript
March 26th, 2005
What? Make a mistake entering data? Who me? NO WAY! Right…Every form of data input by a user should be validated in some form or fashion. If you get clean data in, you won’t get garbage out. This more...
Interactive Forms
March 26th, 2005
Why interactive forms? Forms are easy enough to create when they are simple, like search boxes. But what if you need them to be complex? How about changing the forms based on input by the viewer? This more...
How to test for the Javascript DOM?
March 26th, 2005
Browsing the forums, development articles and other resource sites raised an interesting yet recurring question: "How do I test for the Document Object Model (DOM) employed by a browser?". S more...
