<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>C S Shyam Sundar&#039;s Weblog</title>
	<atom:link href="http://csshyamsundar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://csshyamsundar.wordpress.com</link>
	<description>god is real, unless declared integer!</description>
	<lastBuildDate>Mon, 02 Nov 2009 18:52:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='csshyamsundar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/41cb79bd7c381639a2bdcfb30de53af4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>C S Shyam Sundar&#039;s Weblog</title>
		<link>http://csshyamsundar.wordpress.com</link>
	</image>
			<item>
		<title>the blog officially closes down &#8230;</title>
		<link>http://csshyamsundar.wordpress.com/2009/11/03/the-blog-officially-closes-down/</link>
		<comments>http://csshyamsundar.wordpress.com/2009/11/03/the-blog-officially-closes-down/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:52:45 +0000</pubDate>
		<dc:creator>Shyam Sundar</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://csshyamsundar.wordpress.com/?p=281</guid>
		<description><![CDATA[       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csshyamsundar.wordpress.com&blog=53020&post=281&subd=csshyamsundar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://csshyamsundar.wordpress.com/2009/11/03/the-blog-officially-closes-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618af0db4339955b2968705a1fbe97c6?s=96&#38;d=identicon&#38;r=X" medium="image">
			<media:title type="html">csshyamsundar</media:title>
		</media:content>
	</item>
		<item>
		<title>Subdomains and Rails</title>
		<link>http://csshyamsundar.wordpress.com/2008/10/15/subdomains-and-rails/</link>
		<comments>http://csshyamsundar.wordpress.com/2008/10/15/subdomains-and-rails/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:06:58 +0000</pubDate>
		<dc:creator>Shyam Sundar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[subdomain-fu]]></category>
		<category><![CDATA[subdomains]]></category>

		<guid isPermaLink="false">http://csshyamsundar.wordpress.com/?p=277</guid>
		<description><![CDATA[Rails framework has many plugins for handling subdomains. One of the recommended plugins to achieve the same is Subdomain-fu.
Subdomain-fu uses Rails&#8217;s URL Writing mechanisms to provide an easy and seamless way to link and otherwise understand cross-subdomain routing.
Before attempting to know, I suggest to read a write up by Jamis Buck on understanding how rails [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csshyamsundar.wordpress.com&blog=53020&post=277&subd=csshyamsundar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://csshyamsundar.wordpress.com/2008/10/15/subdomains-and-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618af0db4339955b2968705a1fbe97c6?s=96&#38;d=identicon&#38;r=X" medium="image">
			<media:title type="html">csshyamsundar</media:title>
		</media:content>
	</item>
		<item>
		<title>DOM XML parsing in Ruby using libxml is really 300x faster than REXML</title>
		<link>http://csshyamsundar.wordpress.com/2008/08/17/xml-parsing-in-ruby-using-libxml-is-300x-faster-than-rexml/</link>
		<comments>http://csshyamsundar.wordpress.com/2008/08/17/xml-parsing-in-ruby-using-libxml-is-300x-faster-than-rexml/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 17:59:21 +0000</pubDate>
		<dc:creator>Shyam Sundar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[libxml]]></category>
		<category><![CDATA[rexml]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://csshyamsundar.wordpress.com/?p=265</guid>
		<description><![CDATA[Its true!
I tried parsing a 15MB, proper XML file with nearly 20 sub nodes for a parent node.
Being newbie to Ruby, I came across the default option of REXML. I instrumented the code using the Ruby benchmark API.
A Single simple XPath query for one node to traverse thro&#8217; the entire XML file using REXML takes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csshyamsundar.wordpress.com&blog=53020&post=265&subd=csshyamsundar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://csshyamsundar.wordpress.com/2008/08/17/xml-parsing-in-ruby-using-libxml-is-300x-faster-than-rexml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618af0db4339955b2968705a1fbe97c6?s=96&#38;d=identicon&#38;r=X" medium="image">
			<media:title type="html">csshyamsundar</media:title>
		</media:content>
	</item>
		<item>
		<title>the rails way of ordering models</title>
		<link>http://csshyamsundar.wordpress.com/2008/08/05/the-rails-way-of-ordering-models/</link>
		<comments>http://csshyamsundar.wordpress.com/2008/08/05/the-rails-way-of-ordering-models/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 09:47:59 +0000</pubDate>
		<dc:creator>Shyam Sundar</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://csshyamsundar.wordpress.com/?p=261</guid>
		<description><![CDATA[Being a newbie to rails, I find many interesting things to do a certain operation. They call it the ruby or the rails way of doing things.
The Fine Print:
The find method, supports passing o a parameter to order based on table columns in ascending or descending order.
Example:
@users = User.find(:all)
Here @users, will have all the users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csshyamsundar.wordpress.com&blog=53020&post=261&subd=csshyamsundar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://csshyamsundar.wordpress.com/2008/08/05/the-rails-way-of-ordering-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618af0db4339955b2968705a1fbe97c6?s=96&#38;d=identicon&#38;r=X" medium="image">
			<media:title type="html">csshyamsundar</media:title>
		</media:content>
	</item>
		<item>
		<title>making WordPress CAS plugin work &#8230;</title>
		<link>http://csshyamsundar.wordpress.com/2008/07/30/making-wordpress-cas-plugin-work/</link>
		<comments>http://csshyamsundar.wordpress.com/2008/07/30/making-wordpress-cas-plugin-work/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 08:33:10 +0000</pubDate>
		<dc:creator>Shyam Sundar</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cas]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://csshyamsundar.wordpress.com/?p=254</guid>
		<description><![CDATA[This article assumes that the reader has knowledge on WordPress and Central Authentication Service.
Today I was trying wordpress to authenticate itself from a CAS server. I found out that wordpress has a CAS plugin which is built upon the phpCAS library.
My CAS server is a Ruby CAS server., and I have an AMP setup up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csshyamsundar.wordpress.com&blog=53020&post=254&subd=csshyamsundar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://csshyamsundar.wordpress.com/2008/07/30/making-wordpress-cas-plugin-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618af0db4339955b2968705a1fbe97c6?s=96&#38;d=identicon&#38;r=X" medium="image">
			<media:title type="html">csshyamsundar</media:title>
		</media:content>
	</item>
	</channel>
</rss>