Adding Methods to HTML Elements - http://lawrence.ecorp.net/inet/samples/js-ext-element-xb.shtml
How to extend HTML elements with custom methods when coding Web 2.0 application and DHTML. |
Advanced DHMTL - http://www.meissnersd.com/javascript.htm
Demonstrates advanced Javascript with demos of flocking fish and lighting animation |
BrainJar.com - http://www.brainjar.com
Experiments in web programming. Includes practical examples of coding for browsers that support the W3C DOM. |
Drag-and-drop planetary size comparison - http://www.roving-mouse.com/planetary/sizes.html
Interactively compare the sizes of two or more planets in the solar system by dragging their images into the size box. DHMTL page that works in W3C DOM compliant browsers only. (will work in MSIE 5, although error messages are produced.) External script files. |
getElementById.com - http://getelementbyid.com/
Nice collection of scripts and samples demonstrating the fundamentals of DOM coding made by Martial Boissonneault. |
http://webfx.eae.net/ - http://webfx.eae.net/
A showcase for DOM and DHTML JavaScript programming. |
Mozilla's DOM Sample Project - http://cgi.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/mds.cgi
Samples made by volunteers for sharing knowledge and information about the DOM of Mozilla. You can select from the pulldown menus which samples you want to see. |
Mozilla's DOM Sample Project: List of Sample Pages - http://cgi.din.or.jp/~hagi3/JavaScript/Mozilla/SampleList.cgi?fmt=html
A set of interactive samples demonstrating how to use features of the W3C DOM. |
Pseudo-links - http://www.webmaster-kit.com/jsdom.html
Working demo with tutorial how to create pseudo-links using DOM. |
Resolution Independent Layout - http://digilander.libero.it/indipendent_res/
Script set "body.style.zoom" according to the width of the window, that can be resized. |