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.
Subject:Re: Flowcharts in web pages From:Graham Dowden <dowdeng -at- NMS -dot- OTC -dot- COM -dot- AU> Date:Fri, 6 Jun 1997 14:38:42 +1000
Paul Ryken (pryken -at- poprun -dot- co -dot- nz) writes:
> I have been requested to develop (Intranet) documentation for a call
> centre documentation ... previously in a flowchart format
> images downloading on the web pages ... doesn't impress me
If they really want flowchart graphics use monochrome which are quick
to load.
It would be better to convert flowcharts to hypertext since
flow/decision procedures are by definition separate action(s) linked
by decisions: each action is a chunk of info (file or panel) and each
decision a hyperlink. If information is recorded during the procedure,
use HTML forms and decisions which post the form to different scripts.
If not, use something like the example outlined below.
Frame1 Frame2
index.htm pstn_flt1.htm
PSTN Fault Customer Telephony Call Fault Handling Procedure
<ul>
Bill Fault <li> What number did customer call? <p>
<ol>
Fax Fault <li> Try number. <p>
<li> Check number fault database. <p>
Mobile Fault </ol>
<li> What tone did customer hear?
Bill Enquiry <ul>
<li> <a href=pstn_busy.htm>Busy</a>
<li> <a href=pstn_eng.htm>Engaged</a>
<li> <a href=pstn_ring.htm>Ring</a>
<li> <a href=pstn_rva.htm>Voice annoucement</a>
</ul>
pstn_busy.htm
Customer Telephony Fault - Busy
<ul>
<li> Check state of B party number:
<ul>
<li> Bill paid? - Advise customer if not.
<li> <a href=pstn_bnum_flt.htm>Fault ticket raised?</a>
<li> <a href=pstn_flt2.htm>No apparent fault</a>
<li> Check A party number:
etc
</ul>
Regards,
--
Graham Dowden: dowdeng -at- nms -dot- otc -dot- com -dot- au
Telstra, Australia
TECHWR-L (Technical Communication) List Information: To send a message
to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
Search the archives at http://www.documentation.com/ or search and
browse the archives at http://listserv.okstate.edu/archives/techwr-l.html