Tagged Questions
6
votes
5answers
218 views
Two-level menus: Why? and When?
Two level menus: should they be used? Why are they important?
I never found any resource explaining this.
Should I avoid them and only use them when you really have too much stuff to present?
2
votes
3answers
162 views
How can I display lots of controls that are contained within expanders?
I'm currently building and Dashboard system for a factory and there is a control panel to control all the displays in the factory and to decide which detail(KPI type) to be displayed. Following is the ...
4
votes
2answers
103 views
How to better display metadata about a card?
A Card has the following metadata:
Information: Status (ready or not), Stage (one of nine)
Actions: Edit, View Statistics, Edit, Delete, Archive
I need to display both sides of the card on this ...
6
votes
2answers
87 views
Should I combine multiple User and Group management panels into a single screen?
Currently I am developing a user and group management plugin for out application with ExtJs 4.1
This is my first version. I packed all into 1 window, each panel has its toolbar and user/group ...
2
votes
2answers
91 views
What is a good way to position chart elements on a dashboard?
I'm designing some dashboards for a client who will see sliced and diced versions of data based on a lot of parameters.
I plan to give him a Pie Chart, Bar Graph and a Table on the same dashboard.
...
2
votes
3answers
104 views
Layout of information on registration page
I am making the registration page for a website. How should the different components be laid out relative to each other? For example should the heading be on level or above the text input field?
...
5
votes
1answer
244 views
UI Layout improvement
I'm currently implementing a database querying tool, and am currently working on a section which would allow users to specify ORDER BY and Aggregate clauses. My biggest challenge has been to represent ...
4
votes
2answers
895 views
Good user interface for multiple checkbox selection and a dropdown list (View/Editable mode)
I have a Dropdownlist and many Checkboxs. For any particular dropdown select value I will show all checkboxs and if their is already any database relation with that dropdown value I have set checkbox ...
7
votes
4answers
522 views
Why use a 3-column layout like StackExchange, Facebook and YouTube?
Why do sites like StackExchange, Facebook and YouTube center their content and reduce its width? As opposed to sites like Reddit that go full width.
Are they trying to spare the user from too much ...
0
votes
1answer
164 views
What's the most beautiful navigation experience you've seen in an app in the last year? [closed]
I've noticed that all apps are becoming the same. Top and bottom navigation bars, and everything where you expect it to be.
This isn't necessarily a bad thing, but has anyone seen anything thing ...
3
votes
3answers
138 views
iPhone - Hiding/showing a common Carousel view
I have a Carousel view (horizontally aligned images, can be swiped left/right to switch images) above a Table view that displays some information.
Assuming I'd like to give the user the option to ...
4
votes
4answers
210 views
Navigation with or without sub-navigation?
Considering following site architecture, where each category has multiple products inside it:
/Home
/About
/Products/Category 1
/Products/Category 2
/Products/Category 3
/Products/Category 4
...
10
votes
4answers
319 views
How do I represent null values in a line chart?
I am building a web-based analytics platform. I am looking to plot a line chart that represents the number of seconds it took for me to reach a live service agent via phone on a given day.
In the ...
5
votes
2answers
1k views
Lateral Navigation with swipe views and tabs together with mapview
I've recently designed a new Android Application for a theme park.
According to Android Design Guidelines:
If your app uses action bar tabs, use swipe to navigate between the different views.
...
4
votes
3answers
459 views
hide vs disable and redistribute empty space
I have complex UI form dialog with ~12 tabs and want to decide what is best:
enable/disable (gray out) fields - classic convention
hide/show if not necessary - could be confusing + jumping GUI
hide ...
1
vote
2answers
235 views
Admin Layout - where to put the categories list?
See the Admin layout (wireframe) below.
Header - Logo and Logout Link
Main navigation - Orders, Members, Shops, etc.
Sub-Navigation - List of links that is related to Main navigation. Eg: If you ...
4
votes
4answers
336 views
how to make compact UI for lists
I'm making an app with 2 lists in the main screen, and the space allocated for the 2 lists are equal. So there will be only 5 items visible for each list.
I'm thinking of an improvement on making ...
2
votes
3answers
161 views
How should the [Big Buy Now Button] in the right gutter be linked?
I'm redisigning my website and would like to know how the "Big Buy Now Button" in the right gutter should be linked. This button will be available on every page of the site.
I sell two software ...
2
votes
2answers
84 views
UI for audio synced with text
I'm working on an outlining application that syncs items in the outline to recorded audio. The ideas is that you can play the audio from a specific place in your document, or get to an item from a ...
