vote up 2 vote down star

Do you think Ribbon UI is a good* choice for

  • Small Applications
  • Enterprise Applications

or

  • Small and Enterprise Applications

It's obvious that Ribbon designed for handling very complex set of features nicely, but is it still a good idea to implement it to small applications as well. It looks nice but does it mean your users will love it more?

*good = Is it going to help sales or not?

flag

closed as not programming related by Mitch Wheat, ChrisW, Jeff Atwood May 25 at 16:32

2 Answers

vote up 1 vote down check

I would say that it is good for "new" applications in that it groups related actions together and displays them in context with the applicable actions/tasks at hand.

However converting an existing UI to use a "Ribbon" is a major change and you will find users are not overly thrilled when you move everything around. Ask long time office users what they think of Office 2007... the first thing most will complain about is that they can't find anything any more.

link|flag
I'm not sure it's safe to generalise to such a degree when you're talking about user centred design and usability. – AdamC May 25 at 22:20
I think Design and Usability go hand in hand... if its not usable the design doesn't matter and if designed properly the usability will be there. The issue with a complete and total new UI experience on an existing application is that it fails the first concept in Steve Krug's very good book: "Don't Make Me Think" amazon.com/Dont-Make-Me-Think-Usability/dp/… If the user has to think... "Where do I go now if I want to add a table?" then somethings gone wrong. In general I guess I'm saying be careful about making sweeping UI changes... even if the new UI is "better". – scunliffe May 26 at 12:41
vote up 1 vote down

I'm not sure why this is marked down. I think ribbon approaches can be good for any interactive system. However, you shouldn't just throw any kind of interaction style willy nilly. Good usability comes from starting some sort of dialogue with potential end users, and not simply by making arbitrary decisions.

link|flag
actually I was planning to make second GUI in my app and let my beta testers try both GUIs side by side and give some feedback about the usability and how it feels. Obviously it takes time but maybe it's worth it. -BTW I've no clue why it's voted down and some people want to close, weird- – dr. evil May 25 at 15:59

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