Welcome to fedrix.com on July 11 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

DOM scripting

From Wikipedia, the free encyclopedia

  (Redirected from DOM Scripting)
Jump to: navigation, search

The term DOM Scripting refers to programmatically accessing the Document Object Model (DOM). In common usage, DOM scripting implies JavaScript. DOM Scripting has its roots in DHTML, but is more structured. It is the third pillar in the web standards movement.

It has been suggested that DOM Scripting is really no different from DHTML, as they are both accomplished by the same means and using the same tools. This suggestion holds that the creators of DOM Scripting simply wanted a way to distinguish between what they saw as a "bad" style of implementing a dynamic web page and what they saw as a "good" style of implementation. Thus, they named the "bad" style DHTML, and the "good" style DOM Scripting. In truth, there is no practical difference between the two, as any software development paradigm has the capacity to create both "good" and "bad" code simultaneously.

Contents

[edit] DOM Scripting vs. DHTML

Traditional DHTML

  • uses a scripting language and valid markup (HTML/XHTML/XML/etc.)
  • may be browser-specific
  • may require code forking
  • web only
  • was used with non-standardized markup

DOM Scripting

  • uses a scripting language and valid markup (HTML/XHTML/XML/etc.)
  • can be used with any programming/scripting language
  • aims to be browser independent, is browser independent among standards-compliant broswers
  • web only
  • may degrade gracefully

[edit] Books

[edit] Articles

[edit] Experiments

[edit] External links

Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs