HighDots Forums  

Simple, free image galleries

Website Design comp.infosystems.www.authoring.site-design


Discuss Simple, free image galleries in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Geoff Berrow
 
Posts: n/a

Default Re: Simple, free image galleries - 04-29-2009 , 09:13 AM






Message-ID: <9bOdnUzhkPpOBmTUnZ2dnUVZ8qWdnZ2d (AT) posted (DOT) plusnet> from Trent
SC contained the following:

Quote:
Is there such a thing as a simple, easy-to-use image gallery system that can
be installed on an html page and modified using Adobe Contribute? The ones
I've looked at so far (PVII et al) are all incompatible with Contribute, and
the non-technical users will need to add pictures on a regular basis.
Without knowing how contribute works it's hard to say. I have a simple
gallery that will work by simply placing images in a directory
http://www.walkingoutdoors.co.uk/Geoff/tryfan/

Alternatively, it's fairly simple to write a submission form for image
upload.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk - http://4theweb.co.uk


Reply With Quote
  #2  
Old   
Geoff Berrow
 
Posts: n/a

Default Re: Simple, free image galleries - 04-30-2009 , 04:05 AM






Message-ID: <doraymeRidThis-9071DA.10504901052009 (AT) news (DOT) albasani.net>
from dorayme contained the following:

Quote:
http://www.walkingoutdoors.co.uk/Geoff/tryfan/

Why do you inline style every single image to float left?
I wrote the code for that some time ago. Thanks for prompting me that
it needs tidying.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk - http://4theweb.co.uk


Reply With Quote
  #3  
Old   
Trent SC
 
Posts: n/a

Default Simple, free image galleries - 04-30-2009 , 08:38 AM



Is there such a thing as a simple, easy-to-use image gallery system that can
be installed on an html page and modified using Adobe Contribute? The ones
I've looked at so far (PVII et al) are all incompatible with Contribute, and
the non-technical users will need to add pictures on a regular basis.

Many thanks.




Reply With Quote
  #4  
Old   
dorayme
 
Posts: n/a

Default Re: Simple, free image galleries - 04-30-2009 , 08:50 PM



In article <jbkgv4hds6lof3b9c5pire0f6lhpjtn4t7 (AT) 4ax (DOT) com>,
Geoff Berrow <blthecat (AT) ckdog (DOT) co.uk> wrote:

Quote:
http://www.walkingoutdoors.co.uk/Geoff/tryfan/
Why do you inline style every single image to float left?

--
dorayme


Reply With Quote
  #5  
Old   
dorayme
 
Posts: n/a

Default Re: Simple, free image galleries - 05-01-2009 , 04:27 AM



In article <4fliv49c9qk7jea7ef0n7jc1me2lfkp70s (AT) 4ax (DOT) com>,
Geoff Berrow <blthecat (AT) ckdog (DOT) co.uk> wrote:

Quote:
Message-ID: <doraymeRidThis-9071DA.10504901052009 (AT) news (DOT) albasani.net
from dorayme contained the following:

http://www.walkingoutdoors.co.uk/Geoff/tryfan/

Why do you inline style every single image to float left?

I wrote the code for that some time ago. Thanks for prompting me that
it needs tidying.
No doubt as you probably know, you will not even need to class the img
elements to get them to float; instead, either simply img {float: left}
in the CSS or if some of yopur images are not to float left, take the
cue from a higher container: .container img {float: left}.

I liked your dog! I had a Border Collie for years, good dogs, smart.
Mine used to discuss Wittgenstein and play devil's advocate for the dead
Austrian.

--
dorayme


Reply With Quote
  #6  
Old   
dE|_
 
Posts: n/a

Default Re: Simple, free image galleries - 05-03-2009 , 02:10 PM




"Geoff Berrow" <blthecat (AT) ckdog (DOT) co.uk> wrote

Quote:
Message-ID: <9bOdnUzhkPpOBmTUnZ2dnUVZ8qWdnZ2d (AT) posted (DOT) plusnet> from Trent
SC contained the following:

Is there such a thing as a simple, easy-to-use image gallery system that
can
be installed on an html page and modified using Adobe Contribute? The
ones
I've looked at so far (PVII et al) are all incompatible with Contribute,
and
the non-technical users will need to add pictures on a regular basis.

Without knowing how contribute works it's hard to say. I have a simple
gallery that will work by simply placing images in a directory
http://www.walkingoutdoors.co.uk/Geoff/tryfan/
Got an error when I went to image11;
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 319 bytes) in
/home/berrowme/public_html/walkingoutdoors.co.uk/galleryfiles/unsharpmask.php
on line 56

-dE|_---




Reply With Quote
  #7  
Old   
Phil Kempster
 
Posts: n/a

Default Re: Simple, free image galleries - 05-04-2009 , 09:56 PM



Geoff Berrow wrote:
Quote:
Message-ID: <doraymeRidThis-9071DA.10504901052009 (AT) news (DOT) albasani.net
from dorayme contained the following:

http://www.walkingoutdoors.co.uk/Geoff/tryfan/
Why do you inline style every single image to float left?

I wrote the code for that some time ago. Thanks for prompting me that
it needs tidying.
I have a gallery of images at :-

http://kempster.info/photos/gallery/index.html

which I'd like to change to more modern coding, it's done with <blush>
Frames. I'd like to keep the current look - a column of thumbnails on
the left with a larger edition opening in the major portion of the
page. Any ideas?

I rather like the way that the thumbnails don't have to re-load whenever
the large image is changed. It'd be nice to retain that.

There are a lot of gallery designs on the web that have a separate
page of thumbnails, then the larger images display on their own page
with the usual navigation <Back - Next>, with no clue as to what new
image to expect. You have to keep going back to the thumbnails, and
choose, unless you just click through all of the offerings. I like the
feature of my display that lets the viewer pick and choose, bummer about
the old frames though!

I'm working on substituting php for the hard coded image links, it's
work slow - I blame this geriatric brain. But as is said often "Use it
or lose it".

Phil

--
Phil Kempster
http://kempster.info


Reply With Quote
  #8  
Old   
dorayme
 
Posts: n/a

Default Re: Simple, free image galleries - 05-05-2009 , 03:44 AM



In article <020f9033$0$21875$c3e8da3 (AT) news (DOT) astraweb.com>,
Phil Kempster <phil (AT) kempster (DOT) info> wrote:

Quote:
Geoff Berrow wrote:
Message-ID: <doraymeRidThis-9071DA.10504901052009 (AT) news (DOT) albasani.net
from dorayme contained the following:

http://www.walkingoutdoors.co.uk/Geoff/tryfan/
Why do you inline style every single image to float left?

I wrote the code for that some time ago. Thanks for prompting me that
it needs tidying.

I have a gallery of images at :-

http://kempster.info/photos/gallery/index.html

which I'd like to change to more modern coding, it's done with <blush
Frames. I'd like to keep the current look - a column of thumbnails on
the left with a larger edition opening in the major portion of the
page. Any ideas?
Well, you know, your URL (never mind a few HTML and char server encoding
errors) is not a bad advertisement for frames! If you had a very great
number more of thumbnails and someone wanted to bookmark a particular
enlargement, yes, there would be trouble then.

Since you made so many right frame htmls, e.g. the one with the
beautiful bragg-creek on it, you can fix a left menu with the thumbnails
on each, using an include. You just have a container for the menu and
style it containerElement div {...}, no need to class so much!

Anyway... as for how, there are a number of ways to go, here is a scheme
that might be adapted by you:

<http://dorayme.netweaver.com.au/pseudoFrameLeftCol.html>

and

<http://dorayme.netweaver.com.au/pseudoFrameLeftCol1.html>

linked to each other and to a couple of your pics that I rather fancied.

Seems fine in good modern browsers.

--
dorayme


Reply With Quote
  #9  
Old   
dorayme
 
Posts: n/a

Default Re: Simple, free image galleries - 05-05-2009 , 03:47 AM



In article <doraymeRidThis-69E23B.17442805052009 (AT) news (DOT) albasani.net>,
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

Quote:
Anyway... as for how, there are a number of ways to go, here is a scheme
that might be adapted by you:

http://dorayme.netweaver.com.au/pseudoFrameLeftCol.html

and

http://dorayme.netweaver.com.au/pseudoFrameLeftCol1.html

linked to each other and to a couple of your pics that I rather fancied.

Seems fine in good modern browsers.
I assume you can see how you would get the CSS off to a link and also
use an include, perhaps a php one, for the navigation UL, taking the
weight off the HTML doc and construction effort. Ask if you are not sure.

--
dorayme


Reply With Quote
  #10  
Old   
Phil Kempster
 
Posts: n/a

Default Re: Simple, free image galleries - 05-05-2009 , 06:17 AM



dorayme wrote:
Quote:
In article <doraymeRidThis-69E23B.17442805052009 (AT) news (DOT) albasani.net>,
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

Anyway... as for how, there are a number of ways to go, here is a scheme
that might be adapted by you:

http://dorayme.netweaver.com.au/pseudoFrameLeftCol.html

and

http://dorayme.netweaver.com.au/pseudoFrameLeftCol1.html

linked to each other and to a couple of your pics that I rather fancied.

Seems fine in good modern browsers.

I assume you can see how you would get the CSS off to a link and also
use an include, perhaps a php one, for the navigation UL, taking the
weight off the HTML doc and construction effort. Ask if you are not sure.

Thanks dorayme for taking the time, I'll flesh it out and see how I go.
Looks great. Goodonyer!

--
Phil Kempster
http://kempster.info


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.