0
votes
0answers
80 views

Managing users, roles and permissions [closed]

I'm designing an administrative interface to manage permissions. As of right now I have something along the lines of this: The next step is to create the form for how roles are tied to specific ...
4
votes
1answer
71 views

How best to display multiple choices for multiple fields?

I have a tricky one. I need to let an IT administrator set the value for each field and assign that combination of values to an entity. (The following image shows a simplified example, where fields ...
2
votes
2answers
67 views

Clarifying the controls in “draft” mode

We have an application where pages are created/viewed. There is two modes for users of the application: live and draft. When the application is in draft mode, you can edit multiple changes and then ...
1
vote
1answer
72 views

How would you improve this search results interface? [closed]

I've been doing some research in successful UIs for search results and as a personal project I am trying to build one that is simple, yet elegant. That has great interactions and a great experience. ...
0
votes
2answers
135 views

Is an accordion worse than a grid?

I am building an author site for myself, and would like to display, for each book, the cover image, the title and an enticing blurb, and links to (say) four other books that might be of interest. ...
1
vote
4answers
147 views

when is too much playfullness in interface / experience too much?

I think most of us know when an experience is too playful, but I'm talking about subtle interactions to delight the user. I think it is too much when it prevents or postpones the user from reaching ...
12
votes
4answers
317 views

Toolbar buttons - to be or not to be?

I need to create a toolbar for my application, and let's assume that due to external constraints it must be a regular toolbar, not a ribbon. The application itself has a significant number of ...
9
votes
2answers
138 views

Making a signature field look like a physical signature box

I am making an app that involves a four-day schedule and a "signature" that certifies you are going to abide by the terms of the schedule. I would like to make the signature field look like a ...
0
votes
0answers
19 views

What are the desktop based Tools for UI work available today? [duplicate]

What are the tools available to a UI developer? I know and use Photoshop, Fireworks, Balsamiq. I just recently came across Pixelmator and I'm checking it out. What else is out there? Thanks.
4
votes
3answers
55 views

How do you show that a feature can be selected individually or combined with another feature?

The user has 3 options/features to choose from, but here is the problem: Each feature can be selected separately/on its own. Feature A can be selected/combined with feature B. Feature B can be ...
6
votes
1answer
138 views

Drop down list vs. clickable map

I'm working on a web tool that requires users to choose their region as a search filter. I'm trying to decide if it will be best to use a drop-down list (there will be 15 regions) or a clickable map ...
4
votes
2answers
131 views

What's the best way to navigate from between two screens in an App?

What's the best way to navigate from between two screens in an App? I'm writing an app which essentially consists of 2 screens of content, each displaying different type of news. I'm having a really ...
0
votes
0answers
87 views

What to add to my website, in order to make it look more elegant [closed]

I hope I'm in right section of stackoverflow, if not, sorry. So I'm not a UI or UX engineer, and I just need your opinion/ help to make my web page look more elegant. So what you think I need to ...
7
votes
4answers
199 views

Where to place controls on a tree/list

I have a chronological list of items. The user can operate on these items with three actions. So each row has three actions (or buttons for example). My dilemma is thus: Having three buttons on ...
1
vote
1answer
84 views

Easiest way to have a user select a letter grade?

I have a report card form that I'm creating for customers to rate performance in several areas. Our old format was using radio buttons, each labeled A-F with one N/A option. The current idea from ...
4
votes
7answers
187 views

Non-standard symbols indicates special function

Everyone most web users understand that the asterisk (*) indicates that the fields on a form are required. But what about non-standard symbols? Our UX team is currently working with an application ...
7
votes
1answer
266 views

user interface for multiple selection filter?

I have a user interface where there is a field with multiple options. There are a great many options so I'm using a type-ahead filter to assist discovery and selection. Is there any another good way ...
13
votes
6answers
483 views

Should I combine these 2 mutually exclusive actions?

I have an interface for managing multiple email addresses associated to an account in my web application. This interface is to be used by an administrator. The interface shows a list of email ...