<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ALL BLOGS update</title>
	<atom:link href="http://www.pranavsharma.com/blog/2005/01/30/all-blogs-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pranavsharma.com/blog/2005/01/30/all-blogs-update/</link>
	<description>A student's perspective on the world of technology</description>
	<pubDate>Mon, 01 Dec 2008 21:01:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Pranav</title>
		<link>http://www.pranavsharma.com/blog/2005/01/30/all-blogs-update/#comment-618</link>
		<dc:creator>Pranav</dc:creator>
		<pubDate>Sun, 30 Jan 2005 22:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://server204.webhostingpad.com/~epranav/blog/?p=193#comment-618</guid>
		<description>Yeah I could do that. As of now, I get the ENTIRE RSS into a String variable and then search through that string variable for a particular keyword. That keyword tells me that the date is the next 20 or so characters in the string.

So, I extract those charactgers and convert them to the UNIX time format. From there on, it's a simple Sorting algorithm (BUBBLE SORT) and then the rendering of frames.

So, in order to display the RSS in an HTML format, I'd have to write much more complicated code. Not that I'm not willing to do it - It's just that it is too time consuming. You are welcome to look at my existing code if you want to expand it. It's just plain PHP.
</description>
		<content:encoded><![CDATA[<p>Yeah I could do that. As of now, I get the ENTIRE RSS into a String variable and then search through that string variable for a particular keyword. That keyword tells me that the date is the next 20 or so characters in the string.</p>
<p>So, I extract those charactgers and convert them to the UNIX time format. From there on, it&#8217;s a simple Sorting algorithm (BUBBLE SORT) and then the rendering of frames.</p>
<p>So, in order to display the RSS in an HTML format, I&#8217;d have to write much more complicated code. Not that I&#8217;m not willing to do it - It&#8217;s just that it is too time consuming. You are welcome to look at my existing code if you want to expand it. It&#8217;s just plain PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gok</title>
		<link>http://www.pranavsharma.com/blog/2005/01/30/all-blogs-update/#comment-617</link>
		<dc:creator>gok</dc:creator>
		<pubDate>Sun, 30 Jan 2005 20:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://server204.webhostingpad.com/~epranav/blog/?p=193#comment-617</guid>
		<description>While I like the idea of the whole automatic sort, To be honest, the frames look a little kludgy. Can you not just render the RSS into HTML and provide links to the latest posts?

(I'm assuming you are able to get blogspot RSS and squarespace RSS. If you are not, what are you basing your sort on?)
</description>
		<content:encoded><![CDATA[<p>While I like the idea of the whole automatic sort, To be honest, the frames look a little kludgy. Can you not just render the RSS into HTML and provide links to the latest posts?</p>
<p>(I&#8217;m assuming you are able to get blogspot RSS and squarespace RSS. If you are not, what are you basing your sort on?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gok</title>
		<link>http://www.pranavsharma.com/blog/2005/01/30/all-blogs-update/#comment-616</link>
		<dc:creator>gok</dc:creator>
		<pubDate>Sun, 30 Jan 2005 20:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://server204.webhostingpad.com/~epranav/blog/?p=193#comment-616</guid>
		<description>Very cool.
</description>
		<content:encoded><![CDATA[<p>Very cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
