The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
87 views

Fixed items on table list - how should I paginate it?

I have a table list that consists of two areas: The top area has 'new' items which require attention and action from the user. It is important that these are noticed. The other area includes the ...
4
votes
3answers
111 views

Word for a group of numbers?

I have a list of different numbers/ID's related to a company and right now I am using the title ID's to group them but I feel that this title may not be the best. Does anyone know of any better words ...
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 ...
6
votes
4answers
162 views

How to paginate alphabetically grouped items?

I am in the process of creating an interface for browsing contacts in a CRM. I have the contacts displayed in alphabetical groups. like so: A------------------------------ Andrew Bloggs ...
2
votes
4answers
150 views

Grouping menu items

I've got an issue, with a menu on my website. The menu has 15 items, which are not simply navigation, but contains links to tools, settings aswell as regular navigational links. The website is a ...
0
votes
0answers
78 views

Does a list of links constitute a good user interface? [closed]

I'm working with another department on an intranet design: My criticism is that the page just looks like lists of links in boxes, and that it's not obvious what this page is for or what you're ...
0
votes
1answer
59 views

Sharing Groups between Users

We are currently building a software application and I am working on a feature in which a user is able to create his own custom groups of assets for reporting. We would like to add the functionality ...
7
votes
5answers
1k views

How to make selecting a timezone more user-friendly?

The list of time zones is rather long, lots of duplication, and not very friendly to programmers let alone end-users. Is there a way to shorten the list to something friendlier and sufficient for ...
4
votes
1answer
164 views

In a grouped list - moving items nicely from one group to another

I have a web app. On one of the screens I have a grouped list similar to the iPhone address book for example : Imagine I can tap on Steve Becker and his name changes to Steve Acker. His item will ...
4
votes
3answers
184 views

Grouped list with a lot of singletons — how to present groups of size one?

We have a table with a large number of items (50-500+). Items are grouped -- basically, think of a list of folders each with at least one item in them. Actions need to be taken on each item, or ...