The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
6answers
632 views

When there's inactivity…should we prompt the user for action?

We develop children's toys. For one of the electronic devices that we are developing the child presses a button to initiate an activity. At the end of the activity (15 - 20 seconds in duration), they ...
7
votes
2answers
123 views

When should I use the “no-access” prompt rather than just hiding the button?

This site itself seems to be using a "no-access" prompt rather than just hiding the controls that the user can't use. In my opinion, hiding the controls would be better since the user can't really ...
4
votes
1answer
120 views

Prompt user to edit an inline-edit field

Background Using an edit-in-place field for users to provide their name. Problem The phrase "Type your name" imperatively indicates that users can (and should!) type their name. However, unless the ...
3
votes
3answers
220 views

Decline in JavaScript prompt() usage?

I've been seeing less and less use of javascript's prompt function. I find it very useful but I was curious as to why the decline of usage. I see something very similar to it used everyday ( iOS ...
3
votes
1answer
131 views

Different approaches to prompting Mac users about accepting an EULA

I’m a bit technical in my reasoning here but I hope that will be okay. What other approaches are there for displaying the EULA? Are there any who actually offer a non-disruptive prompt? Is there even ...
2
votes
2answers
137 views

How and when to gently prompt user to save between pages

I am working on a complete rewrite of a complex, multi-step and enterprise-/internal-facing web application. The existing application's UI was literally based upon Excel spreadsheets that had been ...
1
vote
5answers
174 views

How to ask a confirmation question?

We often have to ask people to confirm an action. The usual text is: "Are you sure that you want to _________?" Are there any shorter but clear ways of asking this?