
Useful Articles and Web Sites
- The W3C DOM specification (http://www.w3.org/DOM/).
- BrainJar.com (Mike Hall) has a very concise article about event handlers (http://brainjar.com/dhtml/events/).
- Quirksmode.org (Peter-Paul Koch) is probably one of the most researched and compact Javascript resource available today. It also covers browser problems and general theoretical Javascript topics (http://www.quirksmode.org).
- Scott Andrew assembled a very handy event adding function (http://www.scottandrew.com/weblog/jsjunk#events).
- Kryogenix.org (Stuart Langridge) features some really nice unobtrusive script examples (http://www.kryogenix.org/code/browser/).
- DOM vs. innerHTML (Tim Scarfe) discusses the benefits and problems of the both of them.