Tagged Questions
4
votes
1answer
121 views
Startup screens: “Show this page at startup” vs. “Don't show this on startup”
I'm currently working on an iOS app where the user is presented with a startup screen until the user disables it.
I am insisting that this startup screen should have an already ticked checkbox that ...
207
votes
12answers
36k views
Should I use Yes/No or Ok/Cancel on my message box?
Semantically, the Yes/No buttons are roughly equivalent to the Ok/Cancel buttons, but in general what would you recommend to use? Should I always use Yes/No or always use Ok/Cancel? Or does it depend ...
12
votes
8answers
1k views
What are some alternatives to the phrase “Are you sure you want to XYZ” in confirmation dialogs?
I don't like seeing the word 'you' in the message twice. Examples:
Are you sure you want to delete this item?
Are you sure you want to continue?