RSS feed from MobileMe to GoDaddy

Hello,
Forgive me for asking this queston late in the game, but I previously made the switch from MobileMe to GoDaddy. Could somebody please confirm my new RSS feed with GoDaddy (or maybe I need assistance confirming my old feed)?
Is the new feed
http://www.warbirdshow.com/Warbird_Show/Warbird_Show/rss.xml
Was my old feed
http://web.me.com/warbirdshow/warbird_show/warbird_show/rss.xml
I don't do a lot of podcasting, but was trying to successfully transition from MobileMe to GoDaddy and save my 7 podcasts.
I realize I'm asking this late in the game, but any assistnce would be greatly appreciated.  Thanks

http://web.me.com/warbirdshow/warbird_show/warbird_show/rss.xml - there is no file at this address.
http://www.warbirdshow.com/Warbird_Show/Warbird_Show/rss.xml - there is a feed at this address.
Your iTunes Store page is http://itunes.apple.com/gb/podcast/warbird-show/id408763490
and it is indeed using the second feed, so you are all OK. Ideally the old feed should have been left in place for two weeks so that any subscribers could be seamlessly redirected when they checked the feed, but it's too late to worry about that. They would be able to re-subscribe from the Store page.

Similar Messages

  • Move Podcast from MobileMe to GoDaddy

    I know similar questions like this have already been asked.  I've read the various discussion and answers.  I think I know what I need to do, but I want to confirm it here on the boards.  A mistake could very well cost me listeners.
    I have moved my site (created with iWeb) from MobileMe to GoDaddy.  Both sites are still live.  Now, I want to change the RSS code on my MM site to point subscriptions to the GD site.  Here is what I understand (thanks to reading Roger Wilmut's info at http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move):
    1.  In the RSS code (MM site), I need to add the following line of code: <itunes:new-feed-url>NEW URL FOR YOUR FEED</itunes:new-feed-url>
    2.  This code needs to be added between the "channel" tag the first "item" tag.  My first question is: should it be right below the channel and BEFORE the <title> info?
    3.  Now, here is the big question: what exactly should I put in for the NEW URL?  My MM and GD site / podcast information is below.
    MOBILEME SITE: http://web.me.com/markandjill/SW_Miniverse/Welcome.html
    MOBILEME PODCAST: http://web.me.com/markandjill/SW_Miniverse/Star_Wars_Miniverse/Star_Wars_Miniver se.html
    GODADDY SITE: http://www.swminiverse.com
    GODADDY POSCAST: http://www.swminiverse.com/SW_Miniverse/Star_Wars_Miniverse/Star_Wars_Miniverse. html
    Any help is greatly appreciated!!  I think I know what to enter for the NEW URL, but I want to make sure I don't make a mistake.  Thank you!

    I'm glad you checked, because it looks as if you were about to paint yourself into a corner. You've quoted the web pages for the two versions of the podcast: what matters are the feeds.
    The original, MobileMe, feed is at
    http://web.me.com/markandjill/SW_Miniverse/Star_Wars_Miniverse/rss.xml
    The Godaddy feed is at
    http://www.swminiverse.com/SW_Miniverse/Star_Wars_Miniverse/rss.xml
    Since iWeb doesn' provide for adding the tag, you are going to do it manually. Please follow these instructions very carefully.
    Mount your iDisk on the Desktop (command-shift-i). Open the Web folder, then within that the Sites, folder, then the markandjill folder, then the SW_Miniverse folder, then the Star_Wars_Miniverse folder and locate the rss.xml file. Drag this to the Desktop to download it.
    Now open this file in Text edit in PLAIN TEXT mode (not Rich Text which is often the default). Three lines down you will see the <channel> tag. Make a new line beneath this, reading:
    <itunes:new-feed-url>http://www.swminiverse.com/SW_Miniverse/Star_Wars_Miniverse/rss.xml</itunes:new-feed-url>
    All one line, no returns within it, and I should copy this line to make sure you get it absolutely right.
    Save the file as rss.xml - TextEdit will offer to add .txt on the end - don't allow this.
    Drag the file to the Star_Wars_Miniverse folder on the iDisk, replacing the existing one. Leave it severely alone for at least two weeks. Do not publish anything from iWeb to the iDisk or you will over-write it.
    You can check that it's worked; go to your iTunes Store page at
    http://itunes.apple.com/gb/podcast/star-wars-miniverse/id326698031
    Click the Subscribe button below the image. Go to the Podcasts section: control-click on the line with the podcast name (not an episode) and choose 'Copy Podcast URL'. Paste this into TextEdit - you should see the GoDaddy URL. It will take the Store page a few days to catch up. Subscribers will be automatically redirected to the new feed.

  • How can I create an RSS feed from my Azure Storage Blob?

    I'm a Tech Evangelist at Microsoft, based out of Philadelphia. I also have a podcast,
    http://indiedevpodcast.wordpress.com/, and was previously hosting my show on PodOmatic.
    I made the switch to Azure blog storage today, and I'm able to get the content there:
    https://indiedevpodcast.blob.core.windows.net/podcasts/Ep%2016%20Wimbus%20Studios.mp3/
    The issue though, is how do I generate an RSS feed from my podcasts in Azure blog storage?  It says "file not found", but it opens up Window Media Player and plays the file for me.
    *shrug*
    Is this what I'm looking for? http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/
    Thanks! 
    MS Tech Evangelist - Philadelphia | Baltimore Previously: Xbox Engineer at Comcast www.DavidVoyles.wordpress.com

    Hi,
    Thank you for reaching out to us.
    I am currently researching to gather more information with regards to your request.
    I shall revert back to you with an update at the earliest.
    Sincerely appreciate your patience.
    Regards,
    Shirisha Paderu

  • RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of

    RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of apple's terms and conditions? Please help

    See this post.
    tt2

  • Need help with reading RSS feed from SSIS

    Hi all,
    I am trying to read RSS feed from SSIS by using the Script Component. So far I am able to read some information from the RSS feed from the following items included in the code, Title, PublishDate, LastUpdateTime, Id and Summary.
    There are still more item but I am unable to identify the proper data type for the following:
    //Output0Buffer.Description = item.Content;
    //Output0Buffer.Category = item.Categories;
    //Output0Buffer.Comments = item.Summary;
    //Output0Buffer.Source = item.SourceFeed;
    When I define the data for item.Content as Unicode String in the column properties for the Output column I get the following error message:
    Error 1 Cannot implicitly convert type 'System.ServiceModel.Syndication.SyndicationContent' to 'string'
    And the same error for the other three variables.
    I am using HTTP Connection manager to read the xml link.
    I tried to google around for some help but I could not find more information about the datatype.
    I appreciate any help if someone can point me to the right solution for reading RSS feed from SSIS.
    Code:
    /* Microsoft SQL Server Integration Services Script Component
    * Write scripts using Microsoft Visual C# 2008.
    * ScriptMain is the entry point class of the script.*/
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
    using Microsoft.SqlServer.Dts.Runtime.Wrapper;
    using System.ServiceModel.Syndication;
    using System.Xml;
    using System.Text;
    [Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
    public class ScriptMain : UserComponent
    private string url = string.Empty;
    private SyndicationFeed feed = null;
    private XmlReader reader = null;
    public override void PreExecute()
    base.PreExecute();
    // Get the URL from the Http Connection Manager.
    // Note, we're not actually using the connection manager's connection object,
    // just it's URL setting. This is because using the .NET connection classes
    // give us more flexibility.
    reader = XmlReader.Create(Connections.HttpConnection.ConnectionString);
    feed = SyndicationFeed.Load(reader);
    public override void PostExecute()
    base.PostExecute();
    reader.Close();
    public override void CreateNewOutputRows()
    if (feed != null)
    foreach (var item in feed.Items)
    Output0Buffer.AddRow();
    Output0Buffer.Title = item.Title.Text;
    Output0Buffer.PublishDate = item.PublishDate;
    Output0Buffer.LastUpdatedTime = item.LastUpdatedTime;
    Output0Buffer.Link = item.Id;
    //Output0Buffer.Description = item.Content;
    //Output0Buffer.Category = item.Categories;
    //Output0Buffer.Comments = item.Summary;
    //Output0Buffer.Source = item.SourceFeed;
    Output0Buffer.FeedImage.AddBlobData(ConvertToBytes(item.Summary));
    string authorName = string.Empty;
    if (item.Authors.Count > 0)
    // take the first author
    authorName = item.Authors[0].Name;
    Output0Buffer.Author = authorName;
    Output0Buffer.SetEndOfRowset();
    private byte[] ConvertToBytes(TextSyndicationContent content)
    if (content != null && !string.IsNullOrEmpty(content.Text))
    // convert the string buffer to UTF8 so we can store it in an NTEXT column
    var encoding = new UTF8Encoding();
    return encoding.GetBytes(content.Text);
    return new byte[0];
    Thanks in return.

    You need to make it running outside SSIS 1st. I just do not see why you need to publish it here at the moment.
    And to solve it, doesn't C# has the
    VAR datatype so you do not have to guess.
    Arthur
    MyBlog
    Twitter

  • Display RSS feed from external site on my page

    HI,
    I need to know if it is possible with CFMX7 to grab rss feeds
    from a remote location and just display it on my site?
    How to?

    well, cf8 has a new <cffeed> tag... and though i have
    not ever needed to
    use it (i prefer to create my feeds manually), it is
    *supposed to* make
    creating and consuming (readin) rss and atom feeds a
    breeze... but
    judging by many a blog posts, it is not without bugs...
    google <cffeed>, and check out ray camden's blog at
    coldfusionjedi.com
    for many posts on this tag
    but there is really nothing stopping you from using
    <cfhttp> + <cfxml>
    tags in cf7 to achieve what you want...
    as for porting cf7 apps to cf8 - it is usually painless, but
    depending
    on the complexity of your server/hardware configuration, it
    may require
    close attention to minute details
    just to check if you code runs fine in cf8, there is a code
    analyser
    available in cf admin.
    hth
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • I have iWeb '08 and just switched from Mobileme to GoDaddy and using Filezilla.  Now when I make changes through iWeb it doesn't actually publish to my desktop folder.  In fact, it doesn't publish at all but says that it did.

    I have iWeb '08 and just switched from Mobileme to GoDaddy and using Filezilla.  I also just upgraded to Lion.  Now when I make changes through iWeb it doesn't actually publish to my desktop folder.  In fact, it doesn't publish at all but says that it did.  How can I make changes in iWeb and publish to a folder?

    Choose the destination in the publish settings page as shown in the second example on this page...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html

  • I just upgraded to Lion and switched my web page from MobileMe to Godaddy. But since upgrading to Lion a video I placed on my web page no longer shows up. instead I get "plug-in failure". That didn't happen until the Lion Upgrade what do I do?

    I just upgraded to Lion and switched my web page from MobileMe to Godaddy. But since upgrading to Lion a video I placed on my web page no longer shows up. instead I get "plug-in failure". That didn't happen until the Lion Upgrade what do I do?

    What's the format of your video? That will give you a hint as to what plugin is failing (or missing).
    If you don't know, what's the URL of your site - it shouldn't take long for someone to work out the specifics.

  • RSS feed FROM a iweb page?

    Is it possible to create an RSS feed FROM one of my pages created in iweb, so that I can link to it on another site, such as Flavors.me?
    thanks

    How come it's not showing any of the records in the database as items in the feed? Here is the feed and the .asp file code below...
    http://www.ocfs.state.ny.us/main/rssFeed2.asp
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <%
    Dim MM_conn_STRING
    MM_conn_STRING = "Provider='SQLOLEDB';Data Source='SQLCFS0A1AAV,1533';Initial Catalog=OCFSWeb;User Id=ohrd;Password=ohrd;"
    %>
    <%
    Dim rsAll
    Dim rsAll_cmd
    Dim rsAll_numRows
    ' Query the database and get all the records from the Images table
    Set rsAll_cmd = Server.CreateObject ("ADODB.Command")
    rsAll_cmd.ActiveConnection = MM_conn_STRING
    rsAll_cmd.CommandText = "SELECT * FROM Images"
    rsAll_cmd.Prepared = true
    Set rsAll = rsAll_cmd.Execute
    ' Send the headers
    Response.ContentType = "text/xml"
    Response.AddHeader "Pragma", "public"
    Response.AddHeader "Cache-control", "private"
    Response.AddHeader "Expires", "-1"
    %><?xml version="1.0" encoding="utf-8"?>
    <rss version="2.0">
    <channel>
    <title>NYS OCFS RSS Feed</title>
        <link>http://www.ocfs.state.ny.us</link>
    <description>The Office of Children and Family Services serves New York's public by promoting the safety, permanency and well-being of our children, families and communities. We will achieve results by setting and enforcing policies, building partnerships, and funding and providing quality services.</description>
      <root>
        <% While (NOT rsAll.EOF) %>
    <row>
       <%
       For each field in rsAll.Fields
       column = field.name
       %>
      <<%=column%>><![CDATA[<%=(rsAll.Fields.Item(column).Value)%>]]></<%=column%>>
      <%
       Next
      %>
    </row>
        <%
       rsAll.MoveNext()
    Wend
    %>
    </root>
    </channel>
    </rss>
    <%
    rsAll.Close()
    Set rsAll = Nothing
    %>
    Can anyone help??
    Thanks!

  • Create RSS feed from HTML DB?

    I've been using a streaming RSS feed extension in Firefox for several months now and get feeds from all over including asktom.oracle.com and http://www.oracle.com/technology/products/database/htmldb/index.html. Very cool.
    Recently I've installed HTML DB and have begun creating some basic reports - nothing very dramatic as I'm just learning. Now I'd like to begin sending out RSS feeds from my HTML DB application to my RSS extension in my Firefox browser but can't find an easy way to do it.
    I see several posts of others wishing to do the opposite (read RSS feeds into their HTML DB application) but nothing that shows how to create a feed from HTML DB.
    I looked at Tom's description of his method at http://asktom.oracle.com/~sdillon/rss.html but this seems very cumbersome to me - is there an easier way?
    I would think that there should be a "create RSS" feed button somewhere in the HTML DB interface when I'm defining the page's attributes.
    Thanks in advance for any advice/suggestions.

    Actually, Tom's method is not as hard as it looks.
    You can really just copy it all into your own procedure and replace the inner query.

  • RSS feed from Snow Leopard server

    I want to host an RSS feed from my server. What settings would be necessary to accomplish this?

    The first things to do would be to download a program that will maintain your RSS feed.  Podcast spitter from the app store was the top hit when I did a search.  I've not used it, but it appears that it'll do the trick.
    Next, just create a website using the web service in Snow Leopard Server.
    Point Podcast Spitter at the share that hosts your web site and that should do the trick.
    When you upload your RSS feed, all the stuff needed to make it an RSS feed should go with it.
    Granted it's a VERY thinned out version of the steps needed to take, but the concepts are correct.
    If you need a more detailed description, write back with more info about how your server is set up and how it's connected to the internet.
    HTH
    -Graham

  • RSS Feed from dynamic asp page...?

    I want to create an RSS feed from the dynamic database content on this page, as well as many others like it, so whenever a new database record is added to the sql server database, the rss feed is automatically updated as well with a new entry. I have wracked my brain on this for days but i believe it might be a pretty straightforward process.  Any ideas...??
    http://www.ocfs.state.ny.us/main/defaultdatabaserss.asp
    SMAN

    How come it's not showing any of the records in the database as items in the feed? Here is the feed and the .asp file code below...
    http://www.ocfs.state.ny.us/main/rssFeed2.asp
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <%
    Dim MM_conn_STRING
    MM_conn_STRING = "Provider='SQLOLEDB';Data Source='SQLCFS0A1AAV,1533';Initial Catalog=OCFSWeb;User Id=ohrd;Password=ohrd;"
    %>
    <%
    Dim rsAll
    Dim rsAll_cmd
    Dim rsAll_numRows
    ' Query the database and get all the records from the Images table
    Set rsAll_cmd = Server.CreateObject ("ADODB.Command")
    rsAll_cmd.ActiveConnection = MM_conn_STRING
    rsAll_cmd.CommandText = "SELECT * FROM Images"
    rsAll_cmd.Prepared = true
    Set rsAll = rsAll_cmd.Execute
    ' Send the headers
    Response.ContentType = "text/xml"
    Response.AddHeader "Pragma", "public"
    Response.AddHeader "Cache-control", "private"
    Response.AddHeader "Expires", "-1"
    %><?xml version="1.0" encoding="utf-8"?>
    <rss version="2.0">
    <channel>
    <title>NYS OCFS RSS Feed</title>
        <link>http://www.ocfs.state.ny.us</link>
    <description>The Office of Children and Family Services serves New York's public by promoting the safety, permanency and well-being of our children, families and communities. We will achieve results by setting and enforcing policies, building partnerships, and funding and providing quality services.</description>
      <root>
        <% While (NOT rsAll.EOF) %>
    <row>
       <%
       For each field in rsAll.Fields
       column = field.name
       %>
      <<%=column%>><![CDATA[<%=(rsAll.Fields.Item(column).Value)%>]]></<%=column%>>
      <%
       Next
      %>
    </row>
        <%
       rsAll.MoveNext()
    Wend
    %>
    </root>
    </channel>
    </rss>
    <%
    rsAll.Close()
    Set rsAll = Nothing
    %>
    Can anyone help??
    Thanks!

  • Exporting my RSS Feeds from Mail

    Is there a way to export my RSS feeds from Mail 3.0 so that I can then reimport them in another iMac at work. I don't have (nor do I want to purchase .Mac for synchronizing), but if there is a way to just export those and import them into Mail on another machine, I'd appreciate it.
    Thanks!
    - Marcelo

    It's pretty crude but I have an Applescript which scans the Mail RSS folders and dumps an OPML file on your desktop. I wrote it to get a copy of all my feeds for Google Reader - hopefully it'll work for you too...
    http://homepage.mac.com/neilgall/Files/Mail%20RSS%20to%20OPML.zip
    Neil

  • Help Syncing RSS Feeds from Mail onto Iphone

    Hi, Appreciate any ideas on syncing RSS feeds from Mail onto an iphone.
    Like receiving RSS feeds in Mail into my inbox rather than using a separate reader such as Netnewswire/Google Reader/etc.
    Also would prefer not to have to use safari bookmarks if possible.
    Feedback on maybe using Rules to forward RSS feeds to an email address to show up in a mailbox which could then be accessed in Mail on the iphone (I have a Mobile Me account) so thought this might work (and the rule might clear the RSS feed).
    Appreciate the input. Cheers, Tony

    Also would prefer not to have to use safari bookmarks if possible.
    There is an option under the info tab when you plug in your iPhone to not sync bookmarks.

  • Create RSS feeds from KM News

    Hi all,
    is it possible to create RSS feeds from the standard News items created with Form Based Publishing (XML Forms builders)? In other words, instead if just displaying those news items in the portal, can they be displayed in an RSS reader as well?
    Since it's all XML I would say it is possible, right?
    please advice
    Marcel

    Hi Marcel,
    jRSS - Simple Java RSS Feed Generator
    A simple java API to produce Really Simple Syndication (RSS) documents following the specification version 2.0
    http://sourceforge.net/projects/jrss/
    http://cephas.net/blog/2003/09/07/creating-rss-using-java/
    So generate the RSS in the KM folder where your XMLForm datas are saved.
    After that create a component that accesses this RSS and shows it. You can use RSS Viewer librarys to achieve this:
    http://sourceforge.net/projects/rssview/
    So steps are:
    1. Create RSS and save as resource in KM.
    <b>Create a Repository Service, which creates this RSS and also updates it when contents in the folder changes.</b>
    2. Read this resource using a component and create IView from this component.
    I am sure that there are lots of other approches to implement this solution.
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

Maybe you are looking for

  • Sync w/entourage x, iCal version 2.0.5 & most current version of iCal

    PowerBook G4 (work computer) -Entourage X (I use calendar & contacts from the applicaiton everyday) - iCal version 2.0.5 **currently I am importing my Entourage calendar into my iCal and exporting my contacts from Entorage and importing them into Add

  • [JS CS3] Check if a file exists

    hello everyone, is there a way to check if a file on the local hard drive exists by using javascript? thanks a lot, jonas

  • Adding a 3D sphere onto a 3D cube

    Hi, currently i have created a 3D cube and was thinking to create a 3D sphere so that the sphere can stay onto the cube. And so when the cube is being rotated, the sphere that is on the cube will move according too. Can any1 show me the code to creat

  • Need help in solving error

    i am getting error as Redo sequence 9165 no longer available in online logs for thread 1 without ... without archiving enabled, SQL <SELECT MAX(sequence#) FROM v$log WHERE thread# = :ora_thread AND status ... 'CURRENT', 'ACTIVE')>, error retrieving r

  • Rounding off while posting foreign invoice to Accounts

    Hi, I am facing a problem during the accounting of foreign invoices. We are setting the exchange rate in the sales order accounting tab in exchange rate field which gets passed on to the invoice. Now on converting the value to local currency the acco