JavaScript Cookbook 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
More Buying Choices
Have one to sell? Sell yours here
or
Get a £8.00 Amazon.co.uk Gift Card
JavaScript Cookbook
 
 
Start reading JavaScript Cookbook on your Kindle in under a minute.

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

JavaScript Cookbook [Paperback]

Shelley Powers
4.0 out of 5 stars  See all reviews (3 customer reviews)
RRP: £38.50
Price: £32.73 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.77 (15%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, May 31? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £21.04  
Paperback £32.73  
Trade In this Item for up to £8.00
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in JavaScript Cookbook for an Amazon.co.uk gift card of up to £8.00, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

JavaScript Cookbook + jQuery Cookbook + JavaScript: The Definitive Guide (Definitive Guides)
Price For All Three: £75.29

Show availability and delivery details

Buy the selected items together

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 554 pages
  • Publisher: O'Reilly Media; 1 edition (26 July 2010)
  • Language English
  • ISBN-10: 0596806132
  • ISBN-13: 978-0596806132
  • Product Dimensions: 23.1 x 17.5 x 3.3 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 202,527 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Shelley Powers
Discover books, learn about writers, and more.

Visit Amazon's Shelley Powers Page

Product Description

Book Description

Programming the Web

Product Description

Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you’ll get the job done faster and learn more about JavaScript in the process.

You'll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5's video and audio elements, and the drawing canvas. You'll find recipes for using these features with JavaScript to build high-quality application interfaces.

  • Create interactive web and desktop applications
  • Work with JavaScript objects, such as String, Array, Number, and Math
  • Use JavaScript with Scalable Vector Graphics (SVG) and the canvas element
  • Store data in various ways, from the simple to the complex
  • Program the new HTML5 audio and video elements
  • Implement concurrent programming with Web Workers
  • Use and create jQuery plug-ins
  • Use ARIA and JavaScript to create fully accessible rich internet applications

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
3 of 3 people found the following review helpful
Format:Paperback
This book on Javascript follows the O'Reilly Cookbook series 'recipe' format, laying out a whole list of practical problems and tasks that (aspiring) Javascript developers are faced with, and provides the solution and background discussion needed to truly get the task done, and understand the reasoning behind it.

The first few chapters of the book start of by explaining the basics of the Javascript language, providing insights and tips around working with strings, numbers, arrays, loops, functions, events etc... A seasoned Javascript programmer will probably already be familiar with most of this functionality, but I found it interesting enough to keep on reading these 'basic' chapters, because the author gives a good background explanation and points to more obscure or browser-specific problems that arise when using these concepts.

The next few chapters go a little deeper into error handling, debugging, the different methods to accessing DOM elements, and adding interactive functionality to your webpages. The author took a very interesting approach with the chapter on interactive elements, by focusing highly on having the ARIA (Accessible Rich Internet Applications) attribute set baked in into the examples. I hadn't used this myself before, and found it truly fascinating to read how to make rich Javascript interactions accessible to all users, with only a few lines of added code in most cases.

The more advanced chapters in the book explain in great detail the newer cutting edge functionalities that are starting to be implemented by most browsers, including working with HTML5 audio & video elements and persistent data storage, SVG graphics, canvas elements, etc ... The book even covers topics that are just recently included (or even not included yet) in modern browsers, giving the reader an idea of what the exiting new functionalities are about, and how to leverage them. In the last chapter we leave the browser and explore Javascript in other environments, such as browser extensions, mobile widgets, etc..

One downside of the book is that it doesn't take IE6 into consideration anymore, which is unfortunately not the case in real life situations. Perhaps some more information on how to provide graceful degradation for IE6 would have been helpful.

Overall this book provides a lot of great insights and best practices regarding a wide range of topics, aimed at Javascript developers with various skill sets, and is very thorough and detailed in its explanations.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
An excellent next step 20 April 2011
Format:Paperback
Definitely not for an absolute beginner. Not because it is written in a hard-to-understand way because it certainly is not. It is clear and easy to read. You just need to have the basic principles of JavaScript clear before you start this book.

Once you have the basics straight this book allows you to explore, in manageable chunks, new areas of JavaScript with immediate practical uses. You will learn better if you can see the point of what you are trying to do and with this book that's the main emphasis.

Highly recommended for someone who can write a basic script but who wants to make the step up to major projects without the stress of starting a major project of your own and getting confused. It will probably then stay useful by being a reference book when you come across things you can't do in the future.

I only dropped the rating to a four because some of what is mentioned is not really viable yet and sometimes it's not totally clear why the author chose what to cover. What is in the book is mostly superb and well-written.
Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback
When I started learning JavaScript years ago I was constantly running into niggly little problems that would hold me up until I found a way of getting round them. There were no end of books and web pages around that would give you examples of doing dynamic HTML with all the bells and whistles, but what I needed was something that covered the basics. This book does just that covering everything fro the very basics of concatenating strings and handling regular expressions, through using the canvas element to draw dynamic line drawings right the way up to doing all the flashy DOM manipulation. The advantage of the cookbook format is that you don't have to wade through chapters of dense text to find the things that you need, it's all there in the table of contents. You just dip in and get what you need out. This means of course that your only picking up snippets of knowledge, so you need a grounding in the basics first, but once you can get those under your belt, this book will let you get on a lot faster than trial and error alone.
Comment | 
Was this review helpful to you?
Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges