RSS

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Libraries
  

Articles:
  • Build a customizable RSS feed aggregator in PHP by Senthil Nathan   - [Clicks: 3]
    RSS (Rich Site Summary, RDF Site Summary, or Really Simple Syndication) has been around since the mid-1990s. Over the years, several variants of the RSS format have popped up and several claims have been made about its ownership. Despite these differences, RSS never ceased to serve its usefulness in distributing Web content from one Web site to many others. The popularity of RSS gave way to the growth of a new class of Web software called the feed reader, also known as the feed aggregator. Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-rssphp/ - Jan, 2008

[Top]

Libraries:
  • Informa: RSS Library for Java by Niko Schmuck, et al.   - [Clicks: 17]
    The goal of the Informa Project is to provide a RSS (Rich Site Summary) library based on the Java Platform. The idea was born by the authors of two Java news reader applications ( HotSheet and Risotto ). We intend to unify the common parts into a library which can be used by any developer who needs to address those issues in their application.
    http://informa.sourceforge.net

[Top]