<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ajay Jadhav&#039;s Weblog</title>
	<atom:link href="http://ajayjadhav.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajayjadhav.wordpress.com</link>
	<description>About technology, methods, leadership &#38; philosophy</description>
	<lastBuildDate>Tue, 15 Sep 2009 07:04:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ajayjadhav.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/29e4884ad9a2dacda61526a5d5ad3ae7?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ajay Jadhav&#039;s Weblog</title>
		<link>http://ajayjadhav.wordpress.com</link>
	</image>
			<item>
		<title>C#.NET program failing to read the private key&#8230;</title>
		<link>http://ajayjadhav.wordpress.com/2009/09/14/c-net-program-failing-to-read-the-private-key/</link>
		<comments>http://ajayjadhav.wordpress.com/2009/09/14/c-net-program-failing-to-read-the-private-key/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:45:16 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/?p=16</guid>
		<description><![CDATA[We are facing a weird problem while reading the Private Key from the self-signed certificate.
After running successfully for several days (sometimes weeks), the C#.NET program fails to read the certificate from the User Store.
After doing lot of research and trying to reproduce the issue, we did not find anything wrong in the code and, finally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=16&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We are facing a weird problem while reading the Private Key from the self-signed certificate.</p>
<p>After running successfully for several days (sometimes weeks), the C#.NET program fails to read the certificate from the <span style="text-decoration:underline;">User Store</span>.</p>
<p>After doing lot of research and trying to reproduce the issue, we did not find anything wrong in the code and, finally contacted Microsoft Support, and realized that the issue is related to user profile, which gets deactivated when somebody <span style="text-decoration:underline;">interactively</span> logs out of Windows Server. The moment user session is logged out, a particular program named <strong>CertificateServicesClient</strong> stops working for the &#8216;USER&#8217; account and the application fails because it is deployed on IIS, and is impersonating using the &#8216;USER&#8217; account.</p>
<p>I will post the details about this issue and the solution we found with the help of Microsoft Support, in my next post&#8230; very soon <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=16&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2009/09/14/c-net-program-failing-to-read-the-private-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Error: Can&#8217;t perform query: Can&#8217;t open file: &#8216;xxxx.MYI&#8217; (errno: 145)</title>
		<link>http://ajayjadhav.wordpress.com/2008/05/31/mysql-error-cant-perform-query-cant-open-file-xxxxmyi-errno-145/</link>
		<comments>http://ajayjadhav.wordpress.com/2008/05/31/mysql-error-cant-perform-query-cant-open-file-xxxxmyi-errno-145/#comments</comments>
		<pubDate>Sat, 31 May 2008 11:33:22 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/?p=9</guid>
		<description><![CDATA[I have timesheet.php and bugzilla 2.20 running on a linux box sharing same mysql db server.
When I tried logging-in to both the applications, I got following error.
 Can't perform query: Can't open file: 'xxxxxx.MYI' (errno: 145) 
You will face this error when your MySQL table is corrupted, and there are a few reasons for that:
1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=9&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have timesheet.php and bugzilla 2.20 running on a linux box sharing same mysql db server.</p>
<p>When I tried logging-in to both the applications, I got following error.</p>
<p><strong><code> Can't perform query: Can't open file: 'xxxxxx.MYI' (errno: 145) </code></strong></p>
<p>You will face this error when your MySQL table is corrupted, and there are a few reasons for that:<br />
1 &#8211; Server crash;<br />
2 &#8211; Hardware failure;<br />
3 &#8211; A MySQL write process was interrupted;</p>
<p>However you can fix this very easy with a simple query&#8230;<br />
<strong><code><br />
$ mysql<br />
mysql&gt; use database_name;<br />
mysql&gt; REPAIR TABLE table_name;<br />
</code></strong></p>
<p>This will repair the specified table. The name of the table which is corrupted can be seen in the error as &#8216;xxxxx.MYI&#8217;.</p>
<p>Good luck.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajayjadhav.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajayjadhav.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=9&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2008/05/31/mysql-error-cant-perform-query-cant-open-file-xxxxmyi-errno-145/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
		<item>
		<title>Why GlassFish?</title>
		<link>http://ajayjadhav.wordpress.com/2008/03/12/why-glassfish/</link>
		<comments>http://ajayjadhav.wordpress.com/2008/03/12/why-glassfish/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 06:32:31 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[JavaEE]]></category>
		<category><![CDATA[application server]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/?p=8</guid>
		<description><![CDATA[Few points to be considered while taking decision to adopt GlassFish Application Server.

GlassFish is an Open Source Application Server which implements the latest Java EE 5.0 specifications.
SUN is heavily supporting GlassFish Open Source Project.
GlassFish has very rich Administration Console like Weblogic and unlike JBoss.
After acquiring by Redhat, JBoss is not showing any momentum, whereas SUN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=8&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Few points to be considered while taking decision to adopt GlassFish Application Server.</p>
<ul>
<li>GlassFish is an Open Source Application Server which implements the latest Java EE 5.0 specifications.</li>
<li>SUN is heavily supporting GlassFish Open Source Project.</li>
<li>GlassFish has very rich Administration Console like Weblogic and unlike JBoss.</li>
<li>After acquiring by Redhat, JBoss is not showing any momentum, whereas SUN is heavily supporting GlassFish Open Source Project, that is why GlassFish&#8217;s adoption is increasing as a best Open Source Application Server choice today.</li>
<li>GlassFish is very easy for developers to use, and increases the developer productivity when used in integration with Netbeans IDE.</li>
</ul>
<p>Read <a href="http://blogs.sun.com/stories/">GlassFish Adoption Stories</a> and see how GlassFish is being used for enterprise applications.</p>
<p>I have been using GlassFish from last few months for my company&#8217;s client projects. Not yet deployed on Production.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajayjadhav.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajayjadhav.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=8&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2008/03/12/why-glassfish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
		<item>
		<title>JUnit Presentation on SlideShare</title>
		<link>http://ajayjadhav.wordpress.com/2008/01/03/junit-presentation-on-slideshare/</link>
		<comments>http://ajayjadhav.wordpress.com/2008/01/03/junit-presentation-on-slideshare/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 08:35:57 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/2008/01/03/junit-presentation-on-slideshare/</guid>
		<description><![CDATA[
TDD Using PHP

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=7&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=91649&#038;doc=unit-testing-with-junit4773' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=91649&#038;doc=unit-testing-with-junit4773' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<p>TDD Using PHP</p>
<p><object type='application/x-shockwave-flash' wmode='transparent' data='http://static.slideshare.net/swf/ssplayer2.swf?id=181371&#038;doc=test-driven-development-tutorial-11961285135562-4' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=181371&#038;doc=test-driven-development-tutorial-11961285135562-4' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajayjadhav.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajayjadhav.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=7&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2008/01/03/junit-presentation-on-slideshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
		<item>
		<title>Agileworld.net updated</title>
		<link>http://ajayjadhav.wordpress.com/2007/12/25/agileworldnet-updated/</link>
		<comments>http://ajayjadhav.wordpress.com/2007/12/25/agileworldnet-updated/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 18:21:40 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[AgileWorld]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/2007/12/25/agileworldnet-updated/</guid>
		<description><![CDATA[I have updated my website this weekend. Check out: http://www.agileworld.net
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=6&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have updated my website this weekend. Check out: <a href="http://www.agileworld.net/">http://www.agileworld.net</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajayjadhav.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajayjadhav.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=6&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2007/12/25/agileworldnet-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
		<item>
		<title>Successful Person</title>
		<link>http://ajayjadhav.wordpress.com/2007/11/05/successful-person/</link>
		<comments>http://ajayjadhav.wordpress.com/2007/11/05/successful-person/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 11:30:41 +0000</pubDate>
		<dc:creator>ajayjadhav</dc:creator>
				<category><![CDATA[Marathi]]></category>

		<guid isPermaLink="false">http://ajayjadhav.wordpress.com/2007/11/05/successful-person/</guid>
		<description><![CDATA[Nice Marathi post about SUCCESS.
http://vicharpushp.blogspot.com/2007/05/blog-post_11.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=4&subd=ajayjadhav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nice Marathi post about SUCCESS.</p>
<p><a target="_blank" href="http://vicharpushp.blogspot.com/2007/05/blog-post_11.html" title="What is Success">http://vicharpushp.blogspot.com/2007/05/blog-post_11.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajayjadhav.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajayjadhav.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajayjadhav.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajayjadhav.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajayjadhav.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajayjadhav.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajayjadhav.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajayjadhav.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajayjadhav.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajayjadhav.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajayjadhav.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajayjadhav.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajayjadhav.wordpress.com&blog=1896226&post=4&subd=ajayjadhav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ajayjadhav.wordpress.com/2007/11/05/successful-person/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ca703438bec3fd43d70b95afd33addf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ajay</media:title>
		</media:content>
	</item>
	</channel>
</rss>