<?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>Ajaymohanty's Weblog</title>
	<atom:link href="http://ajaymohanty.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaymohanty.wordpress.com</link>
	<description>One step solution to web related technical issues</description>
	<lastBuildDate>Thu, 25 Mar 2010 13:40:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ajaymohanty.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ajaymohanty's Weblog</title>
		<link>http://ajaymohanty.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ajaymohanty.wordpress.com/osd.xml" title="Ajaymohanty&#039;s Weblog" />
	<atom:link rel='hub' href='http://ajaymohanty.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Total size of a field</title>
		<link>http://ajaymohanty.wordpress.com/2010/01/16/total-size-of-a-field/</link>
		<comments>http://ajaymohanty.wordpress.com/2010/01/16/total-size-of-a-field/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:35:09 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[size of field]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=36</guid>
		<description><![CDATA[select sum(a) from( select datalength(firmname) as a from Listings_tbl)pp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=36&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>select sum(a) from( select datalength(firmname) as a  from Listings_tbl)pp</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=36&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2010/01/16/total-size-of-a-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Select Unique Entry from one table</title>
		<link>http://ajaymohanty.wordpress.com/2010/01/16/select-unique-entry-from-one-table/</link>
		<comments>http://ajaymohanty.wordpress.com/2010/01/16/select-unique-entry-from-one-table/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:31:52 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[unique data]]></category>
		<category><![CDATA[unique entry]]></category>
		<category><![CDATA[unique record]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/2010/01/16/select-unique-entry-from-one-table/</guid>
		<description><![CDATA[Select * from members_tbl where memberid in(Select Max(memberid) From members_tbl Group By memberemail, membername Having Count(memberid) &#62; 0)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=34&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Select * from members_tbl where memberid in(Select Max(memberid) From members_tbl Group By memberemail, membername Having Count(memberid) &gt; 0)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=34&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2010/01/16/select-unique-entry-from-one-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Select Duplicate Entry from one table</title>
		<link>http://ajaymohanty.wordpress.com/2010/01/16/select-duplicate-entry-from-one-table/</link>
		<comments>http://ajaymohanty.wordpress.com/2010/01/16/select-duplicate-entry-from-one-table/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:29:39 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[duplicate data]]></category>
		<category><![CDATA[duplicate entry]]></category>
		<category><![CDATA[duplicate value]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=32</guid>
		<description><![CDATA[Select * from members_tbl where memberid not in(Select Max(memberid) From members_tbl Group By memberemail, membername Having Count(memberid) &#62; 0)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=32&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Select * from members_tbl where memberid not in(Select Max(memberid) From members_tbl Group By memberemail, membername Having Count(memberid) &gt; 0)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=32&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2010/01/16/select-duplicate-entry-from-one-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Select 2nd heighest from a table</title>
		<link>http://ajaymohanty.wordpress.com/2010/01/16/select-2nd-heighest-from-a-table/</link>
		<comments>http://ajaymohanty.wordpress.com/2010/01/16/select-2nd-heighest-from-a-table/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:24:59 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[2nd heighest]]></category>
		<category><![CDATA[3rd heighest]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=29</guid>
		<description><![CDATA[select distinct(a.score), name, rid from table1 a where 2 = (select count(distinct(b.score)) from table1 b where a.score &#60;=b.score) select top 1 * from table1 where score&#60;(select max(score) from table1) order by score desc Select 3rd heighest &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- select id,name,score from tbl_Student x where 3=(select count(id) from tbl_Student y where x.score&#62;=y.score) select top 1 taxvalue, taxname [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=29&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<li>select distinct(a.score), name, rid from table1 a where 2 = (select count(distinct(b.score)) from table1 b where a.score &lt;=b.score)</li>
<li>select top 1 * from table1 where score&lt;(select max(score) from table1) order by score desc</li>
<p><strong>Select 3rd heighest</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<li>select id,name,score from tbl_Student x where 3=(select count(id) from tbl_Student y where x.score&gt;=y.score)</li>
<li>select top 1 taxvalue, taxname from (select top 3 taxvalue, taxname from tax_tbl order by taxvalue desc) as a order by taxvalue</li>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=29&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2010/01/16/select-2nd-heighest-from-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Operation of data in a table field</title>
		<link>http://ajaymohanty.wordpress.com/2010/01/16/find-and-replace-of-data-of-a-field/</link>
		<comments>http://ajaymohanty.wordpress.com/2010/01/16/find-and-replace-of-data-of-a-field/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:02:52 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[append value]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[first character]]></category>
		<category><![CDATA[last character]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=21</guid>
		<description><![CDATA[Find and replace of data of a field &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; UPDATE tbl_Products SET DemoClip = REPLACE(DemoClip, &#8216;.mp3.mp3&#8242;, &#8216;.mp3&#8242;) WHERE (CHARINDEX(&#8216;.mp3.mp3&#8242;, DemoClip) 0) Find and replace the last character of data of a field &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; update Friends_tbl set FriendEmail=left(FriendEmail,len(FriendEmail)-1) where right(FriendEmail,1)=&#8217;.&#8217; Append new value to the existing value of a field &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; UPDATE friends_tbl set description=description+&#8217;, new&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=21&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Find and replace of data of a field</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
UPDATE tbl_Products SET DemoClip = REPLACE(DemoClip, &#8216;.mp3.mp3&#8242;, &#8216;.mp3&#8242;) WHERE (CHARINDEX(&#8216;.mp3.mp3&#8242;, DemoClip)  0)</p>
<p><strong>Find and replace the last character of data of a field</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
update Friends_tbl set FriendEmail=left(FriendEmail,len(FriendEmail)-1) where right(FriendEmail,1)=&#8217;.&#8217;</p>
<p><strong>Append new value to the existing value of a field</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
UPDATE friends_tbl set description=description+&#8217;, new&#8217; where friendid=18066</p>
<p><strong>Retrieve the first 3 characters of a field</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
select convert(varchar(3),name) as vname from emp</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=21&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2010/01/16/find-and-replace-of-data-of-a-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS 6.0 and Flash streaming (FLV)</title>
		<link>http://ajaymohanty.wordpress.com/2008/10/22/iis-60-and-flash-streaming-flv/</link>
		<comments>http://ajaymohanty.wordpress.com/2008/10/22/iis-60-and-flash-streaming-flv/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 11:38:01 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Serving the Web]]></category>
		<category><![CDATA[Flash streaming]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[MIME Types]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=17</guid>
		<description><![CDATA[Problem: We recently acquired an app that streams flash &#8211; but it was not working on our web servers (Winows 2003, Standard). It was pretty aggravating to get up and running (*Opens arms for Silverlight*). The site has .swf files that stream a flash video (.flv). The SWF works just fine, but the FLV won&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=17&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong><br />
We recently acquired an app that streams flash &#8211; but it was not working on our web servers (Winows 2003, Standard).  It was pretty aggravating to get up and running (*Opens arms for Silverlight*).</p>
<p>The site has .swf files that stream a flash video (.flv).  The SWF works just fine, but the FLV won&#8217;t stream.  There wasn&#8217;t a MIME type for .FLV in IIS.</p>
<p><strong>Solution:</strong><br />
1. Open IIS Manager on the server<br />
2. Expand the Local Computer Server.<br />
3. Examine the &#8216;Properties&#8217; of the local server<br />
4. Select the MIME Types tab.<br />
5. Click the &#8216;New&#8217; button and enter the following:<br />
* Associated Extension box: .FLV<br />
* MIME Type box: flv-application/octet-stream<br />
6. Click Ok and restart IIS.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=17&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2008/10/22/iis-60-and-flash-streaming-flv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips to Enhance IIS Security</title>
		<link>http://ajaymohanty.wordpress.com/2008/10/22/tips-to-enhance-iis-security/</link>
		<comments>http://ajaymohanty.wordpress.com/2008/10/22/tips-to-enhance-iis-security/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 11:33:05 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Serving the Web]]></category>
		<category><![CDATA[Host Headers]]></category>
		<category><![CDATA[IIS Security]]></category>
		<category><![CDATA[NTFS Permissions]]></category>
		<category><![CDATA[Parent Paths]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=15</guid>
		<description><![CDATA[1. Place your content on a non-system drive 2. Disable Parent Paths 3. Check and Double-check Your NTFS Permissions 4. Know the Group Membership of the Anonymous User and Enforce Restrictive Permissions 5. Limit Ports Exposed to an Untrusted Network 6. Make Good Use of Web Service Extensions in IIS 6.0 7. Use Host Headers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=15&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Place your content on a non-system drive<br />
2. Disable Parent Paths<br />
3. Check and Double-check Your NTFS Permissions<br />
4. Know the Group Membership of the Anonymous User and Enforce Restrictive Permissions<br />
5. Limit Ports Exposed to an Untrusted Network<br />
6. Make Good Use of Web Service Extensions in IIS 6.0<br />
7. Use Host Headers<br />
8. Scrub Your Apps<br />
9. Keep Your Server Updated<br />
10. Remove Directory Browsing</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=15&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2008/10/22/tips-to-enhance-iis-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Best practices for speeding up your web site</title>
		<link>http://ajaymohanty.wordpress.com/2008/10/22/best-practices-for-speeding-up-your-web-site/</link>
		<comments>http://ajaymohanty.wordpress.com/2008/10/22/best-practices-for-speeding-up-your-web-site/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 10:06:54 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Serving the Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Cookie]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[ETags]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Stylesheets]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=9</guid>
		<description><![CDATA[Content 1. Make Fewer HTTP Requests 2. Reduce DNS Lookups 3. Avoid Redirects 4. Make Ajax Cacheable 5. Post-load Components 6. Preload Components 7. Reduce the Number of DOM Elements 8. Split Components Across Domains 9. Minimize the Number of iframes 10. No 404s Server 1. Use a Content Delivery Network 2. Add an Expires or a Cache-Control Header 3. Gzip Components 4. Configure ETags 5. Flush the Buffer Early [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=9&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Content<br />
</strong>1. Make Fewer HTTP Requests<br />
2. Reduce DNS Lookups<br />
3. Avoid Redirects<br />
4. Make Ajax Cacheable<br />
5. Post-load Components<br />
6. Preload Components<br />
7. Reduce the Number of DOM Elements<br />
8. Split Components Across Domains<br />
9. Minimize the Number of iframes<br />
10. No 404s</p>
<p><strong>Server</strong><br />
1. Use a Content Delivery Network<br />
2. Add an Expires or a Cache-Control Header<br />
3. Gzip Components<br />
4. Configure ETags<br />
5. Flush the Buffer Early<br />
6. Use GET for AJAX Requests</p>
<p><strong>Cookie<br />
</strong>1. Reduce Cookie Size<br />
2. Use Cookie-free Domains for Components</p>
<p><strong>Css</strong><br />
1. Put Stylesheets at the Top<br />
2. Avoid CSS Expressions<br />
3. Make JavaScript and CSS External<br />
4. Minify JavaScript and CSS<br />
5. Choose &lt;link&gt; over @import<br />
6. Avoid Filters</p>
<p><strong>Javascript<br />
</strong>1. Put Scripts at the Bottom<br />
2. Make JavaScript and CSS External<br />
3. Minify JavaScript and CSS<br />
4. Remove Duplicate Scripts<br />
5. Minimize DOM Access<br />
6. Develop Smart Event Handlers</p>
<p><strong>Images<br />
</strong>1. Optimize Images<br />
2. Optimize CSS Sprites<br />
3. Don&#8217;t Scale Images in HTML<br />
4. Make favicon.ico Small and Cacheable</p>
<p><strong>Mobile<br />
</strong>1. Keep Components under 25K<br />
2. Pack Components into a Multipart Document</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=9&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2008/10/22/best-practices-for-speeding-up-your-web-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Ctrl+Enter not working in IE</title>
		<link>http://ajaymohanty.wordpress.com/2008/10/22/ctrlenter-not-working-in-ie/</link>
		<comments>http://ajaymohanty.wordpress.com/2008/10/22/ctrlenter-not-working-in-ie/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 09:55:42 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[AutoSuggest]]></category>
		<category><![CDATA[Ctrl+Enter]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Options]]></category>

		<guid isPermaLink="false">http://ajaymohanty.wordpress.com/?p=6</guid>
		<description><![CDATA[Method-01 1. Go to the &#8220;Tools&#8221; menu on Internet Explorer then select &#8220;Internet Options&#8221; 2. Go to the Advanced tab . 3. Under Browsing make sure you got a check on &#8220;Use inline AutoComplete&#8221; 4. Hit OK. Method-02 Registry fix. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] &#8220;Append Completion&#8221;=&#8221;no&#8221; &#8220;Use AutoComplete&#8221;=&#8221;yes&#8221; &#8220;AutoSuggest&#8221;=&#8221;no&#8221; Changing &#8220;Append Completion&#8221; from &#8220;no&#8221; to &#8220;yes&#8221; will restore [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=6&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Method-01</strong></p>
<p>1. Go to the &#8220;Tools&#8221; menu on Internet Explorer then select &#8220;Internet Options&#8221;<br />
2. Go to the Advanced tab .<br />
3. Under Browsing make sure you got a check on &#8220;Use inline AutoComplete&#8221;<br />
4. Hit OK.</p>
<p><strong>Method-02</strong></p>
<p>Registry fix.</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]<br />
&#8220;Append Completion&#8221;=&#8221;no&#8221;<br />
&#8220;Use AutoComplete&#8221;=&#8221;yes&#8221;<br />
&#8220;AutoSuggest&#8221;=&#8221;no&#8221;</p>
<p>Changing &#8220;Append Completion&#8221; from &#8220;no&#8221; to &#8220;yes&#8221; will restore the function.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=6&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2008/10/22/ctrlenter-not-working-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
		<item>
		<title>Here I am&#8230;</title>
		<link>http://ajaymohanty.wordpress.com/2008/06/21/hello-world/</link>
		<comments>http://ajaymohanty.wordpress.com/2008/06/21/hello-world/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 11:53:51 +0000</pubDate>
		<dc:creator>ajaymohanty</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to AjayMohanty.com.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=1&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://www.ajaymohanty.com/">AjayMohanty.com</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ajaymohanty.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ajaymohanty.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ajaymohanty.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ajaymohanty.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ajaymohanty.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaymohanty.wordpress.com&amp;blog=4034420&amp;post=1&amp;subd=ajaymohanty&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ajaymohanty.wordpress.com/2008/06/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a083ca68ab554ee064c2122e01b2485e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ajaymohanty</media:title>
		</media:content>
	</item>
	</channel>
</rss>
