|
|
Comments and Discussions
|
|
 |

|
hello!
if u can help me contact me on nitesh4ever@yahoo.co.in
nitesh
|
|
|
|

|
I don't do other people's school work...
VictorV
|
|
|
|

|
okay, so i made it through steps 1-6 easily enough. but now how do i get the album to my webpage?
i'm very new at this and only know basic html, so if anyone can give me fool-proof, thorough instructions, i'd be most grateful!!!
thanks!
lar
|
|
|
|

|
The album is not meant to be used on a website! The CHM file that steps 1-6 produces contains the photo album code and all the photos that you've added. You can distribute this CHM file to your friends and family and they can see the pictures (as long as they have Windows and Internet Explorer installed).
You *can* upload the CHM to your site so people can download it and view the album.
If you want a regular photo album on your website, there are plenty of photo-album-on-a-website examples out there...
VictorV
|
|
|
|

|
oh... hmm. well thanks for the heads up!
|
|
|
|

|
I wonder if this HTML HELP architecture could not also be used behind a Web Server to build a complete server side album for Internet browsers.
- TOC could be exported in XML and snapped into your preferred ASP.NET tree view .....
- For updates, Web pages could be written to manage upload creation of new chapters .....
Olivier
|
|
|
|

|
Eh, why bother creating a server-side HTML Help photo album?
Using ASP.Net/C#, you could create a pages similar to the thumbnail/photo page from the album; the server-side code would just scan a folder for images. Uploading is simply placing photo files into the folder.
You could place a album.CHM on the webserver and access it using IE; I'm not sure about the syntax anymore. http://www.keyworks.net ran its site from a CHM a few years ago (one of the keyworks founders was the lead architect for the WinHelp/HTMLHelp system).
VictorV
|
|
|
|

|
How to and what to modify to have bigger images
|
|
|
|

|
The album was designed for 800x600 screen sizes (which was very much used back in 1999).
Please note that the larges the images are, the larger the album becomes in size, which may be problematic when someone wants to download the album. With only 26 photos in the demo album, the size is already 1 MB!
If you want to use bigger images, then you'll have to:
- use another framing image, because the supplied one will not look good if enlarged.
- modify the html page that shows the photo to use a larger table.
- modify the index page to show more thumbnails.
- modify the hhp file to increase the width and heigth for a larger window.
Good luck
VictorV
|
|
|
|

|
[quote]
modify the html page that shows the photo to use a
larger table.
[/quote]
If you use percentages instead of sizes, you
shouldn't have to modify the HTML that much.
In fact, I bet you could make it using CSS and
never have to modify it at all.
|
|
|
|

|
Well, you still have to do something about the 'frame' image, because it was created for 600x800. Larger images mean a larger and new frame image.
Victor
VictorV
|
|
|
|

|
Great tool!
|
|
|
|

|
*blush* thanks!
Your name sounds Dutch. Fellow countryman?
VictorV
|
|
|
|

|
Hi,
How to disable the Maximize button?
Can you provide us with English version of "imgnotfound100x75.gif".
Thank you.
Kant
|
|
|
|

|
Kant wrote:
How to disable the Maximize button?
I'm not sure, but I think this can be done setting styles in the window definition for window 'main', section "[WINDOWS]" in album.hhp.
Kant wrote:
Can you provide us with English version of "imgnotfound100x75.gif".
It just says: "Photo not found", but you shouldn't need it if you provide all the photo files that you have registered in photos.js. imgnotfound100x75.gif is shown when the album cannot find a picture. Why make a photo album with missing pictures?
VictorV
|
|
|
|

|
Hi,
I did all the steps as you mentioned. When I try to run the .chm file I get the following script errors.
Error 1 :
Line: 41
Char: 1
Error : Syntax Error
Code : 0
URL : mk@MSITSTORE:C:\.....\Album\2002Album.chm::/start.htm
Error 2 :
Line: 22
Char: 1
Error : 'sAlbumTitle' is undefined
Code : 0
URL : mk@MSITSTORE:C:\.....\Album\2002Album.chm::/start.htm
What I did wrong?
I am using Windows XP (Service Pack 1), IE 6.0.2800
thanks
Kant
|
|
|
|

|
I think there's a script syntax error in file photos.js, where sAlbumTitle is defined.
Did you properly create the aPhotos array, "filename" COMMA "TITLE" COMMA, with no comma at the last entry? aPhotos must be a valid Javascript string array!
Is the sAlbumTitle variable a correctly delimited string or is there a double quote INSIDE the sAlbumTitle string?
// Set the title of the album
sAlbumTitle = "Victor's demo album";
// Define the photos.
aPhotos = new Array(
//"Filename", "Caption",
"001.jpg", "TechED 2001: Fira entrance",
"002.jpg", "TechEd 2001: Don Box explaining SOAP" // NO COMMA HERE!
);
VictorV
|
|
|
|

|
Good catch.
The thing is I added so many lines at that point, I forgot to remove the extra comma.
Excellent job.
You got my 5.
Kant
|
|
|
|

|
I have been working on this for about three hours now. It is not working. It keeps reverting to your album and says it cannot open my chm file. When I look for it I cannot find it. The pages have been changed as per your instructions.
I think the encoder is the problem.
It looks nice but is a lot of work.
Della
|
|
|
|

|
I'd appreciate it if you don't post anonymously, Della.
Anonymous wrote:
It keeps reverting to your album and says it cannot open my chm file
I do not understand what's happening, why don't you send over your files and I'll take a look.
VictorV
|
|
|
|

|
Thanks for putting this on the net Victor.
Your idea rocks!
I sat thinking to myself "There must be a simple way to do this", and this came up on my first search.
You saved me plenty of work.
Shot man.
DreamReaver
|
|
|
|
|
|

|
This photo album is really a nice idea, easy to handle even for beginners, and thank´s that u put it there 4 free. But it doesn´t work in my Opera browser, maybe i just haven´t configured right, but there is allways a Java error when i´m trying to use the album.
|
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
A complete electronic photo album in an HTML Help (.CHM) file with a front page, index, slide show and legend/about page.
| Type | Article |
| Licence | |
| First Posted | 27 Jan 2002 |
| Views | 183,458 |
| Bookmarked | 67 times |
|
|