6 Mar 2007
Coding CSS can quickly run into difficulties with different browsers interpreting code in different ways. Designs will never look the same in every browser but you can help yourself by using a default style set when you start coding. Read more
8 Mar 2007
Here's a short tutorial on how to style quotes with CSS whilst making sure you use the right XHTML tools for the job. Read more
12 Mar 2007
Until recently typography on the web has been overlooked. This article discusses issues to consider and some of the techniques available to create strong typography. Read more
15 Mar 2007
Like many front end developers I've come to Javascript late. Of course I could go and grab one of the many Javascript libraries out there. But I'm making an effort to learn Javascript. Thankfully it isn't as hard as you might think. Read more
21 Mar 2007
Designing with grids is commonplace in design but the danger is that everything looks a bit ordered. Using grunge effects you can keep your grid and mess up your hair to look a bit cooler. Read more
24 Mar 2007
First published in 1931 Eric Gill's short book is as much an essay on culture as it is Typography. A brilliant book this still influences modern design with interesting relevance to the web. Read more
25 Mar 2007
With a bit of PHP you can add an additional layer of logic to your CSS. You might choose to add seasonality to your site or change the layout entirely. You are limited only by your imagination. Read more
26 Mar 2007
Using Javascript and the DOM you can create content on the fly. You can also make sure that if Javascript is turned off things won't go wrong. Read more
29 Mar 2007
Using unobtrusive Javascript you can simply change content and styles on your page without returning to the server. Done right you can also keep it accessible and maintainable. Read more