Transitioning as a Web Designer

“Web Designer” is one of the most exciting job titles in the design category. That’s because — and bear with me here — what was once an acceptable website design in a particular year may no longer be acceptable to produce the next.

For the last couple of years at Base Creative I’ve been designing fixed-width websites using the 960 Grid System to guide. The grid obviously provides all the benefits of any design grid and is still a safe bet size wise (for desktop browsing anyway). Designing on the grid is ingrained into my Photoshop workflow but I make a point of avoiding the grid/column CSS & markup suggested by 960. A lightweight HTML5 structure tailored to each design is all that’s allowed by my perfectionism.

This technique fits your common everyday desktop and can potentially be very usable on mobiles, depending on the complexity and quantity of content. Good mobile browsers (the iPhone, for example) solve any small screen usability problems better than efforts made in the design. That’s not to say mobile devices have the burden to provide this solution, a purpose built mobile website is a thing of beauty, it’s just that most projects don’t have the investment for it.

A fixed-width website can be made responsive using CSS media queries. For a content-based website (like this blog) media queries are more than effective enough to provide a mobile experience. To date I’ve only used them in my personal projects, but this year I plan to introduce these principles into client work. The restraint so far has been how to make sure clients understand that this is an advantage in increasing usability and focusing on call-to-action where possible. For a website that requires a lot of UI and functionality a mobile app is still the best solution.

The websites I’ve designed this way have proved to work very well for clients, but is fixed-width the best I can do?

What has been traditionally labelled as “fluid” layouts, basically adjustable to the full width of the page, does not suit readability nor usability. The lack of control over line lengths and proportional scale offends my classically trained eye for general aesthetics (read: good taste).

However, there is an in-between. My fixed-width sites have an outer container of just under 1000 pixels centred using margin: 0 auto;. It doesn’t take much to replace the width with max-width and min-width values giving flexibility while retaining control over what’s visually acceptable. Elements inside are either fixed in size or set to a percentage depending on what’s more beneficial to a resizing. Combine this with block-level floating, media queries, and other CSS3 treats like multi-column layout and you have one hell of a power build.

The 1140px CSS Grid System is an excellent example and perfect to design on. Just keep in mind how you plan elements to resize and again, build to fit rather than relying on the generic column markup.

At Base Creative we have made a considered decision to drop IE6 browser support on most new projects. We design websites for the future, not the 20th century. Responsive design takes a lot more attention to detail but it is vital for a modern website. The web design techniques that I’ve made a transition to over the last year ensure a great web experience on all devices, from phones to tablets and back to the desktop. Build this on the foundations of accessibility, aesthetics, content, call-to-action and usability and you have an excellent website.

The way I make websites today is not the way it has been done in the past, it is not the way it will be done in years to come, but it is the best way for the present and foreseeable future.

Transitioning as a web designer is a necessity.

3 Comments

Caleb Ogden

Great article, very well written. Strikes home for me – I’ve been pushing for adaptive design for quite some time now. Getting past the myth of 960 gets a lot easier when you start viewing your analytics and mobile devices visiting your site.

This week I actually start my first major app based on a fluid grid, that will be fully responsive. The goal is to have it work on mobile devices as well, as a bridge until they develop a mobile app.

There’s more work, and planning to be sure, but well worth your content fully accessible on a wide range of devices.

David Bushell

Thanks Caleb :) I think the pay off between more work and the final result is worth it, especially considering how many smart phones and tablets we’ll see this year. Good work making the transition!

Matt bridgeman

Very interesting article. I have been using a few grid systems such as the 978px grid system and the 960px fluid grid system but none have fully satisfied my needs. The 1140 grid system is just what I’ve been looking for in terms of responding to a variety of screen sizes. Thanks, very interesting perspectives and approach!

Your Comment…

Comments are now closed, give me a shout on Twitter @dbushell!