Create rich client apps with the DOM


Read With Formatting | Free Open Source Tutorials Account

Client Side Coding Tutorials
Thread: Create rich client apps with the DOM


md_doc
Move your Web applications beyond the handicap of the ubiquitous thin client architecture. Today's browsers finally support advanced client-side interactions across all objects in an HTML document. Thanks to the Document Object Model (DOM), UI designers can now create interfaces that let users manipulate data in real time while still offering the conveniences of a Web application. Author Mike Padilla shows you how to implement code that exposes robust client-side functionality that is both clean and extensible. Read Create rich client apps with the DOM here. (http://www.opensourcetutorials.com/tutorials/Client-Side-Coding/JavaScript/rich-client-apps-with-dom/page1.html)