From DHTML to DOM Scripting
|
|
|
|
| Articles Reviews DHTML | |
| Written by Christian Heilmann | |
| Thursday, 12 April 2007 | |
|
Page 1 of 7
{mos_sb_discuss:20} In this chapter, you’ll learn what DHTML was, why it is regarded as a bad way to go nowadays, and what modern techniques and ideas should be used instead. You’ll learn what functions are, and how to use them. You’ll also hear about variable and function scope and some stateof-the-art best practices that’ll teach your scripts how to play extremely well with others.
If you are interested in JavaScript and you have searched the Web for scripts, you surely have come upon the term DHTML. DHTML was one of the big buzz words of the IT and web development industry in the late 1990s and beginning of the millennium. You may have seen a lot of tutorials about achieving a certain visual effect on now outdated browsers rather than explaining why this effect makes sense and what the script does. And that is exactly what DHTML was about. DHTML is JavaScript interacting with Cascading Style Sheets (CSS) and web documents (written in HTML) to create seemingly dynamic pages. Parts of the page had to fly around and zoom out and in, every element on the page needed to react when the visitor passed over it with the mouse cursor, and we invented a new way of web navigation every week. |
|
| Last Updated ( Thursday, 05 July 2007 ) | |
| < Prev | Next > |
|---|







