Re: Photo Gallery web manager thingy.
- From: "sorby" <sorbyNOOOSPAAAM69@xxxxxxxxx>
- Date: Mon, 22 Aug 2005 09:51:40 +0100
"Cane" <ken.day@xxxxxxxxx> wrote in message
news:1124528499.641340.87150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> As you can see from the subject heading I don't know what the *** I'm
> talking about or doing but here goes.
>
> I created and manage [in small technical values of the word 'manage']
> my business website www.k2a.co.uk
>
> I know it's not much to look at but we get over 12,000 hits a month[1]
> and it generates lots of business. It's been running for about six or
> seven years and I try to update it on a regular basis.
>
> I'm not looking for a critique of the site or it's contents as it's got
> to remain simple enough for me to cope with but what I do need is
> advice on is creating a photo gallery which I can constantly add to
> when we make something new and interesting.
>
> I notice that some of you post your holiday / fest snaps in what look
> like nice little viewers with thumbnail and full views. I'd like to
> have a 'Gallery' section where people can view a photo with a caption
> explaining what it is.
>
> Before replying please re read the subject heading again and think
> 'this idiot needs this in layman's terms'
"I could show you, but I'd have to charge."
Faffing around with 3rd party graphic packages everytime you want to upload
an image is a ball-ache.
I'd just allow individual photos to be uploaded via your website.
You just need :
1. a simple HTML page with a simple form to facilitate the upload of the
images.
Use the following :
<input type="FILE" name="upload"> (which will give you a 'Browse' field &
button)
Make sure the form definition includes .... enctype="multipart/form-data"
.... or the upload will fail.
2. A small intermediary script (I'd use PHP) to move the uploaded file to
the required folder, rename it (if necessary) and resize it (if necessary),
perhaps making a thumbnail copy of the image on the fly and saving it to
another folder.
3. A gallery page (again, I'd use PHP for this) to read all the thumbnails
from the thumbnail folder and display them with something <a
href="bigphotos/photo342.jpg" target="_blank"><img
src="thumbnails/photo342.jpg"></a>
As Prawn said there are rucks of ready-made PHP scripts out there you can
plumb into your own site - or you can pay me to do it. :o)
Seriously, if you need the scripts for the above I can send you examples of
others I've done and you can use what you need. Lemme know. (sorby69 at
gmail dot com)
--
Sorby
.
- References:
- FOAK: Photo Gallery web manager thingy.
- From: Cane
- FOAK: Photo Gallery web manager thingy.
- Prev by Date: Re: OT:Wonderstuff gig last night
- Next by Date: Re: OT: Paypal Dispute Resolution
- Previous by thread: Re: FOAK: Photo Gallery web manager thingy.
- Next by thread: Re: Photo Gallery web manager thingy.
- Index(es):