Java script photo gallery

gboy

Expert Member
Joined
Dec 27, 2005
Messages
1,607
Reaction score
169
Location
in my house
hi

I need a javascript photo gallery,

this must read though a file on my root, and collect all the image files, then it must display them on my website, resizing would be nice.

any idea how they could have comments as well.

the tough part seems to be the reading though the file every time and the comments,

thanks

g
 
Is there a particular reason why you want it to read images from a file, and what format is the file? I mean it sounds like you have some constraints that you wan the slideshow to fit around.

I have used this slideshow , otherwise there's a whole horde of options over here.
 
hi,

I need to be able to read images from a file ind include them into a website page, I am trying to stay away form things like gallery2 as it must just be a simple read and display gallery.

the user will be putting the images into the file, i don't relay want him to mess around with the html and image resizing
 
Would your user manage to be able to do something like this?

HTML:
<div id="myGallery">
<div class="imageElement">
<h3>Item 1 Title</h3>
<p>Item 1 Description</p>
<a href="mypage1.html" title="open image" class="open"></a>
<img src="images/brugges2006/1.jpg" class="full" />
<img src="images/brugges2006/1-mini.jpg" class="thumbnail" />
</div>
<div class="imageElement">
<h3>Item 2 Title</h3>
<p>Item 2 Description</p>
<a href="mypage2.html" title="open image" class="open"></a>
<img src="images/brugges2006/2.jpg" class="full" />
<img src="images/brugges2006/2-mini.jpg" class="thumbnail" />
</div>
</div>

This is the markup of the slides for the smoothgallery I linked to in the other post.

Otherwise, this mootools gallery looks like it might make things simpler for your user - but I haven't used it. Just saying.
 
thanks,

my user would not bae able to do that.

most they can do is drag and drop some files into the gallery,

mootools needs the ajax support and my unix host does not support that,

any other type of gallery that can be used does not have to be javascript, but must be able to be intergarded into my site.

thanks
 
Top
Sign up to the MyBroadband newsletter
X