Tagged Questions
5
votes
5answers
342 views
Best way to display plus/minus or pros/cons short sentences
I have information in short sentences (bullet list) and each bullet could be pros/cons or plus/minus toward a product. What is the best way to display it nicely?
For example:
+ Price is cheap
+ ...
4
votes
4answers
101 views
What would be a nice way to distinguish a user's items from other users' items?
I am working on a (web-based) application that shows a list of items. Each item belongs to a particular user. When a particular user logs into the application, they see a list of their items.
When an ...
4
votes
5answers
413 views
Attractive website layout without a tile of thumbnails
I'm trying to figure out possible layout options for a website project. Its function closely resembles EnglishCentral. This website helps people practice spoken English through a series of videos with ...
5
votes
2answers
346 views
What are some good patterns for displaying large lists on the web?
I'm creating a web application which will contain a large list of ingredients. You can see my current approach below:
However as the list grows it starts to take too much of the screen estate. Here ...
4
votes
2answers
240 views
How to display brochure like information for a long list of choices?
I have a challenge of presenting a list of college degrees with basic information on each degree for the user to choose 1 or more that they are considering.
The old version of this application was ...
2
votes
2answers
235 views
Best way to reorder a list on a web page
I started using the Careers site in the StackExchange group of sites and came to entering my list of publications. I had my initial set of 15 or so that have already been published. The list widget on ...
3
votes
2answers
356 views
Suitable form for adding/removing elements of a dynamic list
I am writing a web app for tracking daily activities. The concept is very simple, you add questions and then answer them daily.
When you are defining your questions, you can add different types of ...
4
votes
3answers
259 views
Button label when applied to checkbox - “Delete”, “Delete Checked”, or “Delete Checked Items”?
Suppose one has a list of 5 to 40 items on a web page, and suppose further that one wants to enable the user to delete one or several of the items by checking a checkbox and then clicking a delete ...
2
votes
9answers
186 views
Intuitive text to “go to” or “navigate to” an item
I have an application that has many "lists" of data. For example, lists of appointments, billable accounts, patients etc. At the top of each section page, there are action links: "Create patient", ...
1
vote
1answer
491 views
Displaying List with large amount of data in each item
I have a list of Schedule items to display. Each List item has a Name a schedule period and then a whole bunch of times, places and things that are scheduled. The amount times, places and things ...
3
votes
2answers
252 views
Displaying count of something on the corner of a div.
So i have a list of things and each list item has primary information and supplementary information.
One of the data items in the supplementary information is a count. The user may choose to interact ...
8
votes
3answers
3k views
Best design for displaying list under a list of items ?
I have a list of items in a database and i display 10 items with some additional details at a time(as table rows). I use next & previous buttons to fetch the remaining items.
This part has been ...
8
votes
5answers
491 views
Most intuitive way to offer manual sorting?
all. I'm designing an online form builder (think Forms in Google Docs / Spreadsheets). The functionality is complete, but I'm not happy with the sorting capabilities. Everyone that I have done ...
2
votes
5answers
808 views
What's the best web design pattern for a list of people?
I have a list of people. Totally around 200.
I need to display the people's name, pictures and some other information in one page. Users could sort those people by name, country and other attributes.
...
3
votes
4answers
371 views
Top list of the most down-voted items. How to avoid user confusion?
Context: web application.
I have a list of items, each one with up and down arrows (a la reddit) but my list doesn't shows the most up-voted items, but the most down-voted (technically it's ordered ...