  |
Events in JavaScript: An Inside Look - http://wdvl.com/Authoring/JavaScript/Events/
An article which looks closely at using JavaScript to handle events and at how events differ between the various browsers. |
  |
Creativyst JSMsg Webpage Display Convention - http://www.creativyst.com/Doc/Std/JSMsg/JSMsg.htm
Defines a JavaScript file convention that allows dynamically changing content to be shared with external scripts and HTML ("clients") without restricting how the client formats content. |
  |
Debugging JavaScript programs - http://www.javaworld.com/javaworld/jw-07-1996/jw-07-javascript.html
at JavaWorld by Gordon McComb. A quick reference guide that helps you find errors, even without the aid of a debugging utility. |
  |
Text Fading with Color Selection - http://www.mtdev.com/2001/08/text-fading-with-color-selection/
Explains how to create a fading text script with a selectable fade color. An example is also available. |
  |
JavaScripts in Y2K ? - http://javascript.internet.com/y2k/
Some date-related JavaScripts have unnoticeably fallen prey to the Y2K bug. Follow along as we show you how to write or fix the JavaScripts on your site for Y2K compatibility. |