Time is a dimension in which events can be ordered from the past through the present into the future.
2
votes
2answers
229 views
A dialog to set up working hours
I've got a dialog that helps an user to set up working hours for different days in a week. In this dialog an user can choose a day of week and hours/minutes which point on start/end of working time, ...
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 ...
21
votes
8answers
1k views
How can I distract / entertain people in an app while waiting?
We should do whatever we can to make our apps and websites as fast as possible, but there are some times when there is nothing that we can do to speed up some process, and so our customers just have ...
8
votes
4answers
1k views
How should times be aligned in a column
I have a data grid of three columns of type [Time, Decimal, Decimal]. All records in the decimal columns have the same number of decimal places. I have right aligned these as they're numeric.
But I ...
8
votes
1answer
217 views
Message Fade Timing
Sometimes one wishes to display a message for some time before removing it in some way (in my case fading). When implementing this idea, a problem arises: how long should the message remain fully ...
6
votes
5answers
176 views
Is there a pattern for cycling or toggling through time periods?
I'm looking for a pattern for toggling between different periods of time. Currently I've prototyped an example which is a single button that, when tapped, will cycle through 3 time periods: by month, ...
4
votes
2answers
217 views
What original sources have research on how long it takes a visitor to decide whether to stay on the site?
I've seen many statistics referenced along the lines of:
Visitors decide where to stay on or leave a website within [7, 2, 11, 0.8 seconds] of seeing it.
Typically the statistic is used when ...
3
votes
4answers
88 views
Approaches for setting a time period
In a GUI application I have a setting for a time interval. In this case, it's a refresh period, but the same issue comes up when you set how early you want a calendar reminder, how long to snooze an ...