DOM Scripting: Web Design with JavaScript and the Document Object Model
Autor Jeremy Keithen Limba Engleză Paperback – 20 sep 2005
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.
Preț: 173.06 lei
Preț vechi: 216.32 lei
-20% Nou
Puncte Express: 260
Preț estimativ în valută:
33.12€ • 34.40$ • 27.51£
33.12€ • 34.40$ • 27.51£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590595336
ISBN-10: 1590595335
Pagini: 368
Ilustrații: XXII, 368 p.
Dimensiuni: 178 x 235 x 20 mm
Greutate: 0.64 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590595335
Pagini: 368
Ilustrații: XXII, 368 p.
Dimensiuni: 178 x 235 x 20 mm
Greutate: 0.64 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
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.
Notă biografică
Jeremy Keith is a web developer living and working in Brighton, England. Working with the web consultancy firm Clearleft (Clearleft.com), he enjoys building accessible, elegant websites using the troika of web standards: XHTML, CSS, and the DOM. His online home is Adactio.com. Jeremy is also a member of the WebStandards.org, where he serves as joint leader of the DOM Scripting Task Force. When he's not building websites, Jeremy plays bouzouki in the alt.country band Salter Cane (SalterCane.com). He is also the creator and curator of one of the web's largest online communities dedicated to Irish traditional music, TheSession.org.
Caracteristici
Most JavaScript books are very long-winded, boring, and developer-oriented – this one provides a quick and easy reference for those who are not code experts, but want to quickly learn and take advantage of JavaScript/DOM to add cool functionality to their web sites Shows readers how to build several real world projects All examples are fiercely standards compliant and up-to-date