cafuego's blog

linux australia site upgrade

I spent some time this morning migrating the Linux Australia web site from Drupal 5 to Drupal 6.

This will allow us to use more fancy 3rd party modules to provide extra functionality in the future, for users as well as admins. As an immediate effect, the site should be both somewhat quicker and less likely to overload the VM it runs on, because it now uses memcached to cache content, rather than MySQL.

Up next: tuning the MySQL server.

drupal webforms and recaptcha

One of the great features of Drupal is that you can so easily extend its functionality with modules.

For example, the webform module allows you to gather information from users by creating forms using all available HTML form elements and then store these responses in a database and send an email. All without needing to write any PHP code.