JavaScript & jQuery: The Missing Manual and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading JavaScript & jQuery: The Missing Manual on your Kindle in under a minute.

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

JavaScript & jQuery: The Missing Manual [Paperback]

David Sawyer McFarland
2.0 out of 5 stars  See all reviews (2 customer reviews)
List Price: CDN$ 41.99
Price: CDN$ 26.30 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 15.69 (37%)
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
Only 9 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Thursday, June 20? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $17.92  
Paperback CDN $26.30  

Book Description

Oct 28 2011 1449399029 978-1449399023 2

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.

Frequently Bought Together

JavaScript & jQuery: The Missing Manual + CSS: The Missing Manual + HTML5: The Missing Manual
Price For All Three: CDN$ 80.31

Show availability and shipping details

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

  • CSS: The Missing Manual CDN$ 27.71

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

  • HTML5: The Missing Manual CDN$ 26.30

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


Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

David Sawyer McFarland is president of Sawyer McFarland Media, Inc., a Web development and training company in Portland, Oregon. He's been building websites since 1995, when he designed an online magazine for communication professionals. He's served as webmaster at the University of California at Berkeley and the Berkeley Multimedia Research Center, and oversaw a complete CSS-driven redesign of Macworld.com. David is also a writer and trainer, and teaches in the Portland State University multimedia program. He wrote the bestselling Missing Manual titles on Adobe Dreamweaver, CSS, and JavaScript.


What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
4 star
0
3 star
0
1 star
0
2.0 out of 5 stars
2.0 out of 5 stars
Most helpful customer reviews
1 of 1 people found the following review helpful
2.0 out of 5 stars It's only the base of web... Jan 7 2013
Format:Paperback
It don't explain much of the code, it only explain the basic of html, css, javascript and jQuery... Not much to do with this book, i'll never buy "the missing manual" again
Was this review helpful to you?
3 of 7 people found the following review helpful
2.0 out of 5 stars Disappointing ... Feb 13 2012
By Eugen
Format:Paperback
I got this book in the hope that I will learn more about creating jquery web tools; but I got very disappointed once I discovered that things like galleries or menu navigation are done using plug-ins.
Is pretty lame when you buy a book to learn how to build something and the book is explaining you how to use some plug-ins that someone else already built them ... where is the learning process?
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.4 out of 5 stars  79 reviews
62 of 63 people found the following review helpful
5.0 out of 5 stars Thorough but Approachable Nov 26 2011
By Alex - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
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!
50 of 51 people found the following review helpful
5.0 out of 5 stars Great Introduction to jQuery Dec 20 2011
By David Hayden - Published on Amazon.com
Format:Paperback
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.
54 of 59 people found the following review helpful
2.0 out of 5 stars Almost there... May 17 2012
By Michael - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
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.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges