Comments for ImageArchive
18 Jun 2003 01:50
Processor speed vs Image size
Ironically I just bought a new digital camera, and the 4 Megapixel pictures are just too big for my P166 Mandrake 9.1 server to cope with without timing out. I am thinking that I will a property SERVER_PROCESSOR_SPEED_GHZ and use that to control a few settings and messages. Watch this space.
An Android application that controls which people can interrupt your sleep.
Software to build easy-to-use cross platform installers on Linux, OS X, and other platforms.
ImageArchive is pretty much retired, but...
I have not looked at this for years, but still get the odd email. I thought that this was good:
%I just added 7 lines so that a directory in the %archive can be referenced in a link...
%I added these lines:
%
> if (strlen($_GET['pf']) > 1)
> {
> $parentFolder = stripslashes($_GET['pf']);
> $this->ARCHIVE_ROOT .= $parentFolder."/";
> $this->VIRTUAL_ROOT .= $parentFolder."/";
> $this->VIRTUAL_ARCHIVE_ROOT .= $parentFolder."/";
> }
%after the parentfolder clause that looks very similar.
%kms