  |
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. |
  |
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. |
  |
The Importance of Maintainable JavaScript - http://www.thinkvitamin.com/features/dev/the-importance-of-maintainable-javascript
Article on good coding practices for modern javascript. |
  |
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. |
  |
Smooth animation using DHTML - http://home.online.no/~warnckew/programming/dhtml/smooth-animation/
Taking an in-depth look at cross-browser cross-platform DHTML performance using a simple animation test. Full description of the tests as well as source code, all tests are also available. |