The top responsive web design problems ... and how to avoid them!

The top responsive web design problems ... and how to avoid them!

James Young recently surveyed his fellow designers about the biggest problems they face on responsive sites. Here, he reports on the results – and offers his solutions

I recently created a survey asking fellow designers about the problems they faced when creating fully responsive sites. This article will list the most common problems they reported and offer possible solutions, along with suggestions to consider on your next projects.

The information contained here is based on hundreds of survey responses (if you’d like to add your own answers, the survey itself is still open) along with problems I’ve also come across in my own work at Offroadcode. So without further ado, let's reveal what the most common responsive web design problems are ... and how you can avoid them.

The most common RWD problems

Despite responsive design already having been around more than two years, it’s still in many ways a fledgling methodology. Designers are faced with an ever-changing landscape of devices, code frameworks and scripts – and, of course, the need to work in a new way with clients to manage the process of creating responsive websites.

All of these feature in the most common problems reported by survey respondents, which were:

  1. Explaining RWD to clients
  2. The lack of a static design phase
  3. Navigation
  4. Images
  5. Tables
  6. Converting old fixed-width sites
  7. What to serve users of old versions of IE
  8. Testing time and cost

Problem 1: Explaining RWD to clients

The 'old' process of designing a website was a very linear one, which made it easy for clients to understand. They’d go through a briefing stage, then some sort of wireframing and structural planning stage, then they'd get a set of pixel-perfect visuals to pick apart. Only when were these signed off would the site itself be completed.

As I’m sure many of you have found, this process is simply not up to scratch any more. One of the things many designers are struggling with is how to explain to clients that there isn’t really a 'visuals stage' any more. Responsive design is a much more fluid process and wireframing, sketching and prototyping are typically more powerful tools.

The solution: Demonstrate the power of responsive design

A better way to explain responsive design is to actually show a client what it can do. Don’t just talk about breakpoints and media queries and multi-device functionality – it’s easy to forget how meaningless these terms can be, even if some of them sound very obvious.

A great way to get any concept across is to show it in action. If you’ve got access to a laptop, tablet and a phone in a client meeting, you could demo how a site (perhaps one you’ve already built for another client) displays and behaves in different environments. This is simple and effective, particularly if you compare it to how a non-responsive site works on different devices.

Responsive layouts, responsively wireframed by Adobe's James Mellers.
Responsive layouts, responsively wireframed by Adobe's James Mellers

If you can’t show a site on a range of devices, conside demoing one of the many sites that mimic typical responsive breakpoints, such as responsive.is or Responsive Layouts, Responsively Wireframed (pictured above).

Problem 2: The lack of a static design phase

As I mentioned earlier, one of the big problems designers reported was that a change in the 'old' design process is required to make the most of responsive design. Rather than creating static screenshots, designers rely even more than ever on quick sketches, wireframing and making rapid HTML and CSS prototypes by 'designing' in the browser.

The solution: Design more elements and fewer layouts

Before we look at possible solutions, I should point out that processes and workflow can vary. I’m a big fan of using whatever gets results, so if you’re happy with your process, stick with what works for your and your clients.

However, my own personal preference is for making as much use as possible of paper as normal, but using it to test ideas at different sizes. It’s quick and easy if you follow Sam Hardacre’s great suggestion for responsive sketching.

I also recommend designing in the browser and working with HTML as early as possible, then using Fireworks/Photoshop for creating assets rather than full layouts.

 just use it in a different way.
Sketch, wireframe and prototype. RWD doesn't mean you shouldn't use paper any more: just use it in a different way

In bigger projects, you may struggle to even wireframe everything. A good idea here is to take a tip from Dan Mall’s case study on the redesign of Crayola.com and create paper/wireframe widgets that you can move around. It gives you a great deal of flexibility and enables clients to provide solid input.

For some useful information on other people's personal workflows, you can also check out Stephen Hay’s responsive design workflow slides or a very detailed overview from Yellow Pencil on its responsiveprocess.com website.

Problem 3: Navigation

In the past, navigation on sites tended to be horizontal along the top of the page, or sometimes down the left of a page. It now needs a more considered approach. The number of responses to the survey that mention navigation reflect just what a tricky problem this is to solve – and not one that has a simple canned solution.

The solution: Use good, consistent design

Choice of navigation strategy is is a wide-reaching decision, and should be based on your site's content and information architecture, along with a number of design considerations. Rather than simply downloading a script or demo, I'd encourage you first to evaluate how it works, why does what it does – and most importantly, how it works for the site you’re building.

The following articles may be useful here:

 the Starbucks website.
Responsive navigation in action: the Starbucks website

And remember: test how your navigation works on as many devices as possible, and in as many cases as possible. It’s amazing how often I come across sites where the navigation just doesn’t work in any sensible way. Don’t be responsible for creating one of them.

Problem 4: Images

Much like navigation, the set of options available for handling images in responsive designs is incredibly fragmented. As yet, the W3C community group hasn't backed a specification, so we’re left with what amounts to a personal choice of a wide range of scripts to fill in for this missing functionality, and deliver appropriate assets to devices.

To further complicate things, designers must also consider the next generation of devices with high-pixel-density displays such as the new iPad and Macbook Pro, along with a range of non-Apple hardware. Like code, images and icons should be as flexible as possible to ensure that graphics on high-pixel-density devices don't look blurry because they’ve been scaled up poorly.

The solution: Scripts, SVG and icon fonts

While there may not be an 'official' solution for responsive images, there are some really great solutions out there that are good to use right now, and give us positive results without resorting to too many hacks or code workarounds.

Oak Studios' Symbolset semantic icon fonts adapt well to differing screen sizes.
Oak Studios' Symbolset semantic icon fonts adapt well to differing screen sizes.

Here is a selection of techniques and resources to consider on your projects to cover adaptive images and differing pixel-density displays and devices:

Problem 5: Tables

A number of survey responses mentioned data tables as being problematic, particularly when they had to contain complex information or simply a large number of rows and columns. Squashing all of this information into a small-screen device in a usable way remains a challenge that I’m not sure has been adequately solved. However, some promising steps are being taken.

The solution: Take your pick of the different options

Chris Coyier has blogged reviewing a number of well-thought-out suggestions for tables. Having worked for several years with travel websites, which often involve large, detailed flight timetables, I have to say that none of the solutions outlined by Chris quite met those requirements. However, for most use cases, I’m confident there’s an option for your site that would at least provide a good foundation on which to build.

A couple of particularly strong responsive table options are:

I have seen a couple of solutions where hiding "less important data" is suggested. While I appreciate the experimental nature of the tables, I would personally recommend against the practice of hiding content from users depending on their viewing device.

Problem 6: Converting old fixed-width sites

One of the biggest issues reported in the survey was the problem of how to update the code base of an old fixed-width site to make it responsive – and indeed, whether you should. As I mentioned above, the responsive design process is often quite different to the old fixed-layout design process, and code is engineered in a less flexible way.

The question of what to do when faced with updating an old site is whether to reverse engineer existing templates and stylesheets, or to opt for a greenfield rebuild.

The solution: Aim for a greenfield rebuild

Almost without exception, those surveyed said either that they’d opted for a greenfield rebuild of templates and stylesheets, or that they only reverse engineered code because there were other factors involved and they had no choice.

Typically, older fixed-size websites didn’t need to take into account mobile-first design, and the sometimes different ways in which content must be structured. While it’s possible to reverse engineer code to make it responsive, on bigger sites it’s almost certainly going to be easier (and actually quicker) to rebuild than to work backwards.

Problem 7: What to serve users of old versions of IE

I’m sure you’ve all been waiting to for me to mention Internet Explorer in a negative light. I can indeed confirm that when working with older versions of the browser (IE8 and earlier), the main issue you’ll encounter is the lack of support for CSS media queries. This means that if you’re working with a mobile-first technique such as 320 and Up, your media queries won’t kick in and your layout won’t display properly on desktop browsers, so you’ll effectively end up with a small-screen layout on a big screen.

The solution: Polyfill or gracefully let go

The bad news is that, despite the wishful thinking of the design world (and to be fair, actual progress from Microsoft), you do still need to consider older versions of Internet Explorer (particularly 8) when you plan a site. The good news is we have some strong options for supporting older versions of IE while pushing forward creating great responsive sites.

If you’re keen to maintain your layout as much as possible in older IEs, consider conditionally including the respond.js polyfill from Scott Jehl in your pages. For a fuller explanation of options, I recommend reading Techniques For Gracefully Degrading Media Queries, by Lewis Nyman.

If you’re looking to phase out support for older versions of the browser while keeping content accessible, it may be worth considering … doing nothing. If you’ve built your site mobile-first and you don’t include a script like respond.js, your old IE users will effectively see your mobile view.

This may not be a perfect experience on a bigger monitor but at least the content remains accessible. Failing that, you could consider a simple conditional IE stylesheet and add in some rudimentary styling (fixed widths) because a simple linear view may not be best for a lot of users.

In my opinion, what to serve users of old versions of Internet Explorer comes down to the requirements of your client. I just ask that you don’t discount versions of IE earlier than 9 without at least considering the people using them.

Problem 8: Testing time and cost

One of the most common answers in the survey was the issue of testing: how to test, what devices to test with, and the potentially huge cost of building a test suite of devices.

For many designers, especially freelancers and very small businesses, it’s difficult to build up a test suite much beyond the devices you own personally. This came across loud and clear in the survey. Many people are making do with browser inspection and window dragging, along with testing on a personal handset and maybe a tablet. Obviously, this isn’t ideal. Building even a modest collection of devices is now a necessary business expense.

Testing time is also an issue. Although the time needed to test a site has certainly risen, I do feel that some of this is offset by better prototyping, designing in the browser and less reliance on static, fixed-size visuals.

The solution: Share devices and keep resizing

It’s great to see bigger agencies such as Clearleft sharing their huge range of test devices with anyone who wants to visit their offices. While this is not yet commonplace, I’m confident local creative communities can do their bit to get organised and at least discuss this sort of initiative.

Clearleft shares its range of test devices with anyone who visits its studio. Other agencies, do likewise!
Clearleft shares its range of test devices with anyone who visits its studio. Other agencies, do likewise!

If you’re interested in seeing what other fellow designers have in their testing toolkits, I recommend taking a look at Stu Robson’s My Test Suite site. Brad Frost has also written a useful guide to how to test on real devices without breaking the bank.

There’s no substitute for testing on real devices but if you can’t afford to put together a large device collection, you can at least make sure the bigger parts of your site work as expected by using one of the many responsive testing tools, bookmarklets and frames. It all helps!

Fill out the survey yourself!

Thanks for staying with me, and thank you to everyone who has filled in the survey. (Don’t forget to fill it in if you haven’t!) I’d love to hear of any other problems people are having in transitioning to responsive design, and what steps you’re taking overcome them.

Main image: dConstruct archive, by Jeremy Keith. See the original here.

27 comments

Comment: 1

Excellent article! Especially problems 6 + 7 are giving me a real headache at the moment :S

Comment: 2

Hey James,

I’m Mat Marquis, chair of the Responsive Images Community Group you mentioned under images. I just wanted to clarify two points:

“As yet, the W3C community group hasn't backed a specification […]”

Since the publication of the HTML5 Doctor article linked in that section, the RICG has published a draft specification for the picture element. There will be a final draft posted within the next few weeks, slated for inclusion as a part of HTML5.

As a solution for right now we highly recommend Scott Jehl’s Picturefill, which closely mimics the proposed syntax of the picture element.

Comment: 3

Great article.

For us the biggest problems are responsive images and none of the solutions are brilliant. We rolled our own in the end but it still involved loading 2 images on larger devices (starting with the 320px version).

Tables are also a big problem, but I don't see a solution really. It's not even a responsive problem, it's simply that a mobile phone requires something other than a table to show the data effectively.

When it comes to testing we found that testing on real devices is the only really effective way. We built a testing station which others are welcome to pop in and use if necessary (although we are out in the sticks).

http://www.64digital.co.uk/blog/66/the-64-digital-super-dooper-device-testing-station

Comment: 4

For any freelancer's who want to test on actual devices, try heading to a Best Buy (or other electronic store). They usually have a bunch of devices hooked up with internet connections (at least the ones near me do).

You don't get the convenience of owning the devices but if there's one close you could easily run in every week or month for an hour.

Easy and free.

Comment: 5

Great article, with some great advice. A little surprised that the subject of responsive javascript isn't mentioned though, as this to me is a RWD problem pretty much every designer / developer is going to hit for anything but the simplest of websites. It would be great to see some tips on how folk can make their JS just as responsive as their HTML.

Other than that, there are some great tips here, so well worth the read.

Matt

Comment: 6

mattbrailsford - what do you mean by responsive javascript? What common problems do you encounter?

We're using breakpoints.js to determine which media query has fired and sometimes running different JS accordingly. Have't run into any difficulties yet.

Comment: 7

Thanks for sharing the brilliant tips! I would surely consider abiding by these tips in my next venture.

Comment: 8

Quite helpful tips I must say, the problems mentioned in here can be difficult to tackle with and are some of the most basic that every designer faces.

Comment: 9

jonhobbs - I mean making your JS adapt to the screen size aswell. Say you have a carousel as part of your desktop layout, but you don't want it on the mobile layouts, you need your JS to react to media query breakpoints too. IMO this takes a mind shift from regular JS development, and also means you have to consider the JS components you are going to use carefully to make things easier when actually making the shifts.

breakpoint.js looks pretty cool, and is exactly the kind of thing I mean. I just think it deserves to mentioned as a main point in the article rather than as a footnote in the comments. I mean, you must have learnt about breakpoint.js somewhere, and you must have thought that it really solves a problem you have when doing RWD that contains JS, so it would be nice to see these things mentioned too. A good example being I've researched "responsive js" a few times and never come across breakpoint.js so I think there is still work to be done spreading the knowledge.

As I say, still a great article though.

Comment: 10

Very enjoyable read, although I think you're a couple items short of a "Top Ten" list. Eagerly awaiting numbers 9 and 10.

Comment: 11

on the subject of responsive images; i've come across a new service (still in Beta) called ReSrc.it - it might be of some interest to folks reading this. It can handle responsive layouts and can send the right image at the right resolution (both non-retina and retina). http://www.resrc.it/demo/

Comment: 12

This article, http://24ways.org/2011/conditional-loading-for-responsive-designs, shows how you might load in additional content based on device widths, however this article, http://viget.com/inspire/managing-javascript-on-responsive-websites, also covers which functions you might want to run based on the breakpoints.

Jeremy Keith has a few posts on his site also, check this one out to get started http://adactio.com/journal/5414/

Comment: 13

Recently converted a large website to responsive design and still finding new challenges everyday that I forget about. The most recent example is youtube videos though they can be fixed with CSS here. Laying out the process is great!

Comment: 14

mattbrailsford - You're absolutely right, I guess I just didn't consider it a problem because I'd found a solution.

Comment: 15

img {
width: inherit; /* This makes the next two lines work in IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto; /* Add !important if needed. */
}

Comment: 16

Great article. Also enjoyed navigation article by Aaron Gustafson in issue 232 of .net mag. A good read/information.
Enjoying kicking responsive around. I now have it as standard on my web design price list.
I see the jury's still out re. responsive vs. separate mobile site.

Comment: 17

Regarding number 8 - Adobe's Dreamweaver team can help with Adobe Shadow!

Comment: 18

Great article with some very useful tips. It's great that more and more tried and tested best practices arise which make it easier for beginners to start with responsive design. That's definitely a topic which will never get boring.

Comment: 19

yes I do agree that the article was useful. We started a blog at www.responsivewebdesignblog.com to further discuss the exciting topic of responsive webdesign and examples.

Because responsive webdesign is very new to the development community, there are still very real questions as to if responsive web design is really the true, multi-screen solution or will adaptive web design , separate mobile sites, be the champion?

The jury is still out on the debate but with large companies like Google and Microsoft adopting Responsive web design as the current standard, this certainly does provide the technique with a lot of creditability.

Here is an interesting argument on that very topic: http://www.responsivewebdesignblog.com/2012/09/should-we-kill-photoshop-...

Comment: 20

Really very informative article.I am also an web designer and was facing a lot of as my clients are very cure
in spending money they want everything but in less money.I want to make good designs in less time so that
i can make my clients get satisfied.

Comment: 21

While the particulars of implementation may be different, most of these problems aren't really new. Back in the internet stone ages, most designers designed for each browser type and wrote javascript to detect browser type and monitor size and then serve up the correct template/page. The key is in the planning and in getting the client to understand the amount of work necessary to create multiple designs.

Something I personally find seriously annoying in most responsive design is a true lack of site depth, as if the designer just disregarded the need for navigation altogether. But maybe I'm an old fogey -- I tell all my clients I'm a "Navigation Nazi." Here's why, if you go through an in-depth navigation planning process with the client, it helps them: 1. Understand the complexity of the project; 2. Define what content should be grouped together from a hierarchical perspective. If there is no hierarchical plan, then relational content makes no sense after a couple of clicks. It's like being lost in a mall after each store you go to as if you just time traveled to each one without actually walking through the designed space.

Comment: 22

Hey one of the most important thing is table & crating so much problem as well as testing & time cost.
One is more that is static design with different design..
By the way great content as well.

Thanks for the sharing.

Comment: 23

Best RWD testing post I have come across!

Here's an online Responsive Test tool I built for the latest and greatest devices (iphone 5, etc):

http://responsivetest.com

Let's make the Mobile Web a better place!

Comment: 24

Im conflicted. Not to say that responsive design isnt a good thing. But if i remember correctly most of the smart phones and tablets are supposed to deliver a browsing experience similar to that of a desktop.

I like it when I have the choice to choose from the desktop version and the mobile versions. Many sites do not give this basic functionality which I think robs the user of the desktop experience that in my opinion is better.

Thoughts?

Comment: 25

Thanks for the great post!
Another testing tool I like - because it lets you dynamically adjust the scale (which is crucial for testing fixed width pages) is Responsimulator

Comment: 26

thanks for sharing such an awesome list here. it was really awesome to have that list.

Comment: 27

Thanks for this Awesome post.

But I have a question Every mobile or Tab is different screen settings and how to dynamically adjust those sections.

Could you please update on this..

Regards..
July issue on sale now!

The Week in Web Design

Sign up to our 'Week in Web Design' newsletter!

Hosting Directory
.net digital edition
Treat yourself to our geeky merchandise!
site stat collection