<?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>LAMP Web Development Blog</title>
	<atom:link href="http://www.kumarchetan.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kumarchetan.com/blog</link>
	<description>Any thing or everything related to PHP, HTML, XHTML, JavaScript, AJAX, CSS, UI, Browser Compatibility, Apache, MySQL, Linux, Ubuntu and Web Based Software Development</description>
	<lastBuildDate>Thu, 11 Apr 2013 18:37:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
		<item>
		<title>MakeMyTrip.com &#8211; An example of how to mess up customer expectations</title>
		<link>http://www.kumarchetan.com/blog/2013/04/11/makemytrip-com-an-example-of-how-to-mess-up-customer-expectations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=makemytrip-com-an-example-of-how-to-mess-up-customer-expectations</link>
		<comments>http://www.kumarchetan.com/blog/2013/04/11/makemytrip-com-an-example-of-how-to-mess-up-customer-expectations/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 18:28:29 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=237</guid>
		<description><![CDATA[PayBack points. The sole reason I use MakeMyTrip.com is PayBack points. Otherwise I will never ever login to MakeMyTrip.com. They had worst UED. And then they revamped the site and messed up user data. At least &#8230; <a class="more-link" href="http://www.kumarchetan.com/blog/2013/04/11/makemytrip-com-an-example-of-how-to-mess-up-customer-expectations/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2013/04/11/makemytrip-com-an-example-of-how-to-mess-up-customer-expectations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cannot open /var/run/vpnc/resolv.conf-backup: No such file</title>
		<link>http://www.kumarchetan.com/blog/2012/11/20/cannot-open-varrunvpncresolv-conf-backup-no-such-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cannot-open-varrunvpncresolv-conf-backup-no-such-file</link>
		<comments>http://www.kumarchetan.com/blog/2012/11/20/cannot-open-varrunvpncresolv-conf-backup-no-such-file/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 04:39:34 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=233</guid>
		<description><![CDATA[Facing &#8220;cannot open /var/run/vpnc/resolv.conf-backup: No such file&#8221; error? Run sudo touch /var/run/vpnc/resolv.conf-backup and retry.]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2012/11/20/cannot-open-varrunvpncresolv-conf-backup-no-such-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove blank lines from text files or php files or js files or&#8230;</title>
		<link>http://www.kumarchetan.com/blog/2012/06/22/how-to-remove-blank-lines-from-text-files-or-php-files-or-js-files-or/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-blank-lines-from-text-files-or-php-files-or-js-files-or</link>
		<comments>http://www.kumarchetan.com/blog/2012/06/22/how-to-remove-blank-lines-from-text-files-or-php-files-or-js-files-or/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 10:55:33 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=228</guid>
		<description><![CDATA[By running this command&#8230; egrep --include=*.php -lRZ "^$" ./ &#124; xargs -0 -l sed -i -e '/^$/d' Just two parts to it, search for all *.php files and use sed to replace new lines with nothing. &#8230; <a class="more-link" href="http://www.kumarchetan.com/blog/2012/06/22/how-to-remove-blank-lines-from-text-files-or-php-files-or-js-files-or/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2012/06/22/how-to-remove-blank-lines-from-text-files-or-php-files-or-js-files-or/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML with jQuery using XPath or CSS path or CSS Selectors</title>
		<link>http://www.kumarchetan.com/blog/2012/02/26/parsing-xml-with-jquery-using-xpath/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parsing-xml-with-jquery-using-xpath</link>
		<comments>http://www.kumarchetan.com/blog/2012/02/26/parsing-xml-with-jquery-using-xpath/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 18:32:39 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Object Oriented Javascript]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=205</guid>
		<description><![CDATA[Parsing XML with jQuery using XPath or CSS path or CSS Selectors <a class="more-link" href="http://www.kumarchetan.com/blog/2012/02/26/parsing-xml-with-jquery-using-xpath/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2012/02/26/parsing-xml-with-jquery-using-xpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML with jQuery</title>
		<link>http://www.kumarchetan.com/blog/2012/02/22/parsing-xml-with-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parsing-xml-with-jquery</link>
		<comments>http://www.kumarchetan.com/blog/2012/02/22/parsing-xml-with-jquery/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 18:35:03 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=201</guid>
		<description><![CDATA[Use jQuery to parse XML, get the code from github <a class="more-link" href="http://www.kumarchetan.com/blog/2012/02/22/parsing-xml-with-jquery/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2012/02/22/parsing-xml-with-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My first Android App or how to develop an Android App using PhoneGap and jQuery?</title>
		<link>http://www.kumarchetan.com/blog/2012/01/14/my-first-android-app-or-how-to-develop-an-android-app-using-phonegap-and-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-android-app-or-how-to-develop-an-android-app-using-phonegap-and-jquery</link>
		<comments>http://www.kumarchetan.com/blog/2012/01/14/my-first-android-app-or-how-to-develop-an-android-app-using-phonegap-and-jquery/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:21:02 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[android app]]></category>
		<category><![CDATA[mobile development]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=189</guid>
		<description><![CDATA[A small guide to developing Android Apps using PhoneGap and jQuery <a class="more-link" href="http://www.kumarchetan.com/blog/2012/01/14/my-first-android-app-or-how-to-develop-an-android-app-using-phonegap-and-jquery/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2012/01/14/my-first-android-app-or-how-to-develop-an-android-app-using-phonegap-and-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How not to do a CI controller? &#8211; Tips to develop CodeIgniter Controllers</title>
		<link>http://www.kumarchetan.com/blog/2011/12/11/how-not-to-do-a-ci-controller-tips-to-develop-codeigniter-controllers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-not-to-do-a-ci-controller-tips-to-develop-codeigniter-controllers</link>
		<comments>http://www.kumarchetan.com/blog/2011/12/11/how-not-to-do-a-ci-controller-tips-to-develop-codeigniter-controllers/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 09:00:16 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=175</guid>
		<description><![CDATA[I cam across a post that was actually a small tutorial on CodeIgniter. The tutorial had what ever it requires to write a basic controller. I am picking up the same post and adding my comments &#8230; <a class="more-link" href="http://www.kumarchetan.com/blog/2011/12/11/how-not-to-do-a-ci-controller-tips-to-develop-codeigniter-controllers/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2011/12/11/how-not-to-do-a-ci-controller-tips-to-develop-codeigniter-controllers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are some popular myths in software development?</title>
		<link>http://www.kumarchetan.com/blog/2011/11/23/what-are-some-popular-myths-in-software-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-are-some-popular-myths-in-software-development</link>
		<comments>http://www.kumarchetan.com/blog/2011/11/23/what-are-some-popular-myths-in-software-development/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 18:36:41 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=173</guid>
		<description><![CDATA[The following one is my favorite and I have seen this in practice in most of the places I have workd. The Mythical Man Month, the idea that adding people to a development team makes it &#8230; <a class="more-link" href="http://www.kumarchetan.com/blog/2011/11/23/what-are-some-popular-myths-in-software-development/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2011/11/23/what-are-some-popular-myths-in-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+ uses Closure Tools</title>
		<link>http://www.kumarchetan.com/blog/2011/11/15/google-uses-closure-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-uses-closure-tools</link>
		<comments>http://www.kumarchetan.com/blog/2011/11/15/google-uses-closure-tools/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 04:03:51 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=171</guid>
		<description><![CDATA[Google+ like any other Google web application runs fast. It runs on Closure Tools &#8211; Google Code. Closure Tools essentially help Google devs to create JavaScript closures, making JS code better and efficient.]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2011/11/15/google-uses-closure-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Confirms Ice Cream Sandwich for the Galaxy Note and Galaxy S II</title>
		<link>http://www.kumarchetan.com/blog/2011/11/13/samsung-confirms-ice-cream-sandwich-for-the-galaxy-note-and-galaxy-s-ii/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samsung-confirms-ice-cream-sandwich-for-the-galaxy-note-and-galaxy-s-ii</link>
		<comments>http://www.kumarchetan.com/blog/2011/11/13/samsung-confirms-ice-cream-sandwich-for-the-galaxy-note-and-galaxy-s-ii/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 15:05:34 +0000</pubDate>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
				<category><![CDATA[Everything]]></category>

		<guid isPermaLink="false">http://www.kumarchetan.com/blog/?p=169</guid>
		<description><![CDATA[I have been saving money for Samsung Galaxy SII and then I found that Samsung &#38; Google had planned to come up with some thing better. &#8220;Galaxy Nexus&#8220;. CRAP!!! Why can&#8217;t I just buy a phone &#8230; <a class="more-link" href="http://www.kumarchetan.com/blog/2011/11/13/samsung-confirms-ice-cream-sandwich-for-the-galaxy-note-and-galaxy-s-ii/">More<span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.kumarchetan.com/blog/2011/11/13/samsung-confirms-ice-cream-sandwich-for-the-galaxy-note-and-galaxy-s-ii/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
