Reactive Layout, pt 2, The Beginning
OK, so you think you understand the four principles from last time. How do you build with them?
First, Catch Your Rabbit
The old saw applies to far more than cooking. Your website is meant to contain content. Yes, that seems obvious, but if it’s so obvious why do so many start designing before there is content?
Design From The Content Out
Even if you’re designing a template through which content retrieved from a database will be poured, you still need to start with the content. Collect representative samples of every kind of content that will be poured into this template, and start using (X)HTML to mark it up. Andy Clarke, whose book Transcending CSS should be required reading for every web designer, calls this process “Content-out design.”
(more…)