Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Computer Dictionaries
For Dummies - Programming
General
New Releases
Learning Processing: A Beginner's Guide to Programming Images, Animation, and Interaction (Morgan Kaufmann Series in Computer Graphics)
Introduction to 3D Game Programming with Direct 3D 10: A Shader Approach
Programming in Python 3: A Complete Introduction to the Python Language (Developer's Library)
Introduction to Programming Using Visual Basic 2008, An (w/VS2008 DVD) (7th Edition)
Word 2007 Basics: An Introduction to Microsoft Office Word 2007
Introduction to Neural Networks for Java, 2nd Edition
Sams Teach Yourself Ajax, JavaScript, and PHP All in One (Sams Teach Yourself)
Hello World! Computer Programming for Kids and Other Beginners
Sams Teach Yourself Beginning Programming in 24 Hours, 2/e
Beginning Database-Driven Application Development in Java™ EE: Using GlassFish™ (From Novice to Professional)
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
Absolute Beginner's Guide to C (2nd Edition) (Other Sams)
Learning Processing: A Beginner's Guide to Programming Images, Animation, and Interaction (Morgan Kaufmann Series in Computer Graphics)
Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit (Sams Teach Yourself -- Hours)
Learning Perl, 5th Edition
Python Programming for the Absolute Beginner, Second Edition (For the Absolute Beginner)
Absolute Beginner's Guide to Computer Basics (4th Edition) (Absolute Beginner's Guide)
Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))
Sams Teach Yourself Java 6 in 21 Days (5th Edition) (Sams Teach Yourself)
Microsoft Windows PowerShell Programming for the Absolute Beginner
Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

Learning  jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

zoom enlarge 
Authors: Karl Swedberg, Jonathan Chaffer
Publisher: Packt Publishing
Category: Book

List Price: $39.99
Buy New: $33.88
You Save: $6.11 (15%)



New (19) Used (8) from $33.78

Avg. Customer Rating: 4.5 out of 5 stars 24 reviews
Sales Rank: 25084

Media: Paperback
Number Of Items: 1
Pages: 380
Shipping Weight (lbs): 1.4
Dimensions (in): 9 x 7.3 x 0.9

ISBN: 1847192505
Dewey Decimal Number: 005
EAN: 9781847192509
ASIN: 1847192505

Publication Date: June 29, 2007
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Condition: New. No dust jacket as issued. Trade paperback (US). Glued binding. 380 p. Audience: General/trade.

Editorial Reviews:

Product Description

jQuery is a powerful JavaScript library that can enhance your websites regardless of your background.

For designers, jQuery leverages existing CSS and HTML skills, allowing you to dynamically find and change any aspect of a page.This book provides a gentle introduction to jQuery concepts, allowing you to add interactions and animations to your pages - even if previous attempts at writing JavaScript have left you baffled.

For programmers, jQuery offers an open -source, standards-compliant, unobtrusive approach to writing complex JavaScript applications. This book will guide you past the pitfalls associated with AJAX, events, effects, and advanced JavaScript language features.

This book has a companion title, jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library.

The Perfect Companion: jQuery Reference Guide: dig deeper into the library and go you through the syntax, specifications, and follow up with a detailed discussion. This book offers an organized menu of every jQuery method, function, and selector. Entries are accompanied by detailed descriptions and helpful recipes that will assist you in getting the most out of jQuery. You'll discover the untapped possibilities that jQuery makes available, and hone your skills as you return to this guide time and again.

Stop scratching your head, and start improving your web applications with jQuery and JavaScript!




Customer Reviews:   Read 19 more reviews...

4 out of 5 stars Great book   September 20, 2008
This book is great for people that know css well, it makes javascript programming, so much better. If you understand how css works, attaching events, actions, animations is simple. What used to take 30 lines of Dom scripting to do can be done in 2. this book shows you how.


4 out of 5 stars Recommend as a buy as an introduction to jQuery   September 16, 2008
Recommend as a buy as an introduction to jQuery, especially individuals intending learn how to build new or repurpose user-interactive pages and sites with Drupal versions 5 or 6.

I received my copy directly from the publisher as I wanted to one, do a little research into the relationship between Drupal and jQuery, which has now been included with Drupal since version 5, and two to learn a bit more about interactive site design to be able to design my own Drupal 6 modules and/or templates sometime in the near future.

I found the book easy to learn from and have already started a development instance that now includes some of the functionality from the book (a picture library for my 3D art), but in combination with other resources; jQuery in Action and jquery.com tutorials. I found it fell a bit short on some of the details I required, but then I was never intending to build the actual examples found in the book for my current production site, which is a Drupal based CMS and not an eCommerce site.

I found Chapter 2 quite useful, covering the basics and relationships between Cascading Style Sheets (CSS), XPath selectors and jQuery DOM traversal as I see this as something I will be using in either a Drupal module or modified template. As I recall these topics and areas are also mentioned on one of the Drupal pages that one really needs to learn to understand, use and develop with Drupal. The section on jQuery and AJAX was also informative, at least for a beginner like myself.

The idea of writing less JavaScript code by using a library greatly appeals to me as writing or learning lots of code has never been my goal, focus or strength, the desired and resulting user functionality is and always will be. jQuery seems to satisfy this personal need and this book helped me to quickly learn and get up to speed on it. I think more experienced site developers and JavaScript masters will find it a bit short on information, and the index left a lot to be desired (only seven pages total?) as I found myself having to go to the jQuery web site for more on what I think is basic information; Chapter 3 Events, .bind() .click(), .toggle(), .hover().

Appendix A-Online Resources, and B-Development Tools both provide useful information for beginners, most I had already discovered before receiving the book, something other beginners could do as well.



3 out of 5 stars Well written, but needs a MUCH better index.   September 7, 2008
 1 out of 2 found this review helpful

This is a great book, to a point. It explains the concepts behind JQuery and gives some good, easy-to-follow examples. It's a good tutorial and introduction to using JQuery for AJAX, enhancing the UI, manipulating data, etc.. So why did I give this 3 stars?

Because in the end, what matters most to me is if I can USE the book on an ongoing basis. I'm not going to be able to, because the index for this book is WAY too sparse. It's missing many, many topics. For example, something as simple as the click() and clone() functions aren't in there, and neither is noConflict (which allows JQuery to play nicely with other libraries. And that's just the "C's".

I'm not asking for a complete reference - I understand that Packt does have a JQuery reference. But it would be nice to be able to find things I just read about 15 minutes ago! The poor index means I'm going to end up barely using this book at all.



5 out of 5 stars Great tutorial and reference!   September 3, 2008
This isn't just a great tutorial on jQuery, it's also a terrific bookshelf reference. I find myself grabbing it off the shelf once or twice a day to jog my memory or to find a concise example of what I'm trying to do. The examples are clear and complete and don't leave you with any missing pieces. Definitely essential reading if you're taking on development with jQuery.


4 out of 5 stars Wonderful book at connecting the dots.   August 11, 2008
OK... we have all heard jQuery is the in library from someone somewhere. Yet, it does so much and it does it differently. How do we shift gears and get into the library. This book is well thought out and covers the basics and beyond in a very friendly fashion. I want more details than can be contained in a book of this size, lol. We all want the books to cost less and contain more. But one of the key ways I rate books is how well did the concepts of the book sink into my brain on the first read, and how often do I take the book off the shelf for 'instant refreshers'. This book is top quality on both those areas.
(FYI... by way of reference I am the author of ColdFusion 8 Developer Tutorial )


Powered by Associate-O-Matic