1. Drupal 6 Module Development

    In my continued quest to increase my Drupal 6 knowledge I picked up this book on module development for version 6. drupal6ModuleDevelopment.jpg

    Over all this is an excellent book. This is definitely targeted more at a developer which is probably why I liked this book. I think the author does a great job of explaining the basics of how Drupal works and specifically covers a lot of information on hooks which are key to understanding how to accomplish most any task in Drupal.
    The modules that are developed through the book are well chosen because they cover the essential pieces of module development and at the same time allow a little time for some more advanced topics. I was surprised at how well the theming code was covered in this book. Most module development books usually leave all the user interface development out but this book shows how you implement your module in a way to take advantage of the theming capabilities in Drupal.
    Over all this is a great book and if you are familiar with Drupal a great way to either learn about module development or get up to speed on some of the Drupal 6 changes to modules.

     
  2. Drupal 6 Book

    Just finished reading “Building powerful and robust websites with Drupal 6” by David Mercer from Packt Publishing.

    learnDrupal6.jpg
    This is a general beginners book for Drupal and web development in general. Overall I’d say it is a good book for those wanting to learn about Drupal. My biggest issue is with some of the more generic advice on how to develop a site or how to decide about what you want your site to do. These are just extra elements that I think should be left to a different book.
    Still I’d recommend this book if you are interested in learning about how Drupal works and whether you can use it for your site. Combine it with a book on module development that I am currently reading and you have a good round view of the basics of Drupal.