Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

The Managers where I work tend to want to redesign the website every year or so. Different layouts, color schemes, etc.

I think they look at it so often they want to freshen it up and give it a new look.

I personally think it is a bad idea to change the color scheme because there is so much involved when doing this for a huge site. You not only have to change the CSS files, but any image files that are used for layout, any flash content, etc. Otherwise you will have many element with the old color scheme and not matching the new color scheme.

What do you guys think, would a fresh new look every year, be beneficial or are there ways it could hurt you? Is it worth the effort?

share|improve this question
It really shouldn't be that hard to change the color scheme for a site, even a large site. If the code is written properly, it should be very simple. Exchanging images is not as big of a deal as you seem to make it out to be here. And a well-designed site isn't going to use flash for styling - it should only be used for dynamic content, so color scheme shouldn't matter for those. – Charles Boyung Feb 21 '11 at 21:14
@Charles Boyung, If you have several RIAs in your site, that all follow the color scheme of the main site, then when the main sites color scheme changes they will no longer "fit". I am not talking about using flash for styling. Never the less, I was not asking if this was a valid reason not to redesign the website. I was asking for other things to consider, like disorienting users. – JD Isaacks Feb 21 '11 at 21:28
2  
redesign only to fix usability issues, or just make things better. Re-style for that fresh (and modern) look every so often; and little things can make a world of difference. This won't have much of a effect on the users unless you have a fairly large core user base. Typically (for them) style is always good, but re-design can be met with tar and feathers even when it's obviously for the best. Anyway, this question does not have a straight up answer; it depends on too many factors. – srcspider Feb 21 '11 at 22:48
@srcspider thanks for the info. – JD Isaacks Feb 21 '11 at 22:53
3  
Remember, owners of a site get bored a /lot/ quicker than users do. – ICR Feb 22 '11 at 9:51

3 Answers

I don't think it's meaningful to redesign a site regularly just to make it look different. A complete redesign effectively wipes off everything how users are accustomed to use the site. Most of the regular users hate changes in software because it makes them slower than before, hunting for the information/controls they are looking for.

To justify a redesign you should be fixing major usability issues. After the redesign you may want to implements possible further fixes incrementally, to cause as few big changes as possible.

Take Google for an example. They have millions of users that will notice every change, so whenever Google is changing something it does it slowly, one tiny incremental change at a time.

Actually, there is a good UX Myths' post about the very issue.

share|improve this answer
4  
+1 for "To justify a redesign you should be fixing major usability issues." The other reason for a redesign might be to evoke a stronger emotional response from your audience. But everything involved in a redesign should be based off of something you've learned about the previous design. – Steve Wortham Feb 22 '11 at 0:47

If you have to change the look of a webpage then the original design has flaws, but ever so often, CEOs or other "non technical" personnel want's to freshen up a page with new colors etc. Instead - the page should have a platform that works, and to add something fresh - change the top banner, add news, put a Facebook connection so that the page feels alive...

share|improve this answer

Re-designs for the sake of it can be overkill. There's a high risk of confusing your users, and even if they figure out what they're doing, it will negatively affect their perception of the site and the business who own it.

However, there could be a chance for you to turn this interfering tendency of your managers to the advantage of both the users and your employers.

Carry out user-testing on the site, and gather feedback from those users. Consider surveying your existing users to hear how they feel about using the site. Present your managers with the information and come up with a list of changes to the site to benefit the user.

Also, it's worth identifying which links are the most important to your users, and are used the most. You'd want to think very carefully before moving those, and decide if it's justified.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.