search for: sayoutloud

Displaying 1 result from an estimated 1 matches for "sayoutloud".

2006 May 24
5
Ajax.RssReader object
Hi all, I''m happy to announce that I''ve completed the first version of my Ajax.RssReader object. It needs some extra''s, but the basic functionality is now available. You can download it from http://www.sayoutloud.com/javascripts/rssreader.js Usage: function myCallbackFunction( rss ) { alert(rss.channel.title); for(n=0; n<rss.items.length; n++) { alert(rss.items[n].title); } } function myErrorHandler( rss ) { alert( ''An error has occured.'' )...