Product DescriptionAjax is at the heart of the Web 2.0 revolution. It isn't a technology but, rather, is a technique that leverages other technologies and techniques, such as CSS, XML, DHTML, and XHTML. Many Web designers and programmers would like to incorporate Ajax in their projects because of the amazing functionality it can add to a Web site, but they can't because of the steep learning curve. That's where this book steps in. It makes learning Ajax fun and easy -- a great place to start! Visual QuickProject Guides focus on a single project. In this case the project is creating a business employee directory, like an address book. What's being created is a better, new kind of Web site.
Customer Reviews
Average Rating:
Rating: - Great introduction
This will not be the last thing you want to read about Ajax, but it should be the first. Great introduction: clearly written, easy to follow sample code, and thankfully concise.
The author has put up a supporting web site. There's a forum and the author responds to questions. He has also provided all the sample code on the site. You can also copy and paste the SQL statements to create the database, tables, and insert the sample data.
Rating: - good visual guide
very concise yet descriptive illustrations for creating a project with AJAX. Of course it is not a Bible for this technology, but a very very handy book which gived the basic idea.
Rating: - Good AJAX begginer workshop in a book
The book jacket lists it as a beginner level book. It says: "Familiarity with HTML, JavaScript, PHP and CSS would be helpful but is not required." It's true that the project doesn't involve anything terribly complicated in any of these areas. Still, if ALL of these are unfamiliar to you, I'd guess it would be quite difficult to follow what is going on simply because there are so many components interacting. (Actually there are a few more involved as well: MySQL, SQL and XML).
Rating: - Great book on Ajax and server side and client side problems
I already have a book from Larry Ullman (on PHP5 and SQL). So I know the man is both a great programmer and an excellent teacher. I already know the basics of Ajax (XMLHTTPRequest object, asynchronous requests etc). But I'm always interested in studying case studies. The book was unexpensive and short so I went for it. And I'm really happy I did. The project developed in this book clearly shows how to deal with server side problems and even to deal with a client on which javascript is disabbled (or ... Read More
Rating: - Good Specific Example Of Ajax
The author succeeds in leading the reader through an example application utilizing techniques that have been lumped under the name "Ajax". I suspect that many readers learn as I do by testing and experimenting with code examples. To get the most out of the book, these readers should have access to a desktop or ISP web server with Php capability.
Throught out the book, the author refers the reader to other resources that cover topics referred to briefly or noted as simply not in the scope ... Read More