Puedes empezar a leer DOM Scripting en tu Kindle en menos de un minuto. ¿No tienes un Kindle? Consigue un Kindle aquí.

Enviar a mi Kindle o a otro dispositivo

 
 
 

Pruébalo gratis

Lee el principio de este eBook gratis

Enviar a mi Kindle o a otro dispositivo

Lee libros en tu ordenador o en otros dispositivos móviles gracias a nuestras Aplicaciones de lectura Kindle GRATUITAS.
DOM Scripting: Web Design with JavaScript and the Document Object Model
 
Ampliar la imagen
 

DOM Scripting: Web Design with JavaScript and the Document Object Model [Versión Kindle]

Jeremy Keith

Precio lista ed. digital: EUR 27,61 ¿Qué es esto?
Precio lista ed. impresa: EUR 33,36
Precio Kindle: EUR 19,33 IVA incluido (si corresponde) y envío a través de Amazon Whispernet
Ahorras: EUR 14,03 (42%)

Formatos

Precio Amazon Nuevo de Usado de
Versión Kindle EUR 15,56  
Versión Kindle, 12 de septiembre de 2005 EUR 19,33  
Tapa blanda EUR 31,70  
Descubre cómo ahorrar hasta un 90% en un título diferente cada día
Inscríbete en la Newsletter Kindle Flash y recibe directamente en tu bandeja de entrada la oferta del día Kindle Flash para no perderte ni un título en promoción. Más información

Descripción del producto

Descripción del producto

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. Jermey 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. You'll learn how to:

* 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.

Biografía del autor

Jeremy Keith is a freelance Web Developer living and working on the south coast of England. He is speaking at this year's South by South-West Web Design Conference in the US.

Detalles del producto

  • Formato: Versión Kindle
  • Tamaño del archivo: 8420 KB
  • Longitud de impresión: 368
  • Editor: Friends of ED; Edición: 1st (12 de septiembre de 2005)
  • Vendido por: Amazon Media EU S.à r.l.
  • Idioma: Inglés
  • ASIN: B000S1LU6Y
  • Texto a voz: Activado
  • X-Ray: No activado
  • Clasificación en los más vendidos de Amazon: n°91.300 Pagados in Tienda Kindle (Ver el Top 100 de pago en Tienda Kindle)

Opiniones de clientes

Todavía no hay opiniones de clientes en Amazon.es
5 estrellas
4 estrellas
3 estrellas
2 estrellas
1 estrellas
Opiniones de clientes más útiles en Amazon.com (beta)
Amazon.com: 4.5 de un máximo de 5 estrellas  80 opiniones
109 de 111 personas piensan que la opinión es útil
5.0 de un máximo de 5 estrellas Exceptionally Clear Handling of a Subject in Transition 7 de octubre de 2005
Por Brett Merkey - Publicado en Amazon.com
Formato:Tapa blanda
This book is directed toward scripters at the beginning and intermediate level. This is also a very good book for the veteran scripter who wants to re-tool as DOM-based techniques take hold.

I think Jeremy Keith takes the best road when he launches directly into DOM methods and objects, only mentioning the older ways for completeness. Most often, JavaScript books do the opposite -- mentioning DOM scripting only as an advanced art. But why learn the older ways when you must unlearn them later?

The author focuses on teaching correct methods and approaches, often taking the long way around to make it easier to see the larger picture. This requires a lot of forethought and organization on the part of an author and here the material excels. I don't think anyone will trip up following this guide through the Web script jungle.

The author also avoids the unbearable humor and cutesy language encountered so often in tech books. Thank you Mr. Keith! This is good, clear writing to go with good, clean scripting.

Quibbles: I think the author should have been more concerned with compatibility issues, esp. with IE6, the decrepit but still dominant browser. For instance, on pp 200-01, he recommends using the setAttribute() method to set a class but does not mention that IE improperly demands "className" as a parameter. His snippet would fail in IE. The chapter on CSS scripting was good but barely scratched the surface, not mentioning a bunch of cool scriptable objects.

Overall, this book is a worthy tool that should be welcomed by the target audience.
51 de 51 personas piensan que la opinión es útil
5.0 de un máximo de 5 estrellas Finally, a book to teach us JavaScript DOM 28 de enero de 2006
Por Frank Stepanski - Publicado en Amazon.com
Formato:Tapa blanda|Compra verificada por Amazon
There's been a lull in the past couple years with JavaScript books. Even though there are many sites that use DHTML and DOM scripting, there never was any books that really explain how to do these very useful and cool effects. Plenty of websites to download and copy code, but nothing that really explains how to do it. UNTIL NOW!!!

The moment I start reading the first chapter, I knew I would finally learn what DOM scripting really meant. I've read through many basic JavaScript books from different publishers but all of them just briefly described how the DOM worked in one brief chapter. The whole DOM Scripting book talks about it.

The first 2 chapters are a brief refresher course of the JavaScript basics, and then the 3rd chapter starts in with the DOM. After a thorough explanation of what it is and how it can be used, the next chapters go through various projects in reviewing how it can be used in real life web design.

There are eight chapters that explain and show you how DOM scripting can be used. The final chapter talks about the future of scripting and gives examples of AJAX--a great bonus!

I highly recommend this book to anybody who wants to take their JavaScript code to the next level. It's also a great book to help would-be AJAX programmers as well. Since you have to have a very good understanding of DOM to create AJAX applications.
37 de 39 personas piensan que la opinión es útil
5.0 de un máximo de 5 estrellas The Perfect Javascript/DOM book for beginners 24 de marzo de 2006
Por Mashhoor Al Dubayan - Publicado en Amazon.com
Formato:Tapa blanda
When a Javascript/DOM book:

1) ..starts by introducing Javascript and it's syntax instead of jumping into DOM immediately.

2) ..Explains every single bit of code in a simple language.

3) ..uses simple and easy-to-follow code.

4) ..Starts a chapter with a very simple program and build on it as you read.

5) ..lets you put up your first useful/practical Javascript script in a few hours.

6) ..encourages you to 'understand' the code instead of 'memorizing' it

7) ..is written by Jeremy Keith

..Then you know it's worth every single cent you spend on it. I have nothing to say here except that if you're someone who knows nothing about Javascript/DOM and is willing to learn it, then you really shouldn't miss this book. But If you're an intermediate or advanced Javascript/DOM coder, then buying this book is not a good idea. It was solely made for begginers.
Ir a Amazon.com para ver las 80 opiniones existentes 4.5 de un máximo de 5 estrellas

Subrayados populares

 (¿Qué es esto?)
&quote;
The DOM has a method called getElementById, which does exactly what it sounds like: it allows you to get straight to the element node with the specified id. &quote;
Subrayado por 5 usuarios de Kindle
&quote;
The real power of the DOM is that the contents of a page can be updated without refreshing the page in the browser. &quote;
Subrayado por 5 usuarios de Kindle
&quote;
If you want to change the value of a text node, there is a DOM property called nodeValue that can be used to get (and set) the value of a node: &quote;
Subrayado por 5 usuarios de Kindle

Foros de debate

El foro de este producto
Debate Respuestas Última entrada
Aún no hay debates

Haz preguntas, comparte opiniones, ponte al día
Iniciar un nuevo debate
Tema:
Primera entrada:
Solicita el inicio de sesión
 

   


Buscar productos similares por categoría