Purchase Solution

From Dynamic HTML to DOM Scripting

Not what you're looking for?

Ask Custom Question

Assess the changes that have taken place in the journey from Dynamic HTML to DOM scripting.

Purchase this Solution

Solution Summary

The expert forms dynamic HTML to DOM Scripting.

Solution Preview

Question: Assess the changes that have taken place in the journey from Dynamic HTML to DOM scripting.

Answer:

Every web-related technologies used in the vast domain of web that are to become a worldwide standard have to be agreed by the W3C [5]. DHTML [3] or Dynamic HTML is not one of these standards or a standalone technology. DHTML refers to the act of using the web standards JavaScript, CSS and HTML together to create web pages that appear to be dynamic. The pages built with DHTML only appear to be dynamic as they change their look without the need to reload. The dynamic pages which are real does a different job: they retrieve and send data from and to the backend systems [1]. The principle aim of DHTML was to perform the impossible tasks which were seemingly impossible in the past such as make pages look very dynamic, move things around on the click of a mouse or with timed animation and generally make web pages more engaging [1].

The very cool effect of the DHTML lost its impact rather quickly, especially when some of the browsers were unable to support it and they ended up on a page that was a dead end. As DHTML itself was considered as a great concept, it did bring out a kind of elitism to a certain group of developers such as the JavaScript developers; they did not put much importance in keeping the 'maintainable' property ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.