In weniger als einer Minute können Sie mit dem Lesen von Learning jQuery 1.3 auf Ihrem Kindle beginnen. Sie haben noch keinen Kindle? Hier kaufen.

An Ihren Kindle oder ein anderes Gerät senden

 
 
 

Kostenlos testen

Jetzt kostenlos reinlesen

An Ihren Kindle oder ein anderes Gerät senden

Lesen Sie Bücher auf Ihrem Computer oder auf anderen Mobilgeräten mit unseren GRATIS Kindle Lese-Apps.
Learning jQuery 1.3
 
 

Learning jQuery 1.3 [Kindle Edition]

Jonathan Chaffer , Karl Swedberg
5.0 von 5 Sternen  Alle Rezensionen anzeigen (1 Kundenrezension)

Digitaler Listenpreis: EUR 19,56 Was ist das?
Kindle-Preis: EUR 13,69 Inkl. MwSt. und kostenloser drahtloser Lieferung über Amazon Whispernet

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 13,69  
Taschenbuch EUR 33,16  

Produktbeschreibungen

Kurzbeschreibung

This book begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions to each of them making it an invaluable resource for answers to all your jQuery questions. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming knowledge is required. You will need to know the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.

Über den Autor

Jonathan Chaffer is the Chief Technology Officer of Structure Interactive, an interactive agency located in Grand Rapids, Michigan. There he oversees web development projects using a wide range of technologies, and continues to collaborate on day-to-day programming tasks as well. In the open-source community, Jonathan has been very active in the Drupal CMS project, which has adopted jQuery as its JavaScript framework of choice. He is the creator of the Content Construction Kit, a popular module for managing structured content on Drupal sites. He is responsible for major overhauls of Drupal's menu system and developer API reference. Jonathan lives in Grand Rapids with his wife, Jennifer.

Karl Swedberg is a web developer at Structure Interactive in Grand Rapids, Michigan, where he spends much of his time implementing design with a focus on "web standards"—semantic HTML, well-mannered CSS, and unobtrusive JavaScript. Before his current love affair with web development, Karl worked as a copy editor, a high-school English teacher, and a coffee house owner. His fascination with technology began in the early 1990s when he worked at Microsoft in Redmond, Washington, and it has continued unabated ever since. Karl's other obsessions include photography, karate, English grammar, and fatherhood. He lives in Grand Rapids with his wife, Sara, and his two children, Benjamin and Lucia.

Produktinformation

  • Format: Kindle Edition
  • Dateigröße: 3985 KB
  • Seitenzahl der Print-Ausgabe: 446 Seiten
  • ISBN-Quelle für Seitenzahl: 1847196705
  • Verlag: Packt Publishing (13. Februar 2009)
  • Verkauf durch: Amazon Media EU S.à r.l.
  • Sprache: Englisch
  • ASIN: B0057WB7N0
  • Text-to-Speech (Vorlesemodus): Aktiviert
  • Durchschnittliche Kundenbewertung: 5.0 von 5 Sternen  Alle Rezensionen anzeigen (1 Kundenrezension)
  • Amazon Bestseller-Rang: #137.835 Bezahlt in Kindle-Shop (Siehe Top 100 Bezahlt in Kindle-Shop)

  •  Ist der Verkauf dieses Produkts für Sie nicht akzeptabel?

Mehr über die Autoren

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

4 Sterne
0
3 Sterne
0
2 Sterne
0
1 Sterne
0
Die hilfreichsten Kundenrezensionen
3 von 19 Kunden fanden die folgende Rezension hilfreich
Super! 21. Mai 2009
Format:Taschenbuch
Super Buch um sich mit den Konzepten von jQuery vertraut zu machen! Sehr zu empfehlen!
War diese Rezension für Sie hilfreich?
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  33 Rezensionen
30 von 31 Kunden fanden die folgende Rezension hilfreich
Excellent introduction to JQuery and client-side scripting 6. März 2009
Von Allan Metts - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I'm a programmer with lots of experience in several languages, although I never learned JavaScript -- nor had I done client-side web programming outside of static (X)HTML and CSS.

I decided it was time to close this gap, so I chose JQuery as my framework to abstract away the headaches I'd heard about JavaScript, and I chose Learning jQuery 1.3 as my means to learn the platform.

The book provides an excellent tour of jQuery's capabilities, although the jQuery UI package is not covered (the publisher offers this in a different book).

Each chapter covers a different aspect of jQuery programming, starting with simple examples and finishing with complex/completed functionality. Since this was my first dive into browser-side programming, I also found the book to be an excellent overview for creating the various behaviors I'd seen in practice (such as animating web content, validating forms, and refreshing data without refreshing the page).

New concepts are introduced along the way, and potential "gotchas" are exposed by presenting them as what you think you'd do next -- but are then followed by an explanation as to why it's the wrong thing to do. The book also contains an overview of many of the more popular jQuery plug-ins.

You're best off downloading the accompanying source code if you want to try the examples yourself, because non-relevant portions of the code and accompanying CSS don't always appear in the text. My only complaint lies with the example code: It isn't always well-commented. jQuery's syntax and extensive chaining can sometimes be non-intuitive, so good commenting is a must in a book like this.
16 von 17 Kunden fanden die folgende Rezension hilfreich
A Must-Read 8. März 2009
Von Nathan Smith - Veröffentlicht auf Amazon.com
Format:Taschenbuch
It's been nearly two years since the first edition of Learning jQuery was published. In my review of the initial version, I highly recommended it to anyone wanting to learn more about jQuery. I am quite pleased to say that this update is equally as good, bringing the reader up to speed on all the improvements that have been made since. Karl Swedberg and Jonathan Chaffer have masterfully refined the examples in Learning jQuery 1.3 to reflect the latest code base.

If you are still on the fence about delving into jQuery, know that there are a lot of successful companies who are using it already, such as those listed on the jQuery home page: CBS, Dell, Digg, Google, NBC, Netflix, WordPress -- to name a few. Additionally, Microsoft has made jQuery their JavaScript library of choice, for the upcoming .NET MVC framework -- which is somewhat akin to Ruby on Rails.

It is no secret that I am a huge fan of jQuery. In fact, I recently wrote a chapter for an upcoming jQuery book by O'Reilly. Believe me when I say that Karl really knows jQuery and is one of the brightest developers I know. This is a book not to be missed, especially if you are going to frequently be writing JavaScript.

One of the most notable improvements has been in the speed of CSS style selectors. Rather than doing a top-down pass at elements, the latest version of jQuery finds things via a bottom-up approach called Sizzle. This is similar to the way browsers apply stylesheets, and allows jQuery to be significantly faster.

Another key improvement, one that did not exist before, is the addition of "live" effects. Essentially, this allows you to add event listeners on any currently existing elements in a page, as well as all future elements that match the criteria. This means that parts of a page dynamically updated via Ajax can also have enriched interactivity, without calling additional functions to re-parse the page. Under the hood, this is done via abstracted event delegation.

Another thing that has changed since the original book is that "toggle" can now handle two or more functions, cycled through, rather than being limited to only two, as was the case with older versions of jQuery. This means that a single element can be the trigger for an unlimited events throughout a page.

Without specifically calling out every nuance that has been improved upon, suffice it to say that jQuery has continuously been refined and tuned for speed and browser compatibility over the past few years. Enough so, that even if you have the first edition, getting the latest version of this book will greatly benefit your development team, or even you as an individual if you work as a freelancer.
6 von 6 Kunden fanden die folgende Rezension hilfreich
Lot's of information, but NOT for the beginner programmer! 21. Juni 2010
Von M York - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
I'm not one to write reviews here very often - this only is my second. But I feel strongly enough about how this book's content is presented that I had to come here and hopefully prevent some disappointed purchases.

I personally learn best by doing something - seeing a working example and then taking it apart and observing what changing something does.

This book is not very good for that. The code in the text is presented in blocks and snippets of code. There is sample code you can download, but it is all completed code after being altered through the end of the relevant chapter. The code I've looked at in the sample downloads looks NOTHING like what you see in the book.

The writers go to great lengths explaining about each new concept, but again, the example to show how the concept works is presented in a snippet and the reader is left to figure out how to add that to the existing code that has been written thus far in the chapter.

It is because of this that I DO NOT recommend this book to the beginning developer. I am at an intermediate level of programming myself and have spent way too much time trying to figure out how to add the code presented in the book to what has already been written.

There are even inconsistencies in code from one block to the next when a new concept is added. Case in point: if you have the book, compare the code on page 57 to the code it is supposed to be based on, on page 55. Whether the difference is a typo, or failure to explain the difference in code, I can't tell. Hence I spent 15 minutes trying to figure out how to add the new concept into the existing code myself.

Much of my dislike for the book is based on person learning style, but I think the writers could do a better job in providing more useful, in-context, working code.
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Beliebte Markierungen

 (Was ist das?)
&quote;
When any event handler is triggered, the keyword this refers to the DOM element to which the behavior was attached. &quote;
Markiert von 4 Kindle-Nutzern
&quote;
By writing $(this) within the event handler, we create a jQuery object corresponding to the element, and can act on it just as if we had located it with a CSS selector. &quote;
Markiert von 3 Kindle-Nutzern
&quote;
the resulting set of elements from selectors and methods is always wrapped in a jQuery object. &quote;
Markiert von 3 Kindle-Nutzern

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen: