Understanding Drupal [videorecording (DVD)] / Lullabot, Inc
Lullabot creates web sites for MTV, Sony, and other large companies. This video is an overview of developing a site with Drupal.
Understanding Drupal [videorecording (DVD)] / Lullabot, Inc
Lullabot creates web sites for MTV, Sony, and other large companies. This video is an overview of developing a site with Drupal.
Pro Drupal Development / John K. VanDyk, Apress, 2008
Drupal is a powerful CMS and this book is a solid, well written description for developers. It will be useful if you are programming a web app or a Drupal module. 600 pages.
Learning Drupal 6 Module Development : a practical tutorial for creating your first Drupal 6 modules with PHP / Matt Butcher, Packt Publishing, 2008
For CMS programmers. 300 pages.
Essential PHP security / Chris Shiflett, O’Reilly, 2006
This 100 page slim book is required reading for all PHP programmers (that’s all of us, isn’t it?)
Building web sites all-in-one for dummies / by Doug Sahlin and Claudia Snell, Wiley, 2009
Here is a good introduction to web site planning, design, and development. Much of it is basic, but at 750 pages it has room for information on e-commerce, PHP, Javascript and Flash.
Professional CodeIgniter / Thomas Myer, Wiley, 2008
Structure your PHP web app using a MVC framework. This book on the CodeIgnitor framework starts by comparing it to the Symfony and CakePHP frameworks. Then agile programming is discussed, and you dive into code examples with a shopping cart, a dashboard and a WYSIWYG editor. The book has 300 very readable and practical pages.
PHP and MySQL : create-modify-reuse / Tim Boronczyk with Martin E. Psinas, Wiley, 2008
This is a cookbook full of good example code. There is not much introduction, then it jumps in to User Registration, Community Forum, Mailing List, Search Engine, Personal Calendar, Ajax File Manager, Online Photo Album, Shopping Cart, Web Site Statistics and News/Blog System . There is good advice on writing shell scripts. The book ends with a good, clear discussion of security and logging.