Book description
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 Keith starts off by giving you a basic crash course in JavaScript and the DOM, then moves on to provide you with several real-world examples built up from scratch, including dynamic image galleries and dynamic menus. Then, he shows you how to manipulate web page style using the CSS DOM, and create markup on the fly.
Table of contents
- Title Page
- Dedication
- Contents at a Glance
- Contents
- Foreword by Dave Shea
- About the Author
- About the Technical Reviewer
- About the Foreword Writer
- Acknowledgments
- Introduction
- Chapter 1: A Brief History of Javascript
- Chapter 2: Javascript Syntax
- Chapter 3: The Document Object Model
- Chapter 4: A Javascript Image Gallery
- Chapter 5: Best Practices
- Chapter 6: Image Gallery Revisited
- Chapter 7: Creating Markup on the Fly
- Chapter 8: Enhancing Content
- Chapter 9: CSS-DOM
- Chapter 10: Animated Slideshow
- Chapter 11: Putting it All Together
- Chapter 12: The Future of DOM Scripting
- Reference
- Index
Product information
- Title: DOM Scripting: Web Design with JavaScript and the Document Object Model
- Author(s):
- Release date: September 2005
- Publisher(s): friends of ED
- ISBN: 9781590595336
You might also like
video
React - The Complete Guide (Includes Hooks, React Router, and Redux) - Second Edition
**This course is now updated for the latest version of React—React 18** React.js is the most …
book
CSS Master, 3rd Edition
CSS has grown from a language for formatting documents into a robust languagefor designing web applications. …
video
Angular - The Complete Guide [2023 Edition]
Learn all the fundamentals you need to know in order to get started developing Angular applications …
video
DOM 2022 - Using the DOM and JavaScript to Build Dynamic Websites
From the beginning to the end, learn and master the DOM (Document Object Model) in simple …