Write content keywords to meta keywords

Hi
i try to optimize the our portal for search engines. for this reason i try to update the light framework withe the meta tags for description and keywords. but i need dynamic generated keywords and not static keywords hardcoded to the framework.
how can i geht the keywords which are set to the content automatically and set them as meta keywords?
my theory is to change the light framework: user the javacode to read the keywords from the content and write them as a string to the meta-keywords or by the class HtmlMeta and addAttributes.
thanks
Edited by: tintiifax on Jun 28, 2010 11:29 AM

File -> Export
From the dropdown at Kind select Jpeg or Tiff*
Check the box at 'Title and keywords'
This will write the keywords to the exported file.
*If you choose Original you get a copy of the original file. As that didn't include the keywords you've added in iphoto they will not be exported.
IF you choose current they won't be exported either as they are stored in the Database and not in the file
IF you choose png then won't be exported because png does not support metadata fully.
Regards
TD

Similar Messages

  • More log writer contention when using JDBC Batch Updates?

    So if I'm already seeing log writer contention when I'm commiting inserts one row at a time.
    Why would I see even more contention of log writer ie. commit waits in Enterprise Manager when I batch these inserts using JDBC updates.
    Today I observed significantly more commit waits when I used JDBC batching vs commit one row at a time.

    Please refer
    http://www.oracle.com/technology/products/oracle9i/daily/jun07.html

  • Inconsistent content keywords

    Hello,
    Something is happening with keywords that I don't understand.
    Just as an example:
    I have a keyword 'wespen ERROR'.
    I choose 'all photographs' under Catalog at the left side of the screen.
    The keyword list reports 19 photo's for wespen ERROR. Selecting those photo's with the arrow right of the keyword in this list results in 'No photos match the filter'.
    In the library filter at the top of the screen no number of photo's at wespen ERROR.
    Using LR 5.7, I do not recall seeing this kind of error in version 5.5 and before.
    Anyone an explanation?
    Thank you, Hans Scholte

    It may be that the photos tagged with "wespen ERROR" are buried within collapsed stacks.  In general, LR's filters only search the tops of collapsed stacks.
    Try this:
    1. Ensure filters are turned off via Library > Enable Filters.
    2. Go to All Photographs.
    3. Do Photo > Stacking > Expand All Stacks.
    4. In the Keyword List, click on the arrow to the right of "wespen ERROR".

  • How to write content of the file under folder

    Hi Experts,
    I have following scenario, I have list of files under folder in local desktop(for eg D:\mani)
    I have only filename, using this filename i want to search and get content of the particular file and write in some other location? how to do that? give your suggestions?
    Regards,
    P.Manivannan

    You could go two ways here:
    The first possibility requires that (a) you know what operating system you are working with, and (b) you only need to copy the file, and not do anything else with the contents of it. In this case, probably the easiest way to do this is to use a Runtime exec command for the file you want to copy:
    java.lang.Runtime.getRuntime().exec( "cp D:\mani D:\mani2" );Otherwise, if you need your code to be portable, you can't assume anything about the operating system. Since java.io.File doesn't provide a copy method, you will need to read the entire contents of the file into the vm, and then write them out to a new file. Also, if you need to use the contents of your file in some other way, as well, then you also need to read the entire contents into the vm. In this second case, how you read the file may depend on what kind of data the file contains.
    In general, the following code should work for you:
    final FileInputSteam  fis = new FileInputStream ( new File( "D:\mani"  ) );
    final FileOutputStream fos = new FileOutputStream( new File( "D:\mani2" ) );
    final byte [] buf = new byte[ 1024 ];
    int bytesRead;
    while ( ( bytesRead = fis.read( buf ) ) != 0 )
        fos.write( buf, 0, bytesRead );Don't forget to catch or throw IOException.
    Hope this helps.
    - Adam

  • Problem in write content in excel

    Hi All,
    Please help to resolve the problem while write the content in the excel.
    By reading the cursor we get the data, then iterate the value and append in the stringbuilder(data is single record about the user access permission) each record is differentiate by adding new line character. After append the data in stringbuilder, using Filewriter create a .csv file
    code
    writer = new BufferedWriter(new FileWriter(strDestinationFilePath.trim()));
    writer.write( strFileContent.toString() );
    it create the .csv file. when i try to open file it shows following message
    File not loaded completely
    when i click show details button, it show message as
    This error is usually encountered when an attempt to open a file with more than 65,536 rows or 256 columns is made. Excel is limited to 65,536 rows of data and 256 columns per worksheet. You can have many worksheets with this number of rows and columns, but they are usually capable of fitting into one workbook (file). The number of worksheets you can have per workbook is limited only by the amount of available memory your system has. By default, Excel can manage 3 worksheets, more if there is available memory to support the quantity of data.
    Truncation of rows or columns in excess of the limit is automatic and is not configurable. This issue can usually be remedied by opening the source file with a text editor, such as Microsoft Office Word, and then saving the file off into
    Edited by: sunRP on Nov 18, 2009 10:16 PM

    says it all, really...
    I wonder why you think we can help you if you can't even understand that highly detailed error message which tells you EXACTLY what the problem is.

  • File read/write contention?

    Hi!
    Can a file be written to ... the same time another thread is checking for a change of this same file? (ie: long timeStamp = file.lastModified();)
    ...without contention.
    Thanks!

    Brutal Juice!! : ) ....OK you explained that very well. Thank-you!
    I just now realized that I don't need to write this data to a file anyway (no need to) ....... In my app I just need to direct incoming data to my jTextArea window (visual storage of this data)for later processing by another thread.
    I'll explain,
    I read data in from my serial com port (port must be monitored 24/7)
    This serial com port data is directed to a jTextArea(so I can see, store and process this data)
    Another thread will process this data(stored in the jTextArea), extracting the data(line for line) of interest to me then deleting this data out of the jTextArea forever.
    My question now is:
    How do I store my newly arriving serial com port data if the other thread is currently processing the stored data in my jTextArea? .... I need to have it stored to an appendable storage buffer some how ..... then to have this data copied into my jTextArea when the other thread is finished with data already in the jTextArea.
    My data coming in on the com port is a low duty, single line "call record" after someone ends their telephone conversation.
    (can you tell I'm very new to JAVA) : )
    Thanks!

  • To write contents in an existing excel file

    Hi All,
    I want to know Using JXL API,how to write the contents in an existing excel file.

    http://www.andykhan.com/jexcelapi/tutorial.html
    PS. JXL is not Java Excel API.

  • How to create a text file & write contents into it?

    Hi All,
    Im using Acrobat 7.0 Professional.Im writing a javascript to write a content to a text file.How can i do this using acrobat scripting objects.
    Any code snippets?
    Thanks
    myriaz

    You can create a text file as a file attachment (data object) using the doc.createDataObject and doc.setDataObjectContents:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.450.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.528.html
    You can then export the file with the doc.exportDataObject method:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.463.html
    This won't work with Reader if it hasn't been given the file attachment usage right with LiveCycle Reader Extensions.

  • How to write contents of  an ArrayList to JTable

    I have an ArrayList named 'innercell'. It contains the following contents
    cs123, 0.34567
    cs234, 0.5673
    cs234,cs456, 0.5674
    this arraylist is added to another arraylist 'cells'
    cells.add(innercell);
    now the contents of the 'cells' arraylist is
    cs123, 0.34567
    cs234, 0.5673
    cs234,cs456, 0.5674
    i have created a JTable and its variable name is 'jtable' (object) (*i'm using NetBeans IDE 6.0*)
    and the model of this JTable is as below (it is the generated code by NetBeans IDE 6.0)
    jtable.setModel(new javax.swing.table.DefaultTableModel(
    new Object [][] {
    {null, null},
    {null, null},
    {null, null},
    {null, null},
    {null, null},
    {null, null},
    {null, null},
    {null, null},
    {null, null}
    new String [] {
    "Title 1", "Title 2"
    Class[] types = new Class [] {
    java.lang.String.class, java.lang.String.class
    public Class getColumnClass(int columnIndex) {
    return types [columnIndex];
    i have only 2 columns in the table, and 9 rows
    now i want 2 place contents of 'cells' arraylist to JTable as below
    Tittle 1 Title 2
    cs123 0.34567
    cs234 0.5673
    cs234,cs456 0.5674
    to write in this form i'm using following code
    String[] columnNames={"Title 1","Title 2"};
    Object[][] rowdata=new Object[9][2];
    str=items;//items is the string value.the possible 'items' values {cs123,...}
    sup=value;//value is the double value. the possible 'value' are {0.5674,......}.i'm not given how i'm geting these values
    for(int k=0;k<2;k++){
    if(k==0)
    rowdata[i][k]=str;
    else
    rowdata[i][k]=sup;
    jtable=new JTable(rowdata,columnNames);//is this statement is right to add the contents of arraylist to the table?
    jtable.setVisible(true);
    but it is not working....i'm getting "NullPointerException"

    Swing related questions should be posted in the Swing forum.
    Don't forget to use the [Code Formatting Tags|http://forum.java.sun.com/help.jspa?sec=formatting], so the posted code retains its original formatting.
    Don't use an IDE to generate your code. Learn how to write your own code. Its hard enough to learn how to use Java without learning how to use the IDE as well.
    Use the DefaultTableModel. You can build the model using Vectors or Arrays or by adding individuals rows of data to the model. There is no need to create a custom TableModel.

  • My DVD/CD-ROM and floppy disk drives can't read or write contents

    When I check through the computor it says verything is working. I have some CD's I wrote data and files to with this computor but for some reason it's showing me that there's nothing on the floppy's or the CD's.
    Mined you I have another computer and its able to see, write, save, to these same Floppy's or CD's.
    It's also telling me to load the CD when its already in the RW devices in my computer.
    I just reloaded everything on to a new hard drive in April, I used the DVD/CD-RW and everything was fine.
    My model is Satellite 2415 S205. I have reloaded Drivers. What else can I do? I refuse to believe the RW/DVD and the "A"  went bad at the same time.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • How to write contents of one file to another file

    We have some file Recon80 (RECON80HB01141005.TXT) which need to be modified . i.e we need to add 2 more columns in the file and write the file record into other file with trailer information. Please suggest to accomplish along with code snippet in SSIS 2008.
    PFA

    Easiest way is to use script task to add header and footer information. 
    http://agilebi.com/jwelch/2008/02/08/adding-headers-and-footers-to-flat-files/
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Write Keyword Tag And Properties Info To Photo

    Hi
    In my old PSE5 on Windows i used the function "File > Write Keyword Tag And Properties Info To Photo".
    I have now moved to Mac and PSE8 and can't find a simmilary fuction.
    I use the Adobe Bridge CS4 to organize and tag my photos, but the tags is store in the *.xmp file.
    How can i write the keywords to the photo file (NEF/RAW) like in PSE5 on Windows ?
    Regards
    PSEonMac

    Hi Thanks for you fast answer.
    I can see what you mean, if i put a keeword on a jpg file it's automatically stored in the jpg file on Mac, nice.
    So this means that if i want to view my photos in tools like iPhoto / Picassa i can only use my keywords if i convert the raw files to jpg.
    (iPhoto can ofcause show the raw file, but no keywords)
    PSEonMac

  • Write keywords to exif

    I am a simple guy, I'm no computer whizz.
    I want to make sure that all the time that it'll take tagging my photos with keywords will not be wasted when the photos are viewed in a different program/app/system thing.
    So can anyone tell me in plain English the easiest way to write keywords to exif?
    (I'm using iPhoto '09)
    much obliged

    File -> Export
    From the dropdown at Kind select Jpeg or Tiff*
    Check the box at 'Title and keywords'
    This will write the keywords to the exported file.
    *If you choose Original you get a copy of the original file. As that didn't include the keywords you've added in iphoto they will not be exported.
    IF you choose current they won't be exported either as they are stored in the Database and not in the file
    IF you choose png then won't be exported because png does not support metadata fully.
    Regards
    TD

  • Meta Tag contents not showing up in google and facebook

    I publish an online newspaper about animal news in nyc. I recently rebuilt my site in dreamweaver and have just added meta tags to my homepage and that of the most recent article. When I do a google search the homepage description comes up with a leadin from an old article. Also when I tried posting the newest article in facebook the meta tag content description did not appear. Can someone tell me how I should correctly write the meta tag in the html so that it appears in google searches and when I post articles on facebook? Below are links to my homepage and the article discussed above, as well as how I wrote the meta tags in the html. Thank you in advance for all your help!
    Best,
    Michael
    http://newyorkcompanion.com/
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>New York Companion</title>
    <meta name="Description" content="The New York Companion is a New York City-based newspaper that exclusively reports animal news. Our mission is to advance animal welfare through promoting adoption, increasing awareness and encouraging resident involvement in animal welfare initiatives." />
    <meta name="Keywords" content="Animal News" />
    http://newyorkcompanion.com/sbpgs/2012/April/High%20Rise%20Syndrome.html
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>New York Companion</title>
    <meta name="Keywords" content="Animal News" />
    <meta property="og:description" content="Every year, thousands of urban housecats fall from unprotected windows in a phenomenon known as High Rise Syndrome. So far this year the ASPCA has seen 26 cases, a nearly 45 percent increase compared with the same period last year. Mild weather could be to blame for the surge this spring. On average during the warm months, the ASPCA sees approximately three to five cases per week." />
    <meta property="og:image" content="http://www.newyorkcompanion.com/sbpgs/2012/April/High%20Rise%20Syndrome.html/<img src="../../../images/articles/2012/April/High Rise Syn_TS.jpg" />

    Michael,
    Breget is referring to the cache maintained by Google. You can't clear or update their cache - unfortunately, all you can do is wait for your site to get crawled (which can take a couple days), and once they have gathered your meta information, they will then update the description in their SERP (which can also take a couple days).
    Interestingly, I looked for your article by searching "new york companion high rise syndrome" and the first result was THIS page!!! This points to another factor which is the more popular your site, the more often it is updated. I would recommend you take a look at Google's Webmaster Tools and do a bit of research into SEO - this should help clarify things more...
    Good luck!
    Jason
    P.S. - It looks like your meta information was entered correctly.

  • Bridge CS4 Search Not Displaying NEF Files + Keyword Problems

    Hello, I am hoping someone can be of service to peculiar problem that apparently nobody else has had.
    I am running Adobe Bridge CS4 (came bundled with Photoshop Elements 8) on a 2009 24 inch iMac with 4GB RAM and a 2.6mHz processor running Snow Leopard v10.6.2.
    I use Adobe Bridge CS4 to add Keywords to all my photos and edit 14 bit Nikon NEF RAW files. I write the keywords to an .XMP sidecar
    file.
    Two days I ago I changed something in Preferences->Metadata and the next time I started Bridge CS4 and used the loupe tool on a NEF
    file, it took longer than usual for the preview to come up and when it did, it was at 200% magnification instead of 100%. Once the loupe preview showed up, the NEF file had some sort of processing applied to it (it became more contrasted.) This was all within Bridge ant NOT Adobe Camera Raw. I quit the program and the next time I started Bridge, it crashed upon using the loupe tool. I looked up help on Adobe's website and it appeared I had corrupted preferences. Per Adobe's instructions I option clicked at Bridge startup to delete the preferences and purge the cache.
    Everything appeared to be normal until today when I searched for a keyword and got 36 random results when I know I have hundreds of
    photos tagged with that particular keyword. I started typing in other keywords and getting the same sort of results- very limited numbers of photos I have hundreds of. I always include all subfolders in all searches and used every search method available through Bridge to no avail. The searches always came up with a fraction of the photos I actually have tagged.
    I then verified and repaired all disk permissions from the operating system installation CD and Bridge started returning results as
    usual. However, when I clicked on an individual file in the Content pane, some of my Keywords started to appear in italics below the rest of my Keyword tree. There doesn't appear to be any rhyme or reason as to why some images will return the Keywords normally and others in italics. Also, sometime the italicized keyword tree will include keywords I edited due to typos and thus no longer existing my normal Keyword tree. I gave the "Make Persistent" command a try. It converts the italics to regular case, but it also doubles the tag so I now have two of that tag (one in the normal keyword tree, and the now converted italics keyword tree.)
    Now I'm noticing that all my search results are not including NEF files; just JPEG and the occasional DNG file that I made through Adobe Camera RAW. I'm not sure if this has been the case throughout my problem or if I just noticed it late.
    Regarding not displaying NEF files in searches, it appears that it will default to displaying JPEG if it has the option because as of lately I have only been shooting RAW and some of those files are showing up in the still-wonky searches (still displaying random or no photos of keywords.) However, if I manually navigate to a file, I can open and edit NEF files with no problem, they just don't display in any search modes.
    Here's two short videos of what happens when I navigate a folder with NEF files by manually searching:
    http://www.youtube.com/watch?v=WDjUDZzULKQ
    http://www.youtube.com/watch?v=-Y9HkDK7DCs
    When I click on a NEF file, the one ahead of it in Content view processes into a more contrasty image and the loupe tool previews jump between 100% and 400% and then change to 100% when dragged or they just process themselves right then and there.

    I am running Adobe Bridge CS4 (came bundled with Photoshop Elements 8) on a 2009 24 inch iMac with 4GB RAM and a 2.6mHz processor running Snow Leopard v10.6.2.
    Snow Leopard and Bridge CS4 do have some issues. Some have no problems and others have much problems I'm afraid.
    I use Adobe Bridge CS4 to add Keywords to all my photos and edit 14 bit Nikon NEF RAW files. I write the keywords to an .XMP sidecar file.
    To my knowledge the keywords are written into the XMP Metadata that is saved in the IPTC section of file itself, the XMP data in the sidecar file contain the changes you made in ACR. In other words, the keywords you have added should still be there.
    Also see this Knowledge Base article about Keywords:
    http://kb2.adobe.com/cps/402/kb402660.html
    Two days I ago I changed something in Preferences->Metadata and the next time I started Bridge CS4 and used the loupe tool on a NEF file, it took longer than usual for the preview to come up and when it did, it was at 200% magnification instead of 100%.
    Changes metadata in prefs only affects the visability of the fields in the metadata panel. put or deselect a checkmark in front of an option will let you see or not see the field in this panel, the actual data and fields ar still in the file.
    it was at 200% magnification instead of 100%. Once the loupe preview showed up, the NEF file had some sort of processing applied to it (it became more contrasted.) This was all within Bridge ant NOT Adobe Camera Raw.
    You can change the magnification for the loupe to 100 / 200 / 400 and 800 % using the scrollwheel or with loupe active the + and - keys. Bridge shows the settings that you made in ACR. If you have changed the default Camera Raw setting it will also change the thumbs for this file. A thumbs needs some time to be cached. First it shows with a black border around, when first cached it shows the embedded preview and in the second round it renders the ACR settings and High Quality preview (if you have not disabled this setting). Caching needs some time.
    Everything appeared to be normal until today when I searched for a keyword and got 36 random results when I know I have hundreds of photos tagged with that particular keyword. I started typing in other keywords and getting the same sort of results- very limited numbers of photos I have hundreds of. I always include all subfolders in all searches and used every search method available through Bridge to no avail. The searches always came up with a fraction of the photos I actually have tagged.
    Maybe you need to let the indexing in find do its work again but it might also be a snow leopard issue. Try an other app (Digital Asset Management like Expresion Media or  Portfolio) to check about the keywording and find. You can use a trial version for several days. You have several options to use find keywords. In the panel itself, in the filterpanel uner the keyword tab, when clicking on a visible keyword it only shows the files with that keyword or in the menu Edit / find (shortcut cmd + F) explore the options in this menu and also choose include non indexed and let Bridge start to index your files again.
    However, when I clicked on an individual file in the Content pane, some of my Keywords started to appear in italics below the rest of my Keyword tree. There doesn't appear to be any rhyme or reason as to why some images will return the Keywords normally and others in italics. Also, sometime the italicized keyword tree will include keywords I edited due to typos and thus no longer existing my normal Keyword tree. I gave the "Make Persistent" command a try. It converts the italics to regular case, but it also doubles the tag so I now have two of that tag (one in the normal keyword tree, and the now converted italics keyword tree.)
    Don't know about that.
    Here's two short videos of what happens when I navigate a folder with NEF files by manually searching:
    http://www.youtube.com/watch?v=WDjUDZzULKQ
    http://www.youtube.com/watch?v=-Y9HkDK7DCs
    When I click on a NEF file, the one ahead of it in Content view processes into a more contrasty image and the loupe tool previews jump between 100% and 400% and then change to 100% when dragged or they just process themselves right then and there.
    As you can see the black border around some file that disappear after a while or when you select them they have not been cached. You used purge cache so most of your earlier cached results are gone and need to rebuild.

Maybe you are looking for

  • How can i change my visa info at Apple ID?

    how can i change my visa info at Apple ID?

  • While deleting the data from cube..getting the following erros...

    while deleting the data from cube the below error occured in develoment..any help i have 4 requets.....2 are deltedd but no records for those... 2 are not deleted and they have some data.. please give me u r inputts pelase Performing check and potent

  • Custom Date Format in Apex 3.2

    Can I define a custom date format at global level. I am able to select the following date formats only. However, I want to specify a custom date format i.e YYYYMONDD. 12-JAN-04 12-JAN-2004 12-JAN 04-JAN-12 2004-01-12 Monday, 12 January, 2004 12-JAN-2

  • SD-Pricing Conditions: Allowed Fields

    Hi Guys basic functions > pricing> condition table> conditions:allowed fields > new fields when I try to add a new field: VOLEH ( selected using F4), system throwing following warning message: "Choose the key from the allowed namespace".  We can save

  • Best Practices for Content Management

    Hi All, Could anybody suggest me what are the best practices for Content Management. Regards, Tom