The Lost Benefits of Handling Serious Errors

Tags :    Posted in: Tech Talk

You’ve read the title, your thinking this is one of those lessons in putting error traps and user friendly messages.

Wrong.

You’ve probably read all that stuff anyway.

You probably know that the key to designing a web site, is to regard it as your 24 hours sales person. It should handle everything for you, without your intervention. Answer customers’ questions and provide online ordering.

But do we treat our software as it should have a 24 hour support person?

Probably not.

So the user gets an error, then what?
They look in our help file for support information, if they can access your program, what if they can’t.
A shortcut to the help file on the start menu would handle this.

So they find the information in your help file or on your web site.

What if it’s the middle of the night?

Most likely you won’t be accepting calls or replying to emails from upset users.

What can you do?

Well finding the problem is the biggest problem, I haven’t come up with a neat way to tackle this.

My idea caters for those occasions when the user gets an error, which you’ve already solved.

You’ll need to write a check for updates feature.

Then when the user gets an error, rather than quit the program or tells them to download and re-install, display your check for updates feature.

The user can download the latest version with your fix.

This will also give the user confidence if anything were to happen in a bought version.
Well, providing they aren’t put off by the error.

You may well think, why not just put the time into testing your software for a bit longer instead of writing a check for updates feature.

Well you could do this, in fact I believe developers should never stop testing their software even after release. But unless you work for NASA (who have people who spend all day and night reading through code) you stand a chance that you have a bug in your software!

On another point, I’d like to write a bug reporting feature.
If anyone has any experience of ideas on this topic post it here too.

Have fun making great looking masks with our Software!

by JM

Comments:

Post a comment

You must be logged in to post a comment.