IE8 Beta – Broken RGB Color

I have been testing my sites with the new IE8 beta, and had a pretty major shock on my main site when it didn’t render well. I honestly hadn’t expected any problems, but then again, I didn’t expect them to REMOVE or BREAK functionality that…

Put Important Things Last

There are a lot of ways to create a tangled web within your CSS code. Using hacks are probably still at the top of the list, but a very close runner up is the use of the !important declaration within your CSS. (Of course, in…

On Keeping it Simple

I got an email recently that inspired me to post a little reminder about web design: Life is really simple, but we insist on making it complicated. ~Confucius The email detailed the difficult journey a new-to-DOM person was having learning how to walk the DOM…

CSS Best Practices

An Excellent article called CSS Best Practices from Evotech.net. Definitely worth bookmarking if you’re new to web design or CSS. I would add a few small things, such as in the ‘Starting with a Clean Slate’ section: Wipe all margins on block elements by setting…

New Blog Design Competition

There is a new design competition started by the Weblog Tools Collections that has stirred up a little curiosity. This is design, ala CSS Zen Garden style, will ask designers to create styles for the new version of the WordPress Sandbox theme from PlainText.org. That…

Coding by Hand – A Lost Art?

I think that it’s a lost art in many ways – coding by hand. With all the visual point-and-click editors out there, few people code from scratch anymore. Personally, I prefer hand coding and will until a visual editor comes along that works well enough…