RssFeed, an ASP.NET server control for displaying RSS syndication feeds I created back in October, has been updated. The new version had the following two additions:
- A
Target property has been added so that the page developer can customize what frame the link opens in. By setting this property to _blank, clicking a link in the RssFeed control will open the URL in a new window...
- RssFeed previously only supported syndication feeds formatted by the RSS 2.0 specifications. With RssFeed Version 1.1, RssFeed now also supports the RSS 1.0 (RDF) format.
To get your hands on the source code or the compiled assembly, meander on over to the RssFeed GDN Workspace. To see RssFeed in action, check out the recommended blogs page on 4Guys. (Still need to add support for those running behind proxy servers... it's on my to-do list...)