masthead image

Technology Blog

Rounded Corners In CSS

Monday February 2 2009, 09:04 PM

Last year I came across a superb method of creating rounded corners that I want to share with you. I cannot take credit for it but you can thank Dave Woods for a well thought out approach.

Avoid Using Universal CSS Selector

Friday January 30 2009, 02:19 AM

I would suggest avoiding the use of the universal selector in your CSS stylesheets. There is just too much inconsistency when it comes to how each user agent treats the selector.

How To Theme Custom CCK Nodes

Wednesday January 28 2009, 03:35 AM

If you ever used the Drupal CCK Module, you will know how powerful the module is. Wielding its power as a Drupal themer is essential to really make your site look polished. In this article I will describe how to theme a custom CCK node.

Drupal's ping module is less than desired. It relies upon the ability to ping pingomatic.com and have that site take care of notifying every site it knows about. But what if it fails to work?

How To Create A Taxonomy Menu In Drupal

Monday January 19 2009, 04:01 PM

You likely already know that Drupal allows for you to create taxonomy lists. Its easy to build them but how do you display them as a menu so they are actually useful? This article will discuss how to do that.

How To Setup A Drupal Multisite On Windows

Wednesday January 14 2009, 04:00 PM

A few people have requested me to write an article on setting up a Drupal multisite installation on Windows. Note that this discussion is adapted from a previous article I wrote which explained how to do this on shared hosting environments on cPanel.