A menu is a list of commands presented to an operator by a computer system

learn more… | top users | synonyms

2
votes
3answers
198 views

How to make navigation bar clear?

I have a website titled 'Ibiza Party People'. I've made 3 buttons like: Ibiza(About us page)-Party(Photography page)-People (Blog page). This is a screenshot of how the menu looks like: I have ...
3
votes
3answers
303 views

Is the Macintosh Menubar Preferred?

The Macintosh is one of the very few desktop operating systems that shares a central, common, menubar across all applications. Even NextStep and Be operating systems, which were founded by former ...
3
votes
5answers
1k views

Dropdown navigation menus - should top menu option link to content?

I have a client with a group of users which seem to have constant troubles using a menu like these two examples: Pages (links to a list of pages in a grid from where the user has access to ...
0
votes
1answer
75 views

Does removing logo and general links do any good for better UX in a social network site?

I have a social network project in hand. As logo and main menu will be ignored after a while from users, I put the top menu in homepage,contactus,aboutus, and some other general pages. When user logs ...
2
votes
4answers
163 views

Should Navigation menu have a fix position in application with greater width?

I am developing a web app with 1280px width. Planning to keep 1024 for content and remain as Menu with fixed position. On scrolling main content the menu will not scroll. Will this be a good for ...
0
votes
3answers
143 views

good reason/guideline/heuristic/principle, according to GUI design pattern, to align maximise, minimise and close button on the left side in Ubuntu

Since Ubuntu 10.04 (and maybe some other Linux versions), we sometimes see the maximize, minimize and close buttons on the: left side: and sometimes on the right side: . So, can someone explain ...
1
vote
4answers
195 views

Is the logo good enough to use as a link back to the main menu for a childrens website?

We have created a fruits and vegetables game for children where they have to choose the correct vegetable in a grid of vegetables. This is a web based game. In this game, we have a logo at the top of ...
9
votes
1answer
1k views

Microsoft Visual Studio 11 - why would they use uppercase in UI?

Microsoft has been very transparent with their updates to Visual Studio 11. It includes a huge change to the UI design of the entire IDE, most notably colour themes, icons and capitlization. In their ...
3
votes
2answers
110 views

File operation open/close workflow

I'm working on an application (Mac OS X, if it matters) that opens a user defined file or folder, does a bunch of operations on it (as set up on the main window and tracked on a progress bar), then ...
10
votes
2answers
264 views

If a sticky window panel is larger than the screen size, how should I display it?

I have one panel at the right where users can choose search options that is a sticky panel. However, on different screen sizes etc., if the height of this panel is higher than the screen height not ...
0
votes
2answers
276 views

When should an ellipsis be used in menu items? [duplicate]

Possible Duplicate: What is the significance of the three dots “…” on menus and buttons and how to use them right? As a simple example, in the file menu of Notepad the ...
3
votes
1answer
155 views

TDI vs SDI - when should an app that saves files to disk have one window per “document”?

tl;dr How should an application handle windows for content-savable-to-disk (sort of documents) behave under an OS that has menu-bar-per-window (Windows, Gnome Shell) and under an OS that has single ...
9
votes
4answers
336 views

Is it still preferred/acceptable to right-align the Help menu in Windows applications?

Back when I first learned Windows GUI programming, it seemed very common to right-align the Help menu in applications. It seems this is no longer the norm in all of the Windows applications I ...
3
votes
3answers
121 views

How should I handle conditional content for product listings?

I have a client who wants to have conditional content in the product catalogue of their website for each market/user base. The client has a lot of "user bases" and markets, each with different needs, ...
13
votes
4answers
490 views

What are good rules for naming menu items? [closed]

I'm establishing some style guidance for naming items which are accessed from my application's menu bar. What are the commonly accepted rules for naming menu items? When should the names of the ...
1
vote
2answers
230 views

Most acessed top menus according to position

I wondering where is the best position to place the menu in the top of the screen to it be visualized and accessed. I think that menus in the left side and near the content are most viewed and ...
3
votes
3answers
273 views

Is it appropriate to use the title attribute in a menu link?

My inclination is towards 'no', because on hovering over the centre of a menu link in Chrome, the display of the title attribute's contents covers the rest of the menu, which provides for a poor ...
3
votes
2answers
151 views

Should a popup close automatically after a user selects an option from a tree menu?

For a popup window that requires the user to select one option only from a tree menu, should the selection of this option automatically close the popup? I think this would break the fundamental rule ...
0
votes
1answer
348 views

Menu design for web app with multiple “projects”

I'm designing the UI for a PMS (project management system) web app which handles multiple projects. Basically, it's an app that is pretty similar in functionality to Basecamp so it needs to contain ...
3
votes
2answers
707 views

How to deal with multilevel menus

I trying to design a horisontal menu that sometimes will go three levels down. The thing that drive me crazy is to know if I should show all the levels. For example: About us, Products, Contact ...
6
votes
2answers
177 views

Hiding empty categories or displaying “nothing in this category”

In a shop-like website, we have a horizontal menu in the header where all categories of items in stock are listed (7-9). Depending on availability of items, some categories may be empty. Usually the ...
2
votes
4answers
197 views

Which of the following options best draws attention to the “buy tickets” action without detracting from the surrounding visual hierarchy?

I'm working on touching up (as much as I'm allowed) some of the design elements for a website. One client requirement is to draw more attention to the "buy tickets" link as this action is one that ...
4
votes
1answer
255 views

Scroll Down Menu

Lets say I have a scroll down menu with ten options. That menu comes down when a user hovers over a link. Problem is...When the menu comes down, it covers a bit of the text beneath it on the ...
4
votes
5answers
2k views

Using a TabBar with slide out side menu?

I'm working on designing the layout for an iPhone app which will contain three tabs. I'm trying to eliminate the tab bar if possible, but I'm not sure what my alternatives are. I'm considering a ...
2
votes
1answer
102 views

top level menu takes you to a random sub level menu

I'm looking at a re-structure of an existing site and I have the following situation: There is a top level menu for example: Home; About; News; Resources; Within Resources there are various ...
0
votes
0answers
633 views

Looking for slide out side panel [closed]

Have you used the facebook app on the iPhone? If so you know about the button in the top left corner with the three lines; when pressed it slides all the content to the right, revealing a panel behind ...
27
votes
8answers
4k views

Is 'Home' button still a must?

I was wondering if the 'Home' button is still a must on a website menu, or are users already used to clicking on the Logo? There is a qustion on ux.stackexchange.com about this topic - Home button vs ...
1
vote
2answers
422 views

What is the recommended alignment layout for a horizontal menu bar on a web page?

I have a horizontal menu on the top of a web page (pretty common) and I was having a debate with a friend about the preferred and most logical layout of the menu items (centered or left) He was ...
6
votes
4answers
340 views

For novice users, is it better to keep the entire UI visible, or to display menus and pop-ups?

I am working on a user interface for a point of sale system to be used in a retail store. This interface will be used by volunteer cashiers, many of which have only basic computer skills. With this ...
2
votes
2answers
297 views

Should I reload only those areas of site where data has changed?

I think the rule is: Reload only those areas of site where data has changed. Don't fetch the areas where no changes have been made. The pros of this rule are: 1. Users will be able to examine ...
4
votes
2answers
166 views

How do you decide which links should be placed in the primary menu?

How do you decide which links should be placed in the primary menu? Should you only link to the pages and areas that get the most traffic? How should you think?
8
votes
3answers
563 views

Is breaking long menu names into two lines bad design?

I have a requirement in which I have to design a horizontal navigation with 6 menu items.The challenge here is some of these menu items are pretty long and if I tried putting all the menu items on one ...
6
votes
8answers
1k views

Do android users press the menu button?

I want to add a new function to my android application, but am a little bit confused in deciding where exactly to display the functionality. I can either show it as a button in the application or add ...
5
votes
3answers
114 views

what to use for default directory when doing “save as”?

When implementing a typical "Save as..." menu item for a desktop app, what should the default directory be? Must I do something different on *nix, OSX and Windows or can I get away with the same for ...
0
votes
1answer
1k views

When to use a UIPickerView instead of a UITableView?

When does a UIPickerView offer a better user experience than a UITableView? Does Apple's Human Interface Guidelines address this?
2
votes
3answers
111 views

When is it appropriate to combine “help/support” with “contact us”?

Suppose we have a horizontal menu at the top of our website like this: products | pricing | help | login | 800-555-1234 When is it appropriate to combine help/support with contact us? We want to ...
10
votes
2answers
197 views

Please recommend Improvments to the SE Menu Structure

Over at Programmers Meta we are haveing a discussion about the SE Menu Structure. Someone recommend we ask the Pro's over here for recommendations. So, What could\Should be done to Improve the SE ...
1
vote
3answers
263 views

Multiple choices + search field

I'm planning a new website for my company and I have a problem in designing my menu/search menu. I have a menu with 18 categories arranged horizontally. I also have favorites/saved criteria (eg ...
2
votes
2answers
161 views

What is the optimum number of choices for sub menu items

The navigation I am currently wireframing for has close to seven sub menu items for each main menu and I was wondering if there is an optimal limit for the number of sub menu items
2
votes
0answers
196 views

What is the new user interface that services like Google/Google+ are using? [duplicate]

Possible Duplicate: What is the top navigation called when it is common to a network or suite of websites? Recently Google/Google+ and other services have adjusted their menus to the top of ...
2
votes
2answers
87 views

Best way of handling a special requirement in shopping cart

I'm mocking up a shopping cart for a hair salon. It's going to end up on their Facebook fan page so I'm restricted to Facebook's tab size of 520px. Because of this I've decided to use an accordion ...
12
votes
8answers
1k views

Which side of a web page should a side menu go on?

Many websites have side menus and I seem some have the side menu on the right and some on the left. Which side is better?
1
vote
3answers
257 views

How to resolve a multilevel sidebar menu where parent sections must show children AND link somewhere

Note: When reading this keep in mind we may have more of an information architecture problem than a menu usability one. Suppose we have this menu: Item 1 ............ Should link to ...
3
votes
3answers
2k views

Better to use hover vs. click to display dropdown menus on main navigation of web app?

I work on a web-based medical records system. In the previous version, main horizontal menu employed ExtJS. It used the standard click to display the sub-menu found in ExtJS. I'm considering whether ...
1
vote
4answers
403 views

OS X: what menu bar to show when a modal dialog is shown

My application shows a small menu bar if no window is shown. Of course, when a window is shown, its menu bar is visible. When now showing a modal dialog on top of this window, what menu bar should be ...
2
votes
2answers
471 views

Why show the global menus only on mouseover in Ubuntu Unity?

The new Unity interface in Ubuntu since version 11.04 has a global menu bar. This menu bar shows a behaviour that I find very surprising, it hides the menu entries as long as the cursor is not above ...
29
votes
4answers
2k views

Don't hide or disable menu items?

In 2008, Joel Spolsky wrote: A long time ago, it became fashionable, even recommended, to disable menu items when they could not be used. Don't do this. Users see the disabled menu item ...
4
votes
4answers
188 views

Highlight most used menu items

Usually I actively use only 10-20% of menu items, especially in different kinds of catalogs, so I wonder if there in any practice that highlights the menu items that are most chosen by a certain user. ...
5
votes
3answers
428 views

What is this menu style called?

At work the other day, someone asked if there was a word for the style of menu that the latest versions Firefox and Microsoft Office now use; a single top level menu item which expands to a more ...
3
votes
7answers
569 views

Menu bar for different major windows

Our application has different major windows which don't share a noticeable common menu item set. Hence the menu bar changes when switching between those windows. Unfortunately, I have not found any ...