Recently I've been working with our legacy HTML help files, trying to add them the the new Visual Studio 2010 HelpViewer. This is not a simple task. We wanted the styling of our html to be the same as .NET help files We would also like there to be little or no maintenance required to keep them up to date with the latest Visual Studio Help Styles etc. We have a custom development language so the code snippets require their own color coding and the Language should be "Gravity" and not C# or VB. The content itself should be easily maintained. Our own applications logos and copyright should appear instead of Visual Studios. The requirements above proved to be not a simple to implement as you might think. Below I'll mention the snags I came across and describe how I overcame them. 1. Styling: The styling information was not simple to find, there are documents on http://www.helpware.net/mshelp3/intro.htm which explain some of the content of the help files, this is...
Layman explanations of Software coding and configuration techniques. With example code where possible.