Downloadable diagram. Shows DOM1 interfaces, attributes, and methods. Useful as overview of the DOM and for looking up the exact method name you need while programming.
Look at some bugs in IE5's implementation of the W3C's new DOM. Learn what to look for, and how to work around them. Practice some more document analysis and DOM synthesis. W3C's new DOM is supported only by Internet Explorer 5.0 and up, as well as Ne...