<?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>damyantblog</title>
	<atom:link href="http://damyantblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://damyantblog.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Mon, 20 Feb 2012 12:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='damyantblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>damyantblog</title>
		<link>http://damyantblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://damyantblog.wordpress.com/osd.xml" title="damyantblog" />
	<atom:link rel='hub' href='http://damyantblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>About GIT PATCH FILE</title>
		<link>http://damyantblog.wordpress.com/2012/01/31/about-git-patch-file/</link>
		<comments>http://damyantblog.wordpress.com/2012/01/31/about-git-patch-file/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 06:52:49 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=40</guid>
		<description><![CDATA[By: Nikhil Sharma, Grails Developer Your manager says that he/she wants the digest of the commit you have just made before pushing the code to the repository. He/She will review it and tell more about it. You can probably zip &#8230; <a href="http://damyantblog.wordpress.com/2012/01/31/about-git-patch-file/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=40&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By: <em>Nikhil Sharma, Grails Developer</em></p>
<p>Your manager says that he/she wants the digest of the commit you have just made before pushing the code to the repository. He/She will review it and tell more about it. You can probably zip your changed files and send him/her to review.</p>
<p>Git provides a nice alternate, the git patch files. How to do it:</p>
<p>1) git add</p>
<p>2) git commit -a</p>
<p>3) git format-patch -1</p>
<p>-1 says that you want to create a patch file containing all the git diffs) for the last commit at the project root.</p>
<p>-2 creates a patch file for 2 most recent commits and so on.</p>
<p>Now, he/she can just do</p>
<p>git apply &lt;patch file path which you probably emailed&gt;</p>
<p>That would create an exact same commit at his end and then she can see all the code that you have just written for a new critical feature/bug.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=40&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2012/01/31/about-git-patch-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
		<item>
		<title>Is real-time multi-channel data alone self-sufficient for decision making?</title>
		<link>http://damyantblog.wordpress.com/2011/09/13/is-real-time-multi-channel-data-alone-self-sufficient-for-decision-making/</link>
		<comments>http://damyantblog.wordpress.com/2011/09/13/is-real-time-multi-channel-data-alone-self-sufficient-for-decision-making/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:47:46 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=34</guid>
		<description><![CDATA[by: Dr. Hemen Goswami, Ph.D., CTO Multi-channel real-time data from distributed sources help in making right decisions. Coupled with the collaborative platform, having access to real-time data has significantly improved plant managers&#8217; responsiveness to alert situations. Still, it requires enough &#8230; <a href="http://damyantblog.wordpress.com/2011/09/13/is-real-time-multi-channel-data-alone-self-sufficient-for-decision-making/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=34&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>by: Dr. Hemen Goswami, Ph.D., CTO</em></p>
<p>Multi-channel real-time data from distributed sources help in making right decisions. Coupled with the collaborative platform, having access to real-time data has significantly improved plant managers&#8217; responsiveness to alert situations. Still, it requires enough human reasoning and experience to take the right decision if such a system is not adequately supported by proper analytic system. Data streams can be in temporal, spatial, or  dual mode. A real-time decision management system must incorporate advanced analytic system to correlate data streams from multiple channels and enable a quick and near-accurate predictive alerts in order to avert serious consequences.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=34&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2011/09/13/is-real-time-multi-channel-data-alone-self-sufficient-for-decision-making/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
		<item>
		<title>COE for Services Industry – Management Constraints</title>
		<link>http://damyantblog.wordpress.com/2010/12/15/coe-for-services-industry-%e2%80%93-management-constraints/</link>
		<comments>http://damyantblog.wordpress.com/2010/12/15/coe-for-services-industry-%e2%80%93-management-constraints/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 09:00:21 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=32</guid>
		<description><![CDATA[By: Dr. Hemen Goswami, CTO, Damyant Software Most software services and consulting companies are investing in COE to build and enhance capability in emerging technology stacks. COE is becoming a very important precursor for sales strategy and execution of revenue &#8230; <a href="http://damyantblog.wordpress.com/2010/12/15/coe-for-services-industry-%e2%80%93-management-constraints/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=32&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>By: Dr. Hemen Goswami</em>, CTO, Damyant Software</p>
<p>Most software services and consulting companies are investing in COE to build and enhance capability in emerging technology stacks. COE is becoming a very important precursor for sales strategy and execution of revenue generating projects. I want to distinguish regular software delivery model from the COE model. Software delivery lifecycle process has evolved and matured over last several years. In contrast, COE delivery lifecycle is not fully explored yet. COE primarily undertakes tasks which are associated with emerging technology stacks or business processes- therefore, COE are invariably linked to research and exploration activities. COE delivers representative prototypes, proof of concepts, prescriptive architecture and best practices. How will you measure the ROI? In a business scenario, unless COE demonstrates clear ROI, the sustainability of COE becomes untenable. Success of COE critically depends on quick ROI (generally industry is not very patient!), and a good business case to support monetization in one form or the other.</p>
<p>COE Management Tips</p>
<ul>
<li>Strategy
<ul>
<li>Identify executive sponsorship       toward success of COE goals</li>
<li>Sales driven &#8211; Monetization       plan on successful execution of such use cases</li>
</ul>
</li>
<li>People/Process/Execution
<ul>
<li>Passionate team for COE</li>
<li>Fixed tenure</li>
<li>Short, incremental, and       iterative release cycles</li>
<li>Regular Scrum like reviews</li>
</ul>
</li>
<li>ROI Demonstration</li>
</ul>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=32&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2010/12/15/coe-for-services-industry-%e2%80%93-management-constraints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology Trends for the year 2011!</title>
		<link>http://damyantblog.wordpress.com/2010/12/14/technology-trends-for-the-year-2011/</link>
		<comments>http://damyantblog.wordpress.com/2010/12/14/technology-trends-for-the-year-2011/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 07:22:51 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=28</guid>
		<description><![CDATA[Emerging Technology Trends for the Year 2011,  Dr. Hemen Goswami, CTO This is what I think. Cloud Computing: Cloud Computing has emerged as a new way to deliver IT-enabled capability to end users.  Cloud computing infrastructure will enable on-demand access, &#8230; <a href="http://damyantblog.wordpress.com/2010/12/14/technology-trends-for-the-year-2011/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=28&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><span style="color:#444444;line-height:24px;font-size:16px;"><strong>Emerging Technology Trends for the Year 2011</strong>,  <em>Dr. Hemen Goswami, CTO</em></span></h1>
<div>
<p>This is what I think.</p>
<p><strong>Cloud Computing</strong>: Cloud Computing has emerged as a new way to deliver IT-enabled capability to end users.  Cloud computing infrastructure will enable on-demand access, usage metering, self service, scalability, and elasticity, and transparent business model. Contrary to the SMB, the bigger enterprises will evaluate and adopt Cloud.</p>
<p><strong>Mobile Computation</strong>: Transformation of mobile computation from business to enterprise segment is going to pick up momentum. Mobile device management, enterprise security, access management and provisioning are key areas to support enterprise mobility.</p>
<p><strong>Convergence</strong>: Though Convergence is a broad term, I presume convergence of rich-media enabled software application with underlying hardware infrastructure will take prominence. Digital Media on 3G/4G will penetrate areas such as education, entertainment, and security/surveillance domains.</p>
<p><strong>Business Intelligence and Analytics</strong>: BI consolidation to lower TCO, enable business people to analyze information in order to cross-sell or up-scale will continue to be a prominent focus area in the year 2011. More and more enterprises will look into data logistics as a serious topic.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=28&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2010/12/14/technology-trends-for-the-year-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
		<item>
		<title>Why is Grails productive?</title>
		<link>http://damyantblog.wordpress.com/2010/12/14/why-is-grails-productive/</link>
		<comments>http://damyantblog.wordpress.com/2010/12/14/why-is-grails-productive/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 07:12:20 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=24</guid>
		<description><![CDATA[By: Dr. Hemen Goswami, CTO, Damyant Software The evolution of Grails in last year has been significant. This is mostly positive. About 2 years back, I tried hard to push Grails as a development environment while I was engaging in &#8230; <a href="http://damyantblog.wordpress.com/2010/12/14/why-is-grails-productive/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=24&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By: <em>Dr. Hemen Goswami</em>, CTO, <strong>Damyant Software</strong></p>
<p>The evolution of Grails in last year has been significant. This is mostly positive. About 2 years back, I tried hard to push Grails as a development environment while I was engaging in discussions with several VP, Engineering or CTO. There were questions and concerns about scalability, performance, and productivity. I believe Grails has addressed all successfully over two years. The adoption rate is increasing. More enterprise Java programmers are being trained on Grails framework. The domain-driven programming features along with the power of plug-in repository and contemporary test/integration mechanisms open ways to build scalable applications in a shorter time cycle with higher quality guarantee. The Agile development methodology aligns well with Grails powered development lifecycle.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=24&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2010/12/14/why-is-grails-productive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://damyantblog.wordpress.com/2010/12/14/hello-world/</link>
		<comments>http://damyantblog.wordpress.com/2010/12/14/hello-world/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 05:59:23 +0000</pubDate>
		<dc:creator>damyant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://damyantblog.wordpress.com/?p=1</guid>
		<description><![CDATA[Welcome to the blog site of Damyant Software.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=1&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the blog site of Damyant Software.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/damyantblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/damyantblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/damyantblog.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=damyantblog.wordpress.com&amp;blog=18401766&amp;post=1&amp;subd=damyantblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://damyantblog.wordpress.com/2010/12/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a30478a3e81f161bf21ae0f9b700125?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damyant</media:title>
		</media:content>
	</item>
	</channel>
</rss>
