|
|||||||||||||||||||||||||||||||||||
|
15 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
40 of 47 people found the following review helpful:
2.0 out of 5 stars
A questionable book...,
By Xi Chi (San Fransisco) - See all my reviews
This review is from: XML and PHP (Paperback)
After all the flaky reviews this book has received, I was unsure if I was reading individual marketing campaigns sponsored by the various publishers or actual reviews. It seems that people cannot simply agree that this book is good or is bad as there is just nothing in between. Even in all the review cases, many people didn't find the reviews helpful, both positive and negative. It all seems complex from the consumer's perspective when deciding to buy this book. So given all these statements, I thought I'd present a true review - one from an actual reader rather than from someone else. I think it's pretty safe to assume that this book is good for some people and bad for others. The problem is that the reviews already here have so much fluff that they didn't even begin to describe themselves, thus they could be ambitious or lazy, smart or dim, and hobbyist or entrepreneurs. There is simply no way of telling. Personally, I think many of these concepts can be learned in PHP in about 2-3 days of trying the APIs out if you already know a great deal of XML. So if I'm going to buy a book on PHP and XML, I expect that it will provided added value information as well as design decisions, business concerns and best practices. Examples are not what I care about as much as the rich and deep information because there are many examples already on the web - no point acquiring the book just for those alone. That makes me question the reviewers who say the examples are clear and concise - the examples on the web already do that. Books are supposed to provide added value to these APIs and examples to make the topic complete and valuable to the reader. The book should also scale well to both beginning audiences (this book does very well) to expert audiences that want to drill through the basic information like APIs and examples and learn more advanced techniques, best practices, etc. This book doesn't deliver on these areas very well unfortunately. So, for a person like me: This book receives 2 stars. I didn't learn all that much from it and I was disappointed to say the least. He's a good writer, funny at times, and knows what he is doing, but he also catered to a specific audience and it shows. Is that the goal? Probably. But I think the expert people shouldn't have expected too much (as I did) - that's the truth. Although I personally give this book 2 stars, I believe that many beginner PHP programmers who have a little idea to what XML is will benefit from it. If you've already read some XML material on the net and even read a book or two, this book won't exactly help you out too much. However, this segment is rather small I would believe. I'm still looking for a book that I can give to my employees for reference as well as added value information. When I find it, I'll put a review there as well so you can compare. So there you have it - an honest review. I hope it helps people out in their purchasing decisions.
9 of 9 people found the following review helpful:
2.0 out of 5 stars
dissapointed,
By
This review is from: XML and PHP (Paperback)
I've been reading the book, and had a feeling it explained a lot.
Finally, i could use it, but the code used is very outdated (01-2005). That's why i visited their website. as the book refers to the site often. http://www.xmlphp.com/ check it yourself, no updates, the forum is closed. why did i buy this book?
8 of 8 people found the following review helpful:
2.0 out of 5 stars
Out of Date,
By
This review is from: XML and PHP (Paperback)
I've been reading this book recently (6/11/2004). With regards to DOM and XML, it's very out of date given the current development of PHP. Would advise newer, more up to date book if you're interested in DOM and XML.
10 of 13 people found the following review helpful:
5.0 out of 5 stars
Lots Of Good Content, Examples,
By Santosh Jaini (Irvine, CA) - See all my reviews
This review is from: XML and PHP (Paperback)
i have bought both the wrox book and this one and much prefer this one. while the wrox book is good, i find this one to be much easier to understand, and to use as a base for my own projects. i am building an XML-based transaction server, and the chapters on DOM, WDDX and SOAP were very useful, as i was able to use some of the code from the book in my project without any difficulty. also i appreciated the chapters on using open-source alternatives to the built-in functions (this is again not available in wrox, which also tended to be infuriatingly vague at certain points). if you are a serious developer, i would recommend buying both books - i refer to both the wrox book and this one since neither one is exhaustive - but i learnt more from this one, as it is written in a clearer manner.
5 of 6 people found the following review helpful:
4.0 out of 5 stars
Good XML code and application examples in PHP,
By Jack D. Herrington "engineer and author" (Silicon Valley, CA) - See all my reviews (VINE VOICE) (REAL NAME)
This review is from: XML and PHP (Paperback)
Chapters two and three start the book with good examples of SAX and DOM use in PHP respectively. This provides a solid foundation for the rest of the book which shows examples of popular XML based technologies as applied to PHP. These include XSLT (Sablotron), XML-RPC, SOAP, XML in databases and other topics. Each of these discussions contains some real world examples to provide context.It's a short and concise book that is well written. The use of graphics could be more effective. For example the screenshot in figure 6.8 is a single line in a vast sea of whtie browser space. The code sample could use some annotation or at the very least some bolding to hi-light the important segments. The value of this book will depend on the degree to which you use XML in the PHP context. If you want a quick booster rocket to get you into SAX or DOM work within PHP this book will do the trick since it's far better than the documentation on the PHP site.
3 of 4 people found the following review helpful:
4.0 out of 5 stars
Readable, clear, and useful,
By Nigel Swinson (Scotland, UK) - See all my reviews
This review is from: XML and PHP (Paperback)
An extremely helpful introduction to several salient technologies for PHP developers. It gives enough discussion into several XML/PHP technologies to allow you to a) understand what the technologies aims are b) how it can be used and c) if the technology is right for your application. It gives you enough of a boost into the technology so that you avoid wasting time developing with an irrelevant technology, and go straight to what is best for your own project. The book can be skimmed very effectively by reading just the well commented and frequent source code listings, reverting to the adjacent paragraphs of text where more explanation is needed.
4 of 6 people found the following review helpful:
4.0 out of 5 stars
Covering every aspect of PHP and XML integration,
By
This review is from: XML and PHP (Paperback)
Vikram Vaswani wrote a very focused book, covering every aspect of PHP and XML integration, with dedicated chapters on SAX and DOM parsers, XSL, WDDX, XML-RPC and SOAP. I think that PHP 4 is still lacking in the area of XML integration, but intermediate and advanced developers can still perform a lot of tasks using this combo. The book is clearly written; it covers a lot of different extensions and third party libraries with full code listings
1.0 out of 5 stars
0 stars. This book is crap,
By A Customer
This review is from: XML and PHP (Paperback)
I decided to purchase both Wrox's Professional PHP4 XML and New Rider's XML and PHP. Now, I'm not a dumb guy. I've been programming for awhile, but I'm still learning all the time. I like to build object oriented code in PHP as I believe it's the best way to go for several tasks (although not all). I'm still learning how to apply design patterns and the like and I find that very interesting. So when I pick up a book, I really want to see an author care about objects rather than putting all his code in the toilet - That's what this book does.Even further, the examples are so basic and the chapters don't explain anything beyond those examples either. I'm surprised people found this book useful since everything is obvious that those university computer science monkeys who are still learning Windows can figure this book out. But where are the best practices? Where are the examples used within an object oriented architecture? Do you think we are idiot programmers who only know how to code procedural programs that all reside within a single server page. Get real. On the other hand, I was very impressed with the Wrox book. Although some of the intro chapters were fairly useless (since they covered intro to PHP concepts and so forth), the chapters talking about SAX, DOM, XSLT and XML-RPC are much better and totally outshine this book's counterparts. They even discuss Object oriented programs in all most cases and will provide you both versions a lot of the time! Even further, the Wrox book shows you various examples about solving common problems. I actually think the authors showed me all the potential problems you can have for that matter; they were pretty detailed, especially in the SAX and XSLT chapters. After reading some of the reviews about XML and PHP, such as "This book doesn't suck" or Manual Lemos's review (a guy who contributes a lot of PHP code to the community) stating "this book was the best on PHP and XML available", it's obvious that they have ties to the author and want to see him succeed. Don't let them pull you in - this book isn't even worth the sympathy. Xi Chi's review was right on the bull's eye. I should have listened to it and so should you. Avoid this book like the plague and get Wrox's PHP4 XML book instead.
3 of 5 people found the following review helpful:
2.0 out of 5 stars
Okay, but look to Wrox's PHP Book,
By A Customer
This review is from: XML and PHP (Paperback)
This book contains all the fundamental information you'd expect from a book detailing PHP and XML, however this book fails to cover anything extremely indepth. If you are looking for a more in-depth and technical resource as well as coverage of the latest standards, turn to the Professional PHP4 XML book published by Wrox. That one is much better even though it's a little more money.
1 of 2 people found the following review helpful:
5.0 out of 5 stars
PHP and XML development made easy...,
By A Customer
This review is from: XML and PHP (Paperback)
I've just started getting into PHP, and have been redeveloping my own site in PHP. I thought I would experiment with XML also - and this book was, and still is, perfect for me. The main focus of the book is real-world applications - using XML with PHP All the examples are well-commented and can be understood just by reading Frankly, this book rocks. It is even fun to read. |
|
Most Helpful First | Newest First
|
|
XML and PHP by Vikram Vaswani (Paperback - June 16, 2002)
$39.99
In Stock | ||