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.
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.
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.
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?
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.
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.