TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Stuart Rogers wrote:
>
> I quite agree. I keep telling my developers: write Solution messages,
> not Error messages. Don't tell the user there's a problem and send him
> off into another application (which Help is) or searching for manuals or
> CD's -- tell the user how to fix the problem right then and there.
Yes, but there are a bunch of caveats.
One is that the message must contain the information needed to solve
(or at least start working on) the problem.
The classic error is to tell the user "file not found" without saying
what file is involved, or differentiating various cases:
file does not exist
it exists, but you lack access permission
another application has locked it
the server it is on is down
application was run from the wrong directory
...
Your app may not be able to distinguish all those, but it should
do its best.
Unless your application can be utterly certain, it should describe
symptoms and leave diagnosis to the humans. Suppose your app cannot
open a file so it gives the error message:
file XYZZY does not exist
If the actual problem is that access permissions are wrong or that
another application has locked the file, this message is an utter
red herring. It does more harm than good and may confuse the user
no end. The message should just be:
cannot open file XYZZY
If you like, you can suggest things to check, but make it clear that
these are only possibilities.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Buy RoboHelp Deluxe starting at only $798: you'll get RoboDemo, the hot new
software demonstration tool that's taking the Help authoring world by storm,
together with RoboHelp Office. Learn more at http://www.ehelp.com/techwr-l
Your monthly sponsorship message here reaches more than
5000 technical writers, providing 2,500,000+ monthly impressions.
Contact Eric (ejray -at- raycomm -dot- com) for details and availability.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.