<?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>Kumar&#039;s Blog</title>
	<atom:link href="http://itzkumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itzkumar.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Apr 2011 14:42:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='itzkumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kumar&#039;s Blog</title>
		<link>http://itzkumar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://itzkumar.wordpress.com/osd.xml" title="Kumar&#039;s Blog" />
	<atom:link rel='hub' href='http://itzkumar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Frameworks in Architecture Definition</title>
		<link>http://itzkumar.wordpress.com/2010/12/27/frameworks-in-architecture-definition/</link>
		<comments>http://itzkumar.wordpress.com/2010/12/27/frameworks-in-architecture-definition/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 14:52:06 +0000</pubDate>
		<dc:creator>itzkumar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Business Layer]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Hiberbate]]></category>
		<category><![CDATA[Presentation Layer]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Sturts]]></category>

		<guid isPermaLink="false">http://itzkumar.wordpress.com/?p=257</guid>
		<description><![CDATA[There are lot of frameworks which disappeared with time, also there are few frameworks which have changed the way applications are getting developed. These successful frameworks have contributed to give a new look to Java itself. There are many reasons &#8230; <a href="http://itzkumar.wordpress.com/2010/12/27/frameworks-in-architecture-definition/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itzkumar.wordpress.com&amp;blog=7761227&amp;post=257&amp;subd=itzkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://itzkumar.wordpress.com/2010/12/27/frameworks-in-architecture-definition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be0b0c7cfd4c5df60bb6398b50955bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itzkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Generating Word documents from PHP</title>
		<link>http://itzkumar.wordpress.com/2010/07/23/generating-word-documents-from-php/</link>
		<comments>http://itzkumar.wordpress.com/2010/07/23/generating-word-documents-from-php/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:51:12 +0000</pubDate>
		<dc:creator>itzkumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[MS Word]]></category>
		<category><![CDATA[PHPDOCX]]></category>

		<guid isPermaLink="false">http://itzkumar.wordpress.com/?p=254</guid>
		<description><![CDATA[PHPDOCX is a PHP library that allows its client code to generate Microsoft Word documents in the .docx format from PHP scripts. PHP is increasingly being used for disparate goals and has to deal with data that comes from strange &#8230; <a href="http://itzkumar.wordpress.com/2010/07/23/generating-word-documents-from-php/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itzkumar.wordpress.com&amp;blog=7761227&amp;post=254&amp;subd=itzkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://itzkumar.wordpress.com/2010/07/23/generating-word-documents-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be0b0c7cfd4c5df60bb6398b50955bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itzkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>EclEmma – Java Code Coverage for Eclipse</title>
		<link>http://itzkumar.wordpress.com/2010/07/22/251/</link>
		<comments>http://itzkumar.wordpress.com/2010/07/22/251/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:02:18 +0000</pubDate>
		<dc:creator>itzkumar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[EclEmma]]></category>
		<category><![CDATA[JAVA Code Coverage Tool]]></category>

		<guid isPermaLink="false">http://itzkumar.wordpress.com/?p=251</guid>
		<description><![CDATA[EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA’s philosophy for the Eclipse workbench: Fast develop/test cycle: &#8230; <a href="http://itzkumar.wordpress.com/2010/07/22/251/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itzkumar.wordpress.com&amp;blog=7761227&amp;post=251&amp;subd=itzkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://itzkumar.wordpress.com/2010/07/22/251/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be0b0c7cfd4c5df60bb6398b50955bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itzkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Never Use $_GET Again</title>
		<link>http://itzkumar.wordpress.com/2010/07/17/never-use-_get-again/</link>
		<comments>http://itzkumar.wordpress.com/2010/07/17/never-use-_get-again/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 14:37:13 +0000</pubDate>
		<dc:creator>itzkumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[$_GET]]></category>
		<category><![CDATA[filter_input()]]></category>
		<category><![CDATA[filter_input_array()]]></category>
		<category><![CDATA[Never Use $_GET]]></category>
		<category><![CDATA[Superglobals]]></category>

		<guid isPermaLink="false">http://itzkumar.wordpress.com/?p=245</guid>
		<description><![CDATA[Please don’t need to use $_GET or $_POST anymore. In fact, probably we shouldn’t use $_GET and $_POST anymore. Since PHP 5.2, there is a new and better way to safely retrieve user-submitted data. The clever developers have constructed a &#8230; <a href="http://itzkumar.wordpress.com/2010/07/17/never-use-_get-again/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itzkumar.wordpress.com&amp;blog=7761227&amp;post=245&amp;subd=itzkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://itzkumar.wordpress.com/2010/07/17/never-use-_get-again/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be0b0c7cfd4c5df60bb6398b50955bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itzkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Ways to Increase Hard Disk Life and Performance</title>
		<link>http://itzkumar.wordpress.com/2010/07/03/10-ways-to-increase-hard-disk-life-and-performance/</link>
		<comments>http://itzkumar.wordpress.com/2010/07/03/10-ways-to-increase-hard-disk-life-and-performance/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 11:01:02 +0000</pubDate>
		<dc:creator>itzkumar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hard Disk Life and Performance]]></category>

		<guid isPermaLink="false">http://itzkumar.wordpress.com/?p=242</guid>
		<description><![CDATA[Performance of hard disk has always been an underrated aspects of the overall system performance. The hard disk were considered only as a place to store and people paid heed to how they affected the operation of the PC as &#8230; <a href="http://itzkumar.wordpress.com/2010/07/03/10-ways-to-increase-hard-disk-life-and-performance/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itzkumar.wordpress.com&amp;blog=7761227&amp;post=242&amp;subd=itzkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://itzkumar.wordpress.com/2010/07/03/10-ways-to-increase-hard-disk-life-and-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be0b0c7cfd4c5df60bb6398b50955bee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itzkumar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
