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

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
24 used & new from CDN$ 0.18

Have one to sell? Sell yours here
 
   
JavaScript Application Cookbook
 
See larger image
 

JavaScript Application Cookbook (Paperback)

by Jerry Bradenbaugh (Author)
3.2 out of 5 stars  See all reviews (18 customer reviews)
List Price: CDN$ 54.99
Price: CDN$ 34.64 & eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details
You Save: CDN$ 20.35 (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
Usually ships within 3 to 5 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Ordering for Christmas?? This item requires additional time to ship and will arrive after December 25. Need a last-minute gift? Send an Amazon.ca Gift Certificate.

10 new from CDN$ 15.95 14 used from CDN$ 0.18

Product Details


Product Description

From Amazon.com

Seasoned Java coders will find the JavaScript Application Cookbook compiled just for them. Written in the same vein as the old-style programmer "toolbox" titles, this book sheds the usual tutorial presentation and simply introduces a series of JavaScript applications you can use on your own sites.

The cookbook begins with recipes such as a client-side search engine application that facilitates complex database searching to maximize local processing. (An interactive multiple-choice testing application follows, along with code for an interface to multiple search engines on the Net). Other applications include a JavaScript shopping cart, context-sensitive help, cipher implementation, drag-and-drop-capable e-mail, and a cookie-based user-management system.

Author Jerry Bradenbaugh clearly has a passion for JavaScript, and he illustrates the capabilities of this modest scripting language. The code for the book's applications is available from the publisher's Web site, and each chapter begins with a step-by-step walk-through of the finished application. You'll learn how code works and get ideas for possible extensions you might want to create. If you're programming in JavaScript already and want to grow your arsenal of tools and techniques, the JavaScript Application Cookbook is an immediate code fix. --Stephen W. Plain



Robert Judd, Front Range Unix Users Group, 11 March 2002

This book attains the usual high standards of O'Reilly books with clear,entertaining writing and a good presentation.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

18 Reviews
5 star:
 (3)
4 star:
 (7)
3 star:
 (2)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
3.2 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

 
4.0 out of 5 stars Good book if you're past the fundamentals, Jan 11 2004
By Thomas Duff "Duffbert" (Portland, OR United States) - See all my reviews
(TOP 1000 REVIEWER)    (REAL NAME)   
This book fills a very nice gap in the world of JavaScript books. Most of the books either are basic "how to" learning guides or exhaustive reference manuals. Both of those types of books are necessary for a good developer, but there comes a time when you want to cross over from the theoretical to the practical. As in, "how would I do a function like this in JavaScript?"

The "cookbook" approach is designed to take a common web site feature, like a search engine, and code a common JavaScript routine that would do that. You can then take the code in the book and use it with very little modification. In most cases, you would learn from the code as you are implementing it, and from there you can enhance the function to better suit your particular needs. You get the best of both worlds... You are quickly able to implement a function you are getting paid to build, and you are learning at the same time.

I liked the piece on context-sensitive help files. Nothing is really complex or visually impressive. But it's core functionality that you can implement quickly, it's useful for the end user, and you can build on that technique both in your current and future applications.

For Notes/Domino developers, you'll find a lot you can use here. Being that Domino functionality often translates to the web, you may find that a pure JavaScript implementation of a feature may not be the fastest or easiest way to build something for your application. You'll need to examine the functionality you need for your application and determine the best way to do it. But even if you choose to use Domino to accomplish some task, seeing the way to do it in JavaScript can help you expand your horizons and consider different approaches.

Conclusion
I would recommend this book as a practical supplement to a good "how to" and a good reference book. If you're just starting to learn JavaScript, you may want to leave this one alone for awhile.

Was this review helpful to you? Yes No (Report this)



 
1.0 out of 5 stars Virtually Useless Text, Feb 4 2003
By A Customer
The text is focused on providing ready built constructs that can be applied to any website. In summary this book contains 11 application constructs. 3 are possibly applicable in todays world, albeit their relevancy is questioned, the other 9 topics such as text ciphers in JavaScript and Shopping Carts in JavaScript, etc. are completely unacceptable in today's world. Adding text cipher or Shopping cart logic in the browser completely exposes that logic to the hacking public leaving your site completely vulnerable to attack. Even in 1999, when this book was written, this would have been a ridiculous way of implementing these things. I must say I gathered no useful information from this text. And as for the author, anyone who had their site implemented by this person should hire a professional to correct the security holes he has most likely left behind.
Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars Finally, javascript without the cheap tricks......, Sep 18 2002
By Tom Temple (Scottsdale Arizona, USA) - See all my reviews
After working through the first chapter (site search engine) I felt that this was a book work reading. It isn't a beginner's book, but anyone with intermediate javascript skills and an interest in using client-side processing will pick up a good amount of useful techniques and some needed perspective on how client-side scripting can be a powerful asset.

The code could be better (as could anyone's). There is a strong focus on using local variables instead of global and the naming conventions make following the logic from one function to the next a little difficult. This, however, does not diminish the value of the concepts presented.

To use the book, you "MUST" download the files. Not only are they a lot easier to read, you can comment them extensively as you go and pick up logic bits.

An inportant suggestion is to not blow through the example application too quickly. If you take the time to take them apart, modify them and reassemble, you will pick up much more than just running them reading the code and moving on.

I wish there were more books that presented the business functionality of javascript and how it can be used to handle many of the things that are being passed to server-side processing.

I bought it, used it and would buy it again...

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Most recent customer reviews

4.0 out of 5 stars Good Book for moving past javascript cheap tricks....
I bought the book expecting to pick up techniques to accomplish some serious client-side actions. After working through the first chapter, I was pleased with the purchase. Read more
Published on Sep 17 2002 by Tom Temple

5.0 out of 5 stars Excellent Reading
Anyone interested in serious programming with Javascript should definitely consider "Javascript Application Cookbook" by Jerry Bradembaugh. Read more
Published on Jun 18 2002 by Scooby Doo

1.0 out of 5 stars promotes bad coding practices
Not a cookbook, not well-organized, not very helpful.
He recommends syntax that is harder to read and understand because it saves a few bytes of memory--he may have experience... Read more
Published on May 29 2002 by Alan Raetz

4.0 out of 5 stars PEFECTION!!!
I bought this book about 3 weeks ago to help with my newest assignment at work. WOW! IT works wonders with all good browsers (sorry, Netscape isn't in this section). Read more
Published on April 4 2001 by kiwi19808

1.0 out of 5 stars Examples do not work
I purchased this book and downloaded the sample code from O'reilly. I then applied the errata from the o'reilly site. Read more
Published on Aug 17 2000

5.0 out of 5 stars It is exactly what it says in the title!
The title is 'JavaScript Application Cookbook'. The author says he aimed to provide complete applications in JavaScript to demonstrate its power and in my opinion, he has done... Read more
Published on Jun 27 2000 by ben_c

5.0 out of 5 stars Toughtful and complete
I definately stress that you have some experience with Java script before diving into this book but it is by far one of the best intros I've read. Read more
Published on Feb 9 2000 by Brian Donnelly

4.0 out of 5 stars Good .. at being what it is
I must say I don't understand some of you saying this book isn't what you hoped for - you certainly didn't know what you were buying. Read more
Published on Jan 20 2000 by jib_norway

4.0 out of 5 stars Pretty Damn Good
When I received my copy of the JavaScript Cookbook, I got exactly what I was looking for - a JAVASCRIPT resource. Read more
Published on Dec 16 1999 by Geneva Roth

4.0 out of 5 stars Great for me!
Let me preface this by saying that I know squat (a little less than squat, actually) about Perl. Period. As a matter of fact, I'm a Java newbie. Read more
Published on Dec 9 1999 by Clayton L. Ramsey

Only search this product's reviews



Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.