Server based Keywords .XML

Is it possible to have a centralized Keywords XML file on the server, so that each designer can share and use the same Keywords XML file in their Adobe Bridge application?
We are generating a central image library for our Creative Services Department and would very much like to use Adobe Bridge. Only problem we've found so far is with different people creating different spellings and abbreviations for the same keywords. If we all shared the same keywords XML file then that could potentially alleviate this problem for us.
Could anybody on here shed some light?
Thanks
James

I don't know if you figured this out or not, but Yes, this is possible - however there are issues with Bridge Caches and sharing an image library - there is another thread on here that i found very helpful.  i'll post a link to it when i have a chance to.
But, to answer your question, have one person create the keyword list you would like to use.  then, in Bridge, in the keyword menu choose 'export'.  then have everybody choose 'clear and import' in the same menu.  we save our keywords list in a Bridge folder in the same location that are image library is stored in.
JD

Similar Messages

  • Referencing a "locally installed" Java applet from a server-based HTML page

    How does one reference a "locally installed" Java applet from a server-based HTML page (i.e. via the applet, object, or embed tags)? I have seen references in documentation that this is possible, but I have not seen any examples. I have tried a few things, but nothing seems to be working.
    Some background...
    I'm working on a web site that aggregates Internet video. For many users, I would like the site to work "without" requiring Java to be installed (or any prompts, etc.). This version of the site allows users to stream videos directly over the Internet and does not require any sort of access to the local system.
    However, in addition, I have a download manager that can be installed on the local system. Currently, it's a Windows-based "service" that is always running in the background, downloading files, etc. (with plans to later support other OSes).
    My dilemma is trying to communicate between my web site running in the local browser (executing JavaScript code) and the download manager. I call this component the "gateway". I need the gateway to be able to do the following:
    1) Pass user credentials from the web browser UI to the download manager (so it can communicate with my servers).
    2) Check the status of downloaded videos
    3) Launch a local media player (such as Windows Media, QuickTime, etc.) (or perhaps tell the download manager to launch the media player).
    Under Windows XP, I have an ActiveX control that can do these things. It communicates with the download manager via reading/writing to a shared XML configuration file.
    Unfortunately, under Vista and IE7 Protected Mode, ActiveX controls have become very restricted and my gateway no longer works. As such, I am looking at using Java for the gateway (also giving me the additional benefits of supporting additional browsers and OSes).
    From my understanding, I believe I can created a "face-less" Java applet, whose methods can be called from JavaScript. Ideally, I'm thinking I could install the applet onto the local system at the same time the download manager is installed. This would give the applet the security permissions it needs to communicate with the download manager.
    Thanks for any help and suggestions!

    Hi,
    Put the .jar file and the .class file in the path mentioned in one of the aliases in the plsql.conf file like /images or create
    a seperate directory and create an alias like /applets "path" in the plsql.conf file.
    <html>
    <body>
    <applet code=com.chartapplet.chart.BarChartApplet
    codebase=/applets/
    archive=/applets/chart.jar width=300 height=200>
    <param name=background value="white">
    </body>
    </html>
    Hope this helps.
    Thanks,
    Sharmila

  • Creating server based folder on mac/me IMAP- Problem!!!

    I'm having a problem creating an IMAP server based folder to sync with my iphone.
    I can create one for my personal domain email account, which, when sync via itunes appears in my mail app on the iphone.
    But when I try to create one for my .mac/.me account, it does not appear in my Mail app on my computer, let alone on my iphone.
    I click the '+' at the bottom of the left hand pane, click 'new mailbox' and then using location 'mac', with the nice picture of the cloud, enter the name I'd like it to have.
    Can anyone tell me what I'm doing wrong, or do I have a bug?
    Thanks
    Al

    http://www.biscade.com/2010/09/bootable-macpro-raid/

  • How do I share server based Ical calendars to external users on google calendar

    I need to share some server based calendars with google calendar.  I know how to export but how do I keep the connection live so that when I put a new event into iCal on the server it automatically updates to google calendar?  I was looking for a way to publish my server calendar to a hosting server but I can not even work out how to do that.
    Any help would be appreciated.

    Why not ask in the iCal forum area? - https://discussions.apple.com/community/applications/ical

  • Jdeveloper Version for MSCA development with MWA server based programming

    Any one Please provide the Oracle Jdeveloper version for Mobile Supply Chain Applications with MWA server based programming. This application basically runs on Whse mgmt responsibility. Any body who is developing this type application, please provide the Oracle Jdeveloper VERSION using for programming.
    Thanks,
    Deepak

    my issue is resolved. i'm getting this problem when i add just java class file to the project. but when i also add the business componets and page component and generate controller class to the project , i can see that import is recognized by the java class file. So i guess i have to delete all the unwanted business components that i have created at the end.
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 12:44 PM

  • Save As.. and Server Based Homes

    Hi there
    I'm setting up a new Client/Server system with OSX 10.6.2 on both sides.
    There is one "problem" in using server based homes:
    When you have a document opend (QXP7, QXP8, IDD CS3, IDD CS4....) from the server, and you choose "Save as" from the menu, you allways end up in the "Documents" folder of you home directory. This also happens when you want to place pictures in the mentioned applications.
    Local accounts don't show this issue.
    Is there any cure for this problem?
    best regards
    OH

    I'm confused by your post. What do you mean by "logged on locally"? When you're using RDC from a Mac to a Windows workstation or server you're logging on remotely.
    If you're attempting to log in to the server via RDC (remotely) and on the server itself (locally) then you will be forced to select one logon and the other will be locked or disconnected. This is expected.
    Can you clarify how and where you're logging in?
    bill
    1 GHz Powerbook G4   Mac OS X (10.4.8)  

  • Build a table based on XML data set with Spry

    Hi there,
    I'm new to spry technology therefore forgive any basic question of mine.
    I'm trying to fill content in a table based on XML data set values but nothing is shown :-(
    here is my code.... any suggestion? pls tell me where I'm wrong.
    Thank you in advance
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    var uscite = new Spry.Data.XMLDataSet("data/Calendario 2011.xml", "csv_data_records/record", {sortOnLoad: "Date", sortOrderOnLoad: "ascending"});
    uscite.setColumnType("Date", "date");
    uscite.setColumnType("km", "number");
    </script>
    <div class="RankContainer" id="UsciteDiv" spry:region="uscite" >
              <table width="100%" border="0" class="RankTable">
                <tr>
                  <th width="10%" scope="col" spry:sort="Date">Data</th>
                  <th width="20%" scope="col">Destinazione</th>
                  <th width="5%" scope="col">KM</th>
                  <th width="35%" scope="col">Percorso</th>
                  <th width="30%" scope="col">Breve</th>
                 <!-- <th width="15%" scope="col">Mappa</th>-->
                </tr>
                <tr>
                   <script type="text/javascript">
           var rows = uscite.getData();
        for (var i = 0; i < rows.length; i++)
         if (rows[i]["Mappa"].startsWith("/"))
          rowContent = "<td> si </td>";
         else
              rowContent = "<td> no </td>";
         document.write("<td>{Date}</td>");
         document.write("<td>"+rowContent+"</td>");
         document.write("<td>{km}</td>");
         document.write("<td>{Percorso}</td>");
         document.write("<td>{Breve}</td>");
          </script>
               </tr>
              </table>
           </div>

    Sure this is how it should work (except that no anchor tag shall be present for Destinazione whereas Mappa has no real value in)
    http://www.gsc-borsano.it/_Calendario%202011.html
    and this is the non working page
    http://www.gsc-borsano.it/_v2Calendario%202011.html
    Thanks

  • Pdf's freeze using Reader in server based Mac 10.6 or 10.5

    I support several hundred iMac's for a school district. We have a site license for Adobe CS4 (and CS3). The user's accounts are server based. The programs are installed on the local computer. If I create a local account and log into that local account all functions normally. However, if I or anyone else for that matter logs in using the server based account, pdf's freeze. Also, when logged into the server, if you try to install a new version of Reader it errors looking for a disk. What the program is really looking for is the users' local account which of course doesn't exist locally because I am logged into the server. I've had Apple out to look at the server and local iMacs. They say all is functioning normally and this is a known Adobe problem. Apparently the program can't find the users account on the server. I have used a workaround with Preview and Word but that's not a solution. Any ideas?

    Thanks for the thought, Barbara B. Not sure if this counts, but emailed the file to myself [different email account, same computer] but it would not play as an email attachment. Any suggestions for a web upload where I can test your suggestion? Seems like there should be a different save option other than IMAGES ONLY but that is the only option I'm given.

  • How to set dynamic color , based on xml element

    Hi,
    We have a requirement, where based on certain conditions, a cell will be shown in a specific color. We would like the coloir to be based on an XML element. The xml element will have values like '#FF00FF' etc..
    We tried using xsl attribute with the following syntax ,
    <xsl:attribute xdofo:ctx="block"name="color"><?stdcolor?></xsl:attribute><?end if?>
    where stdcolor is the xml element, but when we use this , this is giving a syntax error.
    Let us know, if this is possible or is there any other alternate way to do this.
    Regards,
    - Vasu -

    Hi Vasu,
    http://winrichman.blogspot.com/2008/09/how-to-set-dynamic-color-based-on-xml.html
    use the following :)
    <xsl:attribute xdofo:ctx="block" name="color" ><xsl:value-of select="stdcolor" /></xsl:attribute>
    TO get the colors you wanted , you can refer to
    http://www.w3schools.com/Html/html_colors.asp

  • Oracle equivalent of SQL Server's "FOR XML" and "OPENXML"

    Hi
    Can someone please tell what are the Oracle's equivalent of SQL Server's "FOR XML" and "OPENXML" features?

    Probably you can try General XML forum General XML
    Gints Plivna
    http://www.gplivna.eu

  • Report based on XML data???

    Can we create report in APEX based on XML? I did not see the option but I am asking in case there is a trick to do it.
    Mo

    The Oracle XML APIs will support you writing a "select" statement against the XML that will produce output that an ApEx report 'expects'. As for tricks from there, I will defer to those that have done this before, but it is possible.

  • Server-based output

    I've been working on a help system but have not published it
    yet. In my RH experience I haven't dealt with system issues. Now my
    current project needs to be published, and I'm afraid my version of
    RH is insufficient. It's Robohelp HTML X5, and it apparently does
    not create server-based help. Is that correct? (This will be much
    easier if I'm wrong.) The software being documented is .NET-based,
    so it appears I need Robohelp Pro for .NET. I spoke with Adobe and
    there is NO migration path from Robohelp HTML X5 to Robohelp Pro
    for .NET. Meaning I have to spend the full $2000 for it. This in
    turn creates a problem for me persuading the development group
    about this.
    So, is there any way for Robohelp HTML X5 to create
    server-based help? Can anyone suggest a migration path from what I
    have that does not cost $2000?

    Chris
    It is entirely wrong to think that RH HTML X5 does not
    produce server based help. It is the webhelp output and on my site
    you will see many links to RH demos which are running on the same
    server as my site. Professionally most of the help I produce is
    webhelp running on servers.
    .NET is a different issue but I believe webhelp will run
    there but there may be extra features the .NET version gives.
    However, if you don't need them...
    I am sure some with .NET knowledge will come in on that.

  • Server based Office 2013 - New template, template not showing header content in one work station only

    This is for Server based Office 2013 - using Word 
    All computer work stations are running Windows 7 professional
    I have Word 97 - 2003 templates saved on the shared drive on the server. I have these templates "pinned" to the opening page on all server user accounts, so when anyone starts word on the server anyone can see the company templates.
    On most of the work stations, when I create a new document from one of my templates - Word successfully shows all the Header and Footer details. 
    But on one work station there is no content in the Header or Footer, no matter which server account is signed into the server on that workstation.
    Any suggestion 

    ... ... no matter which server account is signed into the server on that workstation.
    Any suggestion 
    Do you mean it happens regardless of which acount signed in? If so, maybe update the workstation?

  • Is Lc Designer ES4 a server-based tool only?

    Hi - I am working with Lc Designer ES4 and I noticed I cannot PREVIEW PDF (grayed out on view tab). Is this upgrade application only server based and not client based? Is there a client based version like ES2. Maybe I missed making changes to the default settings so I can preview PDF instead of via URL?

    did you check out this link:
    Where is PDF preview tab in designer?
    there are several solutions there.

  • Acrobat Reader X with MAC Server based User Profiles

    Hello Forum,
    I'm a bit in trouble with Acrobat Reader X (10.0.0.3) on my Mac. We are using server based user profiles for the whole network. (SL Sever and SL Clients 10.6.7)
    Installing the Reader X has finished successfully. If I'm starting my Reader, a requester is popping up, asking me if Acrobat should be the default application for PDF files or not. Pushing any button causes the application to terminate after some seconds.
    Due it's working with a local profile without any errors I think the problem is the server based user profile.
    Any ideas how to solve this problem? Switching to local profiles is not possible ...
    Best Regards,
    Markus

    Hi Michael,
    sorry for using the wrong forum. I'll post my question to the Reader board ...
    To answer your question. That was my idea too, but it is not possible to copy a whole profile. They are a lot of other problems if you do that. I didn't find the settings only. may it would be enough to copy the settings for the reader.
    Best Regards,
    Markus

Maybe you are looking for