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/

Similar Messages

  • Post rss feed from another site?

    Can I post rss feed on to site muse site?
    How?

    Please refer to Zak's response here :
    https://forums.adobe.com/message/4761399
    Additionally , you can check third party tool like RSSinclude - Embed RSS Feed in Website, RSS Feed Widget PHP which helps to embed RSS feed to your site.
    Thanks,
    Sanjit

  • Safari 2.0.4 can't detect RSS feed from my site.

    Good Day!
    This morning I craeted and posted a short Podcast. It is located at:
    www.debbierosemyers.com/resources
    There is a link to the Podcast called Podcasts. When I click the link, it opens in Safari as tons of text. I cannot get it to download as anything but a text file.
    When I open it in Netscape, the file downloads to my desktop and open in iTunes with no problem. My friend was also able to download it from a Windows based machine as well using Explorer. I seems to work in Firfox as well.
    I just can't figure out if I created the file incorrectly or if there is somehting in Safari that I have set wrong. Can someone help me out?
    Thanks!

    took me a second to figure out what you were asking...plus your posted link was missing some pieces.
    Anyway, you have a link to an .m4a audio file. Browsers have a set of file extension associations that tell the browser what to do when it comes across a specific file type...prompt you to download it, open another application, etc... In your browser there should be a preferences or settings area, look for something called MIME Types or File Types...most likely the .m4a file type either doesn't have anything associated with it, it's set improperly or its not in there at all.
    Erik

  • Mozilla won't display web cam feed from web site

    Mozilla won't display web cam feed from web site: http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c4/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72DTUE8TAwjQL8h2VAQAMtzFUw!!/?ss=110803&navtype=BROWSEBYSUBJECT&cid=fsm9_029107&navid=091000000000000&pnavid=null&position=Not%2520Yet%2520Determined.Html&ttype=detailfull&pname=Chattahoochee-Oconee%2520National%2520Forest-%2520Home
    I have the latest Java software and can load the above feed in IE but not Mozilla. I can also load a similar Java feed from
    http://www.brmemc.net/brasstown/ in both IE and Mozilla.

    (Glad to see you're still lurking around here, Wyrenut.  Your posts have helped me tremendously.  And this comes form somebody who has run and internal developer's support group for quite a few years.)
    I also started having this problem after getting my TX hooked up through my home network.  I had to set up a wireless access point with only WPA security to get around having to change the WPA2 security on all my other equipment.  I applied the ESU upgrade, but that didn't seem to help with WPA2 Personal.  Previously, I could get at least half of the pages to come up through the open hotspot in the lobby of our building at work, but I haven't tried that since I applied the ESU upgrade this morning.
     I can get to the internet through the access point using a laptop, and I can see the IP address of the Palm coming through the access point on the router's admin page, and the DNS addresses of the PC and the Palm are the same.  So I think I'm through, but every page I try gets the 'Page not available' message, even if I enter the IP address of the page rather than the URL.
    Is there any other method of debugging available to see if the page is really coming back and locking up Blazer, or whether it's really not coming back at all?  Or any other suggestions? 
    Personally, I sort of liked the old Internet Explorer that counted off how many K were coming through as the page was being loaded.  At least you could tell something was happening.
    Thanks,

  • RSS from external sites

    Is is possible to achieve this... I want to be able to have a page in my iWeb site that will pull RSS feeds from other webpages over the net?
    i.e. My News page
    RSS Apple Hot News
    RSS Engadet
    RSS CNN.com
    and so forth... I'm sure this is a something that would have to be done with outside of iWeb but just looking for a bit more directions with this.
    Thanks to all

    Alfeo,
    Upon visiting your site it has been noticed you do not have the RSS link available in the address bar of your browser.
    Add this tag between the <HEAD> <HEAD/> section of your HTML file to have the RSS subscribe button appear in the address bar of supported browsers.
    <link rel="alternate" type="application/rss+xml" title="RSS" href="http://iWebFAQ.com/rss.xml" />
    Where http://iWebFAQ.com/rss.xml is the URL for your rss file.
    You can have different RSS links in the address bar for different pages. Just repeat the process for your individual html files of your pages and insert the desired RSS feed URL into the code as necessary.

  • 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!

  • 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

  • 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]

  • How do I insert RSS feed from my blogspot to my iWeb?

    Hi Guys,
    Really need some help here. I'm new to iWeb. I have been blogging using Blogspot.com.
    Right now, I would like to get RSS feed from my blog and display it in the iWeb. How should I do it?
    Please advise.
    Thanks

    Hello Kenny welcome to the forum.
    Create a hyperlink to yoursite.com/RSSfeedpath.xml.
    There's info on Google if you search for RSS icon in address bar where you can add a code into the head section of your html page post-publish to have RSS icon in addressbar that when clicked displays the RSS feed.
    You can also place an iframe code into an iWeb snippet to embed the rss file into your page but instead of http use feed:// so the iframed URL looks like this:
    feed://website.com/RSSfeedpath.xml
    hth

  • 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

  • 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 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

Maybe you are looking for

  • Discoverer 4.1.37-- Printing workbooks is not possible

    Hello all, One problem arise on many computers: when trying to print any worksheet(min 4 pages) from Discoverer 4.1.37 (network client installation) on windows XP, the processor usage in task manager is 100% and the computer is dead. No printing is s

  • Serial Number problem...

    I have a big problem with my photoshop Serial. My Serial Number is activated on two different computers but these are not alive anymore. How can I deactivate the Software on the software from a different computer so that I can install this on my new

  • Widgets on Symbian Belle (Nokia N8-00 from Argenti...

    With the arrival of the update to Symbian Belle I realized that Nokia forgot to place multiple widgets that were present in the leaked versions of Belle months ago. Some of them are in the following images. Widget mini music player: Belle has a music

  • Link in Crystal report to view on Mobile or Ipad

    Dear Expert ,  I created simple list of Purchase order  Pending approval report from draft table (ODRF). I want to create hyperlink in crystal report which should to go to approval list in mobile application. kindly let me know is it possible or not?

  • Previews in Captivate4 with CS5

    Has anybody had any experience using Captivate 4 with the CS5 programs? I installed CS5 this morning and now flash animations that are on my slides show up very small when I play the slide. When I preview the slide, the animations appear to work and