HTML/CSS photo gallery updatable in Contribute?

I'm putting together a website for a client who wants a photo
gallery which they can update on a fairly regular basis.
They'll be using Contribute to maintain other parts of the
site, and I'd like to be able to give them the same access to the
gallery, but the majority of more interesting ones (PVII, for
example) seem to be a mite complicated for a Contribute update.
Can anyone recommend an interesting, sophisticated-looking
gallery which can fit these criteria?
Many thanks

TrentSC wrote:
> I'm putting together a website for a client who wants a
photo gallery which
> they can update on a fairly regular basis.
>
> They'll be using Contribute to maintain other parts of
the site, and I'd like
> to be able to give them the same access to the gallery,
but the majority of
> more interesting ones (PVII, for example) seem to be a
mite complicated for a
> Contribute update.
>
> Can anyone recommend an interesting,
sophisticated-looking gallery which can
> fit these criteria?
Hi,
You might take a look at Nadia's templates - she has a couple
of
Photographer specific offerings.......
http://www.csstemplates.com.au/photography_csstemplates/index.shtm
chin chin
Sinclair

Similar Messages

  • Constructing CSS photo gallery layout

    Hi,
    I'm on DW CS4 with an intel Mac. I am one (1) table away from having my site be purely CSS without tables.
    I have painstakingly placed each thumbnail manually and resized all the heights etc.  My Gallery actually looks good in IE 6, much to my surprise.
    But in Safari and Firefox, it looks like it's out of the container (Content div) - but I've got this gallery class Div in the editable area of my template in the Content Div, so I don't know what I've done wrong.
    http://www.frankbright.com/index1.htm
    It would be really great if I could get this past me. I hope I've given enough information. Many Thanks for any assistance,
    Frank B.

    Firstly I would make all your thumbnails the same dimensions 135px x 108px. This will allow you to wrap all the images in one ul tag and center them on the page. If you use multiple ul tags then you will have to assign each one a different class and give each one a specific width to get it to center the images.
    Example of css where the images are all wrapped in one ul tag.
    <style type="text/css">
    <!--
    #mainContent, #navcontainer {
    overflow: hidden;
    .gallery {
    list-style: none;
    width: 725px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    .gallery li {
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    .gallery li a {
    float: left;
    display: block;
    margin: 10px 10px 0 0;
    -->
    </style>
    html showing images wrapped in one ul tag, add the others to the sequence.
    <div id="mainContent">
    <ul class="gallery">
    <li><a href="pages/photoname.htm"><img src="thumbnail.jpg" alt="image description" width="135" height="108" border="0" /></a></li>
    <li><a href="pages/photoname2.htm"><img  src="thumbnail2.jpg" alt="image description" width="135" height="108"  border="0" /></a></li>
    <li><a href="pages/photoname3.htm"><img  src="thumbnail3.jpg" alt="image description" width="135" height="108"  border="0" /></a></li>
    <li><a href="pages/photoname4.htm"><img src="thumbnail4.jpg" alt="image description" width="135" height="108" border="0" /></a></li>
    <li><a href="pages/photoname5.htm"><img  src="thumbnail5.jpg" alt="image description" width="135" height="108"  border="0" /></a></li>
    <li><a href="pages/photoname6.htm"><img  src="thumbnail6.jpg" alt="image description" width="135" height="108"  border="0" /></a></li>
    </ul>
    </div>

  • Can I Download an HTML Web Photo Gallery?

    New iPad owner here. I have put up on my own web site several photo galleries - html rather than flash, most (but not all) created with Adobe LightRoom.
    Can I download them to my iPad for viewing when I am offline?
    Thanks,
    --Bob

    If it were me, I would try using Safari to browse to your web site, then tap and hold on one of the images and you should get a menu that has the "Open, Open in New Page, Save Image, Copy" set of choices. If you tap on "Save Image" it goes into your Photos app where it's saved to the "Saved Images" album so that you can view it whenever you wish using the Photos app.
    There are some circumstances that may not have the "Save Image" choice, but not sure what those are. Think it depends on how the image is referenced in your HTML code - but maybe someone else can address the why of that.
    Not sure what file format Adobe Lightroom saves it's pictures as, but as long as they are standard (JPEG or TIFF or GIF or PNG) files don't see there being any problem. If you have a lot of photos and don't want to save them one-by-one you might want to "push" them to the iPad using something like DropBox which can save photos directly to your photo library.
    Something I'm coming to realize about files and the iPad - the device does not seem to be a general purpose computer with a centralized file system. Each app seems to keep track of its own files and getting them from one app to another can be a pain, e.g. from Safari to Photos. I hope that the concept of a "centralized" file system gets implemented on the iPad so that files can be shared between apps, but not sure this will happen due to the iPad's idea of keeping things separate for security reasons.
    If you will give a specific URL of what you're trying to save, might be able to give more details.
    Hope this helps...
    -Bob

  • Can't get photo gallery slide show to work

    Hello,
    If anyone could help, I'd appreciate it. This is for a
    non-profit I work for. After getting the gallery to work, I can't
    get the slide show to work.
    from my gallery.html:
    <title>Photo Gallery</title>
    <link href="../css/screen.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript"
    src="includes/SpryEffects.js"></script>
    <script type="text/javascript">
    var dsGallery = new Spry.Data.XMLDataSet ("photos.xml",
    "gallery/photos/photo");
    var dsData = new
    Spry.Data.XMLDataSet("photos.xml","gallery");
    </script>
    <script src="gallery.js" type="text/javascript">
    </script>
    <script src="SpryMenuBar.js" type="text/javascript">
    </script>
    <style type="text/css">
    #main (I'm not incl. details for these - to save space)
    #thumbContainer
    #controls
    #header
    </style>
    </head>
    <script type="text/javascript">
    </script>
    </head>
    <body>
    <div id="header" spry:region="dsData">
    <p>{sitename}<br />
    </div>
    <div id="thumbContainer" spry:region="dsGallery">
    <img src="thumbnails/{@thumbpath}"
    spry:repeat="dsGallery" class="thumbs"
    spry:setrow="dsGallery"/> </div>
    <div id="main" spry:detailregion="dsGallery">
    <img src="images/{@path}" class="images"/>
    </div>
    <div id="controls">
    <ul id="transport">
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage(true);"
    title="Previous">Previous</a></li>
    <li class="pausebtn"><a href="#" onclick="if
    (gSlideShowOn) StopSlideShow(); else StartSlideShow();"
    title="Play/Pause" id="playLabel">Play</a></li>
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage();" title="Next">Next</a></li>
    </ul>
    </div>
    <div id="thumbContainer" spry:region="dsPhotos
    dsGallery">
    <p class="ClearAll"></p>
    </div>
    </div>
    <p class="clear"></p>
    </div>
    </body>
    </html>
    Here's the gallery.js file: (didn't include the global vars -
    to save space)
    dsGallery.addObserver(function(nType, notifier, data) {
    if (nType == "onPreLoad")
    StopSlideShow();
    Spry.Data.Region.addObserver("thumbContainer",
    function(nType, notifier, data) {
    if (nType == "onPostUpdate")
    ShowCurrentImage();
    if (gAutoStartSlideShow)
    StartSlideShow(true);
    function SetMainImage(imgPath, width, height, tnID)
    var img = document.getElementById("mainImage");
    if (!img)
    return;
    CancelBehavior("mainImage");
    Spry.Utils.SelectionManager.clearSelection("thumbnailSelection");
    if (tnID)
    Spry.Utils.SelectionManager.select("thumbnailSelection",
    document.getElementById(tnID), "selectedThumbnail");
    if (gImageLoader)
    gImageLoader.onload = function() {};
    gImageLoader = null;
    gBehaviorsArray["mainImage"] = new Spry.Effect.Opacity(img,
    Spry.Effect.getOpacity(img), 0, { duration: 400,
    finish: function()
    gBehaviorsArray["mainImage"] = new
    Spry.Effect.Size(img.parentNode,
    Spry.Effect.getDimensions(img.parentNode), { width: width, height:
    height, units:"px"}, {duration: 400,
    finish: function()
    gImageLoader = new Image();
    gImageLoader.onload = function()
    img.src = gImageLoader.src;
    gImageLoader = null;
    gBehaviorsArray["mainImage"] = new Spry.Effect.Opacity(img,
    0, 1, { duration: 400,
    finish: function()
    gBehaviorsArray["mainImage"] = null;
    if (gSlideShowOn)
    SetSlideShowTimer();
    gBehaviorsArray["mainImage"].start();
    gImageLoader.src = imgPath;
    gBehaviorsArray["mainImage"].start();
    gBehaviorsArray["mainImage"].start();
    function CancelBehavior(id)
    if (gBehaviorsArray[id])
    gBehaviorsArray[id].cancel();
    gBehaviorsArray[id] = null;
    function SizeAndPosition(id, toX, toY, toWidth, toHeight,
    callback)
    CancelBehavior(id);
    var effectCluster = new Spry.Effect.Cluster( { finish:
    callback } );
    var ele = Spry.Effect.getElement(id);
    var moveEffect = new Spry.Effect.Move(ele,
    Spry.Effect.getPosition(ele), { x: toX, y: toY, units: "px" }, {
    duration: 400 });
    var sizeEffect = new Spry.Effect.Size(ele,
    Spry.Effect.getDimensions(ele), { width: toWidth, height: toHeight,
    units: "px" }, { duration: 400 });
    effectCluster.addParallelEffect(moveEffect);
    effectCluster.addParallelEffect(sizeEffect);
    gBehaviorsArray[id] = effectCluster;
    gBehaviorsArray[id].start();
    function GrowThumbnail(img, width, height)
    Spry.Utils.addClassName(img, "inFocus");
    img.style.zIndex = 150;
    var id = img.getAttribute("id");
    var twidth = Math.floor(width * .75);
    var theight = Math.floor(height * .75);
    var tx = (gThumbWidth - twidth) / 2;
    var ty = (gThumbHeight - theight) / 2;
    SizeAndPosition(id, tx, ty, twidth, theight,
    function(b){gBehaviorsArray[id] = null;});
    function ShrinkThumbnail(img)
    Spry.Utils.addClassName(img, "inFocus");
    img.style.zIndex = 1;
    var id = img.getAttribute("id");
    SizeAndPosition(id, 0, 0, gThumbWidth, gThumbHeight,
    function(b){gBehaviorsArray[id] = null;
    Spry.Utils.removeClassName(img, "inFocus");});
    function ShowCurrentImage()
    var curRow = dsGallery.getCurrentRow();
    SetMainImage(dsGallery.getCurrentRow()["@base"] + "images/"
    + curRow["@path"], curRow["@width"], curRow["@height"], "tn" +
    curRow["ds_RowID"]);
    function AdvanceToNextImage(moveBackwards)
    var rows = dsGallery.getData();
    var curRow = dsGallery.getCurrentRow();
    if (rows.length < 1)
    return;
    for (var i = 0; i < rows.length; i++)
    if (rows
    == curRow)
    if (moveBackwards)
    --i;
    else
    ++i;
    break;
    curRow = rows;
    dsGallery.setCurrentRow(curRow["ds_RowID"]);
    ShowCurrentImage();
    function SetSlideShowTimer()
    function KillSlideShowTimer()
    function StartSlideShow(skipTimer)
    gSlideShowOn = true;
    if (!skipTimer)
    SetSlideShowTimer();
    var playLabel = document.getElementById("playLabel");
    if (playLabel)
    playLabel.firstChild.data = "Pause";
    function StopSlideShow()
    gSlideShowOn = false;
    KillSlideShowTimer();
    var playLabel = document.getElementById("playLabel");
    if (playLabel)
    playLabel.firstChild.data = "Play";
    function HandleThumbnailClick(id)
    StopSlideShow();
    dsGallery.setCurrentRow(id);
    ShowCurrentImage();
    Thank you.

    Hi,
    I will gladly help you with your problem but please give me a
    link to your gallery wither as a private message or by email
    ([email protected]). The files here pasted are incorrect, look to
    the SetSlideShowTimer() or the StartSlideShow() functions above
    that are incomplete. Not mentioning that the CSS are really make
    the difference.
    It will take me more time to try to reconstruct your
    structure, not having all the files you reference and probably not
    being able to duplicate your problem because the deployment
    failure.
    Cristian

  • Can a photo gallery like this be created in html/CSS?

    http://jeffsullivan.smugmug.com/Landscapes/National-Parks/Zion-National-Park-Utah/1946310_ 6PtgP#136213013_XVhBQ
    I like the way these galleries expand to browser width - both the thumbs and big image enlarge. I want to learn to make a photo gallery (+ slideshow) perform like this or hire someone with the specific skill set needed to make it for me. I've looked around quite a bit online at photo gallery apps, both free and for sale, including some offered by forum regulars (thanks!), but haven't found one I really liked.
    My intent is not to copy this gallery (that would be stealing),  just to adopt the expanding images- to browser width feature.
    I know Flash could do it but I don't see .swf anywhere in the source... would it be done with Javascript or a combination of apps?

    What I didn't mention before is that the photo gallery I want will be only one part of a community-based commercial site under development that needs to integrate with other parts.
    That's why I'm asking what sort of developer/skills I'd need to make this happen.
    I see.  OK, for starters you'll need a firm grasp of XHTML, CSS, JavaScripting, and server-side programming such as PHP and MySql databases.
    You also might like to look at an open source Groupware solution such as TikiWiki that has a lot of stuff already built into it.
    http://info.tikiwiki.org/tiki-index.php
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Data not dynamically updating in photo gallery

    The page in question is
    this
    photo gallery.
    The primary issue is when one thumbs through the images, the
    "photoID" does not update. It remains at the first "photoID" that
    is encountered, and in this case, it is 729. The "title",
    "description" and so forth remain locked to the first entry as
    well, yet the photograph updates "@path".
    I've been working at this for almost two days and have tried
    almost every possible combination. I've copied over the older
    framework files from my other site (which has this working
    successfully), modified it to work in this instance, and it fails
    here. The XML output is correct.
    function photogallery(){ //Photo gallery
    ?>
    <div class='right'>
    [Snip out collapse panel...]
    <div
    spry:detailregion="dsGallery">{photoID}</div>
    <div id="mainImageOutline"><img id="mainImage"
    alt="main image" src="{@path}" /></div>
    </div>
    <div class='left'>
    <div id='previews'>
    <div id='controls'>
    <div id='transport'>
    <a href='#' class='previousBtn'
    title='Previous'><img src='/res/images/buttons/rewind.png'
    alt='[skip-back]' border='0' /></a>
    <a href='#' class='playBtn' title='Play/Pause'
    id='playLabel'><span class='playLabel'><img
    src='/res/images/buttons/play.png' alt='[play]' border='0'
    /></span><span class='pauseLabel'><img
    src='/res/images/buttons/pause.png' alt='[pause]' border='0'
    /></span></a>
    <a href='#' class='nextBtn' title='Next'><img
    src='/res/images/buttons/fastforward.png' alt='[skip]' border='0'
    /></a>
    </div>
    </div>
    <div id='thumbnails' spry:region='dsGallery'>
    <div class='thumbnail' spry:repeat='dsGallery'><a
    href='{@path}'
    onclick=\"dsGallery.setCurrentRow('{ds_RowID}')\"><img alt=''
    src='{@path}' width="80" height="80" /></a></div>
    </div>
    </div>
    </div>
    <div style='clear: both;'> </div>
    <?
    }

    Even doing that was no help unfortunately. Here is an
    extended snippet,
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <title>Urban Up, a web-site by Sherman
    Cahal</title>
    <meta http-equiv="Content-Type" content="text/xml;
    charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="style.css"
    media="screen" />
    <script type="text/javascript"
    src="includes/SpryAssets/SpryEffects.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/SpryDOMUtils.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/SpryImageLoader.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/SpryNotifier.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/photogallery/SpryThumbViewer.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/photogallery/SpryImageViewer.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/photogallery/SprySlideShowControl.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/photogallery/gallery_init.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/SpryData.js"></script>
    <script type="text/javascript"
    src="includes/SpryAssets/photogallery/gallery_xds.js"></script>
    <script type="text/javascript">
    var dsGallery = new Spry.Data.XMLDataSet("<? echo
    $tmpfname; ?>", "/gallery/photos/photo");
    </script>
    </head>
    function photogallery(){ //Photo gallery
    ?><div class='right'>
    <div spry:detailregion="dsGallery">{photoID}
    <div id="mainImageOutline"><img id="mainImage"
    alt="main image" src="{@path}" /></div>
    </div>
    </div>
    <div class='left'>
    <div id='previews'>
    <div id='controls'>
    <div id='transport'>
    <a href='#' class='previousBtn'
    title='Previous'><img src='/res/images/buttons/rewind.png'
    alt='[skip-back]' border='0' /></a>
    <a href='#' class='playBtn' title='Play/Pause'
    id='playLabel'><span class='playLabel'><img
    src='/res/images/buttons/play.png' alt='[play]' border='0'
    /></span><span class='pauseLabel'><img
    src='/res/images/buttons/pause.png' alt='[pause]' border='0'
    /></span></a>
    <a href='#' class='nextBtn' title='Next'><img
    src='/res/images/buttons/fastforward.png' alt='[skip]' border='0'
    /></a>
    </div>
    </div>
    <div id='thumbnails' spry:region='dsGallery'>
    <div class='thumbnail' spry:repeat='dsGallery'><a
    href='{@path}'
    onclick=\"dsGallery.setCurrentRow('{ds_RowID}')\"><img alt=''
    src='{@path}' width="80" height="80" /></a></div>
    </div>
    </div>
    </div>
    <div style='clear: both;'> </div>
    <?
    And the XML file that is created:
    <?xml version="1.0" encoding="utf-8"?>
    <gallery base = "">
    <photos id = "images">
    <photo path="
    http://www.urbanup.net/content/20070629/photos/1_13_251.jpg">
    <photoID>729</photoID>
    <title>Downtown</title>
    <description><![CDATA[]]></description>
    </photo>
    <photo path="
    http://www.urbanup.net/content/20070629/photos/1_19_3.jpg">
    <photoID>834</photoID>
    <title></title>
    <description><![CDATA[A shared common area divides
    the new homes along South Mill.]]></description>
    </photo></photos></gallery>

  • In the past I was using Photoshop 7 to make Web Photo Gallery. My friend could right click on the pictures from my website and save it in their computer.  Recently I have bought and registered your Lightroom 5 and have updated it to 5.6. But can not progr

    In the past I was using Photoshop 7 to make Web Photo Gallery. My friend could right click on the pictures from my website and save it in their computer.
    Recently I have bought and registered your Lightroom 5 and have updated it to 5.6. But can not program it to create Photo Web Galleries that after uploading to my website would allow my friends to down load the pictures from the album to their computer. How could  I do it? Please step by step. Thank you   M. Mehdi Akhavein

    Are you producing HTML galleries with Lightroom (not Flash galleries)?
    Lightroom Help | Create web galleries in Lightroom

  • Updating a web photo gallery

    Hi,
    I have created a website using Dreamweaver CS6.  On one of my pages I have a web photo gallery which I created in Adobe Bridge and then embedded onto the web page by using iframe in Dreamweaver.  If I wanted to add or delete photos in this web gallery, how do I do this?
    Thanks, I look forward to hearing from you.
    Cheers
    Anna

    Hi Hans,
    Thanks, I managed to work it out.  I already have the web gallery incorporated into my website via bridge into dreamweaver cs6 using iframe (http://foundationphp.com/tutorials/gallery/embed1.php) no problem but was wondering how you update this gallery if you wanted to remove or add new photos to this gallery,
    This is what you do for anyone out there who may want to do the same and their site is not yet live on the www.
    1) Go back to the folder that contains all the photos for your photo gallery on the hard drive in windows explorer.  Remove or add photos there in Windows Explorer.
    2) Then open Bridge and select that folder.  In the panel on the right should contain all the properties for your photo gallery. 
    3) Check in the main screen that the new photos have been added or the old ones have been deleted. 
    4)Click save in the right panel.  Bridge will then update the Adobe Web Gallery Folder.  Then go into that folder and check name of html file.  Rename it if you like (make sure it doesnt have the same name as any other html files that's in your website root folder). 
    5) Then select your new html file and the resources folder in your Adobe Web Gallery folder and right click and copy. 
    6) Paste both files into your website root folder.  You dont need to do anything to your html code in dreamweaver at all as you have somehow already created a link in there when you embedded your gallery originally!!! 
    7) Then check the page on internet explorer in dreamweaver to test it and bingo it should work!!  It worked for me :-)
    Hope this helps?
    Cheers
    Anna

  • Photo Gallery CSS

    Hi all, when adding a description to the gallery items within a BC gallery I cannot see the font as the CSS globally for the site is set to white.
    Does anyone have a work around to change the photo descriptions font colour to black?
    Can we modify the lightbox script to change the description text font colour?
    http://www.upowerzegovanuatu.com/about.html
    See Meet our Staff...

    Hey Liam!
    Thanks for your reply.
    The site is here: villabiru.com
    THe caption is on the second photo in the photo gallery.
    Sorry about this. I am just not the code legend that you are.
    I have since changed the CSS to
    #imageData .caption {
    color: #333;
    But it is still not working.
    Where are these classes generated anyway? They are not in Modulestylesheets as a search does not bring them up.
    Regards,
    Mary

  • I after updating to iOS 8 in photo gallery folder is missing.

    I after updating to iOS 8 in photo gallery folder is missing. Of what I can not be divided with old photos no one. There is a folder in which the recently added only recently added More Photos. How to return this folder?

    Hello Simmo1997,
    Sorry to hear about your issue but let’s see if we can get your iPhone back up in running. If your iPhone is disconnecting when trying to restore then check out the article below to get you started with isolating the issue. Let me know if it gets resolved or if you discover a new symptom. 
    iTunes: Resolve USB-related alerts
    http://support.apple.com/kb/HT5772
    Regards,
    -Norm G. 

  • Problem loading images in adobe bridge html photo gallery

    Can someone please, please help me!? I can not figure out why the images will not load in my adobe bridge html photo gallery cs5. I am not getting any error messages in Firefox and just the x in internet explorer.
    Here is the link to the gallery page on the site: http://www.irishwetlands.ie/Gallery.html
    I created the gallery as a html file for compatibality reasons due to accesbility issues with flash, and followed the general insturctions. The gallery folder is called wetlandsgallery and it is loading everything style-wise except the images themselves.
    I then made the gallery within an iframe so it would be more similar to the other pages on the site and contain the menu bar - but no change on the lack of images!
    Having looked around online I think it might be something to do with the bin folder?? Does this have some secutity somewhere thats protecting the images? I am also unsure if I filled in the FTP info correctly when creating the site as I was  getting the message "could not connect to FTP server" so I had to copy over the file from my hard drive to the server provider files. All the tutortials say to load your gallery and no mention of what to do when it won't connect to FTP server.
    If you could also tell me how to edit the image sizes that would be a great help too, as any size changes I make to either the bin/large or bin/thumnail images makes no difference in what appears in the preview?
    Help would be very greatfully appreciated as I am pulling my hair out trying to figure it out with no sucess and a possible bald patch!
    Thanks in advance,
    Áine

    Hello Áine,
    1. Is it really necessary to comment out this part in your source code?
    <!--<p><img src="images/GalleryImages/Gallery1_
                    -----stuff del-----
                    Grasshopper" title="Grasshopper" />
                     </p><br />-->
    Using your source code without these things I could see some of your images.
    2. Looking to your website with my IE8 into image 7 (e.g.) I saw this:
    what means there is a reference to a html file, not to an image. ???
    3. Here it becomes interesting (completely contrary to my point 2.), looking for your path:
    http://www.irishwetlands.ie/images/GalleryImages/Gallery1_Selection%20of%20IRWC%20members% 20at%20the%20Gearagh.jpg
    I can see this image in my IE8 (some people in front of a "wetland". But still I've to assume (as Murray already did too), that there is something wrong with your upload and the pathes.
    4. Allow me to make one brief point, we talked about here on several occasions:  please don't use spaces in image, folders or filenames. I'll quote Murray: In general, URL encoding spaces does not lead to problems. ... Whatever the details are, though, using spaces in filenames or paths is a bad practice which WILL lead to problems.
    5. What concerns the image sizes, maybe later (I didn't understand your question correctly I fear). There is still my language barrier, I'm sorry.
    Hans-Günter

  • HTML Photo Gallery / PSE4

    I can create a new HTML Photo Gallery, but can not see how to modify an existing one. Slide shows appear in "Open Creation", but no HTML Photo Gallery.
    I want to be able to easily modify an existing html photo gallery, so that any time I need to add an image, I don't have to create a whole new gallery and upload it to the server. Can someone guide me through this process? I've looked in "help", and there's nothing re "modify html photo gallery".
    Background: I bought PSE2 a few years ago, and it fairly well met my needs. Recently I decided to buy a new digital camera. After confirming that the new PSE4 worked with Adobe Camera Raw, and that my camera model was supported, and checking the fetures of PSE4, I went ahead with both purchases. Now I wish to begin using an on-line server to display photos in an "html photo gallery". I've been advised by the sysop to use JAlbum, as it has the ability to easily modify an existing albm, but I prefer not to install yet another software package if PSE4 can do what I need.
    Thank you. - David Thornburg

    David
    I use a program called PhotoThumbs to generate the Challenge. It is very
    configurable and lighting quick generating web sites in seconds not minutes.
    I then upload using a program called WinSCP3 that is cleaver enough only to
    upload those pages that are new. I do want something and easy because I am
    generating the site over 50 times a week and these programs working in
    conjunction do yeomen's duty. The only down fall is that PhotoThumbs is
    commercial although inexpensive.
    I have tried Jalbum and found it easy to do the pre packaged programs but a
    little complex to do more complex things. It is free and being a Java
    program is available for many platforms. The time to generate a site was
    much slower than PhotoThumbs but things might change.
    Grant
    Home Pages http://home.cogeco.ca/~grant.dixon
    Challenge Pages: http://www.cavesofice.org/~grant/Challenge
    Photo of the Day http://www.cavesofice.org/~grant/POD
    Creativity is so delicate a flower that praise tends to make it bloom, while
    discouragement often nips it in the bud. Any of us will put out more and
    better ideas if our efforts are appreciated.
    Alexander Osborn (1888 - 1966)

  • Adding Updating Photo gallery in AS3?

    I am developing a IOS App in Flash cs5.I want to add a Photo gallery tab in the App.Which show below..need just like tat.
    http://i55.tinypic.com/1zzgcpk.jpg
    It must be able to update the picture from an website RSS link or an Picasa public album link
    Once a picture is clicked it must enlarge it self.
    May a link within the image to set is as wallpaper or share in facebook(may be NOT so needed... would be good if so)
    Pls help me out

    I was sesrching for that for a long time before i created this tread. There is many tutorials and exaple files for page flip or page turn but i cant find good one. Many of them was coded in as1 or as2 other using php and java script so its difficult  to understant. I just want one simple solution for that. It cant be so hard to create something like that. Could you help me to find some good and simple tutorial in as3?

  • How create html photo gallery in PSE 12?

    In earlier version of PSE I was able to create an html photo gallery. How do I make one in version 12?

    Indeed, google ftw.
    For example:
    +as3 photo gallery flash tutorial
    reveals many including this one:
    http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/

  • Flash-driven web photo gallery in Contribute

    I created a flash-driven web photo gallery in LightRoom. I'm
    trying to insert it in Contribute to post on my website but
    Contribute won't recognize the file. Any suggestions as to how to
    insert this photo gallery on Contribute?
    Miguel54

    From what I understand on the internet, a lightroom gallerie
    is build with more files than just one swf. Have you checked this
    and made sure that these are on the server?
    Post:
    http://blog.deconcept.com/swfobject/forum/discussion/944/lightroom-jsswf-drupal/

Maybe you are looking for