Tagged Questions
1
vote
4answers
175 views
How should I display a “please wait” animation?
I have to create a "please wait" page on our website. I would think you usually put the words "please wait" with some kind of spinning animation, but do I really need text?
Doesn't an hourglass or ...
5
votes
3answers
211 views
Managing an App's Loading Time Expectations
I was recently asked to come up with a framework to benchmark loading time expectations based on the tasks being performed in the app.
I found that there were three categories in which I could define ...
8
votes
4answers
267 views
How can I maintain usability on a slow system?
Obviously a huge part of a positive UX is a fast, responsive design. The software I work with (Electronic Medical Records) is sometimes used on sub-standard devices (e.g. ancient desktop PCs) or in ...
4
votes
2answers
259 views
How to display UI operation delay
I am implementing some UI functionality. I have a button that perform some short or long (time) action. I have implemented so logic: if action's execution time more then some in milliseconds, then ...
13
votes
5answers
388 views
Automatic UI without explicit “perform action” controls
Having seen a number of examples over the years I've been wondering where this kind of interfaces stand today.
What I mean by "automatic UI" is the following.
Normally on screens, dialogues and web ...