jQuery UI 1.7: The User Interface Library for jQuery 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 $1.75 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
jQuery UI 1.7: The User Interface Library for jQuery
 
 
Start reading jQuery UI 1.7: The User Interface Library for jQuery on your Kindle in under a minute.

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

jQuery UI 1.7: The User Interface Library for jQuery [Paperback]

Dan Wellman (Author)
4.4 out of 5 stars  See all reviews (5 customer reviews)

List Price: $44.99
Price: $38.28 & this item ships for FREE with Super Saver Shipping. Details
You Save: $6.71 (15%)
  Special Offers Available
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.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $14.84  
Paperback $38.28  

Book Description

1847199720 978-1847199720 November 9, 2009
An example-based approach leads you step-by-step through the implementation and customization of each library component and its associated resources in turn. To emphasize the way that jQuery UI takes the difficulty out of user interface design and implementation, each chapter ends with a 'fun with' section that puts together what you've learned throughout the chapter to make a usable and fun page. In these sections you'll often get to experiment with the latest associated technologies like AJAX and JSON.This book is for front-end designers and developers who need to quickly learn how to use the jQuery UI User Interface Library. To get the most out of this book you should have a good working knowledge of HTML, CSS, and JavaScript, and will need to be comfortable using jQuery, the underlying foundation of jQuery UI.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

jQuery UI 1.7: The User Interface Library for jQuery + jQuery in Action, Second Edition + jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide)
Price For All Three: $84.45

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • jQuery in Action, Second Edition $25.18

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide) $20.99

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



Editorial Reviews

About the Author

Dan Wellman

Dan Wellman lives with his wife and three children in his home town on the south coast of England. By day his mild-mannered alter ego works for a small but successful e-commerce agency. By night he battles the forces of darkness, fighting for truth, justice and unobtrusive JavaScript. This is his third book.


Product Details

  • Paperback: 392 pages
  • Publisher: Packt Publishing (November 9, 2009)
  • Language: English
  • ISBN-10: 1847199720
  • ISBN-13: 978-1847199720
  • Product Dimensions: 9.2 x 7.5 x 0.8 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #456,956 in Books (See Top 100 in Books)

More About the Author

Dan Wellman is a web developer and author based in the UK. By day he works for a small, boutique agency that delivers unique solutions to a range of clients from local small businesses to national coporations. By night he writes books and tutorials on a range of subjects, mostly centered around web development and jQuery.

 

Customer Reviews

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

28 of 29 people found the following review helpful:
5.0 out of 5 stars jQuery UI 1.7 - A Solid Resource With Surprising Insight, November 23, 2009
By 
This review is from: jQuery UI 1.7: The User Interface Library for jQuery (Paperback)
This weekend, I finished reading jQuery UI 1.7 [The User Interface Library For jQuery] by Dan Wellman (released by PACKT Publishing). It's a follow-up to his jQuery UI 1.6 book, which I reviewed in early 2009. With a technology that is evolving as fast as jQuery, it's important that the documentation keep up such that we may know how to best leverage the tools that we have available; Dan's latest book, jQuery UI 1.7, does just that - bringing us completely up-to-speed with all aspects of the jQuery UI library.

One thing that I was thrilled to see when reading this book was that after a brief introduction to jQuery and jQuery UI, Dan dives directly into the jQuery UI CSS framework. With the 1.7 release of jQuery UI, the library has become completely standardized in the way that the markup and CSS classes are applied to the library widgets. Not only does this make it easy to uniformly skin the widgets (via tools like ThemeRoller), it provides a good structure for anyone hoping to create their own custom user interface widgets.

Dan covered the CSS framework in chapter 2, but I was very happy to find the CSS framework being brought up as a consistent theme throughout the book; each widget-based chapter takes time to examine the programmatically-generated HTML of each widget instance as well as how the phenotype of each widget might be overridden with some simple CSS rules. Whether through the configuration options or through customized CSS, Dan really does a great job of painting a picture of flexibility; as with any library, it's important to not feel like you've locked yourself into a corner, and Dan takes great care to drive home the point that jQuery UI is empowering, not constraining.

The CSS exploration in this book was very good and it made me greedy; I wanted to see more. Particularly, I would have loved to have seen a chapter dedicated to the concept of authoring your own jQuery UI widgets. Throughout the book, Dan touches on this concept, showing us were we might use a ui-widget-header or ui-widget-content class to theme our own markup, but authoring as a topic was never really fleshed out. Of course, I have a suspicion that an exploration in authoring widgets would fill another book, not just another chapter (hint hint ;)).

Beyond the CSS framework and all that it entails (which is something that I was particular interested in), the book provides exhaustive documentation of how the UI widgets and UI behaviors work. Starting each widget with the out-of-the-box default configuration, Dan discusses what each option, callback, and event binding does and how we can leverage them to enhance the user experience. When it comes to the UI behaviors (drag, drop, resize, select, sort), which are by nature less tangible, Dan takes extra care to step through examples with increasing complexity, describing real-world scenarios in which the various behaviors might be used (ex. maze game, task list, image viewer, Google-style portal).

In addition to the focused explanation of each widget and behavior, Dan also demonstrates the high-intercompatability of the various library components. Whether it's nesting tabbed interfaces within accordions, accordion interfaces within modal windows, date pickers as modal prompts, or applying sortability behaviors to tabbed interfaces, I was very happy to see that the underlying structure of the jQuery UI library was so well thought out that nesting one widget within another causes no complications.

Overall, jQuery UI 1.7 [The User Interface Library For jQuery] is a very thorough book and definitely a solid resource for anyone looking to become familiar with the ins and outs of the library. Dan Wellman has a clear and easy-to-follow writing style and lays out his examples with increasing complexity in a way that everyone can understand. He appears to have a good grasp on the underlying CSS framework, and in fact, this is a topic on which I'd like to see him write a lot more.
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:
5.0 out of 5 stars Excellent, February 25, 2010
This review is from: jQuery UI 1.7: The User Interface Library for jQuery (Paperback)
This book is intended to take you step by step through the jQuery UI library, an official suite of plugins that will take your web apps to the next level. It covers the high and low level widgets that make up the UI library, and the CSS and effects frameworks too.

The book will be easy enough for relative beginners to pick up the book (although some knowledge of HTML, CSS, and basic jQuery is required). Each chapter starts with the most basic usage example so that everyone can get up and running quickly. More options and methods are gradually introduced (with plenty of code samples along the way. Each piece of code can also be downloaded from the publisher's web site to save you having to type it!) Each chapter ends with a more advanced example which shows off an imaginative use of the library.

The book is engaging and well-written, and will serve as a great reference book after you read it through once. I would heartily recommend this title for beginner to intermediate users of jQuery UI.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Great for getting the basics, January 24, 2012
Amazon Verified Purchase(What's this?)
This review is from: jQuery UI 1.7: The User Interface Library for jQuery (Paperback)
I didn't finish this book, but read about 40% of it. After you read that much of it, you can pretty much see all of the patterns that jQuery UI uses and use it for any of the components. The book talks about the structure and framework of jQuery UI at the beginning, then goes on to the different components and tells you how to style and make them function. It isn't a javascript programming book, so it doesn't get too fancy with clever ways you can use the jQuery UI framework. It is a good reference book that can get you started with the API and get something up running quick.

Learning the basics of jQuery isn't that difficult if you are decent at programmer - which is great for a designer like me. If you get this book, the beginning chapters are the most useful, and the later chapters will turn into more of a reference if you decide to use a component that you haven't used. Then again, the online jQuery documentation is pretty dang good with examples and source, so you will probably end up using the jQuery website after you are somewhat comfortable with everything.
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)
(1)

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





Look for Similar Items by Category


Look for Similar Items by Subject