Search
Go

Shop by category
 
Pro Drupal Development, Second Edition
Email a friendView larger image

Pro Drupal Development, Second Edition

List Price: $49.99
Our Price: $31.49
You Save: $18.50 (37%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

5664046

In Stock
Usually ships in 1 business days

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
Description:

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been updated for Drupal 6 in this edition, and provides are even more tricks of the trade to help you further yourself as a professional Drupal developer.

Assuming you already know how to install and bring a standard installation online, John K. VanDyk gives you everything else you need to customize your Drupal installation however you see fit. Pro Drupal Development, Second Edition delves deep into Drupal internals, showing you how to take full advantage of its powerful architecture.

What you’ll learn

  • Find out how to create your own modules, develop your own themes, and produce your own filters.
  • Learn the inner workings of each key part of Drupal, including user management, sessions, the node system, caching, and the various APIs available to you.
  • Discover how to optimize your Drupal installation to perform well under high–load situations.
  • Gain the knowledge needed to secure your Drupal installation and other best practice techniques.
  • Learn to integrate Ajax into and internationalize your Drupal web site.

Who this book is for

Web developers maintaining and creating sites with Drupal. It is assumed that you already know the basics of Drupal and are able to install and bring up a basic installation. This book takes you deeper into the internals of Drupal and teaches how to tweak and modify it in order to create that perfect web site. Simply put, if you are working with Drupal, you need Pro Drupal Development, Second Edition.

Features:

Apress Pro Drupal Development


Widely praised for its indepth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6.


Product Details:
Author: John K. VanDyk
Paperback: 704 pages
Publisher: Apress
Publication Date: August 21, 2008
Language: English
ISBN: 1430209895
Product Length: 9.3 inches
Product Width: 7.0 inches
Product Height: 1.4 inches
Product Weight: 2.07 pounds
Package Length: 9.06 inches
Package Width: 7.01 inches
Package Height: 1.42 inches
Package Weight: 2.43 pounds
Average Customer Rating: based on 42 reviews
Customer Reviews:
Average Customer Review: 4.0 ( 42 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

23 of 23 found the following review helpful:

4Overall Great Update, with Some IssuesOct 02, 2008
By Robert H. Lowe Jr. "Rob Lowe"
This is a review for the second edition, covering Drupal 6.

I have read only the first 3 chapters, but did read the 1st edition cover-to-cover.

The first thing to know is that while reading this, if you are working through the examples, you will want to have the Drupal API handy (http://api.drupal.com) as there are infrequent calls to depreciated functions such as variable_delete() instead of the current variable_del() that may make the learning process more difficult for people in the novice to early-intermediate range that aren't familiar with the API pages. So far the only other complaint I can make is that VanDyk's adherence to Drupal coding standards is spotty. I won't mention and specific examples of this as they don't make or break any of the code, but being a person who (tries to) strictly adhere to a given set of standards, found that to be a little bit annoying. Overall, this title would have benefited from an extra proofing by the sort of person who would read it in the first place.

This is the type of book in which a reader would benefit from an initial read-through before they would start coding. There are several front references that make more sense with better context.

As stated in general terms, this is my second reading of this book and find the updated version to be an excellent primer on the core pieces of Drupal, building modules and the theme system and have and will recommend it to anyone who is interested in learning about Drupal in spite of it's relatively few and small problems.

25 of 26 found the following review helpful:

5The essential Drupal coding bookOct 09, 2008
By R. Gammon
If you're new to Drupal and just want to learn how to be an effective admin, this isn't for you.

If you're looking to customize Drupal by adding new functionality, new node types, advanced themeing the **you must get this book**.

Clearly written. Useful examples. Accurate. Detailed backmatter for professional Drupal coding practices.

I've used Drupal since v. 4.7, since 2005. My copy of this book's first edition is dogeared and well-thumbed. This second edition is even better, and I keep it right by my desk. It's helped me out of many a jam.

49 of 57 found the following review helpful:

3good but some issuesSep 12, 2008
By M. Volmar
I've been reading this book thoroughly. Normally I would give it 5 of 5 but...

I've found more than a few minor grammer errors (which are basically annoying and easily avoidable with careful editing), path errors in the text are a bit more troubling, and most disconcerting, some of the examples I am most interested in do not work, in fact, one in particular breaks my clean drupal 6.4 build. So far attempts to contact the author and publisher have been unsuccessful.

I am also rather suprized in the lack of
1.) "here is what v.5 of drupal did, and here is how it is in drupal 6"... type stuff than you might expect.
2.) Not too much time spent on explaining javascript use in drupal, other than jquery. Does using drupal 6 mean we always use jquery?
3.) the short xml-rpc chapter might disappoint people interested in web services with drupal.

Normally I buy a new book because I want to learn how to develop a specific programming solution. I read the book and work thru the relevant examples. Lots of times I start with the given examples and play with them to learn how things work. I couldn't do that with some key examples in this book - out of the box - with a clean drupal 6.4 build.

All in all I'd say efforts to edit this book and test examples was not as rigorous as I would expect from Apress. I'm working thru the Apress error reporting process, but how satisfying is that??

I'd still recommend this book, and I'm glad I bought it. But it might be good to also have the 1st edition, especially if you work on drupal 5 and 6 sites.

-1 star for general typos in text, general editing
-1 star for code example not working

9 of 9 found the following review helpful:

5Excellent Book on Drupal API Coding with PHPJul 09, 2009
By Russell Brooks "iq-9"
Drupal's online documentation leaves something to be desired. It is so difficult to find detailed and complete, step-by-step, online tutorials of exactly how to customize Drupal via its API using PHP. Because of this, my first Drupal rollout was a little hodgepodge - some CCK work, combined some piecemeal code mined from online, combined with contributed modules to do other things, even [dare I say] a few module hacks. Nowhere could I find straightforward A-to-Z instructions, "Here is how you create a Module. Here is how you make that Module create Nodes, Forms, and Blocks" and so on. This book does that with flying colors.

I initially powered through "Leveraging Drupal" from Wrox Press in a few days. Certainly helpful in some areas, but that book is very high-level - remaining largely in the browser-based realm of Drupal customization. I really needed a book that delved deep into Drupal's API, had a tutorial-like style, solid working code examples, and remaining largely on the PHP level. Pro Drupal Development was that very breath of fresh air. Reading the chapters on Nodes and the Forms API immediately got me through several roadblocks and allowed me to get the project's timeline back on track.

Because of this book, I can now remove all the hodgepodge with CCK and hacked modules, and move all customizations entirely to the PHP level.

8 of 8 found the following review helpful:

5(probably) the best book for Drupal (6) developersJan 09, 2009
By Boaz Rymland
As a Drupal developer for more than 2 years now, I can tell that this is a very good book for any Drupal developer - from beginner to advanced. One could always benefit from it.
Its coverage of material and the depth each chapter go into are excellent. Not too deep, not too shallow, and covering lots of aspect of Drupal.
I've read also its predecessor book, covering almost the same stuff but for Drupal 5 and this book follows the footsteps of the previous book. I've also read some of "Drupal 6 module development" book (Learning Drupal 6 Module Development: A practical tutorial for creating your first Drupal 6 modules with PHP) but this book is simply better by showing both the bigger picture on how Drupal 6 works, and also in its coverage of materials and subjects.
If you're a Drupal developer of any level, this book would fit you. I'm not sure this is the best buy for Drupal designer, administrator or content writer (etc.).

Enjoy.

See all 42 customer reviews on Amazon.com
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore