<?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</title>
	<atom:link href="http://kspace.in/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kspace.in/blog</link>
	<description>---------------------------------------------</description>
	<lastBuildDate>Mon, 22 Feb 2010 17:59:42 +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>Copy files using Wget</title>
		<link>http://kspace.in/blog/2010/02/22/copy-files-using-wget/</link>
		<comments>http://kspace.in/blog/2010/02/22/copy-files-using-wget/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:27:12 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=116</guid>
		<description><![CDATA[Files can be easily copied from one location to another location in a machine by using &#8220;cp&#8221; command. However things gets complex when you need to copy files from one machine to another machine. Obviously, your favorite command &#8220;cp&#8221; is not going to work! 
The best solution would to use &#8220;rsync&#8221; which would transfer the [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2010/02/22/copy-files-using-wget/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>Bus Day &#8211; Take the Bus!!</title>
		<link>http://kspace.in/blog/2010/02/01/bus-day-take-the-bus/</link>
		<comments>http://kspace.in/blog/2010/02/01/bus-day-take-the-bus/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 10:31:27 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=91</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://kspace.in/blog/2010/02/01/bus-day-take-the-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Messages Rocks!!!</title>
		<link>http://kspace.in/blog/2009/09/15/error-messages-rocks/</link>
		<comments>http://kspace.in/blog/2009/09/15/error-messages-rocks/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:56:01 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[visa]]></category>

		<guid isPermaLink="false">http://kspace.in/blog/?p=80</guid>
		<description><![CDATA[According to RBI guidelines, it is mandatory to have additional level of security for all online transaction using credit cards which is &#8220;Verified by Visa&#8221;. Credit card holder is suppose to verify each and all online transaction using a personal password. If the password does not match, transaction does not gets approved. Simple!
Today while I [...]]]></description>
		<wfw:commentRss>http://kspace.in/blog/2009/09/15/error-messages-rocks/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>
	</channel>
</rss>
