Category Archives: Web D.

When creating web sites the terms Web Development and Web Design are often used. The associated tasks so often overlap that it seems pointless to keep them separate.

Using Apache Aliases Instead of Symbolic Links

Having to spend more time working in a Windows environment has been heart-breaking, but I’ve been able to find work-arounds for most of Windows’ shortcomings, including Windows’ lack of adequate symbolic link functionality for use with web development.

Posted in Apache, sysadmin, tips, Web D., Windows | Leave a comment

Minimalist CSS Vertical Centering

I read somewhere recently about a technique used for vertical centering using CSS. I made a very minor improvement and used the technique myself, but i still have some conceptual problems with it. The author’s technique involves adding a couple … Continue reading

Posted in Web D. | Tagged , , | Leave a comment

Using PHPMailer with the Drupal Messaging Module

If you want to use PHPMailer with Drupal’s Messaging module, there are installation instructions in README.TXT in the messaging_phpmailer subdirectory. There are only four steps and it should be easy, but they’re not clear and attempting to follow them can … Continue reading

Posted in tips, Web D. | Tagged , , , | 1 Comment