Changing The Color Scheme Of CSS Templates
Yesterday, I showed you how I chop up a free CSS template into pieces so that site-wide elements can be automatically included via PHP. That’s the first step I usually take when customizing a template, but it’s definitely not the last step. Today I’m going to show... 
Chop CSS Templates Into Separate PHP-Included Files
  I thought I’d share my normal procedure for starting a new web site, using a free CSS template, chopping it up into separate PHP parts, editing bits, and putting it all back together again. Unless you are a web designer by trade, or have one that works for you, you may... 
Taking The Plunge: Learning CSS
If you’ve been thinking of learning CSS but have become lost in the seemingly endless number of CSS tutorials that exist, you may want to read on. I’ve compiled my favorite CSS-related sites that specifically help the CSS newbie grasp the essential concepts. I cut my... 
How To Keep CSS Floated Blocks Independent Of One Another
I often want to list items with an image that is floated to the left or right of a block of text, followed by another image floated to the left or right of its block of text, followed by another, and another. The problem is that unless there is enough text to equal or exceed the length of the image,... 
YAML Builder – Kickass CSS Site Building Tool
I love CSS and I love creating new designs but I don’t love the starting process. Really, those first few steps of creating the structure of the CSS template just annoys me – and for lots and lots of people, it’s just plain hard to do. That’s why developers have been working...