masthead image

Technology Blog

Div Hovers

Tuesday March 10 2009, 10:51 PM

Given a DIV, how does one create a change in the behavior when the mouse moves into the region and out of it? That was an interesting excercise on one of my websites this week as I searched for a solution to change the background color in a DIV. Here I explain how I solved this problem.

Drupal Multisite Gotchas

Tuesday March 3 2009, 01:24 AM

When you are running multisites under a Drupal installation you have to be careful of certain things. Here are some "gotchas" that you should be aware of.

Enabling Drupal Clean URLs

Tuesday March 3 2009, 12:23 AM

If you are having problems enabling clean URLs in Drupal we have a solution for you that may help. Under new installations on Windows, the button may be disabled and require some changes in your Apache configuration file.

Backup Your Drupal Database

Wednesday February 18 2009, 08:15 PM

Regular backups of your Drupal website is important to make sure you don't lose any data. All it takes is one hard disk to crash and you are down for the count. Here's a quick rundown on how to backup your Drupal database.

Redirects In Drupal

Sunday February 8 2009, 08:17 PM

Today I was faced with a reorganization of one of my websites to make it more URL and category friendly. After the change, I quickly found out that my URLs in Google searches were naturally were throwing up HTTP 404 errors. So I had to remedy the situation by using HTTP 301 redirects. With Drupal, it is a little more trickier to fix. Here's how.

Understanding Drupal Nodes

Tuesday February 3 2009, 06:55 PM

One of the most basic things in Drupal is the concept of a node. This article will give an overview of Drupal nodes so administrators and developers can get a better sense of it.