Creation of the rss xml feed url and the xml itself

Hello all.
I know this question has been answered before I think and I get most of the answer, BUT
I want to put my podcasts on the itunes lib and know that I have to submit the rss xml.
My issue is that I don't know where I put it physically.
I publish a web site thru iweb, no problem. If I add a blank page to the site and call the page "rss.xml", then add a text box to the page, then place the xml for the podcast in it. Will that work if i submit the entire URL to itunes?
I created the blank page and called the page rss.xml, then navigated to the page and in the address bar the last part of the URL was".html". That does not seem correct, but I am pretty much new to this so I am not sure.
Please help if you can.
Here is my website:
http://web.mac.com/davescida/iWeb/Early_riser/rss.xml.html
I just don't know what I am doing wrong and I don't think it should be this hard...
Thanks much
Dave

I'm quite new to the whole podcast thing and it took me a while to wrap my head around exactly what and RSS feed is, how it works and what you do with it. I'm still learning.
However, here's what I do now: the XML file is like its own web page. You can't create a blank HTML document and just name it RSS feed or whatever. You need to either hand code the file or use an RSS feed creator program. There are some shareware programs that do that, but I am having difficulty with them. Think of the XML file as the exact same thing as an HTML file (web page). So you need to place the file on your web site or web srever that is hosting your podcast. For example, my podcast audio file is located inside a folder on my web site called "podcast". The XML file (RSS feed file) is also located inside that folder. Therefore the web address is: http://www.mysite.com/podcast/mypodcast.xml
That is what gets submitted to podcast directories and to iTunes. If it is created correctly, that XML document will contain ALL of the information needed to tell everyone about your podcast (description, etc.) and where the audio file actualy is so it can be downloaded automatically by iTunes.
I hope this makes sense.

Similar Messages

  • I'm moving my podcast and I don't know where to put the itunes:new-feed-url into the code. I'd love to just have somebody point to the right spot. Please advise.

    Where does it go?
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?charset/?>" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="<?root_url/?>rss.xml">
        <meta name="keywords" content="mypodcast" />
        <meta name="robots" content="all" />
    <style type="text/css">
    /*DIV ID'S*/
    #maincontainer {
        border:0px solid #C1B1B1;
        width: 698px;
        text-align: left;
        background: #FFF;
    #header {
        border-bottom: 1px solid #B4B4B4;
        width: 698px;
        text-align: left;
        background: #FFF;
    #posts {
        border-top:0px solid #C1B1B1;
        border-right:0px solid #C1B1B1;
        background: #FFF;
        width: 447px;
        text-align: left;
        float: left;
        padding-top: 20px;
    #columnright {
        border-top:0px solid #C1B1B1;
        background: #FFF;
        width: 210px;
        text-align: left;
        float: right;
        padding: 20px;
    #profilepic {
        float: left;
        padding: 5px 5px 0px 0px;
    #footer {
        border-top: 0px solid #C1B1B1;
        padding: 10px 20px 10px 0px;
        background-color: #FFF;
    /*MAIN CLASSES*/
    body {
        font-family: "Verdana", Arial, Helvetica, sans-serif;
        background-color: #FFF;
        text-align: left;
        padding: 20px;
        color: #000;
        font-size: 12px;
        margin: 0px;
    h1.podcast-title {
        color: #555555;
        font-size: 26px;
        font-weight: bold;
        padding: 20px 20px 0px 0px;
        margin: 0px;
    h1.podcast-title a {
        color: #555555;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
    h2 {
        color: #676767;
        font-size: 21px;
        font-weight: 600;
        padding: 0px 20px 0px 0px;
        margin:0px;
    h3 {
        color: #676767;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px 0px 5px 20px;
        border-bottom: 1px dotted #C1B1B1;
        background:url(<?template_url/?>images/icon_subtitles3.gif) no-repeat;
    p {
        color: #737373;
        font-size: 11px;
        line-height: 15px;
        padding: 10px 20px 10px 0px;
        margin:0px;
    p.righttext {
        color: #737373;
        font-size: 11px;
        padding: 5px 0px 10px 0px;
        margin:0px;
    img {
        border:1px solid #007B9F;
        text-align: left;
        margin: 3px;
        padding: 2px;
    a {
        color: #007B9F;
        font-size: 11px;
    a:hover {
        color: #72AABA;
        font-size: 11px;
    a.posttitle {
        color: #676767;
        font-size: 21px;
        font-weight: bold;
        margin:0px;
        text-decoration: none;
    a.posttitle:hover {
        color: #676767;
        font-size: 21px;
        font-weight: bold;
        margin:0px;
        text-decoration: underline;
    a.listenpodcast {
        font-weight: bold;
        background:url(<?template_url/?>images/icon_podcast3.gif) no-repeat;
        padding-left: 15px;
    a.listenpodcast:hover {
        font-weight: bold;
        background:url(<?template_url/?>images/icon_podcast3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.comments {
        background:url(<?template_url/?>images/icon_comments3.gif) no-repeat;
        padding-left: 15px;
    a.comments:hover {
        background:url(<?template_url/?>images/icon_comments3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.profile {
        background:url(<?template_url/?>images/icon_profile3.gif) no-repeat;
        padding-left: 15px;
    a.profile:hover {
        background:url(<?template_url/?>images/icon_profile3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.posts, p.posts {
        background:url(<?template_url/?>images/icon_posts3.gif) no-repeat;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        display: block;
        border-bottom: 1px solid #B4B4B4;
    a.posts:hover {
        background:url(<?template_url/?>images/icon_posts3.gif) no-repeat;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #72AABA;
        text-decoration: underline;
        display: block;
        border-bottom: 1px solid #B4B4B4;
    .date {
        color: #858585;
        font-size: 12px;
        font-weight: bold;
        padding: 20px 20px 0px 0px;
        margin: 20px 0px 0px 0px;
    p.endpost {
        border-top:0px dotted #C1B1B1;
        border-bottom:1px dotted #A0A0A0;
        margin-bottom: 20px;
    </style>
    <style type="text/css">
    .item-control {
       display:none;
    .item-control a, .item-action a {
       text-decoration:none !important;
    .quick-edit-icon {
       background: url("<?system_url/?>/images/icon18_edit_allbkg.gif") no-repeat left;
       /* makes an 18x18 box */
       padding:9px;
       margin:0 0 0 .5em;
    .delete-comment-icon {
       background: url("<?system_url/?>/images/icon_delete.gif") no-repeat left;
       /* makes a 14x14 box */
       padding:7px;
    .email-post-icon {
       background: url("<?system_url/?>/images/icon18_email.gif") no-repeat left;
       /* makes an 18x18 box */
       padding:9px;
       margin:0 0 0 .5em;
    <?AllowEditingStyle?>
    .item-control { display:inline; }
    <?/AllowEditingStyle?>
    <?EmailPostLinksStyle?>
    .item-action { display:none;}
    <?/EmailPostLinksStyle?>
    </style>
        <script language="JavaScript" src="<?system_url/?>/scripts/popup.js"></script>
    <title><?PodcastTitle/?></title>
    <script language="JavaScript" type="text/javascript" src="/scripts/flashvars.js">>
    </script>
    <script language="VBScript" type="text/vbscript" src="/scripts/flashdetect.vb">
    </script>
    <script language="JavaScript1.1" type="text/javascript" src="/scripts/flashdetect.js">
    </script>
    <script language="JavaScript" type="text/javascript" src="/scripts/insertflash.js">
    </script>
    </head>
    <body>
    <center>
    <div id="maincontainer">
        <div id="header">
        <h1 class="podcast-title"><a href="<?PodcastHome/?>"><?PodcastTitle/?></a></h1>
        <p><?PodcastDescription/?></p>
        </div>
        <div id="posts">
        <?PodcastCurrentRecords?>
        <?PodcastCurrentRecord?>
        <span class="date"><?DateHeader/?></span>
        <h2><a href="<?PermanentLink/?>" class="posttitle"><?Title/?></a></h2><?Downloads?> (<?DownloadsCount/?> downloads)<?/Downloads?>
        <p><a href="<?FileUrl/?>" class="listenpodcast">Download this episode (<?AudioFileSize/?>)</a>
    <script>
    <!--
    JSputPlayer('<?FileUrl/?>', 'FFFFFF', 'E0E0E0', '000000', '000000', '676767');
    // -->
    </script>
    <noscript>
    <b>Flash player error: JavaScript must be enabled!</b>
    </noscript>
             <br />
            <?RecordBody?>
                <?PodcastNotFloatAlign?>
                    <?RecordWithImage?>
                    <div style="width=100%; text-align: <?ImageAlign/?>;">
                    <img src="<?ImageUrl/?>">
                    </div>
                    <p>
                    <?Description/?>
                    </p>
                    <?/RecordWithImage?>
                    <?RecordWithoutImage?>
                        <?Description/?>
                    <?/RecordWithoutImage?>
                <?/PodcastNotFloatAlign?>
                <?PodcastFloatAlign?>
                    <?RecordWithImage?>
                    <img src="<?ImageUrl/?>" style="margin:10px; float:<?ImageAlign/?>;">
                    <?Description/?>
                    <br clear="all" />
                    <?/RecordWithImage?>
                    <?RecordWithoutImage?>
                        <?Description/?>
                    <?/RecordWithoutImage?>
                <?/PodcastFloatAlign?>
            <?/RecordBody?>   
        </p>   
        <p class="endpost">Posted by <?UserName/?> at <?PostTime/?> | 
                    <?CommentsLinkPlace?>
                        <a href="<?PostCommentLink/?>"  class="comments" <?CommentsInPopupTag/?>><?CommentsLinkText/?></a>
                    <?/CommentsLinkPlace?>
                    <span class="item-action">
                        <a href="<?EmailPostLink/?>" <?EmailPostPopupTag/?> title="Email Post">
                          <span class="email-post-icon"> </span>
                      </a>
                    </span>
                  <span class="item-control">
                      <a style="border:none;" href="<?EditLink/?>" title="Edit Post">
                          <span class="quick-edit-icon"> </span>
                      </a>
                  </span>
        </p>
        <?/PodcastCurrentRecord?>
        <?/PodcastCurrentRecords?>
      <?AfterOnePostOnPage?>
        <p class="comment-timestamp" style="margin-top: -1.5em;">
            <a href="<?PodcastHome/?>">&lt;&lt; Home</a>
        </p>
      <?/AfterOnePostOnPage?>
       <?CommentsPlace?> <!-- Begin #comments -->
       <div style="margin: 2em;">
        <h4><strong><?CommentsCnt/?></strong> Comments:</h4>
        <dl id="comments-block">
          <?CommentsRows?>
          <?CommentsRow?>
          <dt class="comment-poster">
            <?CommentSender/?> said...
          </dt>
          <dd class="comment-body">
            <p><?Body/?></p>
          </dd>
          <dd class="comment-timestamp"><?PostTime/?>
          <?DeleteCommentLink/?>
          </dd>
          <?/CommentsRow?>
          <?/CommentsRows?>
        </dl>
        <?PostNewCommentLink?>
            <p class="comment-timestamp">
            <a class="comment-link" href="<?PostCommentLink/?>" <?CommentsInPopupTag/?>>Post a Comment</a>
            </p>
        <?/PostNewCommentLink?>
        </div>
        <?/CommentsPlace?> <!-- End #comments -->
        <?WelcomeMessage?>
            <p class="welcome_title">Congratulations on creating your new podcast!</p>
            <p class="welcome_message">Please log into your account to add/create an episode and then publish your podcast so that the rest of the world can enjoy your work.</p>
        <?/WelcomeMessage?>           
          </div>
        <div id="columnright">
        <h3>My Profile</h3>
        <?PodcastAuthorPhotoUrlPlace?>
        <div id="profilepic"><img src="<?PodcastAuthorPhotoUrl/?>" /></div>
        <?/PodcastAuthorPhotoUrlPlace?>
        <p class="righttext"><strong><?PodcastAuthorName/?></strong><br />
          <strong><?PodcastAuthorLocation/?></strong><br />
          <?PodcastAuthorAbout/?>
        <br />
        <a href="<?PodcastAuthorUrl/?>" class="profile">View my complete profile</a></p><br clear="all"/>
        <!-- LINKS, you can change or delete list here if necessary -->
        <h3>Links</h3>
        <div style="padding: 1ex 0 1em 2em;">
        <a href="http://www.mypodcast.com/" target="_blank">Free Podcast Hosting</a><br>
        </div>
        <!-- END of LINKS block -->
        <?PrevPosts?>
        <h3>Recent Posts</h3>
        <?PrevPostsRows?>
        <?PrevPostsRow?>
        <a href="<?PermanentLink/?>" class="posts"><?Title/?></a>
        <?/PrevPostsRow?>
        <?/PrevPostsRows?>
        <?/PrevPosts?>
        <?ArchiveLinks?>
        <h3>Archives</h3>
        <?ArchiveLinksRows?>
        <?ArchiveLinksRow?>
               <?CurrentRow?>
                   <p class="posts"><?DisplayString/?></p>
               <?/CurrentRow?>
               <?NotCurrentRow?>   
                <a href="<?Link/?>" class="posts"><?DisplayString/?></a>
            <?/NotCurrentRow?>
        <?/ArchiveLinksRow?>
        <?/ArchiveLinksRows?>
        <?/ArchiveLinks?>
          <!-- Links to podcast subscriptions -->
      <div style="text-align: center;">
        <a href="<?itunes_link/?>" title="Subscribe to podcast with iTunes"><img src="<?system_url/?>/images/itunes2.png" alt="Subscribe to podcast with iTunes" style="border:0;"></a><br>
        <a href="<?google_link/?>" title="Subscribe to podcast with Google"><img src="<?system_url/?>/images/google2.png" alt="Subscribe to podcast with Google" style="border:0;"></a><br>
        <a href="<?yahoo_link/?>" title="Subscribe to podcast with Yahoo"><img src="<?system_url/?>/images/yahoo2.png" alt="Subscribe to podcast with Yahoo" style="border:0;"></a><br>
        <a href="<?rss_link/?>" title="Podcast RSS-channel"><img src="<?system_url/?>/images/podcast.png" alt="Podcast RSS-channel" style="border:0;"></a><br>
        <br>
        <a href="<?advertise_link/?>" title="If you would like to advertise in this podcast, click here for more information."><img src="<?system_url/?>/images/advertise.png" alt="If you would like to advertise in this podcast, click here for more information." style="border:0;"></a>
      </div>
        </div>
        <br clear="all" />
        <div id="footer">Powered by <a href="http://www.mypodcast.com/" target="_blank">MyPodcast.com</a></div>
    </div>
    </center>
    </body>
    </html>

    It doesn't go anywhere in that: that isn't a feed, it's a web page. A feed is a text file in XML format.
    Would you like to post the URL of your iTunes Store page?
    This page about podcasting includes a basic sample feed so you can see what one should look like, and at the bottom of the page is the method for redirecting iTunes to a new feed.
    http://rfwilmut.net/pc

  • We had to change the feed adress and the epsiode adresses. Now all the episodes of my podcast are downloaded (although i have downloaded them already). How can I make the changes in my feed and avoid that all the episodes are reloaded?

    Hello,
    We had to change the feed adress (<itunes:new-feed-url>)and the epsiode adresses in the feed because the feed and the episode-files are on a new server. Now when i open my iTunes subscription of our podcast all the episodes of my podcast are downloaded again (although i have downloaded them already).
    My Question therefore is: How can I make the changes in my feed and avoid that all the episodes are reloaded?
    Maybe have an answer?
    Thank you very much.

    Thank you very much for your answer
    As I see now, our 'guid' tags contain the episode URLs
    To avoid this problem in the future i would like to change guid tags. Can you please tell me how a guid tag should look like if it is not the URL?
    Thank you for helping us!
    ps now it looks like this eg:
    <guid isPermaLink="false">http://www.castyourart.com/podcasts/213_thinkglobal_en.mp4</guid>

  • After updating to Mountain Lion, Mail has lost the RSS feeds, the colored marked mails folder, and the notes

    After updating to Mountain Lion, Mail has lost the RSS feeds, the colored marked mails folder, and the notes. Where are they?

    why did they erase something usefull and easy to use?

  • Somtimes Firefox loads a blank page; the Tab says "New Tab" and the URL is always "about:blank". What's up with that?

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

  • I want to create an external video widget with iAd. I followed the steps and copied the Url and paste it in the Video pop-up menu in the Properties section of the inspector. When i select 'preview' the video doesn't play and the Url that i pasted is gone.

    i want to create an external video widget with iAd to use in an iBook. I followed the steps and copied the Url and paste it in the Video pop-up menu in the Properties section of the inspector. When i select 'preview' the video doesn't play and the Url that i pasted is gone.
    hope someone can help!

    May have something to do with whether or not the URL can be reached while building your widget.  I've got a video on the web. When I enter the URL into the field for the video object and click to another field,  the URL is replaced with some text indicating that it is accessing the video then updates itself to displaying just the name of the video file.
    It shows just fine in preview and I can see the full path to the video when I export the widget so it should work for you. 
    Is the video accessible from your Mac while you're laying out your widget?
    -Mark

  • VZW URL coming up on the VZT Sign-In Page and the Email "Keep Me Signed In" issue

    Hello All,
    Here are two messages as it pertains to the VZW URL coming up on the VZT Sign-In Page and the Email “Keep Me Signed In” issue:
    I’m a VZT customer and want to sign-in to my VZT account.  Why am I being sent to a My Verizon sign-in page with a VerizonWireless URL (website address)?
    Thank you for raising this issue, and it is always good to ask when you see something unexpected in an online experience.  We are in the process of making some security enhancements and other changes to our wireline My Verizon site.   At least during the early stages of this important process you may notice a verizonwireless.com URL at the top of your browser screen – this is normal. 
    I’ve selected the “Keep Me Signed In” function on the My Verizon sign-in page.  It used to work on the old “verizon.com” URL (website address) sign-in page, but it doesn’t work on the new “verizonwireless.com” URL sign-in page.  Why?
    We apologize for your inconvenience.  We are in the process of making some security enhancements and other changes to our wireline My Verizon site.  “Keep Me Signed In” is one of the items being changed and is unavailable for some of our customers.  This is a temporary situation until the function can be removed entirely.  
    Thank you for your patience while we work on the changes and enhancements to our wireline My Verizon site.

    I have this too it's driving me crazy!

  • Ie 11 fails with 'IE Security detected that the URL and the configuration link to not match

    HI,
    I Have a user that is using IE 11 and is getting the following error:
    IE Security detected that the URL and the configuration link to not match. Please use the URL as configured.  Is and IP based URL. On IE 10 we get a similar message, but as soon as we add it to our trusted site and switch to compatibility
    mode the issue goes away.
    For example http://10.10.10.180/xxx/iafwebsite_810/
    What would be causing this issue?
    Any help would be appreciated.
    Thanks,
    Trish
    Trish Leppa

    Hi,
    It seems that this URL doesn't meet security level. Thus, as long as you add this URL to Trusted sites zone, this issue is fixed.
    Thanks!
    Andy Altmann
    TechNet Community Support

  • How do I extract the RSS or feed link from my iTunes?

    How do I extract the RSS or feed link from my iTunes?
    I have a Podcast Feed that I like to share with others. I would like to post this link on my website so that others can link or place it into their iTunes or other media player.
    Thanks!

    I'm trying to do the same thing. Did you ever get an answer?

  • To whom it may concern      Hi my name is Silvana Pires,I purchased an I Phone 4 S Model A 1387 EMC 2430 SCC.ID DCG E  2430 AIC.579 C-E 243 A in California one year ago,Unfortunately its Not working well the screen is getting black,and the phone is in goo

    To whom it may concern
    Hi my name is Silvana Pires,I purchased an I Phone 4 S Model A 1387 EMC 2430 SCC.ID DCG E
    2430 AIC.579 C-E 243 A in California one year ago,Unfortunately its Not working well the screen is getting black,and the phone is in good shape I can prove it,the Apple support in Brazil doenst work like in USA.
    I look forward to your reply and a resolution of this problem.
    Thank you very much!!!

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • The odd tale of Quickmask and the alpha channel

    I'm posting this in hope rather than expectation - as I keep requesting this is fixed, but I seem to be a lone voice.
    I understand that this code was written back in the 90's - and I get the impression (from a senior Photoshop engineer no less) that no one really understands it...
    The odd tale of Quickmask and the alpha channel
    Try this:
    With Quickmask set to it's defaults (double click the quickmask icon and ensure it's set to 'colour indicates : masked areas'), paint in black to create a 'red' quickmask area. Hit Q to return to the selection border. You should see two selection borders - one at the edge of the image defining the outer edge of the selected area, and one defining the inner edge of the masked area that you painted.
    Now hit the 'save selection as channel' button at the bottom of the channel palette to create an alpha channel.Everything's as expected - the alpha is black ('unselected') where you painted.
    Now repeat the process, but with the Quickmask mode set to 'colour indicates : selected areas'.
    In this case where you paint in QM mode should be selected. Paint a patch and hit the Q key - it is. You have a single selected area. Now hit the 'save selection as channel' button at the bottom of the channel palette to create another alpha channel.
    This time the alpha is incorrect - it's the inverse of what it should be.
    And it gets worse:
    Ctrl / Cmd click on the alpha thumbnail to load the alpha as a selection -
    notice that it even loads the black area as a selection.
    It's been like this as long as I can remember... and I really wish it was fixed.
    I'm a Photoshop ACI. QM is a tool I'd like to get my students to use more, but this behaviour makes it 'difficult' to teach Quickmask to users, particularly in conjunction with alpha channels. In my experience it seems that most users find it more natural to 'paint on' a selection, rather than than 'paint off' a mask.
    So most users would prefer to set 'colour indicates : selected areas'
    I've been around long enough to know the rubylith heritage upon which Quickmask is modelled, however I now think it's time that baggage was left behind. I wonder what proportion of current Photoshop users even know what rubylith was?
    There are two points here:
    1. There should be NO connection between the QM paint state and the subsequent creation (or loading) of an alpha channel.
    Whether you choose to label it  a feature or a bug, it's clearly wrong to toggle out of QM mode, see a selection on screen, make an alpha channel - and find your alpha is reversed.
    And in addition to that - it's a 'freak' alpha that subsequently loads reversed...
    2. I think it's time to drop the rubylith baggage and set the QM paint mode to a default of set 'colour indicates : selected areas'.

    Charles,
    Thanks to your replies I've now discovered another twist to this tale...
    When I'm saving a selection, I typically use the 'save selection as alpha' button in the channels panel. That shows the issue I'm referring to.
    However, I've just discovered - thanks to your comments - that if instead you use the 'Select > Save selection' menu command you get a 'correct' alpha.
    If you care to try that second example again you'll find you can get two different alpha's from the same selection - depending upon which saving option you choose!
    This is now getting so complex, I'll have to put a pdf together explaining it and send it to our fiends at Adobe.

  • How to select the 5 most maximumst number and the 5 most minumumst number?

    Dear All,
    I draw a program. That is every loop the random number.vi create a number. I want to update the data in every loop to display the first 5 maximum number and the minumum.
    I don't know how to do it. Could you please give me some suggestions.
    Every reply is thankful.
    My LabVIEW version is 7.1
    Thanks!
    Hugo
    Attachments:
    max&min.vi ‏12 KB

    Hi Hugo,
    try those steps:
    1) make a loop with 2 shift registers, initialized with arrays of 5 elements, set to 0.5 each
    2) in the loop you append those two arrays containing 5 elements and the new random number (range 0...1)
    3) sort the resulting 11 element array
    4) take the first 5 for the 5 "smallest values" and the last 5 for "biggest values" and feed them into the corresponding shift register
    5) next iteration!
    Message Edited by GerdW on 08-13-2007 09:20 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • I have had adobe creative cloud for 6 mos...but as of today when i try to open it to download lightroom a blue gear in the middle just spins forever and the apps never come up

    i have had adobe creative cloud for 6 mos...but as of today when i try to open it to download lightroom a blue gear in the middle just spins forever and the apps never come up..i have rebooted laptop and that didnt work, the blue gear in the middle just spins forever

    Hi there,
    Please try the solution posted here App doesn't open | Progress wheel spins continually
    ^Ani

  • I am very annoyed at the Creative Cloud set up and the non-stop issues and problems

    I am very annoyed at the Creative Cloud set up and the non-stop issues and problems!  I am paying monthly for this service and it is constantly failing in some way!  So far in three months I have had to uninstall and re-install Photoshop THREE times because it stopped working properly and Illustrator I have had to do that same to TWICE!  That isn't including the other apps that have had issues!  I don't have the time to constantly be un-installing and re-installing all or some of the Creative Cloud because your developers are not making a product that works consistently for the money you are charging!  It is costing me more than just this monthly fee!  And I am even less impressed with the fact that I cannot email someone for assistance in resolving these issues.  Really Adobe?

    Adobe contact information - http://helpx.adobe.com/contact.html may help

  • Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Thanks Kelly,
    The answers would be the following:
    1200 cells per custom section (NEW COUNT), and up to 30 custom sections per spec.
    Assuming all will be populated, and this would apply to all final material specs in the system which could be ~25% of all material specs.
    The cells will be numeric, free text, drop downs, and some calculated numeric.
    Are we reaching the limits for UI performance?
    Thanks

Maybe you are looking for

  • Nik plugin problem - exports directly to folder - skips LR catalog :(

    hello everybody i have a very strange problem while attempting to edit a photo in Nik Color Efex Pro 4 in LR4 - edits are made and i click "save" to go back to LR the "stack" indication in the upper-left-hand corner increases by one but the edited ph

  • How do I transfer files and documents from one user account to another?

    How do I transfer documents and files from one user account to another?

  • Error opening the database

    My iMac spontaneously re-booted while I was working on a photo.  Now when I try to open the application, I get this warning: Can't proceed beyond quitting.  No idea what to do to get to my photos. Have done a verify and repair of permissions, and a v

  • Help on Substitution Rule

    Hi Sappers! I am working on a substitution rule and I would appreciate some pointers from you. Requirement: Remove the GL account 12345678 from the substitution rule. This account is presently used by a lot of different cost centers and the when ever

  • Can anyone please help?  I am getting "javaw.exe" error when trying Struts

    I am getting the following error when trying Structs action in my application. javaw.exe has generated errors and will be closed by Windows, You will need to restart the program. An error log is being created. the application server was stopped after