Beginning Google Maps Applications with PHP and Ajax: From Novice to Professional Reviews



Amazon.com Customer Reviews

An absolutely excellent roadmap to Google Maps API Integration - Review written on November 09, 2006
* * * * *
Rating: 5 out of 5
9 customers found this review helpful.

This book was an absolutely incredible guide to the nuances of the Google Maps API. It clearly goes from simple integration, to geocoding to more complex functions such as overlays etc. I found it absolutely invaluable for my project, and I'm sure you will too.
Understandable - Review written on November 02, 2006
* * * * *
Rating: 5 out of 5
3 customers found this review helpful, 4 did not.

I found this book to be very readable and easy to follow. It doesn't just rehash old ideas but gives new ways to do things with clean code. I am a beginner in maps and have got so much out of this book already.
Great book, but check author's website for a few corrections - Review written on September 22, 2006
* * * *
Rating: 4 out of 5
11 customers found this review helpful, 5 did not.

I should have given this book five stars because it is such a treasure chest of information and most of it is error free. The authors also maintain an awesome website with corrections to a few instances where something got missed. If something doesn't work right in Internet Explorer with the script debugging tool turned on, check the website for updated code. For example, the overlays respond to clicks with the map event handler. Only the map should respond to the map click event handler, not the overlays. It's easy to fix, by testing to see if the overlay exists before executing the click handler on the overlay. If the overlay exists and the click is on the overlay, it should not execute the map click code.
Well done - Review written on September 12, 2006
* * * * *
Rating: 5 out of 5
13 customers found this review helpful, 3 did not.

I am using this book to build a mapping application. I'm a beginning-intermediate web programmer and find the book well designed. There are nice sections on improving the user interfaces of map applications, updating maps with data queried from a database, and plenty of good examples (also posted on the book's website). It's a good all around case study in developing dynamic websites with JavaScript, custom controls, databases and PHP. There is a positive review on Slashdot as well.