I'm working on a public-facing web-based product which has a series of help files.
The coworkers whose job it is to make those help files are fluent in Microsoft Word. They're not fluent in HTML. Their workstations do not include Visual Studio.
So what it looks like is going to happen is they will author the help file contents in Microsoft Word and then I will have to take that content and turn it into the HTML which the site will ultimately render.
Microsoft Word has HTML exporting/saving functionality but last time I looked the output was nightmarish and terrifying to work with.
Updates to this content (and I'm sure there will be many) will be a similar coordination hassle.
I'm tempted to get these coworkers a download link to Microsoft Visual Web Developer 2008 Express Edition, but I'm not sure if that will be too difficult for them to use since it may be too much like Visual Studio, which they're not familiar with, and not enough like Word, which has tools they need like spell checking and so forth.
Surely this is not a unique problem. When your team in this area essentially consists of the developers who come up with the code and drop the help files into place, and coworkers who come up with the help file content but aren't techies, what's the best most pain-free way to get them to give you HTML or near-HTML content?