|
|||||||||||||||||||||||||||||||||||
|
10 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
14 of 15 people found the following review helpful:
5.0 out of 5 stars
Friendly and Practical Reference,
By
Amazon Verified Purchase(What's this?)
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
Programming books tend to fall into two categories, learn by example and reference books. If you are new to programming, it's generally easier to start learning by example suspending your knowledge of everything a language can do in favor of examining a few simple scripts to learn the basics. Once you have written a number of small scripts, a good reference book can guide you in writing more complex and functional applications.
On the spectrum of how-to vs. reference, "PHP 5: Your visual blueprint for creating open source, server-side content" falls on the near-side of reference yet is organized in a practical solution based fashion. One of about six PHP books on my bookshelf (and perhaps only second to the php.net website), I find myself referring to this book more than any other reference. It is an excellent reference for things like recalling the syntax of a loop structure to the application of a loop in processing multiple form elements. Beyond being a solution-based reference, two things I really like about this book is the consistent two-page layout for each concept - a short description followed by code - and code shown in an actual editor window. (I'm not sure what it is about seeing screenshots of code but it seems to sink in better than code formatted in plain text on a page. Hence the Visual approach.) If you are new to web programming and are looking to buy your first PHP book then you may be better served with a learning through sample projects approach like "Build Your Own Database Driven Website Using PHP & MySQL" by Kevin Yank. In reviewing this book, expert programmers might scoff and say RTFM. For the rest of us somewhere along the PHP and programming learning curve, I believe this book serves as a friendly and practical reference.
4 of 4 people found the following review helpful:
2.0 out of 5 stars
If you're not familiar with programming already, steer clear.,
By Tetradecimal (Waltham, MA United States) - See all my reviews
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
Despite the fact that this book is marketed as an easy, fun "visual learning" tool, the truth of the matter is that if you're a beginning programmer or even someone who just knows their HTML and CSS and was wondering what all this server side scripting was about, you should give this book a wide berth.
As a student and a web developer, I have often been thrown at one programming language or another and been expected to hit the ground running. The result is that while I know how to use certain languages, the why or how is often fuzzy for me. Thus, I was hoping PHP 5 would clarify for me just what it is php is doing with that mysterious Apache. Unfortunately, the author(s) simply thrust you into installing Apache and PHP, then telling you that you can use echo statements to insert data into the output stream, something like so: $time = 'Wednesday'; echo 'It is $time.' That's great, but... a) What do echo statements actually DO? b) What is the output stream? c) So if I want to display the value of a variable, I just stick the name into the string argument of an echo statement? d) IS that a string I'm supplying to the echo statement? e) I'm assuming this means I need to escape any $ characters in case php decides whatever comes after it is a variable name? f) What happens if it doesn't find any variable named $time? All this from one innocuous little screenshot. This is fine for people who already know what they're doing, but if you're not prepared to puzzle out the answers to these questions and more, or if you have no idea what those questions even mean, I'd suggest waiting for Head First's take on PHP, as the Head First series is much, much more friendly to beginners: Head First PHP & MySQL
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Stop looking. This is what you need.,
By
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
So satisfied with their first book - "PHP", I had to see if the second could be as informative and it was. The method of explaination in these books should be the model for all computer books. Nothing is over or under explained. While this book does not cover all that PHP has to offer, it does what it intended - making PHP easy for beginners to learn visually.
5.0 out of 5 stars
Very easy to follow!,
Amazon Verified Purchase(What's this?)
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
This is one of the best books I have seen on beginning PHP. It was actually assigned for a class I was taking and I was very impressed with how easy it is to follow. Each page has a separate concept with step by step instructions, plus an example. Very straight forward and great as a reference.
4.0 out of 5 stars
A Useful Book,
By Front to Back (Australia) - See all my reviews
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Kindle Edition)
This is one of those middle of the road books, that you could hate or love. Except for the minute size of the text in some examples that make it difficult to read in all but good light, I must admit I have found it a very useful book.
It is the book I go to if I want a very quick reminder of how to do something in PHP - for example, I don't have time to read an essay on MySQL and how it should work, with this book you will get a single line of code with its complementary output. It then goes on to build on that in a step by step fashion. Well done and worth purchasing...don't forget to also buy a pair of spectacles (for the small print) as well!
1.0 out of 5 stars
Unreadable,
Amazon Verified Purchase(What's this?)
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Kindle Edition)
If you plan on reading this on Kindle... forget it. All the code examples are unreadable. They are included as blurry pictures, and the words are not readable. I wasted $15. You don't need to. If you want this book, buy the paperback version.
2.0 out of 5 stars
There are better choices,
By Ostap Bender (MA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
IMO, the format of this edition is not suitable for this language. Most people learning PHP don't need instructions how to type characters, they are not retarded.
I found the same book format quite suitable for HTML and CSS, for example, or anything that has to do with visual design. But not for a programming language.
5.0 out of 5 stars
Great material.,
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
I highly recommend this book to anyone getting started in scripting or wanting to go futher with thier understanding of PHP. The book is layed out in a visual format so most people will have little if any trouble understanding what they are coding. You get to see the script, how it works and then what the outcome should be. If you are looking into scripting in PHP get this book! Also check out the other books in the visual blueprint series. I have enjoyed each and everyone and learned more than if I would have stubbled along seeking this information on the Internet.
5.0 out of 5 stars
Makes it easy to learn!,
Amazon Verified Purchase(What's this?)
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
This book may not give every detail of the PHP language, but that's not the point. The idea is to give many very focused lessons on how to perform various programming techniques with PHP in very clear language and well-designed screenshots walking you through each step.
This title makes for both a great reference for old-timers, and has proven to me to be very helpful for learning even the most basic to some advanced techniques. Myself having a mid-level experience with PHP, it has really helped polish my fundamental skills. I am waiting for the JavaScript Blueprint book, I hope it's as good as this one!
1 of 3 people found the following review helpful:
2.0 out of 5 stars
Hard to follow,
By
This review is from: PHP 5: Your visual blueprint for creating open source, server-side content (Paperback)
I learned ASP and Mysql with great ease and quick progress with 'the visual blueprint' books, the delivery were clear and concise.
But things have changed in this new series. The writing style is difficult to understand: instead of explaining the topic first, the writer jumps right into 'you can do this and that'. I have to read each chapter several times in order to grasp what he means. The screen shots are now arranged on top of one another. Which is by itself ok if the text are not reduced even smaller making it more difficult to read. I am quite disappointed by this 'new' approach. I hope the publisher has not changed the 'your visual blueprint series' into just a reference book instead of being a teaching book which it was so good at. |
|
Most Helpful First | Newest First
|
|
PHP 5: Your visual blueprint for creating open source, server-side content by Toby Joe Boudreaux (Paperback - May 27, 2005)
$26.99 $19.11
In Stock | ||