1
vote
4answers
74 views

How do I label a button that exposes a “code behind” editor?

Background I'm building an editor where the user interacts with a graphical representation of the data. This data is actually generated from a script which the user may expose and edit (the "code ...
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 ...
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. ...
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 ...
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 ...
2
votes
1answer
105 views

How to deal with recursive hierarchical tableviews?

There's a great function from the web that I want to reproduce in iOS and Android. I'm calling it a recursive tableview because I can't think of any other descriptive name. For example, in a shopping ...
0
votes
0answers
80 views

Direct manipulation vs indirect interfaces [closed]

So, should we update content and parameters via options on a main menu or by directly selecting the item to be adjusted? And are there any rules of thumb as to when you'd favour one method over the ...
6
votes
2answers
221 views

UI simplicity vs complex requirements

I'm in the process of crafting a relatively complicated interface for a niche social networking website and I'm struggling to achieve a satisfying level of simplicity for the UI. Given that "modern" ...
2
votes
3answers
172 views

Managing time sensitive pop-ups that require a user action

I have a lead follow up management tool with a feature where the leads are prioritised according to the nearest time for follow-up. So for example.... lead A follow up call is scheduled for 3 hours ...
2
votes
2answers
180 views

How to simplify an interface for assignment of objects?

We're trying to solve a UX problem of assigning one set of objects to another (very large) set of objects in a quick, clean, and lightweight manner. We have up to 12 different items that need to be ...
4
votes
1answer
209 views

Fitts' law and minimum target size

You can read everywhere that bigger targets are easier to hit. But say I have a given input modality and want to know the minimum button size for the interface. How would I go about that? Fitts' law ...