or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
49 used & new from $2.50

Have one to sell? Sell yours here
 
   
Ajax Bible
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  
3.9 out of 5 stars  See all reviews (7 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
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, November 30? Choose One-Day Shipping at checkout. Details
Ordering for Christmas? To ensure delivery by December 24, choose FREE Super Saver Shipping at checkout. Read more about holiday shipping.

33 new from $5.00 16 used from $2.50

Frequently Bought Together

Ajax Bible + JavaScript Bible + HTML, XHTML, and CSS Bible
Price For All Three: $78.10

Show availability and shipping details

  • This item: Ajax Bible by Steve Holzner

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

  • JavaScript Bible by Michael Morrison

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

  • HTML, XHTML, and CSS Bible by Steven M. Schafer

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


Customers Who Bought This Item Also Bought

JavaScript Bible

JavaScript Bible

by Michael Morrison
3.5 out of 5 stars (8)  $31.49
HTML, XHTML, and CSS Bible

HTML, XHTML, and CSS Bible

by Steven M. Schafer
3.4 out of 5 stars (9)  $20.22
Professional Ajax, 2nd Edition (Programmer to Programmer)

Professional Ajax, 2nd Edition (Programmer to Programmer)

by Jeremy McPeak
4.2 out of 5 stars (20)  $26.39
PHP5 and MySQL Bible

PHP5 and MySQL Bible

by Tim Converse
3.1 out of 5 stars (14)  $34.99
Foundations of Ajax

Foundations of Ajax

by Nathaniel T. Schutta
4.1 out of 5 stars (33)  $27.04
Explore similar items

Editorial Reviews

Product Description

Build interactive Web applications with Ajax

Create live searches and online spreadsheets

Discover programming mistakes to avoid!

Create blazing-fast Web applications with powerful Ajax

If you think that mastering Ajax is too difficult, guess again. You can create Web applications that look and feel like desktop apps in less time than you think with the comprehensive Ajax instruction in this in-depth book. You'll find easy-to-follow tutorials, hundreds of tips and tricks, and so much practical information that even skilled developers will reach for this book first. Let this Bible be your guide as you jump into the hottest Web programming technology in years.

* Master the fundamentals--JavaScript(r), XML, dynamic HTML, and CSS
*

Tie Ajax into Google with the Google(r) API
*

Handle simultaneous XMLHttpRequest objects in Ajax
*

Use Ajax frameworks such as Ruby on Rails, AjaxTags, and others
*

Understand the Document Object Model (DOM)
*

Create floating menus and effects with CSS
*

Encrypt data over plain HTTP using JavaScript
*

Adapt real-world examples to your own programs

Companion Web site

Find all the code used throughout the book at www.wiley.com/go/ajaxbible


From the Back Cover

Build interactive Web applications with Ajax

Create live searches and online spreadsheets

Discover programming mistakes to avoid!

Create blazing-fast Web applications with powerful Ajax

If you think that mastering Ajax is too difficult, guess again. You can create Web applications that look and feel like desktop apps in less time than you think with the comprehensive Ajax instruction in this in-depth book. You'll find easy-to-follow tutorials, hundreds of tips and tricks, and so much practical information that even skilled developers will reach for this book first. Let this Bible be your guide as you jump into the hottest Web programming technology in years.

  • Master the fundamentals—JavaScript®, XML, dynamic HTML, and CSS
  • Tie Ajax into Google with the Google® API

  • Handle simultaneous XMLHttpRequest objects in Ajax

  • Use Ajax frameworks such as Ruby on Rails, AjaxTags, and others

  • Understand the Document Object Model (DOM)

  • Create floating menus and effects with CSS

  • Encrypt data over plain HTTP using JavaScript

  • Adapt real-world examples to your own programs

Companion Web site

Find all the code used throughout the book at www.wiley.com/go/ajaxbible


Product Details

  • Paperback: 695 pages
  • Publisher: Wiley; 1 edition (April 2, 2007)
  • Language: English
  • ISBN-10: 0470102632
  • ISBN-13: 978-0470102633
  • Product Dimensions: 9.1 x 7.3 x 1.7 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.com Sales Rank: #168,006 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #20 in  Books > Computers & Internet > Programming > Languages & Tools > Ajax

More About the Author

Steve Holzner
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Steve Holzner Page

Inside This Book (learn more)



What Do Customers Ultimately 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.
 
(5)
(4)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
20 of 22 people found the following review helpful:
2.0 out of 5 stars A Bible in Size Only, July 24, 2007
By D. Dodd (Knoxville, TN) - See all my reviews
(REAL NAME)   
This book is way bigger than it needs to be. The code examples take up enormous amounts of space. When stepping through an example, the entire example code is (usually) repeated with the new line under discussion added. Even the simplest example takes up pages of text. Every new example gets the cross-browser code for obtaining an XMLhttprequest object. Do we really need that repeated for each example?

The examples are mostly very simple, usually replacing one line of text with another. Then there's the screenshots. How informative is it to see two entire Internet Explorer windows, complete with toolbars, and a tiny speck of text that changes to before the Ajax call to an after Ajax call? The coverage of client and server-side libraries is so minimal and the examples so simple that the author could have just listed what libraries are available.

Most of the book has nothing to do with Ajax. There are chapters on DOM, javascript, CSS but I can't understand who their target audience is. For instance, if you don't know anything about DOM, you won't learn enough to be useful. If you do know some (even a little), you won't learn anything at all.

The last five chapters are the advanced Ajax section. The first three are an introduction to PHP. Really. How to declare a variable. How to make a comment. No Ajax at all. Again, if you don't know PHP, you're better off getting a better book. If you think the last two chapters might build on this tutorial of PHP, you're mistaken. No more PHP. On to java server pages, javabeans, and an odd little ending with two page discussion of Model-View-Controller. Again, if you don't know JSP, you won't understand what's going on. If you do, you won't learn anything.

The book is a nice introduction to Ajax, it just contains way to much filler and never does anything in any depth.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars Solid beginning to end coverage of Ajax..., May 13, 2007
By Thomas Duff "Duffbert" (Portland, OR United States) - See all my reviews
(TOP 50 REVIEWER)    (REAL NAME)      
Finding a book on Ajax isn't too hard any more. Finding one that covers beginning to advanced Ajax (and does it well) is another story. Steve Holzner has put his entry into the field with Ajax Bible. This is one of the better titles out there, and there's something to appeal to all levels of developers.

Contents:
Part 1 - Fundamental Ajax: Essential Ajax; Know Your JavaScript; Creating Ajax Applications; Serious Ajax Programming
Part 2 - Ajax In Depth: Introducing Ajax Frameworks; More Advanced Ajax Frameworks; Using Server-Side Ajax Frameworks
Part 3 - Ajax and the DOM, XML, CSS, and Dynamic HTML: The DOM and Event Handling; XML and Ajax; Cascading Style Sheets and Ajax; Dynamic HTML and Ajax
Part 4 - Advanced Ajax: Introducing Ajax and PHP; PHP - Functions and HTML Controls; Handling User Input in PHP; Ajax and Security; Filters, MVC, and Ajax
Index

Holzner's written over 100 technology books, so I've come to expect a high level of writing from him. He definitely delivers here. Part 1 gives you all the information you need to start writing an Ajax-enabled application. The JavaScript chapter is designed to give you enough background if you've never worked with Ajax before, but not so lengthy as to dominate the entire book. The Serious Ajax Programming chapter will appeal to readers who have done some Ajax coding already, covering such subjects as multiple XMLHttpRequest objects and calling other domains. Part 2 gets into the whole topic of frameworks and how they can save you time and effort in your coding projects. No need to reinvent the wheel if someone else already has done that. Part 3 covers more of how you can take the returned data from the Ajax call and format your web page to display and use that data. And finally, Part 4 goes into some fairly advanced topics that won't mean much to the beginner, but might be exactly what the advanced developer needs.

What I especially liked are Holzner's code examples. In many books, you get a code example all at once. The following writing then tries to explain whatever was just shown. That's usually OK, but sometimes longer code snippets can get confusing. Holzner "builds" the code alongside the writing. So you first get the start and end of the function along with the explanation. Then you get that code along with a new bold section that explains the next step. This pattern is repeated until the entire code snippet is built. While some might feel that it pads the book with redundant pages of code, I prefer it as you see the specific part of the code being discussed without getting confused about additional lines you don't yet understand.

If there was a need for me to recommend a book on Ajax to someone without knowing their background, this would be a very safe bet. Beginners will get exactly what they need, and intermediate/advanced readers will find stuff that they don't know. Nice job...
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Excellent for learning how AJAX works, March 19, 2009
This book is perfect for learning AJAX from the ground up. It goes into perfect detail with a lot of example code and great explanations. Considering how important AJAX is to web developers today, I consider this to be a must have in my reference books. The one thing I would say is that this book is more of a tutorial than a quick reference, and I would highly recommend getting the JavaScript Bible to go with it as an excellent reference book for everything javascript, including all the AJAX material.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars where is the errata?
This book explains the basics of Ajax very well in the first 4 chapters, better than some other beginning Ajax books I've read. Read more
Published 11 months ago by hukeli

4.0 out of 5 stars Pretty Good Book
I just made it to chapter five and I am understanding the topic of AJAX pretty well. I have other AJAX books but they failed to explain a few imporant topics or they did it... Read more
Published 13 months ago by E. Montalvo

3.0 out of 5 stars I expected more
This book convers very well a lot of subjects on Ajax, and a lot it doesn't.

There are two chapters focused on PHP. Read more
Published on October 1, 2007 by Raul Juarez

5.0 out of 5 stars Another winner - a fine AJAX ontribution
If you're alive and into computer books, you've got to know the name Holzner. The fellow has got a talent for putting together a book that is always (at least the ones I read) at... Read more
Published on May 9, 2007 by Joseph B. Cohen

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
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 65 2 days ago
textbook scam 77 7 days ago
Anyone need psychology testbook- trying to sell a used copy 2 13 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...

Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


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.