Error

Should software refer to itself in the first-person, especially in error messages?

Should software refer to itself in the first-person, especially in error messages?
  1. What are the guidelines for effective error messages?
  2. Which is not recommended for error messaging in application?
  3. Should you say please in error messages?

What are the guidelines for effective error messages?

Summary: Established wisdom holds that good error messages are polite, precise, and constructive. The Web brings a few new guidelines: Make error messages clearly visible, reduce the work required to fix the problem, and educate users along the way.

Which is not recommended for error messaging in application?

Don't blame the user

Users are already going to be frustrated when they get an error message—don't make it worse by placing the blame on them. This means you should avoid using phrases like “you did” or “you didn't” when explaining what went wrong.

Should you say please in error messages?

Use “please” only rarely, if ever. Sometimes lengthy instructions or error messages might need a touch of politeness added to one of several sentences, but generally, do not use “please” in English. If you still feel the need, at least avoid using “please” more than once in one text or group of sentences.

Shoud filters be active or disabled on empty state screen - first use
What is empty state screen?How do you write an empty state? What is empty state screen?One such opportunity that is often disregarded is the “empty ...
Placeholder Profile Photos or Initials
What is a place holder image?How do you use Pravatar? What is a place holder image?An image placeholder is a dummy image designed to draw attention ...
Should a deleted row disappear from a table ASAP if it requires some time (8-10 seconds) to delete it?
What is deleting a row?What method is used to delete rows? What is deleting a row?Deleting a row is the third way to modify a ResultSet object, and ...