owen
<p>I wrote this one with <a href="http://www.perlworld.org.uk">Gary</a> a while back, but wanted to clean a few things up before I <a href="http://www.redalt.com/downloads/" title="Fetch-Rss download">put it online</a>.  I'm just now getting around to it.</p> 	<p>You can see it in action on <a href="/wp/fetch-rss">this site</a>.  It's still not perfect, but it's pretty cool, I think.</p><p>Some of the new added features-</p> <ul>   <li>Uses Ajax to load post content so the initial page load is a bit shorter. (Still takes a bit of time to fetch all of the feeds on the server-side if it's not on a cron of some kind.)</li>   <li>Uses Ajax to load comments from the remote site if the feed includes the proper tags.</li>   <li>Slight reorganization of the interface elements.</li> </ul> <p>I guess the next task will be to create a way to break up the rss requests so that the initial load time is completely optimized. Hopefully it won't take as long to do that as this last set of revisions.</p><p>I really need to start writing some documentation for these things...<br /> </p>