First: What this ISN'T: It isn't a system to set up an image server for the internet.
What it is: The program reads a script file put together by the user. It generates some html which can be posted on the web to display jpeg files located in the same location on the web. The results look like my photo album of my South America trip, see the link below. The slow load ime, by the way, is a function of the level of quality I chose for the images, not of the html delivering them...
Click here for my photos.
The script file is prepared using Notepad or similar. It essentially says "I want {this image}, {this size}, with {this caption}. That material is repeated once for each photo. The Delphi program in the zip file is then run, and suitable html is generated, for posting, with the images, on the web.
The program is incomplete. However, you can see things working in it, and see how they work. I'm quite pleased with the interlocking use I've made of OnExit and OnChange events for the edit boxes, and {button}.enabled:=true/false to error check filename specifications, and prevent inadvertant overwriting of already existing files.
You will also see a way to use memos to access small text files, e.g. ini files, or, as in this case, script files.
Apologies for the sketchy notes... I have to post this as it is now, or leave the material unavailable even longer!!! Let me know if anything here is seriously wrong or misleading?
Click here to download zip file with the source code.
|
|
Click here to visit editor's freeware, shareware page.
Page WILL BE tested for compliance with INDUSTRY (not MS-only) standards, using the free, publicly accessible validator at validator.w3.org
....... P a g e . . . E n d s .....