Tagged Questions
14
votes
2answers
462 views
Should I put “.” at the end of messages for mobile users?
Should I write "." at the end of messages displayed to the user in my mobile Android application?
For example:
High bandwidth required, switch to WiFi.
or
High bandwidth required, switch ...
4
votes
2answers
131 views
Adding a new feature to an existing website
There is always the simple UX for having a popup when you log back into a site you frequently visit that says "Hey, look at this new feature we added! etc.."
I am convinced there is more of a subtle ...
2
votes
1answer
245 views
Popup for a check box
Say there's a form (XAML) with a checkbox on it. If the check box is checked the user should be warned about something. The message to the user is basically, if you enable this then be aware that such ...
4
votes
4answers
947 views
Do users read pop up messages/notifications/error messages, etc.?
Should you bother with popups? Do users read them? How can you get them to read them? Should you try to design your application so it doesn't need or use pop up messages/notifications?
This applies ...