I will be giving a 45 minute talk on the new generation of developer tools available for Drupal at Froscon 2006 in Sankt Augustin, Germany. Join me after the talk for improvised Drupal talk/coding sessions.
http://www.froscon.org/wiki/FrOSCon
The session description
New tools are available that will make Drupal easier to customize and which will reduce the workload of programmers dramatically. Individually, these tools are each powerful and interesting in their own right, but used together they can revolutionize the way Drupal is used to build web applications.
The Tools
-------------------------------
Content Construction Kit (CCK) [2]
The ability to define custom data types easily, and from the web interface, is one of the most popular features of Drupal today, with the flexinode module[1] being one of the most popular modules. With Drupal 4.7, a new tool has emerged that overcomes flexinode's limitations with regards to performance while adding semantic meaning to fields, making them reusable, and separating the concepts of data type and user interface.
Views [3]
The views module is Drupal's version of saved queries with a reporting tool built on top. Views enables the custom presentation of existing data, including tabular and list views.
Actions [4]
A Drupal action is a specially written PHP function that can be named, configured through the web interface, and saved.