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.
--------------------------------
Dannette Thompson asked:
I'd like to present the user some sort of screen where they can check the boxes of each tool they've purchased. That would either "build" the documentation or at least point them to the document/page/screen/etc that has the correct order of steps.
--------------------------------
This sounds like a job for <heroicMusic>XML</heroicMusic>!!!
What you can do is create all of your content in a single XML file, and either manually create a variety of XSLs that display each of your possible combinations, or use JavaScript to pick out the info. You could create a single HTML page (such as a welcome page) that asks the user for their software setup information. You can just use checkboxes as input and tie a function to each of the checkboxes that spits out the XML into a browser when the checkbox is selected. All you would need for this (since this was a tool question) is notepad. Of course, if you do this. You'll probably have to rely on your users using IE mostly because Netscape and IE handle XSL processing slightly differently and if you write the xsl for one, it won't work the same way on the other (at least that's the way it was a little while ago, I haven't looked into working with XML on Netscape since so this situation might have changed).
Another possibility is to create a set of high-level how-tos for each of the possible software combinations, and then have links to separate topics for each of the sub-processes within a high-level how-to. This would limit your work to creating the possible combinations, and creating your core how-tos. You could then reuse the core how-tos for each high-level how-to as needed. I've used this technique a couple of times and it works pretty well. Again, since this is a tool question, all you would need is notepad.
Of course, these solutions require a bit of JavaScript, HTML, XML and/or XSL/T ability.
------------------------
In addition, I would like them to be able to type in custom information
such as their "live date" and have that populate various spots in the docs.
------------------------
Again, this can be accomplished with JavaScript and HTML. Simply make a form. If you end up using XML, you can have your users populate an XML document with their custom information.
********************************************
"And in the morning, I'm makin waffles." ~ Donkey
Sean Hower - tech writer http://hokum.freehomepage.com
_____________________________________________________________
Create your own web site for FREE at http://www.freehomepage.com
NEED TO PUBLISH FRAMEMAKER CONTENT ONLINE? "Mustang" is a NEW single
sourcing tool for FrameMaker that lets you easily publish your content
online. No macro language required! http://www.ehelp.com/techwr-l3
Mercer University's online MS Program in Technical Communication Management:
Preparing leaders of tomorrow's technical communication organizations today.
See www.mercer.edu/mstco or write George Hayhoe at hayhoe_g -at- mercer -dot- edu -dot-
---
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.