CSC/ECE 517 Fall 2010/ch6 6g az: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 2: Line 2:
== Introduction ==  
== Introduction ==  


'''"Content is something that remains constant , however the way we represent it keeps changing"'''
''"Content is something that remains constant , however the way we represent it keeps changing"''
 


Web pages are more interactive and dynamic than ever. The web pages are nothing but documents which are usually based on HTML or XML formats. Web designers are adding visual affects , features like drag and drop and more ever a lot applications business logic is coming to a web page. This is all possible because of the ability to change the structure, presentation of the web page dynamically by programming or scripting languages. There are a variety of programming languages which want to change the structure, style , presentation of web pages and what is that makes it possible ?  
Web pages are more interactive and dynamic than ever. The web pages are nothing but documents which are usually based on HTML or XML formats. Web designers are adding visual affects , features like drag and drop and more ever a lot applications business logic is coming to a web page. This is all possible because of the ability to change the structure, presentation of the web page dynamically by programming or scripting languages. There are a variety of programming languages which want to change the structure, style , presentation of web pages and what is that makes it possible ?  


In this article , we will start with a bit of history of how browser wars lead to the formation of Document Object Model. What exactly is document object model , its W3C specifications and also we will try understand capabilities of DOM with Javascript as a scripting language can actually make the web page dynamic.
 
In this article , we will start with a bit of history , of how browser wars lead to the formation of Document Object Model. What exactly is document object model ? , its W3C specifications and also we will try understand capabilities of DOM with JavaScript as a scripting language.


== History ==  
== History ==  

Revision as of 22:36, 13 November 2010

Introduction

"Content is something that remains constant , however the way we represent it keeps changing"


Web pages are more interactive and dynamic than ever. The web pages are nothing but documents which are usually based on HTML or XML formats. Web designers are adding visual affects , features like drag and drop and more ever a lot applications business logic is coming to a web page. This is all possible because of the ability to change the structure, presentation of the web page dynamically by programming or scripting languages. There are a variety of programming languages which want to change the structure, style , presentation of web pages and what is that makes it possible ?


In this article , we will start with a bit of history , of how browser wars lead to the formation of Document Object Model. What exactly is document object model ? , its W3C specifications and also we will try understand capabilities of DOM with JavaScript as a scripting language.

History

What is DOM ?

W3C specifications

Java Script and DOM

Future

Summary

References