13 of 14 people found the following review helpful
5.0 out of 5 stars
Good Specific Example Of Ajax, Dec 12 2007
By John Guerin "D/B Wizard" - Published on Amazon.com
This review is from: Building a Web Site with Ajax: Visual QuickProject Guide (Paperback)
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 of the book. Examples are installing Apache/PHP, verifying data input, security considerations etc.
The book is a excellent read for those who have already delved into one of the pre-Ajax volumes that covered MySql/PHP in depth and want an Ajax upgrade. Others with basic application implementation needs will benefit from the overview, example code and resource tips provided.
8 of 8 people found the following review helpful
4.0 out of 5 stars
Good AJAX begginer workshop in a book, Mar 4 2008
By L. LePere - Published on Amazon.com
This review is from: Building a Web Site with Ajax: Visual QuickProject Guide (Paperback)
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).
Every step of the project is explained at a level that assumes you might not have seen that type of code before. But the exact syntax of each line of code isn't always explained so you may have to follow up with more reading and research if you want to adapt what you've learned to your own project later.
Several things I thought were particularly good about this book. One: given that browsers do a good part of the processing with AJAX through JavaScript, and given that you can't count on consistent behavior across browsers--or even on JavaScript being enabled, I was pleased to find that the project was designed to create a non-AJAX version first and then to add the AJAX layer on top of that.
Two: there was a good amount of error-checking built in to the application even though it is a fairly simple one. That's something as a not-so-proficient programmer I often find myself overlooking.
And three: tips on debugging in PHP and in JavaScript are included. Although they are pretty basic tips, if you are a beginner, they will be helpful.
I'd say this book can give you as much for your investment of time as many a day-long workshop would and at much lower cost.
4 of 4 people found the following review helpful
5.0 out of 5 stars
Great book on Ajax and server side and client side problems, Jan 25 2008
By samcsharp - Published on Amazon.com
This review is from: Building a Web Site with Ajax: Visual QuickProject Guide (Paperback)
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 blocked by a security app).
Two thumbs up for this book.