Thursday, September 10, 2009

Can your user recover any problem easily?

Usually, software developers, they assume that they build application without any problem.
Even if you estimate all possible problems and fix them before publishing. There are always some problems you don't/can't oversee. Some problems in your application cannot be handled directly like network problems, hardware problems or problems of client's PC may affect your application. So what should we do? We have to accept these kind of problems that we cannot control. And let users to handle the problem.

The bottom line is that, "when users encounter any problem, they are able to recover problem easily; if possible without losing their unsaved data." As they try to recover and start application again, they want to continue what they did before occuring problem. Image that, you are working on preparing presentation, then suddenly the application has been crashed and closed. It's really irritating. Preventing to unwanted conditions, you should let users recover problem easily and continue to work what they did.

You should avoid just showing "We're sorry but we are unable to process your request at this time. A general application failure has been detected. ".

Ok, at least, for users it's nice to know to understand "this is problem". But it's not enough. You have to show the way how to cope with this problem.

Instead of this, i'll give you an example on firefox. When you open more than one tab and read some text, suddenly a problem occures and firefox is closed. When you restart firefox, you see a dialog box, it's written, "do you want to open previous session or a new window". As you see user can recover the problem easily.

Second example that i can give is blogger.com. While writing, blogger.com saves what you wrote peridodically. Even if undesirable problem occur, you can continue to write.