The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 DOM Scripting: Web Design with JavaScript & the Document Object Model
  

  DOM Scripting: Web Design with JavaScript & the Document Object Model by J. Keith

  • Published by: FRIENDS OF ED
  • Author: J. Keith
  • Page Count: 338
  • Group: JAVASCRIPT
  • ISBN: 1590595335/9781590595336
  • Published: Sep 2005

Our Price: 19.19
Discount: 20%
RRP: 23.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

DOM Scripting: Web Design with JavaScript & the Document Object Model
We know from the success of titles such as Web Standards Solutions, Cascading Style Sheets: Separating Content from Presentation, and the Web Designer's Reference that web designers are increasingly concerned with making sites that don't just look pretty, but are also built using current best practices.

There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model.

This book is about the latter of the three. DOM Scripting: Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. Jeremy starts off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page style using the CSS DOM, and create markup on the fly.

A brief history of JavaScript
JavaScript syntax
The document object model
A JavaScript image gallery
Best practices
Image gallery revisited
Creating markup on the fly
Enhancing content
CSS-DOM
Animated Slideshow
Putting it all together
The future of DOM scripting