Potrai iniziare a leggere Supercharged JavaScript Graphics sul tuo Kindle tra meno di un minuto. Non possiedi un Kindle? Scopri Kindle.

Invia a Kindle o a un altro dispositivo

 
 
 

Prova gratis

Leggi gratuitamente l'inizio di questo eBook

Invia a Kindle o a un altro dispositivo

Leggi gli eBook sul computer o altri dispositivi portatili con le Applicazioni di lettura Kindle gratuite.
Supercharged JavaScript Graphics: with HTML5 canvas, jQuery, and More
 
Visualizza l'immagine in formato grande
 

Supercharged JavaScript Graphics: with HTML5 canvas, jQuery, and More [Formato Kindle]

Raffaele Cecco

Prezzo edizione digitale: EUR 24,93 Cos'è?
Prezzo Copertina Ed. Cartacea: EUR 31,11
Prezzo Kindle: EUR 17,45 include IVA (dove applicabile) e il download wireless gratuito con Amazon Whispernet
Risparmi: EUR 13,66 (44%)

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 17,45  
Brossura EUR 26,53  
Scopri come risparmiare fino all'80% su un titolo diverso ogni giorno
Iscriviti alla Newsletter dell'offerta lampo Kindle per ricevere direttamente nella tua casella di posta elettronica l'e-mail con l'offerta del giorno e non perdere nemmeno un titolo in promozione. Scopri di più

Chi ha acquistato questo articolo ha acquistato anche


Descrizione prodotto

Sinossi

With HTML5 and improved web browser support, JavaScript has become the tool of choice for creating high-performance web graphics. This faced-paced book shows you how to use JavaScript, jQuery, DHTML, and HTML5's Canvas element to create rich web applications for computers and mobile devices.

By following real-world examples, experienced web developers learn fun and useful approaches to arcade games, DHTML effects, business dashboards, and other applications. This book serves complex subjects in easily digestible pieces, and each topic acts as a foundation for the next.

  • Tackle JavaScript optimization and understand how it impacts performance
  • Create fast-moving graphics by combining old-school DHTML with jQuery
  • Learn advanced UI techniques using the jQuery UI and Ext JS libraries
  • Build games with collision detection, object handling, and JavaScript scrolling techniques
  • Master HTML5 Canvas basics for drawings, fills, bitmaps, animation, and more
  • Create applications for the small screen with jQuery Mobile and PhoneGap
  • Use Google’s data visualization tools to create interactive dashboards

Dettagli prodotto

  • Formato: Formato Kindle
  • Dimensioni file: 2973 KB
  • Lunghezza stampa: 282
  • Utilizzo simultaneo di dispositivi: illimitato
  • Editore: O'Reilly Media; 1 edizione (11 luglio 2011)
  • Venduto da: Amazon Media EU S.à r.l.
  • Lingua: Inglese
  • ASIN: B005EI85IC
  • Da testo a voce: Abilitato
  • X-Ray: Non abilitato
  • Posizione nella classifica Bestseller di Amazon: #57.497 a pagamento nel Kindle Store (Visualizza i Top 100 a pagamento nella categoria Kindle Store)

Quali altri articoli acquistano i clienti, dopo aver visualizzato questo articolo?


Recensioni clienti

Non ci sono ancora recensioni di clienti su Amazon.it
5 stelle
4 stelle
3 stelle
2 stelle
1 stella
Le recensioni clienti più utili su Amazon.com (beta)
Amazon.com: 4.1 su 5 stelle  7 recensioni
11 di 11 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Fun read for the intermediate JavaScript developer 22 agosto 2011
Di Jeroen Oliemans - Pubblicato su Amazon.com
Formato:Brossura
I like that the book begins with a DHTML example, this makes the reader really understand the fact that building the web is possible with many tools and that each tool has its cons and pros. The newest toys ( canvas, webgl etc ) aren't necessarily the best or the fastest to build a proper user experience. In the beginning of the book the reader get acquainted with; the browser landscape, sprites, framerates and best practices for working with the DOM which is a pain for performance. The code examples are clear and luckily without excessive comments, which makes the example easy to read for the more experienced developers which are books target group.

The next chapters concern page enhancing techniques like scrolling effects, ui-libraries and shows the best way to create user interface elements form scratch. Al these chapters are a fine introduction for the more performance hungry subjects of games.

The second part of the book dicusses games, staring with a DHTML version of space invaders. This game example incorporates a lot previeous learned techniques en demonstrates the power and performance of well used DHTML.
Of course the power of the newer toys are easy to see with the examples in the book for example the ( recursive ) tree example is a brilliant example of the performance of the canvas element. The bigger part of this book emphasizes on the canvas element. The book clearly demonstrates the posibillities and raw power of the element.
The following chapters cover mobile javascript graphics, phonegap and the Google Charts API.

At first the mix of topics seemed strange to me, however the chapter were really fun to read and I will definitilly use Google Charts in upcoming projects if needed. jQuery Mobile is equally interesting, though personally I would probably take a more responsive way in the future with embedding the touch events into a global library for websites.

Bottom line

this book definitely is a fun read supported by excellent examples for medior to advanced javascript developers who develop applications at his moment, the author makes use of contemporary, but proven libraries and API's . Which is a plus these days with swift innovation cycles.

Supercharged JavaScript Graphics

Disclaimer: I was provided access by O'Reilly Publishing to an electronic copy of this book for review purposes.
7 di 7 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle A great book that provides straightforward insight 20 ottobre 2011
Di Leslie Harback - Pubblicato su Amazon.com
Formato:Brossura
These days there are a ton of Javascript books out there. So many that it becomes difficult to sift through them all to find the one that's appropriate to your knowledge level and style of learning. Fortunately, Raffaele Cecco's Supercharged Javascript Graphics fills that role admirably.

The book runs the gamut of Javascript graphical effects, all explained in a way that's somewhere between a super dry omnibus tome that attempts to describe the language and its entire use and a 'cookbook' style super-topical volume that maybe doesn't go into as much detail as you'd like. I was delighted to find relatively in-depth approaches to things that I've never attempted, but that I still found fascinating to read about: 3D Carousels, multiple methods of scrolling, tilemaps, and animations, to name just a few. Again, these are things that, on starting this book, I had not really thought of using, but now that's I've read about them, I'm sure I'll have to work them into some Web design work.

I could discuss any number of sections of the book in detail, but as a game programmer, it only seems appropriate that I would gravitate that section of the book; in Chapter 5, the author begins the process of recreating a variation on a personal favorite game of mine, Space Invaders, called Orbit Assault. This alone is worth the price of this book, for me at least. While the game code itself is not especially complex (nor is the game itself, for that matter) stepping the reader through the entire process of creating sprites, importing game assets, and setting up the engine and user input is nicely self-contained and useful. I've personally not attempted to make a Javascript game, but after reading this, I suspect I'll give it a go, after seeing the ease with which it can be accomplished.

I've wracked my brain to think of a shortcoming of the book. Certainly Cecco's writing style is pleasant and accessible, the examples given are straightforward, useful, and never esoteric, and it's even organized nicely, flowing from one related subject to the next. I guess if I had to identify one issue, it's that at 280 pages it's a little too short. In the future I'd love to see more from the author on the same subject.

The bottom line? As with a lot of O'Reilly books, you're getting a great value, a solidly constructed book, and a well written one at that. If you're a Javascript developer, a game programmer who has interest in browser-level game creation, or if you're just interested in learning about these thing, go get yourself a copy. I doubt you'll regret it.
3 di 4 persone hanno trovato utile la seguente recensione
4.0 su 5 stelle A fun way to deepen your knowledge of JavaScript 7 ottobre 2011
Di Ricardo Bánffy - Pubblicato su Amazon.com
Formato:Brossura
I loved reviewing this book. Not only I learned a lot of new, cool tricks, the methods, tools and techniques I learned, from JavaScript code optimization to proper usage of jQuery Mobile and PhoneGap, were well worth the time invested in reading the book. The text flows well and the examples are easy to follow, understand and apply to your projects. When there is more ground to be covered, the book will point you in the right direction to continue playing with the technologies introduced.

Fair warning: JavaScript can be very alien to people who come from other languages and you have to be reasonably proficient with JavaScript to make full use of this book.

Disclosure: This book was provided by O'Reilly Media as part of their blogger review program

I più evidenziati

 (Cos'è?)
&quote;
jQuery.html() method can be considerably slower than using an elements innerHTML object &quote;
Evidenziato da 4 utenti Kindle
&quote;
One benefit of using prototypal inheritance is efficient use of memory; an objects prototype properties and methods are stored only &quote;
Evidenziato da 3 utenti Kindle
&quote;
When you specify a context, jQuery has less searching to do and will return its results in less time. &quote;
Evidenziato da 3 utenti Kindle

I clienti che hanno evidenziato questo articolo hanno evidenziato anche


Discussioni clienti

Forum su questo prodotto
Discussione Risposte Ultimo post
Nessuna discussione

Poni domande, condividi opinioni, raccogli informazioni
Inizia una nuova discussione
Argomento:
Primo post:
Dovrai effettuare l'accesso
 

   


Ricerca articoli simili per categoria