Customer Reviews


3 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


7 of 10 people found the following review helpful:
4.0 out of 5 stars Great Book has Some Unfortunate Flaws
First, big problem with Chapter 9 in that the Figure 9-3 and 9-4 are for Chapter 8. Second the code will not work because of violation of the essential tenant of defining all variables before you use them. That would go the grid.php on page 271. You want to define $response variable to insure code runs everywhere. This you can do with the line $response = new stdClass();...
Published 14 months ago by Alonzo L. Hosford, Jr.

versus
2 of 3 people found the following review helpful:
3.0 out of 5 stars Uneven level of presentation
The first four chapters of AJAX and PHP provide simple, well-explained examples that are easy to learn from and easy to experiment with. Beginning with Chapter 5, the examples are suddenly an order of magnitude more complex. Chapter 5 contains new unexplained features that obstruct understanding. These include PHP classes; PHP session variables; the new (default) HTTP...
Published 12 months ago by J. Williams


Most Helpful First | Newest First

7 of 10 people found the following review helpful:
4.0 out of 5 stars Great Book has Some Unfortunate Flaws, November 25, 2010
Amazon Verified Purchase(What's this?)
This review is from: AJAX and PHP: Building Modern Web Applications 2nd Edition (Paperback)
First, big problem with Chapter 9 in that the Figure 9-3 and 9-4 are for Chapter 8. Second the code will not work because of violation of the essential tenant of defining all variables before you use them. That would go the grid.php on page 271. You want to define $response variable to insure code runs everywhere. This you can do with the line $response = new stdClass();

Second is the index.html link tag
<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/jqModal.css" > is incorrect

it should be

<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/jqModal.css" >

On page 265 this link tag is discussed for styling the grid.

<link rel="stylesheet" type="text/css" media="screen" href="themes/coffee/grid.css" >

I had to modify it to add it to the downloaded sample.
<link rel="stylesheet" type="text/css" media="screen" href="scripts/themes/coffee/grid.css" >

Basically there is an additional scripts folder in the paths to be wary about when translating the chapter discussion with the downloaded sample.

Other than that, so far as I have not tried all chapters, the downloaded examples appear to work. The book has the caveat that u use the XAMPP software in the Appendix. Some of us use our own server set-ups and that may cause a hitch here or there that are easily overcome since u would be experienced with LAMP server set-ups such as mysqli support in case u did not turn it on. The point here u want to play with examples be sure u read the software requirements they were tested on.

The authors do a great job of breaking down the subjects with a balance between atomic examples and more functionality and thus build more complex examples. There are quite a lot of code dumps in the book which fills the pages. They are explained on subsequent pages. There are comments in the code that does help.

I have a problem with the AJAX code constantly changing throughout the book. It has to do with the authors introducing new concepts. I am not sure where at this point Chapter 5 what code I should adopt for handing the AJAX calls. Somewhere hopefully I will find a definitive statement pointing to the exact code that should be integrated into any independent work.

The grunt of the book is covered in the first four chapters and then the authors take u into serious use of the technologies so far worth exploring.

All the source files are available and they even include the SQL scripts to build tables which saves time so u can run the examples to see the functionality and not key in data.

Overall I find this book well worth the purchase if u are new to these technologies but have fundamental HTML, CSS, PHP, MYSQL, JS experience and if you are strong in those technologies but need to get up to speed in their integration with AJAX which is my case.

I do detest code examples that are not thoroughly tested foisted on readers who then have to either fail or are forced to use advanced skills to debug and fix. A recommendation to publishers is to build the examples and storyboard their explanation progression and then have the authors write.

Errors in the book figures are also something that shows poor quality control from the publishers as well as three authors and professional friends available to check the book. Since they are in the last chapter, I suspect like many books everyone grows tired and want to get it done - done is correctly done so your readers are not dismayed - at least those who try to actually run the examples as is.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
3.0 out of 5 stars Uneven level of presentation, February 4, 2011
Amazon Verified Purchase(What's this?)
This review is from: AJAX and PHP: Building Modern Web Applications 2nd Edition (Paperback)
The first four chapters of AJAX and PHP provide simple, well-explained examples that are easy to learn from and easy to experiment with. Beginning with Chapter 5, the examples are suddenly an order of magnitude more complex. Chapter 5 contains new unexplained features that obstruct understanding. These include PHP classes; PHP session variables; the new (default) HTTP content type, application/x-www-form-urlencoded; HTML forms; and a new sophisticated HTTP request function that is useful either as an object constructor or as an ordinary JavaScript function. There are also some important topics that appear to be omitted altogether, such as user authentication.

I have learned a lot from this book but do not consider it suitable as a stand-alone introduction to AJAX and PHP.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 10 people found the following review helpful:
5.0 out of 5 stars Good introduction to Ajax, July 18, 2010
Amazon Verified Purchase(What's this?)
This review is from: AJAX and PHP: Building Modern Web Applications 2nd Edition (Paperback)
This is a good introduction to AJAX. Starts our very basic and very easy to understand.
Even covers using AJAX with jquery.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

AJAX and PHP: Building Modern Web Applications 2nd Edition
AJAX and PHP: Building Modern Web Applications 2nd Edition by Cristian Darie (Paperback - January 6, 2010)
$39.99 $34.33
In Stock
Add to cart Add to wishlist