Links to other JavaScript resources
My collection of links which I use in my daily work.
Official JavaScript Resources
- ECMAScript 262 Specification - The official JavaScript specification.
- Microsoft JScript Reference - JavaScript the not so standard way.
- Mozilla JavaScript Reference - JavaScript almost the standard way.
- W3C DOM Specifications - Document Object Model specifications level 1, 2 and 3.
- W3C XHTML 1.0 Specification
- W3C XHTML 1.1 Specification
Websites about JavaScript and web development
- www.ajaxian.com - News about JavaScript and web development.
- www.quirksmode.org - Lots of info on browser incompatabilities.
- www.w3schools.com - Quick references and small tutorials.
- www.webdeveloper.com - Forums for JavaScript and web developers.
