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.
| Is your application residing on a server or on the workstation?
| The reason
| I ask is that if it's residing on the server, you cannot use .chm
| files--everytime a user accesses help, they will get a "do you want to
| download" dialog.
Almost, but not quite. This is true only for an application that is run
through a browser and resides on a Web server. IOW, an http: link to a CHM
file will produce this dialog. However, if the application is installed and
run from a LAN server (as opposed to a Web server), this is not a problem at
all.
| However, if it's on the server, you can generate a Webhelp output
| directory,
| and you won't have to worry about what DLL or OCX files the
| workstation has.
True enough, if you're using RoboHELP. Instead of worrying about DLLs and
OCXs, you can worry about browser differences, conflicts between CSS
implementations in various versions of IE and Netscape, and so forth. Even
with WebHelp, there's no free lunch!