to message or not to message

50
To message or Not to message 4-6 June 2014 http://www.uxsofia.com/en @ dsimov

Upload: dimiter-simov

Post on 25-Jan-2015

235 views

Category:

Software


2 download

DESCRIPTION

Error messages, system messages, status messages, informational messages, warning messages, feedback messages, inline messages… Interactions with websites, applications, and devices are peppered with messages - the things communicate with their users. Sometimes people understand the messages, sometimes they remain wondering. There are cases they do not even notice a message was shown. In other occasions they feel frustrated, amused, or mad. Violence against the machine might occur. This talk from http://www.uxsofia.com/en/ takes a look at messages and: - Discusses the points of view of users, developer s, designers, and businesses. - Shows examples. - Gives practical pieces of advice on writing messages: how and whether or not to.

TRANSCRIPT

Page 1: To message or Not to message

To message or Not to message

4-6 June 2014http://www.uxsofia.com/en

@dsimov

Page 2: To message or Not to message

Talk about messages

Good, bad, or necessary evil

No recipe – be practical

Our goal today

Page 3: To message or Not to message

I do not like to write messages

Page 4: To message or Not to message

WHAT’S IN A MESSAGE?

Page 5: To message or Not to message

warning

prohibitory

mandatory

priority

indication

Sign

source of UI icons: http://www.iconarchive.com/show/soft-scraps-icons-by-hopstarter.html

Page 6: To message or Not to message

0. Who shows the message

1. What happened (or did not happen)

2. Why it happened

3. What users can do about it

Text

often

usually

sometimes

rarely

Page 7: To message or Not to message

Traditionally a button

Closing

Page 8: To message or Not to message

WHAT ARE MESSAGES?

Page 9: To message or Not to message

I do not want them to upload the contacts from the address book on my phone, so I cleared the checkbox

Then on Sign In…

Install Twitter app on my mobile

Page 10: To message or Not to message

… I get this

Now they speak of friends no idea what they mean!?!

And I do not know any of the 48 people they want me to follow

…from Twitter

Page 11: To message or Not to message

I get this every time I start Windows

Warning

fix: Do not show

OR: Show more info so users know why this is important and what to do

Page 12: To message or Not to message

I get this every time I start Windows as well

Critical

fix: Show option to remove from start-up list

OR: Allow re-installing

Page 13: To message or Not to message

Is it that hard to ignore the spaces?

Validation

fix: Parse the input and ignore spaces, dashes, dots…

Page 14: To message or Not to message

Translation:Your electronic signature is valid and you can makemoney transfers online

Confirmation

fix: Hide the gibberish. Show a normal message.

Page 15: To message or Not to message

Informative

fix: State that the downtime will be at night and last only 1 hour and use my timezone

Page 16: To message or Not to message

As you type

fix: Accept Cyrillic

OR: Add to the message that only Latin characters are OK

Page 17: To message or Not to message

On Yes, the program startsOn No, the program does not start

Guess what

fix: Do not show

OR: Ask users to select a library location

Page 18: To message or Not to message

Glad I did not encounter the previous three

Numbered

fix: Say what happened, why, and what users need/can do

Page 19: To message or Not to message

Access is blocked! Reason: #34!Please call the Eurobank officer who serves you.

Another time

fix: Fix the site to work 24/7

OR: Tell users to log in only in business hours

Page 20: To message or Not to message

Another place

fix: ?!?!

OR: Link to a travel site so users can book a ticket to USA

Page 21: To message or Not to message

what!?

Make me think a lot

fix: Simplify and state the acceptable range

Page 22: To message or Not to message

Now I’m lost

Make me stop thinking

fix: No idea

Page 23: To message or Not to message

Series of increasing severity

Unusual error… not enough storageUnusual error… no scroll barsUnusual error… catastrophic failurefix: Fix the code

Page 24: To message or Not to message

Not available… Not accessible… or Access denied?

Schizophrenic

fix: See the next slide

Page 25: To message or Not to message

Why not this instead

You may have no permissions to view the content of the folder, or it may be located on a computer with which you do not have a connection. Check your connection and try again or contact your administrator for permissions.

Page 26: To message or Not to message

Useless

fix: Show the list of external references

Page 27: To message or Not to message

Unnecessary

fix: Do not show

Page 28: To message or Not to message

In progress

fix: No fix needed

Page 29: To message or Not to message

In progress

fix: Use a normal progress indicator - see how the others do it

Page 30: To message or Not to message

Predictive

fix: No fix needed

Page 31: To message or Not to message

Preventive

fix: No fix needed

OR: Avoid the popup – see the next slide

Page 32: To message or Not to message

2014: jetBlue eliminated the popup

Page 33: To message or Not to message

…the message now obscures the input

fix: Make the message non-modal

OR: Make the user input visible

Page 34: To message or Not to message

CAPS LOCK IS ON

Page 35: To message or Not to message

We sometimes need to type in all caps

Caps Lock is a mode, we often do not notice it is ON

The Caps Lock key is too easy to hit, next to Shift

When we type passwords, we don’t see what we type

CAPS LOCK

fix: I leave it to you to design one or two

Page 36: To message or Not to message

DO AND DON’T

Page 37: To message or Not to message

especially modal ones

Reconsider the limitations: why limit the password to 12 characters

Parse the user input: both 14/05/12 and 2014-05-14 mean 12 May 2014

Change the UI: a calendar picker might work well for entering dates

Try to avoid messages

Page 38: To message or Not to message

Save the technical details:most users do not care how the program works

example: Search results found but will not be shown in the current mode. Users are to do the search again on another screen.

Try to avoid messages - 2

Page 39: To message or Not to message

Show a modal message only if you: have no idea what else to do have no time to do a better thing feel it makes business sense know it will never show up to users

Use modal messages as a last resort

Page 40: To message or Not to message

Any internal message that is not supposed to be seen by users

finds a way to float to the surface and shows up to users

Jimmy’s axiom on messages

Page 41: To message or Not to message

Coordinate text and closing

Page 42: To message or Not to message

We want to do work (have fun, find information) not read messages

Yet we do not want to guess what is going on

Keep messages short, yet complete

Page 43: To message or Not to message

You have only view permissions

is better than

You do not have edit permissions

Frame messages positively

Page 44: To message or Not to message

and before you write “oops“

Think twice before you try fun

Page 45: To message or Not to message

Have a reviewerBetter a colleague to find your splling mistakes

Work with a writerThese people are trained to write words and sentences

Test with users

Ask for help

Page 46: To message or Not to message

1. Try to avoid messages don’t write messages, design interactions

2. If you have to give a message, make sure it says: what happened why what users can do about it

3. Be practical

Take home

Page 47: To message or Not to message

BONUS

Page 48: To message or Not to message

The best message

source: http://tangra.si.umich.edu/~radev/public/onlybg2/Only_In_Bulgaria_08.jpg

FISHING PERMITTED

CARP1 KG – 3 LV

Page 49: To message or Not to message

Non-ambiguousLanguage familiar to target usersNo excessive info; just the necessarySubstantial information - priceGives directionLarge font – can be read from a moving carUnobtrusive

The best message - ever

Page 50: To message or Not to message

YOU ARE WELCOME