作者:Jeremy Keith
副书名:中文版:JavaScript DOM编程艺术
出版日期:September 12, 2005
出版社:Friends of Ed
页数:368
ISBN:ISBN-10: 1590595335 ISBN-13: 978-1590595336
文件格式:PDF
文件大小:10.54 MB
Balancing a perfect blend of theory, practice, and applicationdevelopment, DOM Scripting is everything you need to start working withDOM. This book definitely gets a 10/10.
—Joe Topjian
We know from the success of titles such as Web Standards Solutions,Cascading Style Sheets: Separating Content from Presentation, and theWeb Designer’s Reference that web designers are increasingly concernedwith making sites that don’t just look pretty, but are also built usingcurrent best practices.
There are three main technologies married together to create usable,standards-compliant web designs: XHTML for data structure, CascadingStyle Sheets for styling your data, and JavaScript for adding dynamiceffects and manipulating structure on the fly using the Document ObjectModel.
This book is about the latter of the three. DOM Scripting: WebDesign with JavaScript and the Document Object Model gives youeverything you need to start using JavaScript and the Document ObjectModel to enhance your web pages with client-side dynamic effects.Jeremy starts off by giving you a basic crash course in JavaScript andthe DOM, then move on to provide you with several real world examplesbuilt up from scratch including dynamic image galleries and dynamicmenus, and show you how to manipulate web page style using the CSS DOM,and create markup on the fly.