A blast from the past

The other day I came across an old blog post I had written for Functional Web about the trend towards responsive design.  What I find amazing is that only 3 days ago I had to have a discussion about the topic of screen resolution and responsive design with a client and her soon to be [...]

HTML 5 Tips & Tricks

    You don’t have to wrap your attributes in quotation marks if you don’t want to you.  If you prefer a more structured document, by all means, stick with the quotes, otherwise ditch them. <p class=someClass id=someId>Paragraph goes here. or <P class=”someClass” id=”someId”>Paragraph goes here. It is all the same.