Tagged Questions
5
votes
2answers
115 views
What's an intuitive interface for making connections between UI elements?
I just released a web app that basically lets you create notes and connect them: http://www.noodl.in.
However, a bunch of users have had issues creating connections. I'm not exactly sure what ...
7
votes
3answers
482 views
How to better name modal buttons “Cancel Request” (submit), “Cancel” (cancel)? [duplicate]
One modal-box asks the user wether they want to really cancel the request. Now there are two buttons (submit) and (cancel), but how to best name them? All other modals use text like "proceed" (submit) ...
14
votes
5answers
1k views
Do we really need a “Remember me” option on a Login page?
I'm wondering why do we need to ask user to make a decision, for how long he want to be authenticated? This is done by having "keep me signed in" option login page:
Why can't we simply "predict" ...