Submit Your Article Forum Rules

Results 1 to 6 of 6

Thread: RSS Feed

  1. #1
    Junior Member
    Join Date
    May 2005
    Posts
    1

    RSS Feed

    I want to place an RSS feed on my accounting web site. I need an aggregator/reader to do so and can't find one that will work. I want clients to be able to come to my site and click on the RSS links for tax related information. My site is hosted on a Linux server and has PHP. Any help will be greatly appreciated.

  2. #2
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    RSS parsers

    I've used Magpie RSS, which is a PHP-powered RSS Parser. Works very well, with no elaborate setup.

    You can also use PHP to create an xml parser.
    One example of this can be seen on the SitePoint site PHP and XML: Parsing RSS 1.0

    Hope that helps!

    Paul

  3. #3
    Junior Member
    Join Date
    Jun 2005
    Posts
    1

    RSS Feed

    WebProWorld has a link to a parser written both in PHP and ASP at their news feed page (http://www.webpronews.com/feeds.html). The example for the PHP one is at http://www.2rss.com/rsslib-php.zip.

    It sounds like you need a tool that will generate RSS Feeds for topics on your website. I don't know of any out there but it shouldn't be hard to create in PHP. If you need more help on this let me know.

  4. #4
    Junior Member
    Join Date
    May 2005
    Posts
    3
    Magpie is a good choice if you know how to set it up. Alternatively you can use this RSS to Javascript tool to get javascript code which you can copy paste on your web site to display the feeds.

  5. #5
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    Javascripted newsfeed and SE bots

    The javascript solution is certainly the easiest method to set up an RSS feed. The only snag is you lose the benefit of fresh content being spidered by SE bots. They would just ignore the javascript and consequently the feed content.

    Paul

  6. #6
    Junior Member
    Join Date
    Jul 2005
    Posts
    11

    Re: RSS Feed

    Quote Originally Posted by taxguy
    I want to place an RSS feed on my accounting web site. I need an aggregator/reader to do so and can't find one that will work. I want clients to be able to come to my site and click on the RSS links for tax related information. My site is hosted on a Linux server and has PHP. Any help will be greatly appreciated.
    I don't know if I'm allowed to advertise my company, but we offer the ability to categorize and manage RSS feeds from one location and display them on your website without a reader installed (using JavaScript)


    http://www.clicksoft.com/newsevents.aspx

    The service is currently free.

Similar Threads

  1. Using a Rss feed
    By stevan in forum Search Engine Optimization Forum
    Replies: 3
    Last Post: 06-04-2006, 12:17 AM
  2. RSS Feed
    By BluEnt eSolutions in forum Google Discussion Forum
    Replies: 1
    Last Post: 11-21-2005, 11:47 AM
  3. RSS Feed
    By BluEnt eSolutions in forum Google Discussion Forum
    Replies: 3
    Last Post: 11-03-2005, 02:02 PM
  4. UK RSS feed
    By eightpoint in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 11-26-2004, 05:37 AM
  5. What is an RSS feed?
    By dante_casablancas in forum Search Engine Optimization Forum
    Replies: 3
    Last Post: 09-30-2004, 08:59 AM

Posting Permissions

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