October 21, 2006

October 06 Meeting - DOM Properties

Children, parents and siblings decribe the relationships for the current element in the DOM tree and whether it contains other elements or not.  Every node in the document has several properties such as nodeType which describes what the node is and nodeName which is the name of the elementor and finally nodeValue which is the value of the node, null if it is an element.

(read more...)

September 16, 2006

September 06 Meeting - The DOM

Every browser offers the document it displays for manipulation via something called the Document Object Model, or DOM for short.  Older browsers supported their own DOMs, but there is a standard one, defined by the W3C, that is supported by most browsers these days.

(read more...)

June 10, 2006

Bluff Your Way in DOM Scripting Podcast

Jeremy Keith author of DOM Scripting: Web Design with JavaScript and Bulletproof Ajax and JavaScript guru along with Aaron Gustafson gave a talk about JavaScript and the DOM at SXSW06.

Here are the online slides that were given during the presentation.

 
 Bluff Your Way in DOM Scripting [58:26m]: Play Now | Play in Popup

« Previous Page