XML DTDs Vs XML Schema

XML is incredibly versatile and great for storing data and transporting it across systems. You can create XML easily enough using a plain text editor. A DTD or XML schema is a useful way of providing other systems with a blueprint of your XML file…

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…

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…