Tagged Questions
0
votes
2answers
91 views
The best practices for a rating bar/slider/buttons
I need to make a rating scale input device that satisfies the following requirements:
1) Each value must be associated with a number to the user.
2) It must be immediately clear that this thing ...
5
votes
3answers
98 views
Select numerical value with +/- buttons or manually entering?
The design I'm working on has the user assigning a value to each Item, then if the value is more than 1, a second dependent attribute appears (as shown). I want the numbers to be large and not default ...
8
votes
4answers
211 views
Submit textbox input without button
The users have a table and in the last row they have 6 different text inputs, one per column.
This inputs will define a variable in the Database.
I am trying to think how can I do it to avoid ...
3
votes
3answers
169 views
How to design the input field for recipe ingredients
I've spent a lot of time thinking about the most efficient way to handle a user inputting a recipe into a form. There are a couple different options I've seen across the internet, from offering up a ...
25
votes
17answers
5k views
Form for inputting operating hours of a business
I am designing an interface where restaurants need to input their operating hours. I am thinking of using a slider control for timings for a single day, and then let the user choose days of the week ...
1
vote
1answer
144 views
Quickly and intuitively entering quantity and item
I am trying to find an intuitive input control to create a list of QUANTITY x ITEM lines. The items already exist in the database and the simplest way to do this would be:
In order to make it ...
8
votes
5answers
288 views
Best way to add an amount multiplier
I'm working on a financial web-application, and in some pages, the user has to fill an amount. We are dealing here with large amounts, and they are generally thousands or millions of $ / €.
In ...
13
votes
8answers
1k views
App interface for changing relational percentages
Has anyone ever seen or used a good app interface (web or mobile) for changing relational percentages? E.g I need to change 3 amounts to make up £100 and I need to be able to use any permutation to do ...
2
votes
2answers
114 views
Date Range for Saturday-Saturday or Sunday-Sunday Vacations
So I'm having an interesting problem while selling vacations.
Right now, I have two calendars for picking a date range. This date range is supposed to identify the days my customer is available to ...
3
votes
3answers
139 views
Get user Birth location
So i need to get the exact location of where a person was born.
Currently, I have two maps on a page and an input field. So you can basically use either one. Right now the top map is a view of the ...
2
votes
1answer
238 views
What is the best graphical interface for inputting a list of pairs?
I want to create a graphical interface for inputing skill build orders for an RPG game. A skill build is an ordered list of (skill, number) pairs, like this (see footnote):
(A x1) -> (B *) -> ...
1
vote
3answers
477 views
Enter your email below and we will contact you
My client wants a page in which the following text appears:
"Enter your email below and We will contact you"
It's then followed by a textfield (to write the email address) and a button to submit ...
2
votes
0answers
194 views
Are “reset” buttons redundant? [duplicate]
Possible Duplicate:
Is a cancel button necessary in a web form?
Are form "reset" buttons redundant? If not, why not? Give me a case where they are completey accepted, useful and maybe even ...
22
votes
11answers
4k views
Better way for users to select a date range
In my application, users select a date range for which results are required. The UI looks something like this:
My users don't like this, because the date picker requires them to select a specific ...