|
-
January 2nd, 2004, 05:15 AM
#1
HTML Help for Visual C++
Want to make a HTML based help file for a program. What needs to be done? Can I use Frontpage to design the html?
Your help & advice will be appreciated.
Am a beginner.
Vince
-
January 2nd, 2004, 05:44 AM
#2
I have used Frontpage 2000 for a large HTML Help project and actually - I would not do it again.
This has two reasons:
- Frontpage adds "nasty" code to the HTML-Code which lateron had to be filtered by an external script.
- Frontpage is incompatible with our version control system CVS
When the project got bigger, Frontpage caused more difficulties than it solved, especially links were nasty to track.
When we decided, to use some of the the Help Pages during installation and for the Online Tutorial, I was completely lost with my Frontpage code. Everything had to be kept twice and work was doubled instead of reduced.
See also
http://www.codeguru.com/help/HTMLHelp.html
for the some aspects of the technical part.
The Saviour of the World is a Penguin and Linus Torvalds is his Prophet.
-
January 2nd, 2004, 06:12 AM
#3
Originally posted by ReorX
- Frontpage adds "nasty" code to the HTML-Code which lateron had to be filtered by an external script.
What nasty code? The latest version of frontpage almost doesn't add any frontpage specific code to the html's and it has a built-in feature to remove all frontpage code if there is such code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|