RSS feed reader
Create a scrolling RSS feed reader using a UI page.
You must create a feed parser using an RSS API, such as the Google Feed API.
Developer's guide: http://code.google.com/apis/ajaxfeeds/documentation/
API: http://code.google.com/apis/ajaxfeeds/documentation/reference.html
- Scrollable areas
A scrollable area is a div where contents scroll from the bottom up over time. - RSS feed reader example
An example of how to set up an RSS feed reader using an RSS feed.
Parent Topic:RSS web service