| Organized RSS 10 Per Page |
tcity

msg:3062680 | 4:27 am on Aug 28, 2006 (gmt 0) | Here is what I would like. I would like to read an rss feed so that I see the 10 latest items. Above and below the 10 items there are links to pages 1, 2, 3, etc., and I can click on them to get the older rss items (i.e. page 2 would be items 11-20 and page 3 would be items 21-30.) Any ideas?
|
weppos

msg:3081140 | 7:22 am on Sep 13, 2006 (gmt 0) | You should parse the feed with a programming language. Then decide the numer of items to diplay and with a loop display all items you need. A variable will define the current page number and will allows you to move between the pages.
|
|
|