Amazon.com: jQuery: Visual QuickStart Guide (9780321647498): Steven Holzner: Books
jQuery: Visual QuickStart Guide, ePub and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $4.06 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
jQuery: Visual QuickStart Guide
 
 
Start reading jQuery: Visual QuickStart Guide, ePub on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

jQuery: Visual QuickStart Guide [Paperback]

Steven Holzner (Author)
2.6 out of 5 stars  See all reviews (16 customer reviews)

List Price: $29.99
Price: $18.06 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $11.93 (40%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 18 left in stock--order soon (more on the way).
Want it delivered Friday, February 24? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $10.61  
Paperback $18.06  
Sell Back Your Copy for $4.06
Whether you buy it used on Amazon for $15.89 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $4.06.
Used Price$15.89
Trade-in Price$4.06
Price after
Trade-in
$11.83

Book Description

July 10, 2009 0321647491 978-0321647498 1
jQuery is a popular JavaScript library that simplifies event handling, animating, and Ajax interactions for rapid web development. Many companies are using jQuery including: Amazon, Google, Twitter, Bank of America, BBC, ESPN, CBS News, Digg, Reuters, IBM, Netflix, Dell, Oracle, Slashdot, Tecnorati, and Intuit.

Even casual web designers, who create web pages for fun, want to add the latest cool effects to their sites, and jQuery--the fast, flexible JavaScript library--is a tool of choice. Just as CSS separates "display" characteristics from the HTML structure, jQuery separates the "behavior" characteristics from the HTML structure. From visual effects, special controls, and Ajax made easy, the jQuery Visual QuickStart Guide will teach readers how to make the most of jQuery using the task-based, step-by-step, visual format they love. It's crammed with examples and there's a special section on widgets.

Frequently Bought Together

Customers buy this book with JavaScript: Visual QuickStart Guide (8th Edition) $21.40

jQuery: Visual QuickStart Guide + JavaScript: Visual QuickStart Guide (8th Edition)
  • This item: jQuery: Visual QuickStart Guide

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • JavaScript: Visual QuickStart Guide (8th Edition)

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Product Details

  • Paperback: 240 pages
  • Publisher: Peachpit Press; 1 edition (July 10, 2009)
  • Language: English
  • ISBN-10: 0321647491
  • ISBN-13: 978-0321647498
  • Product Dimensions: 9 x 7 x 0.5 inches
  • Shipping Weight: 12 ounces (View shipping rates and policies)
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (16 customer reviews)
  • Amazon Best Sellers Rank: #102,029 in Books (See Top 100 in Books)

More About the Author

Steven Holzner is an award-winning author who has written extensively on Ajax and JavaScript. With over 100 titles published, he's sold over a million copies of his books and been translated into 16 languages. As a former faculty member of MIT and Cornell, he teaches corporate seminars around the country.

 

Customer Reviews

16 Reviews
5 star:
 (1)
4 star:
 (4)
3 star:
 (5)
2 star:    (0)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (16 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

11 of 11 people found the following review helpful:
3.0 out of 5 stars Good content - poor editing, August 6, 2009
Amazon Verified Purchase(What's this?)
This review is from: jQuery: Visual QuickStart Guide (Paperback)
I'm glad I bought this book. It serves as it's title suggests, giving you a quick, painless start to using jQuery. The book's general layout is to use a single page to show you the functionality of a single jQuery method. Don't expect to see any in-depth description with this book. You'll definitely want to read another or do some online work after reading it, but after you finish this book, you will realize that jQuery is not as intimidating as you may have thought, which will make your reading of subsequent jQuery books easier.

I didn't expect this to be an entirely satisfying reference on the subject, but what really irritated me is that this book is chock full of errors that should have been caught before it was published. Most of the errors won't prevent the scripts from running, and in the cases where it would, if you have any experience with html, you'll realize the error as you're typing the script. For instance, for most of the first half of the book, a script is used that creates a button so that you can test the jQuery method being covered. Time after time after time, the code for the button didn't include a closing bracket... easy enough to pick up on, but it should have been easy for a technical editor to see also. There are also a few sentences such as: "Here's something else thing you can do with jQuery wrapped sets."

This book is worth buying if you are brand new to jQuery. It will make the other books that are a little bit more heady easier to digest. If you would like to be a technical reviewer, you might want to contact Peachpit Press. Apparently, they need one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
3.0 out of 5 stars jQuery Visual QuickStart is a Practical Cookbook, July 26, 2009
By 
David Salahi (Laguna Niguel, CA United States) - See all my reviews
(REAL NAME)   
This review is from: jQuery: Visual QuickStart Guide (Paperback)
This installment in the Visual QuickStart series is another predictably useful volume. Like some of the other books in the VQS series this one is primarily a cookbook of code samples. Want to know how to hide an HTML element? Check pages 16-17. Want to know how to bind an event handler to an event? See pp. 82-83. Want to employ visual effects such as fading page elements in and out? Or slide elements up and down? It's all here and lots more.

The downside of this cookbook approach is that much of the book is boilerplate. As you proceed through the book, you quickly become familiar with the drill. Each two-page section covers a single jQuery feature. Each one starts with a few short paragraphs of explanation and is followed by sample code and step-by-step instructions for entering it. Some of this repetition is tedious and unnecessary. You don't need to tell a JavaScript coder to "open a text editor (such as Microsoft WordPad)..." in every example throughout the book (and there are dozens of examples). I'm pretty sure your average software developer can figure that part out on his or her own.

And most of the sample code changes little from page to page. In general, only a few lines vary with each example. Do we really need, for example, separate examples for fade in and fade out? For slide up and slide down? One wonders if there's some padding going on here. Also, there's also a lot of empty space on most pages. I've got to think that we could save a few trees by eliminating the empty space and condensing the rest down to the essentials. Granted, it's always crystal-clear the way it's presented. But the code is all available for download from the Peachpit site (which is great!). Anyone who is going to code for jQuery is going to access it that way so why repeat things over and over? The paper could have been put to better use by providing more detailed explanations or more examples.

Although most of the explanations throughout the book are clear I did find one explanation of jQuery's functionality a bit misleading. On p. 62 the book explains the html() function's behavior as follows: "... you can replace all the <div> elements with <span> elements..." And on p. 63, the book reiterates "... to rewrite the HTML for the <div> elements, converting them into <span> elements..." That's not an accurate description of what happens. What actually happens is that the *contents* of the <div> elements are replaced with the <span> elements.

And on pp. 64-65 the attempt, in code, to replace the text of several <div>s is erroneous. The code contains symbolic elements (">" and "<") where the literal characters are needed. And the example seems to confuse the very issue that is being explained, specifically, replacing the element's text rather than its HTML. Yet, the sample code tries to replace both text and HTML but ends up doing it incorrectly. Because of the problem of literal vs. escaped characters what is intended as HTML comes out as just text. But aside from these two examples, all of the other sample code worked as expected.

One problem I did experience, which was not a fault of the book, was some odd behavior when testing the animation effects in various browsers. Internet Explorer, in particular, displays some odd artifacts with elements jumping around or resizing in unattractive ways when fading elements in/out or showing/hiding them. You'd think that by IE8 Microsoft would have gotten their act together. Firefox 3.5 had its share of quirks in this respect also. What I do wonder is whether there are some techniques that developers use to avoid or mitigate these odd behaviors. Lots of websites use JavaScript in this way and they work smoothly. What are their secrets? Does jQuery have any answers? If so, I didn't find them in this book.

And, I found at least one example in the book (Script 1.13) which was not included in the downloadable samples.

Having said that, I did find this book to be a very helpful introduction to jQuery. I had dabbled briefly with jQuery before but found its cryptic syntax a bit off-putting. As a result, I turned my attention to Dojo and YUI. However, still not being satisfied with either of those I decided to have another look at jQuery. This book quickly clarifies the notational peculiarities and gets to work showing you how to do useful things with jQuery. In particular, the book highlights one of jQuery's specialties, a broad range of tools, which are based on the CSS selector concept, for selecting HTML code elements. And jQuery extends the CSS concept to offer additional capabilities such as the ability to select an HTML node which contains some specified text. These are features that aren't offered by the other major JavaScript toolkits as far as I know.

I found the AJAX chapters to be particularly enlightening. I had used AJAX techniques before and was aware of how cumbersome it can be to code everything manually. The jQuery functions encapsulate much of the AJAX boilerplate code, along with cross-browser compatibility--which is a headache in AJAX, to make the technique much easier. And the book's AJAX examples elegantly illustrate the power that jQuery brings to bear in this area with some very simple examples.

There's a lot to jQuery and the toolkit delivers it in an elegant, concise way. I have a much better appreciation for its power and usefulness now. As a result, I'm considering switching to jQuery as my primary JavaScript toolkit.

There's really a lot of functionality to jQuery and it now appears to me to be easier to access than it previously did. Concise sample code is great. For that, at least, I give the book high marks. Each example focuses on one thing and one thing only. You can easily copy and paste the relevant code into any web page you might be working on and you don't have to cut out any extraneous material or figure out what dependencies there may be on code in other areas of the sample page. Or, conversely, you can start with a sample code page and build on it to get where you're going. There's lots here and I'll be referring to this book and its sample code regularly during the coming months.

In spite of my quibbles, the Visual QuickStart series is a tried and true formula that works. Several titles in the series have been reliable hands-on guides that have provided me with quick entrée into various technologies. This title is no exception. Here's a listing of the chapter titles from the jQuery Visual QuickStart Guide:

1. Essential jQuery

2. Selecting Elements the jQuery Way

3. Working with Elements the jQuery Way

4. Working with Events

5. Visual Effects and Animation

6. The jQuery Utility Functions

7. Jumping into Ajax

8. Using the Full Power of Ajax

9. Using the jQuery Widgets

For more info, visit the Peachpit website:

jQuery: Visual QuickStart Guide
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
1.0 out of 5 stars Too many errors, October 20, 2009
Amazon Verified Purchase(What's this?)
This review is from: jQuery: Visual QuickStart Guide (Paperback)
I don't usually trash books but the jQuery Visual QuickStart Guide comes close to a work of fiction. The problem is with the errors in the examples that really interfere with the ability of the reader to quickly and easily learn jQuery.

However, if you like challenges and puzzles this is an excellent book as it provides real life examples of "What's wrong with this picture?" (Why won't the example run.)

Sorry. Cannot recommend.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject