If you want to build a content management system website based on the Drupal open-source application, the below books are a great way to begin.
|
|
Building powerful and robust websites with Drupal 6The book starts off explaining what Drupal has to offer and an introduction to the Drupal community. Author, David Mercer, will show you how to install Drupal as well as give you an overview of the technology and development environment. After installation, there are certain configuration steps that should be taken care of including setting up clean URLs, error pages, logging, site information, and more. Drupal is a modular system and "modules" are the basic building blocks. Basic functionality of modules (including adding and configuring) as well as its relation to "blocks" is covered. Chapter 5 is all about setting up "roles" and "permissions" of Drupal users. Chapter 6 covers creating content and the various content types that are available in Drupal including "book", "page", "story", and others. As you can see, Drupal administrators has a lot of power over the Drupal system and these are concepts that all Drupal administrators must know in order to manage the system. No book on Drupal will be complete unless it covers the concept of "taxonomy". The taxonomy classification concept is what makes Drupal so powerful. Chapter 7 will explain to you the concepts of "taxonomy", "vocabulary", "tagging", "terms" and how they relate to each other. Chapter 8 provides an introduction to modifying themes. Chapters 9 and 10 finish up with advanced topics that can become important in a production site. These concepts includes "throttling", "openid", "backup", "cron jobs", "caching", and others. Appendix A even has a deployment checklist for you. |
|
|
Drupal Essential TrainingIf you like to learn by watching, this book has a CD ROM containing 7 hours of training videos. You can preview some of the videos on lynda.com Book covers Drupal from installation, configuration, and customization of Drupal sites.
|
|
|
Pro Drupal DevelopmentThis book is written by John K. VanDyke, a Drupal developer since 2004 who has written several Drupal modules. Forward of book written by Dries Buytaert, the founder of Drupal. The book is intended for developer creating and maintaining Drupal sites and who already are familiar with basic Drupal usage and how to bring up a fresh install of Drupal. |
|
|
Learning Drupal 6 Module DevelopmentNeed to add custom functionality to your Drupal site? This book will show you how to develop your own Drupal modules. It is intended for PHP developers already familiar with Drupal but want to start creating their own module and functionality. |
|
|
Selling Online with Drupal eCommerceDrupal is not just a content management system; you can use it to build an online store. This book by Michael Peacock show you how. |