Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

DOM Scripting: Web Design with JavaScript and the Document Object Model (Repost)

Posted By: naag
DOM Scripting: Web Design with JavaScript and the Document Object Model (Repost)

DOM Scripting: Web Design with JavaScript and the Document Object Model By Jeremy Keith, Jeffrey Sambells
2010 | 350 Pages | ISBN: 1430233893 | PDF | 8 MB


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. We start 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 styles using the CSS DOM, and create markup on the fly.
New material for this edition includes a run through of the most popular JavaScript libraries and their use.

What you’ll learn

Apply dynamic behavior to your pages without inserting JavaScript in your markup.
Write scripts that degrade gracefully when JavaScript isn’t available.
Use web standards to ensure cross-browser compatibility.
Harness the power of the DOM to create user-controlled animation.
Also includes an introduction to Ajax.