<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>James Selvakumar's Blog</title>
	<atom:link href="http://jamesselvakumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesselvakumar.wordpress.com</link>
	<description>Innovation begins with search</description>
	<lastBuildDate>Wed, 04 Nov 2009 13:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jamesselvakumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a65f4e4f91df531b18db230ee3b6591e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>James Selvakumar's Blog</title>
		<link>http://jamesselvakumar.wordpress.com</link>
	</image>
			<item>
		<title>Developing A Simple Java Application With Spring</title>
		<link>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:23:26 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/</guid>
		<description><![CDATA[Spring is a powerful application framework that can be used across any layer in your application. For example, you can use Spring to manage only your data access layer or you can use Spring to provide remote services for your swing client. In this article, I will explain how to get started with Spring by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=343&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Spring is a powerful application framework that can be used across any layer in your application. For example, you can use Spring to manage only your data access layer or you can use Spring to provide remote services for your swing client. In this article, I will explain how to get started with Spring by developing a simple java application.</p>
<p><a href="http://www.solitarygeek.com/java/developing-a-simple-java-application-with-spring/">Read the rest of this entry&#8230;</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=343&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing a simple pluggable java application</title>
		<link>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:56:34 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[pluggable]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=338</guid>
		<description><![CDATA[Most of the applications we use on daily basis are pluggable. Popular applications like Firefox, Eclipse, NetBeans, JEdit, WordPress, Hudson are all pluggable. In fact, pluggability has played a major part in the success of most of these applications. Why not make the Java applications we develop pluggable as well? Yes, we get pluggability out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=338&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most of the applications we use on daily basis are pluggable. Popular applications like Firefox, Eclipse, NetBeans, JEdit, WordPress, Hudson are all pluggable. In fact, pluggability has played a major part in the success of most of these applications. Why not make the Java applications we develop pluggable as well? Yes, we get pluggability out of the box, if our applications are based on a rich client platform like NetBeans or Eclipse. But for some reasons if you decide not to use those platforms, it doesn’t mean that they should not be pluggable. In this article, we will learn how to write a simple pluggable application that will load it’s plugins dynamically.</p>
<p><a href="http://www.solitarygeek.com/java/a-simple-pluggable-java-application/">Read the rest of this entry</a>&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=338&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>NautilusSVN – The TortoiseSVN for Linux users</title>
		<link>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:42:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[nautilussvn]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=335</guid>
		<description><![CDATA[TortoiseSVN is the dominant Subversion client for Windows. While there so many Subversion clients available, what makes TortoiseSVN special is it’s smooth integration with the Windows Explorer. As a result, working with your Subversion repository becomes super easy. When I switched completely from Windows to Ubuntu Linux, TortoiseSVN is one of the few applications I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=335&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>TortoiseSVN is the <a href="http://www.solitarygeek.com/version-control/poll-what-is-your-favourite-subversion-client/">dominant Subversion client</a> for Windows. While there so many Subversion clients available, what makes TortoiseSVN special is it’s smooth integration with the Windows Explorer. As a result, working with your Subversion repository becomes super easy. When I switched completely from Windows to Ubuntu Linux, TortoiseSVN is one of the few applications I missed. Not anymore!</p>
<p><a href="http://www.solitarygeek.com/linux/linux-version-control-svn-subversion-nautilus-nautilussvn-ubuntu/">Read the rest of this entry</a>&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=335&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>What UML Tools do you use?</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:48:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[argouml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[jude]]></category>
		<category><![CDATA[staruml]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[uml]]></category>
		<category><![CDATA[umltools]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=326</guid>
		<description><![CDATA[Poll: What UML Tools do you use?
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=326&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.solitarygeek.com/general/what-uml-tools-do-you-use/">Poll: What UML Tools do you use?</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=326&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Most popular Subversion clients</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:44:57 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnclients]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=325</guid>
		<description><![CDATA[Subversion is a very popular version control system. As a result, subversion has a wide array of client tools which makes life difficult for us, the users. So we wanted to know what our readers actually use and here is the summary of their opinions. Read more from SolitaryGeek.
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=325&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Subversion is a very popular version control system. As a result, subversion has a wide array of client tools which makes life difficult for us, the users. So we wanted to know what our readers actually use and here is the summary of their opinions. Read more from <a href="http://www.solitarygeek.com/linux/most-popular-subversion-clients/">SolitaryGeek</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=325&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Five different uses of Java Applets</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:40:09 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applets]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=324</guid>
		<description><![CDATA[In a world where everyone is using technologies like Flash, Silverlight etc to present rich content, are Java Applets still used? Are they still relevant? The answer is – “Yes”. Apart from being used primarily for playing online games, Java Applets are still used in many different ways. Read more from SolitaryGeek.
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=324&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In a world where everyone is using technologies like Flash, Silverlight etc to present rich content, are Java Applets still used? Are they still relevant? The answer is – “Yes”. Apart from being used primarily for playing online games, Java Applets are still used in many different ways. Read more from <a href="http://www.solitarygeek.com/java/five-different-uses-of-java-applets/">SolitaryGeek</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=324&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Subversion and RapidSVN</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 15:33:25 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[unix-linux]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rapidsvn]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=321</guid>
		<description><![CDATA[Subversion is a very popular version control system. Though Subversion provides a very robust command line client, most of us prefer using a nice GUI front end. Windows users are really fortunate to have a powerful tool like TortoiseSVN which without any argument is simply the best front end for Subversion. Unfortunately, TortoiseSVN is available [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=321&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Subversion is a very popular version control system. Though Subversion provides a very robust command line client, most of us prefer using a nice GUI front end. Windows users are really fortunate to have a powerful tool like TortoiseSVN which without any argument is simply the best front end for Subversion. Unfortunately, TortoiseSVN is available for just the Windows platform. Here I would like to highlight about RapidSVN, a cross-platform GUI front end for Subversion.</p>
<p><a href="http://www.solitarygeek.com/linux/subversion-and-rapidsvn/">Learn more about RapidSVN from SolitaryGeek</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=321&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Hudson CI Server &#8211; A quick start guide</title>
		<link>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:43:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=292</guid>
		<description><![CDATA[Learn how to setup Hudson Continuous Integration server to automate your build process from this solitarygeek.com post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=292&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Learn how to setup Hudson Continuous Integration server to automate your build process from <a href="http://www.solitarygeek.com/java/hudson-ci-server-a-step-by-step-guide-part-i/">this solitarygeek.com post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=292&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert video files to mp3 in Ubuntu</title>
		<link>http://jamesselvakumar.wordpress.com/2009/07/28/convert-video-files-to-mp3-in-ubuntu-with-formatfactory/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/07/28/convert-video-files-to-mp3-in-ubuntu-with-formatfactory/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:41:46 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix-linux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=291</guid>
		<description><![CDATA[Learn how to convert video files to mp3 in Ubuntu using FormatFactory from this solitarygeek.com post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=291&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Learn how to convert video files to mp3 in Ubuntu using FormatFactory from <a href="http://www.solitarygeek.com/linux/linux-ubuntu-video-converter-dat-converter/">this solitarygeek.com post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=291&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/07/28/convert-video-files-to-mp3-in-ubuntu-with-formatfactory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert audio files in Ubuntu with SoundConverter</title>
		<link>http://jamesselvakumar.wordpress.com/2009/07/28/convert-audio-files-in-ubuntu-with-soundconverter/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/07/28/convert-audio-files-in-ubuntu-with-soundconverter/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:40:38 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix-linux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=290</guid>
		<description><![CDATA[Learn how to convert audio files in Ubuntu using SoundConverter from this solitarygeek.com post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=290&subd=jamesselvakumar&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Learn how to convert audio files in Ubuntu using SoundConverter from <a href="http://www.solitarygeek.com/linux/convert-audio-files-in-ubuntu-with-sound-converter/">this solitarygeek.com post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jamesselvakumar.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jamesselvakumar.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jamesselvakumar.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jamesselvakumar.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jamesselvakumar.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jamesselvakumar.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jamesselvakumar.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jamesselvakumar.wordpress.com/290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&blog=3089935&post=290&subd=jamesselvakumar&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/07/28/convert-audio-files-in-ubuntu-with-soundconverter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
	</channel>
</rss>