is an object of communication with the goal to pass information between communicators (human or non-human)
8
votes
7answers
554 views
Should flash messages fade out or contain a close button or stay forever?
Note: By flash message, I do not mean Adobe Flash, but messages that should be displayed on completion of an action.
I am designing a web application and messages will be displayed after a certain ...
7
votes
3answers
612 views
Graphically displaying a conversation between more than two people
I'm working on a project that involves displaying a text-only conversation between anywhere from two to ten or more people. The reader will be either zero or one of the participants.
The main UI will ...
11
votes
3answers
797 views
Periods at the end of a sentence in alert message
How to classify what type of messages should've a fullstop/period and what should not?
Because there are certain error/warning/success/info messages (be it a dialog, banner, contextual or ones in a ...
6
votes
2answers
115 views
When should the message informing the user that the password they entered is wrong go away?
This is a follow up to this question since it got closed. In a log in form, after the user enters the wrong password, when should the message saying "wrong password or user name" go away? For example ...
5
votes
2answers
136 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 ...
3
votes
3answers
89 views
News Feed vs Message Log, Sort by Newest vs Sort by Oldest
I'm starting out on building an application that will be a hybrid of a messaging application, but with "news feed" like qualities. These qualities being rich media, advertisement, and conversations ...
2
votes
1answer
248 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 ...