Drupal Small Guide & Arquitecture

While looking for some specific Drupal architecture information, I came across this small, focused tutorial.
I recommend it for beginners: Tutorial Drupal.

I also find what I was looking for:
Specially using Oracle database as the data repository for Drupal:
./M6

EHCP VirtualHost Django Applications Configuration

While deploying a Django application on an Easy Hosting Control Panel environment following the guide about how to configure virtual hosts totally failed because the configuration was not written in the correspondent Apache file.

So, I had to hack the system in order to make it work. It's as simple as edit the
/var/www/new/ehcp/apachehcp.conf
file where all virtual hosts are defined.

./M6

Testing websites in Internet Explorer

Here's a great solution for testing website development in the various versions of Internet Explorer: Testing for Internet Explorer.

./M6

PostgreSQL on Kubuntu

As I needed to install PostgreSQL on Kubuntu, I find these three tutorials particularly helpful:
I recommend reading them all before actually installing it. They overlap in some parts but do complement each other.

./M6