Web Gallery CS4 Journal with Slideshow giving too much info

I have photos from a number of authors. There are also various functions for which I want a slide show for each. I would like the information on the left of the slide to give the Description (if present), and the person who took the photo.
No matter how many items I uncheck in various metadata panels, I still get:
Creation date
Date file modified
Camera make
Camera model
x resolution
y resolutin
resolution unit
Image size
Metering mode
File source
Focal length
Max aperture value
Flash fired
I have unchecked any of these that I have found ANYWHERE in Bridge, but cannot get rid of them. This information is definitely not necessary on the website where they will be posted.
Does anyone know how to get rid of these items. It is a real pain to try to remove them from the xml file when saved to disk (and there are a LOT of photos to process.
I am using OSX 10.5.7 and supposedly Bridge is up to date.

Hi there!
I have found a much easier way to fix this, and you don't have to start over by building your web galleries in Photoshop. You just have to alter the code a little bit.
By all means, create your way cool web galleries in Bridge, but look in the "resources" folder that Bridge creates when it makes a web gallery. Inside the "resources" folder you will find a file called "group.xml". Open it in Dreamweaver or whatever you use and view the code. Scroll down until you see <item>. The next lines will contain all that pesky information you want to delete. For example, you might see <title>filename.jpg<title>. Simply delete the file name so that you end up with <title><title>.
That's it! Repeat for all the information you need to delete, or write in something better. Then hit F5 to refresh the code.
Even an artist like me can do it. No geeky talents needed. Enjoy.
CAartist

Similar Messages

  • How to get rid of the large slideshow images in Web gallery (CS4)

    Here is the deal.
    I've created a flash web gallery/ But the new CS4 has the option for slideshow with this flash stuff. CS3 use to create thumbnail and large images folders. The new one creates 3 folders: 1. thumbnails, 2, medium images, 3 large images (for the slideshow). That's great, until I go to upload process. I have pretty limited space. So I'm ready to get rid of the slideshow option, but there's no such option in gallery creating process. The only solution I have in mind is to redirect slideshow images to the medium size folder. But thats pretty annoying process during the creation of each gallery.
    So does anyone has an idea how to skip the slideshow creation or another method to skip creating 3 folders, all with the same images?

    Extend DefaultListCellRenderer, not BasicComboboxRenderer. Here's an example that wraps the original renderer and uses it where possible (i.e. instanceof JLabel). No 'white square'.import java.awt.BorderLayout;
    import java.awt.Component;
    import java.text.DecimalFormat;
    import javax.swing.*;
    public class ComboRendererTest {
      public static void main(String[] args) throws Exception {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            new ComboRendererTest().makeUI();
      public void makeUI() {
        JComboBox comboBox = new JComboBox();
        comboBox.addItem(new Double(1));
        comboBox.addItem(new Double(2.25));
        comboBox.addItem(new Double(3.5));
        comboBox.setRenderer(new TwoDecimalRenderer(comboBox.getRenderer()));
        JFrame frame = new JFrame();
        frame.add(comboBox, BorderLayout.NORTH);
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(200, 200);
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    class TwoDecimalRenderer extends DefaultListCellRenderer {
      private ListCellRenderer defaultRenderer;
      private static final DecimalFormat FORMAT = new DecimalFormat("#.00");
      public TwoDecimalRenderer(ListCellRenderer defaultRenderer) {
        this.defaultRenderer = defaultRenderer;
      @Override
      public Component getListCellRendererComponent(JList list, Object value,
              int index, boolean isSelected, boolean cellHasFocus) {
        Component c = defaultRenderer.getListCellRendererComponent(list, value,
                index, isSelected, cellHasFocus);
        if (c instanceof JLabel) {
          ((JLabel) c).setText(FORMAT.format(value));
        } else {
          c = super.getListCellRendererComponent(list, value,
                  index, isSelected, cellHasFocus);
          setText(FORMAT.format(value));
        return c;
    }db

  • Is there a way to create a web gallery from Bridge with just 1 row and 3 columns?

    It looks like I can't select a number lower than 3. I'm hoping there may be a way around this?

    I'm hoping there may be a way around this?
    Web gallery in bridge is very limited, the templates showing are the ones you have to work with, if you can't adjust them further then they show then that is your limit I'm afraid.
    But maybe you can try the filmstrip  templates?

  • No image Metadata when outputting from Bridge Web Gallery (CS4)

    I use the Web Gallery option within the Output module in CS4 Bridge to process my photos to the image size I want for uploading to flickr. However all the metadata data gets stripped out.
    Is there an option I am missing to retain metadata?
    Of course I can add back in any IPTC data I want, but I should not have to do that more than once, what I am really annoyed over is the Camera Data (EXIF) is gone.
    Software Details:
    CS4 Bridge (3.0.0.464)
    Output Module
    Web Gallery (Standard or HTML Gallery)
    Mac OSX 10.5.7

    _kabel_ wrote:
    The goal here is to automate the process of resizing my photos for upload to a flickr account.
    Look into the Image Processor in Bridge or, better yet, install Dr. Brown's Services 2.0.2, a free, brilliant set of scripts by the same author as the Image Processor, Russell Brown.  It's like the Image Processor on steroids.
    http://www.russellbrown.com/scripts.html

  • Delete Web Gallery or Journal in Aperture

    Greetings!
    I wish to completely delete a web gallery I have posted to my .mac account. If I delete the gallery in Aperture does it remove the pages from my .mac account? Do I have to do this manually somehow? I am not finding specific information in the manual on this. All help is appreciated!
    Scott

    You delete the folder with the same name as your site from your iDIsk. Sites published from Aperture are located in the myDotMacName/Sites folder.
    Craig

  • LR HTML Web Gallery -- modified version with great features is available

    For anyone using the default Lightroom HTML Web Gallery, one of our associates here has offered a modified version with some great added features.
    John Beardsworth's site -- Lightroom Solutions - http://lightroomsolutions.com/ -- is a wonderful resource for LR tips, plug-ins, information, etc. 
    The default HTML gallery is fine, but I always found it lacked features.  I mentioned this to Ian Lyons (http://www.computer-darkroom.com/) a couple of years ago, and he sent me a modified version with the ability to specify up to 100 rows by using sliders instead of the grid.  When I tried John's modified version, it had some other good features.  I thought.... what if the two modified versions could be combined?  So, I shot John an email, and low and behold, he uploaded a new version of the gallery to his site.  Thank you, Ian and John!
    Here is the link:
    http://lightroomsolutions.com/my-tweaked-built-in-html-gallery/
    Here are the added features that I find most useful:
    Number of rows (up to 100) and columns can be specified using sliders rather than the grid
    Thumbnail images can be sized to your specification
    Filename can be placed on each thumbnail, and you specify size of text
    Clicking the large image advances to the next image rather than returning to the top of the thumbnail page (no need to use the 'next' link)
    See the site for other added features.  (If you already have John's version, the newer version has the same file name and went online April 17, 2013.)
    PLEASE NOTE:  John Beardsworth's HTML gallery is NOT supported by John or Adobe, and is offered "as-is."
    I hope others will find this as useful and I have.
    John

    I've done a version of this where the large file links to the medium and it works no problem. code is based on tutorial code I've already written..
    I'd need to see more code to see where the issue might be..
    Here's what I have:
    (I opted not to put the files in "content", also ignore margin-top, it's not relevent to this)
    AddGridPages {
    template='grid.html',
    rows=model.nonCSS.numRows,
    columns=model.nonCSS.numCols,
    AddCustomCSS {
    filename='resources/css/custom.css',
    AddResources {
    source='resources',
    destination='resources',
    AddPhotoPages {
    template='detail.html',
    variant='_large',
    destination="",
    AddPhotoPages {
        template='medium.html',
        variant='_medium',
        destination="",
    In medium.html
    <div id="detailContainer">
    <div style="margin-top:<%= margintop %>px;">
    <img src="bin/images/med/<%= image.exportFilename %>.jpg" alt="$image.metadata.description"/></div>
    </div>
    in detail.html
    <div id="detailContainer">
    <div style="margin-top:<%= margintop %>px;">
    <a href="<%= image.exportFilename %>_medium.html"><img src="bin/images/photo/<%= image.exportFilename %>.jpg" alt="$image.metadata.description"/></a></div>
    </div>

  • Spatial query with sdo_aggregate_union taking too much time

    Hello friends,
    the following query taking too much time for execution.
    table1 contains around 2000 records.
    table2 contains 124 rows
    SELECT
    table1.id
    , table1.txt
    , table1.id2
    , table1.acti
    , table1.acti
    , table1.geom as geom
    FROM
    table1
    WHERE
    sdo_relate
    table1.geom,
    select sdo_aggr_union(sdoaggrtype(geom, 0.0005))
    from table2
    ,'mask=(ANYINTERACT) querytype=window'
    )='TRUE'
    I am new in spatial. trying to find out list of geometry which is fall within geometry stored in table2.
    Thanks

    Hi Thanks lot for your reply.
    But It is not require to use sdo_aggregate function to find out whether geomatry in one table is in other geomatry..
    Let me give you clear picture....
    What I trying to do is, tale1 contains list of all station (station information) of state and table2 contains list of area of city. So I want to find out station which is belonging to city.
    For this I thought to get aggregation union of city area and then check for any interaction of that final aggregation result with station geometry to check whether it is in city or not.
    I hope this would help you to understand my query.
    Thanks
    I appreciate your efforts.

  • Updating the ipod with itunes takes too much time

    i have like 3000 songs in my itunes library ,but when i change some track's names o change anything of my songs in a diferent way like putting their names in capital letters or changing their artworks..etc ,itunes takes too much time updating the changes to my ipod................. why?
    ipodvideo   Windows XP  
      Windows XP  

    Generally the iPod update is pretty quick unless you are making many hundreds of changes at a time. It could be the USB port is slow, try it in another port, preferably on the back of the PC, some computers have underpowered ports on the front panel. Also the recommended system requirements are for USB 2, it will work from a USB 1 port but much slower if that's the type of port you have.

  • TS1702 After upgrading my iphone 4s to ios 6 it giving too much problem one battery and other is that when ever i open emails or safari or facebook it automatically comes to main page

    please contact me i am receiving too much problem in iPhone 4S after upgrading it to ios 6
    it automatically comes to main page when ever i used to open surfing ,safari,gmail,viber and etc...
    <Personal Information Edited by Host>

    NEVER post your personal info on a public forum such as this.  This is a user-to-user tech support site.
    If your phone was NEVER jailbroken or hacked to unlock, try these steps as needed:
    1. Reset phone (no data loss):  Press both home and power buttons for at least 10 seconds, releasing when the Apple logo appears.
    2. Restore phone in iTunes using a backup (no data loss)
    3. Restore phone in iTunes as new, without using a backup.

  • Too much info to fit on DVD?

    Probably a stupid question, but when creating a project in FCE and then exporting to iDVD, how can I know when I am close to having too much "project" to fit on a DVD?
    In other words, I don't want to keep creating projects on my timeline if I have already (unknowingly) filled up the space available on the DVD. Is there a guage somewhere that can be used as a guideline? Especially since I will also have a short slideshow as part of the menu in iDVD.
    Thanks so much for any input you can muster!

    Dakine,
    What matters is the length (in time) of your video. As a general rule, you can put up to 2 hours of video on a single layer DVD. To the extent that you add templates, menus, slideshows, etc. to your DVD project they will decrease the space available for video on the same DVD.
    iDVD has meters that show your project duration and how much space is used & still available in your DVD project as you add menus & assets to your project. By the way, iDVD 7 has greatly enhanced reporting of space availability compared to iDVD 6 or earlier. FCE cannot tell you that information.
    In any case, if you have already added your slideshow to the DVD, you could estimate how many minutes of video might fit by multiplying the remaining space in GB by 25. So, for example, if you have already used 1.2 GB in your DVD project, 4.2GB - 1.2GB = 3.0 GB remaining available. Multiply that by 25 mins/GB, and you could fit about 75 min of video in the same DVD project. (Note: 4.2GB is the estimated capacity of a single-layer DVD for purposes of these calculations, as is 25 min/GB. Also, this is only for purposes of calculating remaining capacity in your DVD project - the size of the file you export from FCE has no bearing on these calculations; only the length in time is relevant.)

  • Advanced Web Gallery CS4

    I have recently upgraded from CS2. I have a handful of these galleries on the same site I created using CS2. I have modified them heavily from what CS2 would do. In reality I only used the Thumbnails, Images and the XML file that were created. Even then I wrote a php file that rewrote the xml file to my needs.
    When upgrading to CS4 I found that I liked the Lightroom Flash gallery. It is better than what I created in the past it is, well, Flashier .
    I can modify it almost enough to get it to do what I want it to except one thing: Create more than a 'view' menu item.
    Without decompiling the swf file is there a way to modify the Events?
    When creating the gallery there are 3 XML files created:
    style.xml <!-- Defines CSS Styles
    group.xml <!-- In addition to containing all info leading to images within the gallery it contains some Info:
            <custom>
                <siteTitle>My Site Name Here</siteTitle>
                <groupTitle>This is the title of the gallery</groupTitle>
                <groupDescription>This is the description.....</groupDescription>
                <contactName>This is the name Displayed</contactName>
                <contactEmail>This is the email you get when clicking the above displayed name</contactEmail>
            </custom>
    These can be changed to change the text that is displayed on the Gallery.
    localText.xml <!-- Contains:
    <localization>
        <galleryMenus>
    <!-- I created the following Menu Item and it shows up. It just doesn't
    do anything without an event -->
           <menuitem label="Awwww" event="MenuView">
                <menuitem label="Come On!!!!" type="radio" event="MenuViewSomething"/>
            </menuitem>
    <!-- End -->
            <menuitem label="View" event="MenuView">
                <menuitem label="Gallery" type="radio" event="MenuViewGallery"/>
                <menuitem label="Slideshow" type="radio" event="MenuViewSlideshow"/>
                <menuitem label="Separator" event="Separator"/>
                <menuitem label="About this Gallery" type="radio" event="MenuViewAbout"/>       
            </menuitem>
        </galleryMenus>
    </localization>
    The javafiles files need no modification to help me in my aim.

    I think the problem is that the options in the output module are too limited in how far they can be customised without getting into the code.
    Personally I use other programs to generate sites quickly or create them myself.

  • Bug with Bridge CS5 output /web gallery - renames files with ASCII

    has anyone found a fix around this ? It makes my HTML galleries useless since it renames all the original files in ASCII code and there is no work around this.
    I know that this issue has been going on for a while but Adobe hasn't done anything about this yet

    Solved!
    This works for Windows.  I imagine the Mac solution is similar. Props to William Zauscher for helping find an answer.
    I take no responsibliity for any damage caused to your computer, Photoshop or Bridge...
    In Windows, browse to C:\Program Files\Common Files\Adobe\Bridge CS5 Extensions\Adobe  Output Module\mediagallery\resources\scripts
    In the file named "galleryCreator.jsxinc" replace the lines:
    AOM.AmgGalleryCreator.createUniqueFileName = function(filePath, jpgFile,  createMode)
        var alteredName;
        while (true)
             alteredName = "_";
            for (var i=0; i<10; i++)
                 alteredName += Math.floor(Math.random() * 10);
             alteredName += ".jpg";
            var f = new File(filePath +  alteredName);
            if (!f.exists)
                break;
         return alteredName;
    ...with the following:
    AOM.AmgGalleryCreator.createUniqueFileName = function(filePath, jpgFile, createMode)
                    var alteredName;
                    while (true)
                                    alteredName = "_";
                                    alteredName += jpgFile += ".jpg";
                                    var f = new File(filePath + alteredName);
                                    if (!f.exists)
                                                    break;
                    return alteredName;
    You can cut and paste the above.  Just save a version of the original file somewhere in case of screwups...
    Cheers!
    -Mark

  • Importing Bridge Web Gallery into template with java drop down menu

    The iframe option from the tutorial David Powers referred readers to in the Bridge discussion board was easy and looks great....  EXCEPT the iframe covers up my java script dropdown navigation menu.  Is there an easy way to fix this, or do I have to use the more cumbersome alternate method?
    I built my site using a template I created in Dreamweaver. This complicates using the alternate method described in the David Powers tutorial which adds page elements to the index.html file created by Bridge.  How do I take what I need from that file and place it into the page based on my site's template?
    (Sorry to repeat my question in both discussion boards.  Got a not-very-helpful direction from the moderator of the other discussion board to ask the question here instead of there.)

    I should probably add that i am working in asp!

  • MacBook Pro with the memory too much used by ReportCrash ...

    Suddenly disk space has decreased rapidly

    The cause of this problem was due to an incompatibility between NODE32 V 4.0.5x and my MacBook Pro, OS X Mountain Lion (10.8.3).
    I solved it with a new version of NODE32 (ESET Cyber ​​Security) V 5.0.108.0.
    To delete the huge log files that had accumoled during the repeated crash of the previous version of NODE32, I used alternately OnyX and Trash.It!, Especially the second it was very useful.
    cheers
    giorgioran

  • MBP seizes up on wake up with Yosemite and too much RAM

    This is part question and part warning for the good of the community if this is happening to anyone else.
    Setup:
    MBP 13", Early 2011. 2.3Ghz i5.
    16GB of RAM, 2x8GB (Apple says a max of 8GB is allowed), it originally had 4GB, 2x2GB.
    Admittedly, I've "over RAM'ed" the machine. However, it was fine under 10.9.5.
    Moving up to Yosemite 10.10 caused really odd behavior. I'd boot up the machine, no problem. Close the clamshell, wait 20 minutes. Open the clamshell. Blackness. The only way to revive the computer is to press and hold power button or about 10 seconds and let go. Then press power button again. Heartbeat led appears, screen revives but shows the resuming from hibernation loading bars at the bottom of the screen. Like what you'd see if the machine had been left to run out of power and go into a deep hibernate state and you plug it in and turn it back on.
    Steps I've taken:
    Apple Hardware Test (reboot, hold option-D to get blue screen testing suite), both normal and extended test (extended took about 2 hours). RAM checked out fine.
    Re-installed a clean copy of 10.10, previous had been an upgrade. Wanted to make sure there weren't any cobwebs that might be causing this.
    At this point, I've removed one of the 8GB chips to put the machine to it's recommended limit of 8GB in one chip slot. This seems to remedy the behavior. I'll wait until 10.10.1 is released, put the chip back in and see if it still does it and will continue to do it with each release until it behaves.
    If anyone has any other recommendations or troubleshooting tips, I'd love to hear them.

    You may have gotten some bad RAM.
    The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing

Maybe you are looking for