<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/lib/xsl/devedge-1.00/central_en.xsl"?>
<nde:page 
  url="/central/dom/"
  xmlns="http://www.w3.org/1999/xhtml"
  xmlns:nde="http://devedge.netscape.com/2002/de"
  xmlns:ent="http://devedge.netscape.com/2003/ent"
  xml:lang="en"
  >

  <!--
  owner: bclary
  backup: mgalli
  -->

  <nde:title>DOM Developer Central</nde:title>
  <nde:feedlist>
   <nde:feed url="/central/dom/rss-new_en.xml" title="New Items Feed" primary="true" />
   <nde:feed url="/central/dom/rss-full_en.xml" title="Full Feed" />
  </nde:feedlist>

  <nde:content>
    <h1>DOM Central</h1>

    <p>
DOM Central contains information about how to use the Document Object Model (DOM) to create standards-compliant DHTML and dynamic web  applications.  DOM  refers to how browsers and other software represent documents as objects to dynamically access and modify a documentīs contents.
    </p>

    <p>
      While there are many differences between the 4th generation browsers 
      (Netscape 4 and Internet Explorer 4), many aspects of how they treated
      forms, frames, etc were the same. This common behavior between 
      Netscape 4 and Internet Explorer 4 is what is known as the 
      <em>DOM 0</em>. DOM 0 is not an official standard but refers to behavior
      that you can expect to be the similar (if not the same) in these two
      generatation 4 browsers.
    </p>

    <p>
      Today, "the DOM" usually means <a href="http://www.w3.org/DOM/">W3C DOM</a>
      which is the standard for all modern browsers. The W3C DOM is the future
      of web development.
    </p>












  <nde:blurbs>
   <nde:blurb url="/toolbox/examples/2003/dom-style/">
      <nde:title>DHTML Demonstrations Using DOM/Style</nde:title>
      <nde:blurbtext>These demonstrations are recommended materials for developers interested in learning the DOM and how to dynamically manipulate markup and style property of elements. Most of the DOM demos features the use of the DOM, CSS, JavaScript, and related technologies.
      </nde:blurbtext>
     </nde:blurb>
  </nde:blurbs>

  <nde:blurbs>
   <nde:blurb url="http://www.mozilla.org/docs/dom/technote/tn-dom-table/">
      <nde:title>Traversing an HTML Table with JavaScript and DOM Interfaces</nde:title>
      <nde:blurbtext> An overview of the DOM level 1.0 methods and how to use them via JavaScript. This technote covers the core methods that allows creation and manipulation of markup elements dyncamically via JavaScript.
      </nde:blurbtext>
     </nde:blurb>
  </nde:blurbs>

  <nde:article-list>
    <nde:include url="center-column_en.html" type="file" />
  </nde:article-list>

<h3>External Articles</h3>
<ul>
<li>
<a href="http://developer.apple.com/internet/css/xmltransformations.html">XML Transformations with CSS and DOM</a>
</li>
<li>
<a href="http://www.oreillynet.com/pub/a/javascript/synd/2001/08/17/DOM-2.html">Dynamic Content with DOM-2 (Part I)</a>
</li>
<li>
<a href="http://www.oreillynet.com/pub/a/javascript/synd/2001/09/07/DOM-2.html">Dynamic Content with DOM-2 (Part II)</a>
</li>
</ul>
</nde:content> 

  <nde:navigation>
    <nde:box>
      <nde:title>Useful DOM Links</nde:title>
      <nde:item url="http://www.getelementbyid.com">
        <nde:title>Demos and Tutorials using DOM</nde:title>
      </nde:item>
      <nde:item url="http://www.mozilla.org/docs/dom/">
        <nde:title>The Document Object Model in Mozilla</nde:title>
      </nde:item>
      <nde:item url="http://xml.coverpages.org/dom.html">
        <nde:title>The XML Cover Pages</nde:title>
      </nde:item>
      <nde:item url="/toolbox/sidebars/">
        <nde:title>DOM2 Quick Reference sidebar tab</nde:title>
      </nde:item>
    </nde:box>
    <nde:box>
      <nde:title>DOM Cross References</nde:title>
      <nde:item url="/library/xref/2002/client-data/property-data-window.html">
        <nde:title>window object</nde:title>
      </nde:item>
      <nde:item url="/library/xref/2002/client-data/property-data-document.html">
        <nde:title>document object</nde:title>
      </nde:item>
      <nde:item url="/library/xref/2002/client-data/property-data-location.html">
        <nde:title>location object</nde:title>
      </nde:item>
      <nde:item url="/library/xref/2002/client-data/property-data-navigator.html">
        <nde:title>navigator object</nde:title>
      </nde:item>
      <nde:item url="/library/xref/2002/client-data/dom-html-element-A.html">
        <nde:title>DOM HTML</nde:title>
      </nde:item>
      <nde:item url="/library/xref/2002/client-data/property-data-style.html">
        <nde:title>Style</nde:title>
      </nde:item>
    </nde:box>
    <nde:box>
      <nde:title>W3C DOM Resources</nde:title>
      <nde:item url="http://www.w3c.org/DOM/">
        <nde:title>W3C DOM</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/REC-DOM-Level-1">
        <nde:title>DOM Level 1</nde:title>
      </nde:item>
      <nde:item url=" http://www.w3.org/TR/DOM-Level-2-HTML/">
        <nde:title>DOM Level 2 HTML</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/DOM-Level-2-Core/">
        <nde:title>DOM Level 2 Core</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/DOM-Level-2-Style/">
        <nde:title>DOM Level 2 Style</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/DOM-Level-2-Events/">
        <nde:title>DOM Level 2 Events</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">
        <nde:title>DOM Level 2 Traversal and Range</nde:title>
      </nde:item>
      <nde:item url="http://www.w3.org/TR/DOM-Level-2-Views">
        <nde:title>DOM Level 2 Views</nde:title>
      </nde:item>
    </nde:box>
    <nde:box>
      <nde:title>dmoz.org DOM Resources</nde:title>
      <nde:item url="http://dmoz.org/Computers/Programming/Internet/W3C_DOM/">
        <nde:title>W3C DOM</nde:title>
      </nde:item>
      <nde:item url="http://dmoz.org/Computers/Programming/Languages/JavaScript/W3C_DOM/">
        <nde:title>JavaScript: W3C DOM</nde:title>
      </nde:item>
      <nde:item url="http://dmoz.org/Computers/Programming/Internet/DHTML/">
        <nde:title>DHTML</nde:title>
      </nde:item>
    </nde:box>
  </nde:navigation>

</nde:page>
