Features
- Cover Type: Paperback with 695 pages
- Published by: Wiley
- Edition: 1st Edition April 2, 2007
- Written in: English
- ISBN 10 Number: 0470102632
- ISBN 13 Number: 978-0470102633
-
Book Dimensions:
9.1 x 7.3 x 1.7 inches
- Weighs: 2.2 pounds
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
Back Cover Copy
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
Reader ReviewsThis 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.