|
|||||||||||||||||||||||||||||||||||
|
52 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
40 of 41 people found the following review helpful:
5.0 out of 5 stars
Excellent Book for Drupal Module Writers,
By
Amazon Verified Purchase(What's this?)
This review is from: Pro Drupal Development (Paperback)
If you are looking for a "this is how up install and run Drupal, these are the modules that are available" look elsewhere (the Drupal site, for instance) - this book is about writing Drupal modules how Drupal works internally.
But, if you are an aspiring Drupal module writer or just want to better understand how Drupal works internally or want to be able to tinker with existing modules you CANNOT go wrong with this book. It is very detailed, is incredibly well laid out and written. The examples are spot on. Very easy to understand and teaches you an incredible amount. I'm reading it cover to cover. I am about half way through and I couldn't be happier. It has answered pretty much every question I had about developing Drupal modules and extending existing functionality. I found some of the tutorials on the Drupal web site lacking in detail, this book IS the detail I was looking for. It covers Drupal 5.0.
19 of 19 people found the following review helpful:
2.0 out of 5 stars
Good book, but DONT BUY NOW (It's for Drupal 5!!),
By
Amazon Verified Purchase(What's this?)
This review is from: Pro Drupal Development (Paperback)
Just a little warning, don't buy this book (like I did), if you want to develop for Drupal 6.
Right off the bat I got in trouble, and even the first simple example won't work in Drupal 6.. So, I'm not complaining, but I was stupid enough to buy this just before version 6 got out, don't make the same mistake, read online-tutorials or find a book that's intended for the current version.. (Maybe hardcore programmers will still find this useful, but I could use example-code that works, and this doesn't, so you're stuck researching just about everything online anyway.)
11 of 11 people found the following review helpful:
5.0 out of 5 stars
A good developer's reference,
By Michael McKee "mystic cowboy" (Port Townsend, WA United States) - See all my reviews (VINE VOICE) (TOP 500 REVIEWER) (REAL NAME)
Amazon Verified Purchase(What's this?)
This review is from: Pro Drupal Development (Paperback)
Read the title carefully. If you are not a developer, a PHP programmer with solid MySQL background this is not your book. If you want to know how to extend Drupal with your own modules or contribute to the core project then get it and be happy.
21 of 24 people found the following review helpful:
5.0 out of 5 stars
Learning from the pros,
By
This review is from: Pro Drupal Development (Paperback)
A top-notch guide to the complexities of Drupal's APIs and development philosophy. Both Matt and John have been active members of the Drupal core development community since the early days, and their understanding of the system's breadth and depth is obvious. When consulting or training new Drupal developers, this is the book I point them to.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Drupal Essentials,
By
This review is from: Pro Drupal Development (Paperback)
I am a fan of Apress books in general, and this superb primer is no exception. VanDyk and Westgate have provided the Drupal community with exactly the book we needed: a concise but thorough explication of how Drupal works, oriented towards the working developer.
Drupal's online documentation is vast but sometimes difficult to navigate. Pro Drupal Development explains the system from the ground up, starting with a system overview and then working logically through key components. Users, nodes, blocks, theming, the Form API, custom modules, sessions, jQuery, best coding practices -- it's all here, with the concepts explained in clear language using relevant code examples. Security tips and warnings about common mistakes will save time and developer angst. The many reference links guided me to several sections of the online documentation I hadn't found. And there's a lot for the team player in this book, too: tips on how to customize themes to make your designers' lives easier, for example. The book explains but doesn't belabor. The jQuery chapter, for example, is short and sweet, giving you a taste of what's possible and then pointing you to the online documentation. These guys know what you need know if you're going to be an effective and efficient Drupal developer; the result is a lean text that gets you up and running quickly. You could learn most, if not all, of what Pro Drupal Development presents by going to the online documentation, but it would take a whole lot longer and not be nearly as pleasant to learn. My copy is already well-thumbed, and is proving to be a useful daily reference in addition to a good, readable primer. Highly recommended for anyone involved with or interested in Drupal, and a reference shelf essential for working Drupal developers.
6 of 6 people found the following review helpful:
5.0 out of 5 stars
Great for PHP developers,
By sisina (Crofton, MD) - See all my reviews
This review is from: Pro Drupal Development (Paperback)
Great information for PHP developers who are new to Drupal. This is the book to get when you've decided you need to write your own module (or fix someone else's contributed module...) but can't quite get enough information in one place to figure out how to get started. It mostly covers module development, but there's good information on theming, too, including a basic step-by-step on converting an existing HTML/CSS layout to a Drupal theme.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Great Info,
By
Amazon Verified Purchase(What's this?)
This review is from: Pro Drupal Development (Paperback)
I have started moving an application from a VERY old version of Zope and the docs and articles on the Drupal website, although helpful were often hard to find, difficult to figure out what version the articles referred to, etc. I had preordered this book and have found the information much easier to use when it is all together in a nice logical order. I've already come up with several ideas for enhancing what I have already done from the information in this book. It is great for those of use trying to develop modules since it doesn't have all that "how to install this and that, etc., etc." which is information pretty easy to come by but instead has the technical information that is really useful!
7 of 8 people found the following review helpful:
2.0 out of 5 stars
Pro Drupal - Aha; but which version?,
By Michael U. "Techie" (Miami, FL) - See all my reviews
This review is from: Pro Drupal Development (Paperback)
This book is strictly for version 5, which they conveniently forget to mention. The current version is 6, so if you buy this book as I did, it is practically useless, as they have significantly changed the Drupal API.
It would really be nice if there was a law requiring publishers of technical books to CLEARLY state on the cover the Version number.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
A must of you are developing in Drupal!,
This review is from: Pro Drupal Development (Paperback)
John VanDyk and Matt Westgate do a great job in giving all of us a heads up when it comes to Drupal.
What is a Module? How does it integrate into Drupal (oh, that is called a "hook"). How do menu's work? How do I access a Drupal db? What are nodes? How can I create my own forms? Dude, I can create my own install scripts for Drupal! Their examples are consistent (meaning that they start with one example concept and carry it through, using the information that you learned in a previous chapter and building on it) without falling into the dreaded "project" learning approach. Instead, you learn about functionality using consistent examples in an organic (feel free to skip around) way. Another boon is the fact that the authors explain the same thing in different chapters. For example, the first chapter starts you off with building a simple module. Then, in review, latter chapters use the same example to point out the nuts and bolts of existing functionality while adding pieces of functionality to it. Very smart in terms of learning: repetition and reinforcement. The only con to this book is that there should be more!
5 of 6 people found the following review helpful:
1.0 out of 5 stars
Don't Buy This Book, Buy the Second Edition,
By
This review is from: Pro Drupal Development (Paperback)
I have a waste of paper in my hands. Although this book was great for Drupal 5, we are now are in Drupal 6(6.4 as of today) and this book is useless. I now have to go to the store and buy the second edition. Sad but worth it.
|
|
Most Helpful First | Newest First
|
|
Pro Drupal Development by John K. VanDyk (Paperback - April 16, 2007)
$44.99 $11.49
In Stock | ||