Potrai iniziare a leggere JavaScript & jQuery: The Missing Manual 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.
JavaScript & jQuery: The Missing Manual
 
Visualizza l'immagine in formato grande
 

JavaScript & jQuery: The Missing Manual [Formato Kindle]

David Sawyer McFarland
5.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)

Prezzo edizione digitale: EUR 25,67 Cos'è?
Prezzo Copertina Ed. Cartacea: EUR 31,11
Prezzo Kindle: EUR 17,97 include IVA (dove applicabile) e il download wireless gratuito con Amazon Whispernet
Risparmi: EUR 13,14 (42%)

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 17,97  
Brossura EUR 26,93  
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

JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects—but many web designers find the language hard to learn. This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You’ll soon be building web pages that feel and act like desktop programs, without having to do much programming.

The important stuff you need to know:

  • Make your pages interactive. Create JavaScript events that react to visitor actions.
  • Use animations and effects. Build drop-down navigation menus, pop-ups, automated slideshows, and more.
  • Improve your user interface. Learn how the pros make websites fun and easy to use.
  • Collect data with web forms. Create easy-to-use forms that ensure more accurate visitor responses.
  • Add a dash of Ajax. Enable your web pages to communicate with a web server without a page reload.
  • Practice with living examples. Get step-by-step tutorials for web projects you can build yourself.

Dettagli prodotto

  • Formato: Formato Kindle
  • Dimensioni file: 6014 KB
  • Lunghezza stampa: 540
  • Utilizzo simultaneo di dispositivi: illimitato
  • Editore: Pogue Press; 2 edizione (21 ottobre 2011)
  • Venduto da: Amazon Media EU S.à r.l.
  • Lingua: Inglese
  • ASIN: B005Z29QQ2
  • Da testo a voce: Abilitato
  • X-Ray: Abilitato
  • Media recensioni: 5.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)
  • Posizione nella classifica Bestseller di Amazon: #36.221 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

4 stelle
0
3 stelle
0
2 stelle
0
1 stella
0
5.0 su 5 stelle
5.0 su 5 stelle
Le recensioni più utili
5.0 su 5 stelle Excellent book 24 febbraio 2013
Formato:Brossura|Acquisto verificato Amazon
The book comes in great conditions, it arrived before than I expected and I'd recommend this book to people who wants to get started over JS & JQ.
Questa recensione ti è stata utile?
Le recensioni clienti più utili su Amazon.com (beta)
Amazon.com: 4.4 su 5 stelle  75 recensioni
61 di 62 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Thorough but Approachable 26 novembre 2011
Di Alex - Pubblicato su Amazon.com
Formato:Brossura|Acquisto verificato Amazon
This is a very well written book. I admit I was not completely new to jQuery when I read this, so I'm not sure about the learning curve, but I felt the book does a better job of fully explaining things than some other jQuery books do. It often provides line by line explanations of code rather than just summaries or generalizations. The book is a bit longer than some other jQuery books because of this added detail, and also because it really does cover a lot of material.

I enjoyed the writing style/tone of the book - it's not overly technical/serious, but also isn't over the top.

I also really appreciate the unqiue approach it takes of teaching you everything practical you need to know about "raw" javascript in order to enhance jQuery without getting into details many users may not need to know. If you're wondering, the content is roughly 3/4ths jquery and 1/4th pure javascript.

I do have a few complaints - the book does occasionally spend a bit too much time talking about specific plug-ins and how to use them. Usually it walks you through you how to do a simple task and then uses a plug-in for a more advanced version of it (such as galleries and form validation). I have mixed feelings about this (especially when some of these plug-ins have complete documentation on their websites) but since this is really just a personal opinion I didn't take a star off for it. There is also very little content related to making your own plug-ins, which is a cool feature of jQuery that a few other books do touch on. I found this odd given how often the book talks about plug-ins. There are a few typos here and there but I did not find any that affected the success of the examples - mostly just grammatical things.

Overall my favorite book on jQuery thus far, highly recommended!
48 di 49 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Great Introduction to jQuery 20 dicembre 2011
Di David Hayden - Pubblicato su Amazon.com
Formato:Brossura
I really enjoyed this book and the writing style. The author takes a concept-tutorial ( cookbook ) approach where he first introduces you to the concepts of selectors, events, animation, etc. and then walks through 1 or more tutorials that show you how to leverage those concepts to add common features to your website. The tutorials are useful, like FAQ's, drop-down menus, Google Maps, Flickr Feeds, photo galleries, form validation, etc. If you follow along with the book and write the CSS and jQuery, you will indeed get a very good understanding of the functionality found in most websites today.

In addition to writing most of your own jQuery, the author also introduces you to a few jQuery Plugins that provide similar functionality. This way you understand the concepts, know how to develop the solution yourself, but also get the efficiency of using available, feature-rich plugins. I agree with another reviewer that these discussions of various plugins can't get a bit long, but often jQuery Plugins don't have the best documentation so this is nice to have for reference in case you do use the plugin for your projects.

My only complaint is the inclusion of "JavaScript" in the title of the book. I believe it is a bit misleading as it only has some basic coverage of JavaScript. It is just a simple intro to variables, looping, etc. Make no mistake that this is a jQuery book. Don't expect to truly learn JavaScript.

IMHO, the book is geared for beginners that want more than the documentation-type snippets you get from jQuery in Action and less visual noise that you get from Head First jQuery. It's a really good cookbook that teaches you the concepts and then how to apply those concepts in the real world in a very easy-to-follow approach. I highly recommended it if you are new to jQuery and enjoy the cookbook style approach to learning without the need of seeing every possible piece of the API and numerous pictures and visuals to understand it.
50 di 55 persone hanno trovato utile la seguente recensione
2.0 su 5 stelle Almost there... 17 maggio 2012
Di Michael - Pubblicato su Amazon.com
Formato:Brossura|Acquisto verificato Amazon
Two problems:

1. Too much reliance upon the downloaded example files. I don't appreciate page after page of load this file, go to line x, add this, change that... Most of those examples should have the explanations in the comments within the example files, not in page after page of the book. The book does not stand alone well.

2. There is a lot of information here but the author fails to follow through on obvious paths. For example, dealing with interactive forms, probably one of the most popular things people want to do, it provides tiny disjointed examples of sending information back to the server and getting back a single result but the author does not reasonably explain dealing with multiple values. He seems to be in a hurry to move on and so does not finish a topic.

Useful, but frustrating. I'm constantly bouncing all over the place because the author makes references forward and back.

I più evidenziati

 (Cos'è?)
&quote;
[attribute^=value] matches elements with an attribute that begins with a specific value. &quote;
Evidenziato da 15 utenti Kindle
&quote;
[attribute$=value] matches elements whose attribute ends with a specific value, &quote;
Evidenziato da 13 utenti Kindle
&quote;
If you want to add an item to the beginning of an array, use the unshift() command. &quote;
Evidenziato da 12 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