Alfred’s Notes: Drupal

I’ve started studying Drupal, the open source content management system (CMS). I’ll use this page to gather interesting links to documentation and articles on the subject. Who knows? I may even sort and organize them some day.

Ajax in Drupal using jQuery

Introduction to AHAH Forms in Drupal (handbook)

Creating Drupal style tables

AHAH in Drupal: may it one day live up to its acronym

Using default views in your module
Where to put your exported Views in code, direct from Earl Miles, aka merlinofchaos, author of Views, among other essential parts of Drupal.

Describing tables to Views
To someone who already knows SQL, and is very comfortable with it, Views is like trying to fiddle with very small dials while wearing large mitts of cotton batting. The main problem is Views doesn’t necessarily know the ins and outs of your data model. Here’s how to tell Views about those ins and outs. And remove at least some of the batting.