canudothis
01-09-2009, 02:35 PM
1) Script Title: gAjax
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
3) Describe problem:
Can anyone take this Google API feed project to the next level:
http://tinyurl.com/a5zosr
It's using prototype.js, rico.js, and mrssReader.js and here is the meat of
the script:
<script type="text/javascript">
google.load("feeds", "1");
function initialize() {
var options = new Array();
options[0] = "http://mlb.mlb.com/partnerxml/gen/news/rss/pit.xml";
options[1] =
"http://ww2.minorleaguebaseball.com/partnerxml/gen/news/rss/milb.xml";
options[2] = "http://www.post-gazette.com/rss/pirates.xml";
var rssReader = new RSSReader('feed', options );
}
</script>
I'd like it to produce a simple rss display, with fader, like I have at the
top of this demo blog header in http://tinyurl.com/74amcp (that one is using lastrss but I can't modify the display to show more than one feed in the box, nor sort them in dated order among many other things).
Can you do it?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
3) Describe problem:
Can anyone take this Google API feed project to the next level:
http://tinyurl.com/a5zosr
It's using prototype.js, rico.js, and mrssReader.js and here is the meat of
the script:
<script type="text/javascript">
google.load("feeds", "1");
function initialize() {
var options = new Array();
options[0] = "http://mlb.mlb.com/partnerxml/gen/news/rss/pit.xml";
options[1] =
"http://ww2.minorleaguebaseball.com/partnerxml/gen/news/rss/milb.xml";
options[2] = "http://www.post-gazette.com/rss/pirates.xml";
var rssReader = new RSSReader('feed', options );
}
</script>
I'd like it to produce a simple rss display, with fader, like I have at the
top of this demo blog header in http://tinyurl.com/74amcp (that one is using lastrss but I can't modify the display to show more than one feed in the box, nor sort them in dated order among many other things).
Can you do it?