is an object of communication with the goal to pass information between communicators (human or non-human)

learn more… | top users | synonyms

8
votes
7answers
553 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
786 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
113 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 ...
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 ...