<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>DevEdge DOM Central News</title>
    <link>http://devedge.netscape.com/central/dom/</link>
    <language>en</language>
    <description>Recent additions to DevEdge DOM Central</description>
    <lastBuildDate>Fri, 12 Sep 2003 01:38:35 GMT</lastBuildDate>
    <copyright>2000-2003 Netscape Communications</copyright>
    <item>
      <title>inheritFrom - A Simple Method of Inheritance upon Demand</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/inheritFrom/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/inheritFrom/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>13 Jun 2003 00:00:00 GMT</pubDate>
      <description>Extending Classes is a powerful method in Object Oriented programming.
      Use this simple function to inherit properties and methods from 
      prototype objects.</description>
    </item>
    <item>
      <title>CSpider - A Web Site Processor</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CSpider/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CSpider/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>08 Jul 2003 00:00:00 GMT</pubDate>
      <description>CSpider is a simple framework which illustrates the use of several
      other examples to create an event-driven JavaScript application.</description>
    </item>
    <item>
      <title>CSimpleObservable - An Implementation of the Observer pattern in JavaScript</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CSimpleObservable/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CSimpleObservable/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>13 Jun 2003 00:00:00 GMT</pubDate>
      <description>Observers and Observables are a basic pattern in event-based programming.
      CSimpleObservable provides a reuseable means of incorporating Observers
      and Observables into your Web Applications.</description>
    </item>
    <item>
      <title>CList - An Array Adapter Class which supports unique Elements</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CList/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CList/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>13 Jun 2003 00:00:00 GMT</pubDate>
      <description>CList simplifies the maintenance of Arrays which must contain
      unique values without duplicate entries.</description>
    </item>
    <item>
      <title>A Window-based Document Loader</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/WDocumentLoader/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/WDocumentLoader/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>13 Jun 2003 00:00:00 GMT</pubDate>
      <description>Loading documents either as components of a web application or
      for use in pre-fetching requires reliable notification of when
      the documents are available. 
      WDocumentLoader provides an easy to use, cross-browser
      means of loading documents.</description>
    </item>
    <item>
      <title>Simplify Form handling With the CFormData JavaScript object.</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CFormData/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CFormData/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>14 Jul 2003 00:00:00 GMT</pubDate>
      <description>Dealing with Form data can be a tedious task. Check out how the 
      CFormData JavaScript object makes dealing with forms as easy 
      as pie.</description>
    </item>
    <item>
      <title>A JavaScript Wrapper for Making Asynchronous Function
      and Object Method Calls</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CCallWrapper/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CCallWrapper/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>08 Jul 2003 00:00:00 GMT</pubDate>
      <description>The normal means of calling functions asynchronously
      in JavaScript can be painful and downright impossible if you want to 
      call Object methods asynchronously. See how CCallWrapper simplifies 
      making asynchronous function and Object method calls in 
      Netscape 4.x, Netscape 6, Netscape 7, Mozilla, 
      Gecko-based browsers, Internet Explorer and Opera 7.</description>
    </item>
    <item>
      <title>Standards-Based Collapsible Table of Contents Widget (CTOCWidget)</title>
      <link>http://devedge.netscape.com/toolbox/examples/2003/CTOCWidget/</link>
      <guid>http://devedge.netscape.com/toolbox/examples/2003/CTOCWidget/</guid>
      <author>Bob Clary</author>
      <category>Example</category>
      <pubDate>20 May 2003 00:00:00 GMT</pubDate>
      <description>Learn how  XML and the W3C DOM were used to create the collapsible tree widgets
      used in the tables of content for the JavaScript Guide and Reference additions to the
      DevEdge MultiBar Sidebar tab.</description>
    </item>
    <item>
      <title>Inner-Browsing: Extending Web Browsing the Navigation Paradigm</title>
      <link>http://devedge.netscape.com/viewsource/2003/inner-browsing/</link>
      <guid>http://devedge.netscape.com/viewsource/2003/inner-browsing/</guid>
      <author>Marcio Galli, Roger Soares, Ian Oeschger</author>
      <category>Article</category>
      <pubDate>16 May 2003 00:00:00 GMT</pubDate>
      <description>This article introduces a paradigm where navigation and 
access to information occurs inside a web page - as 
opposed to the traditional model where a new web page is sent to the web browser when new information is requested.</description>
    </item>
    <item>
      <title>Netscape DevEdge Redesign: JavaScript</title>
      <link>http://devedge.netscape.com/viewsource/2003/devedge-redesign-js/</link>
      <guid>http://devedge.netscape.com/viewsource/2003/devedge-redesign-js/</guid>
      <author>Bob Clary</author>
      <category>Article</category>
      <pubDate>11 Feb 2003 00:00:00 GMT</pubDate>
      <description>Learn about the use of JavaScript in Netscape's DevEdge which
    is used to extend pure CSS-based menus to support most modern
    browsers.</description>
    </item>
    <item>
      <title>Upgrading DHTML pages with xbStyle</title>
      <link>http://devedge.netscape.com/viewsource/2002/updating-expcol-xbstyle/</link>
      <guid>http://devedge.netscape.com/viewsource/2002/updating-expcol-xbstyle/</guid>
      <author>Marcio Galli</author>
      <category>Article</category>
      <pubDate>04 Oct 2002 00:00:00 GMT</pubDate>
      <description>A case study in using the xbStyle example API to port
    and existing script to support Netscape Gecko.</description>
    </item>
    <item>
      <title>Updating DHTML Web Pages for next generation browsers</title>
      <link>http://devedge.netscape.com/viewsource/2001/updating-dhtml-web-pages/</link>
      <guid>http://devedge.netscape.com/viewsource/2001/updating-dhtml-web-pages/</guid>
      <category>Article</category>
      <pubDate>23 Jul 2001 00:00:00 GMT</pubDate>
      <description>What you need to know about the layer tag, document.all, and 
      other proprietary extensions and how to work with them in a cross browser world.</description>
    </item>
    <item>
      <title>The XML Binding Language</title>
      <link>http://devedge.netscape.com/viewsource/2001/xbl/</link>
      <guid>http://devedge.netscape.com/viewsource/2001/xbl/</guid>
      <category>Article</category>
      <pubDate>23 Jul 2001 00:00:00 GMT</pubDate>
      <description>XBL is the XML Binding Language. You can use XBL to add styles, 
      properties and methods to existing HTML elements, as well as 
      create and define new tags with their own set of styles, properties 
      and methods.</description>
    </item>
  </channel>
</rss>
