Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > HTML Compiled Help within ASPX Application

Reply
Thread Tools

HTML Compiled Help within ASPX Application

 
 
George Durzi
Guest
Posts: n/a
 
      06-25-2003
I'm about to embark on building a compiled help (.chm) application for my
aspx web application. I wanted to know if anyone who has done this would
have any advice/tips to offer.

For example, I read that the compiled help file has to be downloaded to a
user's machine.. That seems kinda iffy to me depending on how big that file
gets. There shouldn't be more than 50 help pages, so I have no idea what
size it will end up as.

Any tips are appreciated. Thank You


 
Reply With Quote
 
 
 
 
George Durzi
Guest
Posts: n/a
 
      06-25-2003
so they have to actually say yes to installing the help file?
for some reason I thought it was seamless

"William F. Robertson, Jr." <> wrote in message
news:%...
> One thing to consider is a chm creates a LOT of text files. (actually

HTML,
> but you get my drift)
>
> You might want to consider zipping it and sending/downloading it that way,
> so they can install it where ever they care too.
>
> bill
>
>
> "George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
> news:...
> > I'm about to embark on building a compiled help (.chm) application for

my
> > aspx web application. I wanted to know if anyone who has done this would
> > have any advice/tips to offer.
> >
> > For example, I read that the compiled help file has to be downloaded to

a
> > user's machine.. That seems kinda iffy to me depending on how big that

> file
> > gets. There shouldn't be more than 50 help pages, so I have no idea what
> > size it will end up as.
> >
> > Any tips are appreciated. Thank You
> >
> >

>
>



 
Reply With Quote
 
 
 
 
William F. Robertson, Jr.
Guest
Posts: n/a
 
      06-25-2003
Yes, you shouldn't be able to force an install to a client machine. That
would be bad (virii and stuff).

The only other solution you have is to write a web interface for the help
files. That is what we are in the processing of looking into now.

bill


"George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
news:#...
> so they have to actually say yes to installing the help file?
> for some reason I thought it was seamless
>
> "William F. Robertson, Jr." <> wrote in message
> news:%...
> > One thing to consider is a chm creates a LOT of text files. (actually

> HTML,
> > but you get my drift)
> >
> > You might want to consider zipping it and sending/downloading it that

way,
> > so they can install it where ever they care too.
> >
> > bill
> >
> >
> > "George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
> > news:...
> > > I'm about to embark on building a compiled help (.chm) application for

> my
> > > aspx web application. I wanted to know if anyone who has done this

would
> > > have any advice/tips to offer.
> > >
> > > For example, I read that the compiled help file has to be downloaded

to
> a
> > > user's machine.. That seems kinda iffy to me depending on how big that

> > file
> > > gets. There shouldn't be more than 50 help pages, so I have no idea

what
> > > size it will end up as.
> > >
> > > Any tips are appreciated. Thank You
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Pete Lees
Guest
Posts: n/a
 
      06-26-2003
George,

> For example, I read that the compiled help file has to be downloaded to a
> user's machine.. That seems kinda iffy to me depending on how big that file
> gets. There shouldn't be more than 50 help pages, so I have no idea what
> size it will end up as.


This depends on the length of the help topics, the complexity of the
coding, the number of images, etc. For a help file resembling one of
Microsoft's, I'd expect a 50-topic help file to be in the region of
75-100 Kb.

The help compiler uses quite efficient compression methods, with the
result that your help file should be substantially smaller than the
combined size of the source files. However, you can usually increase
the compression rate by recompiling the help file with KeyTools, a
free program available from:

http://www.keyworks.net/keytools.htm

--
Pete
[Microsoft Help MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If I create a page, then it's compiled upon first request, where cani find the compiled code?? lander ASP .Net 5 03-05-2008 04:34 PM
How to fire off a completely seperate .aspx page from within an .aspx web page. S_K ASP .Net 1 10-02-2007 12:05 AM
Including an ASPX within an ASPX DeathWeasel ASP .Net 0 05-23-2007 03:52 PM
Referring to a textbox within a web control within an aspx KatB ASP .Net 0 04-22-2005 07:14 PM
g++ compiled C++ code called from gcc compiled C code Klaus Schneider C++ 1 12-02-2004 01:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57