<?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/"
	>

<channel>
	<title>KSpace &#187; Programming</title>
	<atom:link href="http://kspace.in/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://kspace.in/blog</link>
	<description>---------------------------------------------</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:41:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>List Only Hidden Files</title>
		<link>http://kspace.in/blog/2010/09/20/list-only-hidden-files/</link>
		<comments>http://kspace.in/blog/2010/09/20/list-only-hidden-files/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 16:57:45 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=140</guid>
		<description><![CDATA[If you are working on unix based system (for any reason), you know that you will need “ls” command more than often. Not anyone would disagree that “ls” is one of the most widely used command in any unix based system. 
However one of the thing which got me surprised is the lack of option [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2010/09/20/list-only-hidden-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your application version free</title>
		<link>http://kspace.in/blog/2010/09/14/make-your-application-version-free/</link>
		<comments>http://kspace.in/blog/2010/09/14/make-your-application-version-free/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 16:26:44 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/2010/09/14/make-your-application-version-free/</guid>
		<description><![CDATA[&#160;
It is not very uncommon to use third party library/framework while developing any application. There are definite advantages of using third party library/framework and certain disadvantage as well. Keep aside the advantages. Disadvantages makes us put more effort. 
Consider this, you had started developing your application with some third party library which was at version [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2010/09/14/make-your-application-version-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting ExtJS Grid Row using Watir</title>
		<link>http://kspace.in/blog/2010/02/11/selecting-extjs-grid-row-using-watir/</link>
		<comments>http://kspace.in/blog/2010/02/11/selecting-extjs-grid-row-using-watir/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:20:35 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Watir]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=103</guid>
		<description><![CDATA[Grid is the most powerful widget in ExtJS and it becomes tricky at times to write test cases using Watir. One of the instance which I faced was selection of any row in grid with watir script. 
From the script, I tried to find the DIV element of grid for the row using the class [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2010/02/11/selecting-extjs-grid-row-using-watir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging korn shell scripts</title>
		<link>http://kspace.in/blog/2009/09/09/debugging-kornshell-scripts/</link>
		<comments>http://kspace.in/blog/2009/09/09/debugging-kornshell-scripts/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:22:09 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Korn]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=74</guid>
		<description><![CDATA[Debugging shell script is a bit difficult. You will always find yourself putting lots of &#8220;echo&#8221; or &#8220;print&#8221; statement throughout the script to find where it is going wrong. The drawback of such effort are
1) Spending lots of time in finding issue in those echo output.
2) If you miss printing values for certain variable, you [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2009/09/09/debugging-kornshell-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String to Character Array using Korn Shell</title>
		<link>http://kspace.in/blog/2009/09/07/string-to-character-array-using-korn-shell/</link>
		<comments>http://kspace.in/blog/2009/09/07/string-to-character-array-using-korn-shell/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:34:06 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Korn]]></category>
		<category><![CDATA[Solari]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=68</guid>
		<description><![CDATA[I was trying to reorganize my unix environment for different work. For example, I do not need oracle environment configuration in a machine where I&#8217;ll be using informix database and hence I would need informix related configuration only.  For that purpose, I was modifying script to prompt a menu whenever I login with available configuration. [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2009/09/07/string-to-character-array-using-korn-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

