This post originated from an RSS feed registered with Web Buzz
by Max Zone.
Original Post: Build DOM-based Web applications
Feed Title: dzone.com: web design
Feed URL: http://www.dzone.com/feed/frontpage/web%20design/rss.xml
Feed Description: dzone.com: fresh web design links for developers
In previous articles in this series, you've examined the concepts involved in Document Object Model (DOM) programming -- how the Web browser views a Web page as a tree -- and you should now understand the programming structures used in the DOM. In this article, you put all of this knowledge into practice and build a simple Web page that has some nice effects, all created using JavaScript to manipulate the DOM, without ever reloading or refreshing the page.