If you enjoyed this site, please consider donating $3. Any amount is appreciated. Thanks!

DHTML References

There is no one single exact specification of JavaScript/DOM. JavaScript as a language developed out of competing browser implementations, and later a standard body arose. DOM, although central to JavaScript, but is actually another spec... in short, there is practically no single authoritive reference manual.

If your code is complex, testing with different browsers is necessary. That's the nature of Info Tech industry. See also: Responsible Software Licensing .

JavaScript

• Generic encyclopedia-style overview of JavaScript: http://en.wikipedia.org/wiki/Javascript

• Netscape's JavaScript 1.5 Tutorial. http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide

• Microsoft's JScript User's Guide. http://msdn2.microsoft.com/en-us/library/4yyeyb0a.aspx

• Netscape JavasSript reference. Downloadable. http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference

DOM

• Encyclopedia-style overview of DOM: http://en.wikipedia.org/wiki/Document_Object_Model

• Netscape's DOM. http://developer.mozilla.org/en/docs/DOM

• DOM reference at ZVON.org. Downloadable. http://www.zvon.org/xxl/DOM1reference/Output/index.html

CSS

• CSS Tutorial: http://www.zvon.org/xxl/CSSTutorial/Output/index.html

• CSS reference: http://www.zvon.org/xxl/css1Reference/Output/index.html

• CSS2 Tutorial: http://zvon.org/xxl/CSS2Tutorial/General/htmlBook.html

• CSS2 reference: http://www.zvon.org/xxl/CSS2Reference/Output/index.html

HTML

Web Technology Articles

Intereting blogs, sites, articles, demonstrations related to web technology.

2005-05
© 2005 by Xah Lee.