Re: Thumbnail images on-the-fly

2002-01-16 Thread Briac Pilpré
Scott R. Godin wrote: > any pointers? I'm happy to toddle off and download and read my face off > -- that's not a problem.. I'd just like to have some indication on which > direction to start walking. :-) Here are some "Pictures Gallery"-type modules that can be found on CPAN: Apache::Album:

Thumbnail images on-the-fly

2002-01-16 Thread Scott R. Godin
I've got an idea kicking around in my head .. having a web-directory that can have image files added to it, taken away, or prefaced with "." to have them be ignored temporarily without removing them. initial run of the .cgi indexes the directory into a local database file, and creates thumbn

[Fwd: Check Username and Password]

2002-01-16 Thread maureen
This may be a little off topic, but I hope someone can help me. I set up this cgi file and html form on a Unix server. All functions of the form and file worked correctly on a Unix Server. However, I need to move these files to an IIS server. In testing on the IIS server, I get an HTTP Error 40

mail-question

2002-01-16 Thread Peter Bosmans
Hi all, I will write a perl-script that will read my unix-mail-box (/var/mail/), save the message in a separate folder, and forward the message (with attachements) to another mail-adress. Has anybody some hint to begin with or maybe has somebody already done this. Thanks in advance. Peter --

Getting NT print queue jobs via CGI

2002-01-16 Thread Kip DeGraaf
I'm trying to write a little piece of middleware to allow one of our developers to use Flash to pull up a webpage that lists the current jobs in a print queue in Windows NT. I found this very nice little script called NTPStat.pl at http://www.roth.net/perl/scripts/scripts.asp?NTPStat.pl and remov

RE: Getting NT print queue jobs via CGI

2002-01-16 Thread Aaron Shurts
This isn't PERL, but you could use regedt32.exe to set permissions for that user on the registry key. I don't see any problems with giving that user read permissions on that key. They don't need to delete things from the print queue do they? -_-Aaron -Original Message- From: Kip DeGr

RE: Thumbnail images on-the-fly

2002-01-16 Thread John Edwards
I think you'll need to look at the image magik module for creating the thumbnails. I've looked at this in the past, and come away with headaches, but I believe it's the right tool for the job. Good luck John -Original Message- From: Scott R. Godin [mailto:[EMAIL PROTECTED]] Sent: 16 Janu

Re: Thumbnail images on-the-fly

2002-01-16 Thread Johnathan Kupferer
Your choices are basically GD or Image-Magick I've had good experiences with both. Image::Magick is more full featured but slower so if you're doing anything on the fly you should use GD, but if its just a one pass sort of thing (and I think that is what you're doing) then Image::Magick is be

Cgi on IIS

2002-01-16 Thread maureen
I hope someone can help me out. I set up this cgi file and html form on a Unix server. The script changes a user's password in a text file. This works correctly on a Unix Server. However, I need to move these files to an IIS server. In testing on the IIS server, I get an HTTP Error 405- Method

CGI.pm problem

2002-01-16 Thread David Gilden
Hello, Here is what I am trying to do, In my html etc I Have several buttons, that display the label 'Class Schedule' I want to use the 'name' as data. So in my CGI code (perl): $class_to_display = param('kayaking_intro'); $class_to_display = param('white_water_intro');