Default is not for  description and keywords?

I thought that a blank new page defaulted in code view to
give you keywords and descrition blank fields. I don't see that
now. Is that not default?

Do exactly as the message says and contact iTunes customer support.
No one in these user to user support forums can assist with account issues.

Similar Messages

  • Room for Description and Keywords input

    I am using Bridge CS5 to add bulk and individual photo description and keywords.
    Like CS4, room to enter text is too small. If the text reaches the end of the line, the next one remains hidden until I manually click on the left of the text space and drag bottom.
    Is there a way to solve this issue?
    Thank you

    Daan,
    Sorry for the oversight.
    [url http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/document.html]Tag documentation for af:document says that af:document has a facet called "metaContainer" which emits the meta tags. I didn't see any examples or have time to test, but you can certainly try putting the meta tags in that facet.
    Update: all of the examples I can find show how to inject javascript into the metacontainer, but it should give you an idea how to do it for <meta> tags. [url http://www.oracle.com/technology/products/jdev/tips/fnimphius/increase_css_and_javascript_performance.html?_template=/ocom/print]Here'surl one such example I found via Google.
    Best,
    john

  • Script to add description and keywords to files from text file

    Can anyone write something up for me? I will admit I cannot do it myself, I do not know Javascript.
    I need to add keywords and a description to 1000's of images. I have a text file formatted as such for each 100 images. The script would need to ask for an input file (or I can hardcode the path into the script) and then apply to the current folder of images shown in bridge.
    Text file example:
    1000 - Bright Sunset Over City. (sun;city;sky;mountain;) .
    1001 - Dawn Behind Mountain And Lake. (sun;mountain;water;sky;) .
    1002 - Bright Red Sunset, Light Edged Clouds. (sun;sky;tree;clouds;) .
    1003 - Tree Framing Sunset Over Bay. (tree;sun;lake;bay;) .
    1004 - Sun Behind Gull On Pilings. (seagull;sun;sea;pilings;) .
    images are named 1000.tif, 1001.tif, 1002.tif etc
    Running on a Mac with CS3 and CS4.
    Thanks,
    Chris

    Hi Paul,
    This is nice example, but your script incorrectly sets both dc:description and dc:subject as ordered arrays. Description should be an alt-text type property, and subject is an unordered array (or 'bag'). Some software might not tolerate the incorrect XMP data types.
    Here's an example showing the wrong and write way to set these two properties using the XMP Script API:
    // load the library
    if (ExternalObject.AdobeXMPScript == undefined) {
        ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var Desc = "Test Description";
    var Keys = ["One","Two","Three"];
    // The wrong way to set the Description. and Keywords...
    var bogusXmp = new XMPMeta();
    bogusXmp.appendArrayItem(XMPConst.NS_DC, "description", Desc, 0,XMPConst.ARRAY_IS_ORDERED);
    for(var s in Keys){
          bogusXmp.appendArrayItem(XMPConst.NS_DC, "subject", Keys[s], 0,XMPConst.ARRAY_IS_ORDERED);
    $.writeln( bogusXmp.dumpObject() );
    // The correct way to set the Description and Keywords
    var correctXmp = new XMPMeta();
    correctXmp.setLocalizedText( XMPConst.NS_DC, "description", null, "x-default", Desc );
    for(var s in Keys){
          correctXmp.appendArrayItem(XMPConst.NS_DC, "subject", Keys[s], 0,XMPConst.PROP_IS_ARRAY);
    $.writeln( correctXmp.dumpObject() );
    Thanks,
    David

  • Description and keywords meta tags

    Hello,
    Could you tell me if it's possible to create HTML output of an ADF page, that has "description" and "keywords" meta tags in the head? Something like:
    <meta name="keywords" content="adf jdeveloper description keywords meta tags">
    <meta name="description" content="This is a short description of text on a imaginary page">
    I know the SEO results may not be great, but I'd still like to use it, just to make it as good as possible for search engines.
    Greetings,
    Daan Horn

    Daan,
    Sorry for the oversight.
    [url http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/document.html]Tag documentation for af:document says that af:document has a facet called "metaContainer" which emits the meta tags. I didn't see any examples or have time to test, but you can certainly try putting the meta tags in that facet.
    Update: all of the examples I can find show how to inject javascript into the metacontainer, but it should give you an idea how to do it for <meta> tags. [url http://www.oracle.com/technology/products/jdev/tips/fnimphius/increase_css_and_javascript_performance.html?_template=/ocom/print]Here'surl one such example I found via Google.
    Best,
    john

  • Saving ai file with title, description and keywords to jpg

    Hi,
    Is ther a way to save an ai file to eps and jpg   including the document title, the description and keywords in the xmp file info?
    JPD

    Hi,
    I was wondering if I can get the Description and keywords from an ai file
    then
    add theese to a created jpg or eps with something like this:
    ---snip     SaveForStocks-10.js version 1.1 ---
      // Export as a jpg
      targetFile = new File(destFolder + '/' + name1);
      Doc.exportFile( targetFile, fileType, jpgExportOpts );
    --- snip---
    ---snip     http://forums.adobe.com/thread/478694?tstart=60 --
    #target bridge
    addNametoMeta = {};
    addNametoMeta.execute = function(){
      var sels = app.document.selections;
      for (var i = 0; i < sels.length; i++){
    var md = sels[i].synchronousMetadata;
        md.namespace = "http://ns.adobe.com/photoshop/1.0/";
        var Name = decodeURI(sels[i].name).replace(/\.[^\.]+$/, '');
        md.Keywords = md.Keywords +  ";" +  Name;
    ----- snip----

  • Title description and Keywords

    What is the optimum length in characters or words for each of the three categories?
    Title?
    Description?
    Keywords?
    I heard dont use too many, but what is too many?
    Doug

    There isn't a set number of characters, but a good rule of thumb is...
    Title - a short sentence - remember it is displayed along the top of the browser window, so you'll want it to fit and not be cut off.
    Description - a longer sentence - this should be as to the point as possible, remember Google uses the description or part of it in the search results listing.
    Keywords - use them if you like but Google doesn't even look at the Keyword meta tag anymore, so don't obsess about this one.  Just put in five or ten keywords for some other search engines that may look at this and move on
    Hope this helps.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • Descriptions and Keywords

    Hi. firstly...how do you enter keywords and descriptions
    using dreamweaver (not in the HTML section...but in the graphical
    interface...) and secondly, is there a way to automatically assign
    keywords to each page...e.g. dreamweaver seaches pages for text and
    makes each word a keyword.....thanks

    Do a description - forget about keywords. They are ignored by
    the major
    players when fed only in the keyword meta tag.
    > is there
    > a way to automatically assign keywords to each
    page...e.g. dreamweaver
    > seaches
    > pages for text and makes each word a keyword
    Not only is it not there, it's not needed since this is
    exactly what the
    SE's do when they spider your page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cripaustin" <[email protected]> wrote in
    message
    news:fmdbm7$pd3$[email protected]..
    > Hi. firstly...how do you enter keywords and descriptions
    using dreamweaver
    > (not
    > in the HTML section...but in the graphical interface...)
    and secondly, is
    > there
    > a way to automatically assign keywords to each
    page...e.g. dreamweaver
    > seaches
    > pages for text and makes each word a keyword.....thanks
    >

  • I was trying to use the Matlabscripting VI, but it says it is for instructional purpose and not for research and the system is getting stuck.When I used it two days back it worked.Could U plz tell me what the problem is??

    I have Labview 7.0 and Matlab 6.5 installed on all the computers at my School. When I tried to use the Matllab Scripting Window for the first time, it worked, but after two days when I was trying to run the program, there was a meesage saying that the License is for instructional Purpose only and not for Research or commercial use and the Labview is getting totally stuck. I need the Matlab Scripting VI for my Project,could anyone suggest what I shd do or is there any other method by which I could do that.

    Hello Medha,
    Thank you for contacting National Instruments.
    From the information you have provided, I am not sure what is causing your problem. Make sure that you do not have an evaluation license for LabVIEW.
    What, if anything, was changed in your VI before it stopped working? Will it run without the Matlab script?
    If you continue having trouble getting your VI to work, please respond with more information. If you like, you can post your VI (along with any necessary sub-VIs) and I will take a look at it.
    Have a great day,
    Sean C.
    Applications Engineer
    National Instruments

  • PDF Documents with Functional Buttons - Works for IE and FireFox but not for Chrome and Safari

    To all,
    Good morning.  Our institution developed a PDF document with functional buttons for printing and e-mailing.  When the document is viewed via Internet Explorer and Firefox, the functional buttons work as expected.  However if the document is viewed via Chrome and Safari, the functional buttons do not work.  The workaround for those who are using Chrome and Safari, the PDF document needs to be saved to their local drive before the functional buttons work.
    Has anyone experienced this issue before?  If yes, what was your solution other than the workaround.
    Thanks.
    Babylon5

    Here's how to configure your browser to run Adobe Reader: http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

  • Default zoom factor for bookmarks and hyperlinks

    In Acrobat Prof. 8.1.2, is it possible to set a default zoom factor for
    newly created bookmarks or for hyperlinks referring to pages in the same
    document? Is it possible to change the zoom factor for all such hyperlinks
    in one step without having to edit each of them individually?
    Andreas

    That book needs so much clean up I don't think you can fix it, sorry.
    I'd start over - again, apply the above child's book example to start another book.
    Be sure to replace the boiler plate text/images with yours, then reposition....don't just dump yours on top of them.
    If you can't use the child's book TOC example, search here on the topic, but don't ignore the minimum requirements in any case.
    And again, use Pages or InDesign if you want more control over your e-pub.
    Good luck.

  • Default ports groups for iptv and iptv control server

    is there a default group for iptv and default ports for different types of communication

    I was able to take a look at the system here at work:
    Under "Preferences" in the Content Manager, the first category of configurable parameters are for Multicast Addresses.
    If you keep the default (Global)it uses 224.2.X.Y, and allows you to set the TTL's to set the multicast diameter.
    The Administratively Scoped multicast addresses are 239.255.0.0 - 239.255.255.255. You can also set a TTL.
    Global SSM addresses are 232.0.0.0-232.255.255.255
    Admin Scoped SSM addresses are 239.232.0.0-239.232.255.255
    Near the end of that section, you can choose which address range will be the default, and I believe "Global" (224.2.X.Y) is the "default" default.
    The only ports listed are for Multicast Announcement (9874) and RTSP (8554) both are UDP.
    Good Luck
    Scott

  • Fees for in-app purchases for Not-for-profits and charities

    Hi everyone,
    I was just wondering if anyone knows if Apple offer a discount on their fee of 30% for in-app purchases if the purchase is a donation to a not-for-profit or charity?
    Thanks in advance for your help
    Cheers
    Alex

    You can try contacting Apple corporate for the final word at http://www.apple.com/contact

  • Default acl permissions for root and user?

    after running permissions i keep getting acl permissions changed and will repair. Apparently it doesn't. Is their a manual way of resetting to defaults for both root and user.

    Turns out they didn't change themselves, but authentication got out of whack. This post fixed it for me, but I just jogged access on ical and blogs. Not sure which or both is needed, but after I toggled them over and back I was up and running again.
    <SNIP>
    Solution found athttp://michaeljin.wordpress.com/2010/01/05/locked-out-of-mac-os-x-server/
    It’s blog update time! Updates have been a little scarce lately, been super busy with getting trophies on PS3
    Anyway, recently encountered the following with a Mac mini server running Snow Leopard Server:
    Despite being able to ARD / Screenshare the Mac mini, I was unable to get any further than the login window. Authentication credentials are obviously valid. No weird access permissions have been set. However, the weird thing was, I can connect to the server via Server Admin tools (from another Mac) and all other services were running without a hitch.
    After much head scratching it turns out to be a sACL (Service Access Control List) issue.
    This thread solved the mystery!
    http://discussions.apple.com/thread.jspa?threadID=1654864
    To save you the trouble, I’ll lay it out here. I cannot take credit for this, but Randall can!
    Open Server Admin on a computer (any), and connect with the local admin to the machine.
    Select the server and authenticate.
    Select Settings, then go to Access. You’ll want to make sure that Login Window and SSH have the local admin account listed if you select the option to “Allow only these users”. For now, I would suggest making sure all services have “Allow all users and groups” selected.
    If (as in my case) it was set to Allow All in the first place, simply toggle the settings – back and forth.
    Save.
    Try logging in again… should be a good one!
    </SNIP>

  • HT204053 Icloud does not recognise my itunes log on and password.  It is showing an error message saying that the log on is good for itunes but not for icloud and I cannot log onto icloud

    I cannot log onto I Cloud as it is not recognising my apple ID used for my ipod on my pc?

    Hello....I also can't login to icloud.com email to use the app Find my Phone...it says Your Apple ID must be used, etc, etc....
    However, I found this post and signed in with my Apple ID and I have an IOS Iphone (like I mentioned, it's lost somewhere and I'm trying to find it).
    I have set up ICould on my phone previously and have received welcome email from doing it.  Can someone please help me use the App to find my phone!!  I have no idea why I can't login online to Icloud.com
    Thank you!  I want to exhaust all options before buying a replacement one....

  • How to export photos with titles in chronological order. Checking box for title and keyword doesn't seem to work

    I want to export a group of JPEG photos including titles in the order in which they were taken.  Checking the box to include titles and key words seems not to work.

    You can not
    exporting creates files - files have no order - the order is set by the program you use to view them - for example in the finder you can view files by the date created, date modified, size, alpha, etc
    So to control the order when viewing in the finder you must have an attribute that the finder can sort on set - the most common way to export photos in a specific order is to make an album in iphoto in the order you want and then export the album using the sequential naming option of the export command - then view them in the finder using a alpha sort - Exporting From iPhoto
    However since you want to retain your existing title that will not work for you

Maybe you are looking for