drupal
Bring on the comment spam
Comments on this site have been moderated because of comment spam. I have now enabled re-captcha and disabled the moderation queue. Let's see if it works :-)
Interesting Drupal sites
I discovered two interesting sites listening to the latest Lullabot podcast (http://www.lullabot.com/podcast)
The first is Top Notch Themes (http://www.topnotchthemes.com/browse), which provides paid-for Drupal themes.
Themes are one area of Drupal that are not immediately obvious - more of an art than an exact science. If you have enough $$$$ you can even "buy out" a theme to get it removed from the site.
Creating a Blogroll the Drupal way
My shiny new blogroll is built using the Drupal modules Content Construction Kit (CCK) and Views. The CCK lets you create new "content types" very easily and without writing a line of code (which is a good thing in this case).
Everything in Drupal is/should be a node. This post is a node, of the type Blog. CCK lets you set up a collection of data fields into a new node type or add custom fields to existing node types.
