Mastering Ajax, Part 4: Exploiting DOM for Web response
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. This article introduces the Document Object Model, explains its use in Web pages, and starts to explore its usage from JavaScript.
|
|
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. This article introduces the Document Object Model, explains its use in Web pages, and starts to explore its usage from JavaScript. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.