an interface using a set of toolbars categorized and displayed via tabs to simplify display to the user, such as the toolbars in recent releases of Microsoft Office.
46
votes
17answers
4k views
Is Microsoft's Ribbon UI really that great, from a usability perspective?
The first time I ever used it was at my current job. Among my coworkers, the feelings toward it for usability are mixed. The other developer doesn't really care one way or the other, as long as Office ...
14
votes
5answers
1k views
Designing a Fluent Ribbon for a CRUD Application
I'm working on designing a Fluent ("Ribbon") style UX for a CRUD application working over a database.
There's lots of information about how to design a ribbon for document based applications. The ...
10
votes
4answers
141 views
Keyboard navigation versus mouse navigation
The project: We're designing software that users will use all day long to perform 12 repetitive tasks. Each task has many steps and takes place in a different pane in the GUI. Some of the GUI is ...
6
votes
4answers
640 views
Combining a Ribbon with a Search Bar
We have a fairly large application that has moved from the menu/toolbar motif to the ribbon motif. One piece still bothers me: We used to have a search bar in the toolbar/menu area packed at the far ...
3
votes
1answer
74 views
Tree manage in ribbon UI
I'm implementing ribbon UI in one of my application. It manages some trees so I move all the options to the ribbon (contextual tabs) but it just doesn't look fluent.
Is placing tree options ...
3
votes
4answers
393 views
Are Ribbons touch screen friendly?
All over the web, I read that Ribbons are touch screen friendly, that they are made for touch etc. But I never got a real explanation why the Ribbon is as touch friendly as people say.
The icons are ...
3
votes
3answers
315 views
Using a ribbon as navigation
Every use of the ribbon I have seen so far single panel 'canvas' programs, where grouped functionality is in the ribbon.
I have been doing some analysis on some back end software which my company ...
2
votes
5answers
218 views
What is a sheet of UX elements called?
The Microsoft Ribbon is a like a tabbed "sheet" of UX icons. It's basically an iconified, horizontal version of an always-open menu.
Is there a general name for a group of UX buttons or icons, that ...
2
votes
3answers
263 views
The most complex touch application?
Nowadays, there seems to be a limit to how complex you can make an application solely for touch, the controls needs a lot more space plus removal of "unecessary" tools is so much more taken into ...
2
votes
2answers
349 views
How effective is a ribbon menu work on a social media monitoring dashboard?
I am currently wireframing the functionality of a graphs widget for a social monitoring tool and need more input about how effective might this solution be...
2
votes
2answers
226 views
Alternatives to Menu + Toolbar or Ribbon
The main application I'm working on has a very traditional (and boring) old school menu and toolbar, the toolbar indeed just a row of 16 small icons.
It has worked for us well over the years, but ...
2
votes
2answers
748 views
Use of Fluent Ribbon in MDI application [closed]
So, I work on one of those applications with a million little modules and a menu with hundreds of options.
We'd like to simplify this since 90% of our users use 5% of the options on the menu and ...
2
votes
1answer
188 views
What is the microsoft Fluent UI name, and conventions surrounding “Table Tools”-like UI elements in MS Fluent/Ribbon apps?
One exceptional (unusual) element that I notice in the Office 2010 applications is that there are two tabs in their "fluent" or "ribbon" ux ideas, around Tables, named Design and Layout, which have a ...
1
vote
2answers
136 views
Is there a better way to layout this UI using the Microsoft Office Ribbon?
I am building a Microsoft Outlook VSTO addin and I am trying to figure out the best way to lay out the UI and from looking through the office apps i can't seem to find the right layout pattern that ...