+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: RSS to Web page

  1. #1
    Join Date
    Feb 2005
    Posts
    89

    Default RSS to Web page

    I thought this would be useful. Does anybody else use this or someting similar?

    http://jade.mcli.dist.maricopa.edu/f...ex.php?s=build

    I was looking for ways to get content to my web pages, this might be it. I was specifically looking for a rss feed that would automatically upate mortgage rates, but had trouble finding one.

  2. #2
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

    Default Re: RSS to Web page

    Hi

    I would recommend AGAINST using any third party utilities for the following reasons
    • What happens if they go out of business?
    • What happens on your site if they have a DNS hit and their feeds are slow
    • It's no big deal to use magpie and put the feeds directly onto your site (and it caches)

    By using an RSS feed (which is an excellent idea) you're already tying your site to another site - you don't want to make it worse.

    Sarah

  3. #3
    Join Date
    May 2004
    Posts
    391

    Default Re: RSS to Web page

    I agree with Sarah. Magpie RSS is great, easy to setup and works flawlessly.

  4. #4
    Join Date
    Feb 2005
    Posts
    89

    Default Re: RSS to Web page

    Quote Originally Posted by chachi
    I agree with Sarah. Magpie RSS is great, easy to setup and works flawlessly.
    Thanks to both of you, I'll have a look at that.

  5. #5
    Join Date
    Jun 2005
    Location
    Queen Creek, AZ
    Posts
    13

    Default Re: RSS to Web page

    Anybody have a good real estate link with the xml/html/php code running MagpieRSS??

  6. #6
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

    Default Re: RSS to Web page

    I have a demo at http://sarahk.pcpropertymanager.com/muck/rsstest.php

    which displays feeds from http://www.propertytalk.co.nz which is a news and forum site for property investors. The idea of the feed is that realtors and mortgage brokers can have "news" on their sites.

    Sarah

  7. #7
    Join Date
    Feb 2005
    Posts
    89

    Default Re: RSS to Web page

    I like it. I haven't read through the magpie site too much but I'm guessing that install is pretty straightforward? You don't need a db do you? I don't want to have to burn one if I don't have to.

    Quote Originally Posted by sarahk
    I have a demo at http://sarahk.pcpropertymanager.com/muck/rsstest.php

    which displays feeds from http://www.propertytalk.co.nz which is a news and forum site for property investors. The idea of the feed is that realtors and mortgage brokers can have "news" on their sites.

    Sarah

  8. #8
    Join Date
    Jun 2005
    Location
    California
    Posts
    7

    Default Re: RSS to Web page

    flip, what platform is your webserver running on? What type of extensions does your webserver use?

  9. #9
    Join Date
    Feb 2005
    Posts
    89

    Default Re: RSS to Web page

    I have one site on LAMP (Linux/Apache/MySQL/PHP) right now and I'm building two others that are on IIS6 for the time being.

  10. #10
    Join Date
    Jun 2005
    Location
    California
    Posts
    7

    Default Re: RSS to Web page

    Well since you are running IIS 6, I will assume you are running ASP.NET extensions? If so, it is really quite simple to write a RSS parser with the built in XML classes of .NET. If you would like I can provide you some example code, but I am not sure that you are running C# or .NET.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts