<?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>Naveen C Joshi on Rails Development</title>
	<atom:link href="http://joshinav.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshinav.wordpress.com</link>
	<description>All about my experience</description>
	<lastBuildDate>Sun, 17 Feb 2008 10:21:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='joshinav.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3c3289341c2286445bbeb10283616110?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Naveen C Joshi on Rails Development</title>
		<link>http://joshinav.wordpress.com</link>
	</image>
			<item>
		<title>Currency converter in Rails</title>
		<link>http://joshinav.wordpress.com/2008/02/17/currency-converter-in-rails/</link>
		<comments>http://joshinav.wordpress.com/2008/02/17/currency-converter-in-rails/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 10:21:46 +0000</pubDate>
		<dc:creator>joshinav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Currency converter]]></category>
		<category><![CDATA[Naveen Joshi]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://joshinav.wordpress.com/?p=8</guid>
		<description><![CDATA[Recently I was searching for a library in Rails, which can be used as currency converter app. After searching the blogs and rubyforge I decided to write it on my own  . For me its working perfectly however I am open for your feedback on the same. Feel free to use it for your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=8&subd=joshinav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I was searching for a library in Rails, which can be used as currency converter app. After searching the blogs and rubyforge I decided to write it on my own <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . For me its working perfectly however I am open for your feedback on the same. Feel free to use it for your rails development and share your experience.</p>
<p>This can be downloaded from rubyforge at <a href="http://rubyforge.org/projects/curr-converter/">http://rubyforge.org/projects/curr-converter/</a></p>
<p>If this link doesn&#8217;t work for you , feel free to send me a message</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshinav.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshinav.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshinav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshinav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshinav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshinav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshinav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshinav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshinav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshinav.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshinav.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshinav.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=8&subd=joshinav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshinav.wordpress.com/2008/02/17/currency-converter-in-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecb9db68d6a556e2061d03b0672d35e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joshinav</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax Pagination</title>
		<link>http://joshinav.wordpress.com/2007/08/26/ajax-pagination/</link>
		<comments>http://joshinav.wordpress.com/2007/08/26/ajax-pagination/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 12:20:24 +0000</pubDate>
		<dc:creator>joshinav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshinav.wordpress.com/2007/08/26/ajax-pagination/</guid>
		<description><![CDATA[This pagination facilates retrieving of photos from database with AJAX.
1.Create partial in views.Add following code to it.
0), :update =&#62; &#8220;your div id&#8220;,
:url =&#62; {:action =&#62; :imgstrip, :id =&#62; post, :skip =&#62; ([0,skip.to_i-1].max) } if post.medias.size&#62;4 &#8211;&#62;
=0
break if (cnt+=1)==5
&#8211;&#62;


0), :update =&#62; &#8220;your div id&#8220;,
:url =&#62; {:action =&#62; &#8216;action&#8216;, :id =&#62; post, :skip =&#62; ([0,[skip.to_i+1,post.medias.size-4].min].max) }if post.medias.size&#62;4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=6&subd=joshinav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This pagination facilates retrieving of photos from database with AJAX.</p>
<p>1.Create partial in views.Add following code to it.</p>
<p><!--ink_to_remote image_tag("img_left.gif", :border =&amp;gt;-->0), :update =&gt; &#8220;<span style="font-style:italic;">your div id</span>&#8220;,<br />
:url =&gt; {:action =&gt; :imgstrip, :id =&gt; post, :skip =&gt; ([0,skip.to_i-1].max) } if post.medias.size&gt;4 &#8211;&gt;</p>
<p><!--     cnt=0       s=skip=skip.to_i       post.medias.each do |image|       s-=1       next if s&amp;gt;-->=0<br />
break if (cnt+=1)==5<br />
&#8211;&gt;<br />
<!--mage_tag("#{image.path}"--><br />
<!--nd--></p>
<p><!--ink_to_remote image_tag("img_right.gif", :border =&amp;gt;-->0), :update =&gt; &#8220;<span style="font-style:italic;">your div id</span>&#8220;,<br />
:url =&gt; {:action =&gt; &#8216;<span style="font-style:italic;">action</span>&#8216;, :id =&gt; post, :skip =&gt; ([0,[skip.to_i+1,post.medias.size-4].min].max) }if post.medias.size&gt;4 &#8211;&gt;</p>
<p>Replace &#8220;<em>post</em>&#8221; with &#8220;<em>your object</em>&#8220;</p>
<p>2.To render template add following line to views</p>
<p>render :partial =&gt; &#8216;<em>template</em>&#8216;, :locals =&gt; { :post =&gt; post, :skip =&gt; params[:skip] }</p>
<p>3.Add following in controller.rb</p>
<p>def action<br />
post = Post.find params[:id]<br />
render :partial =&gt; <em>&#8216;template&#8217;</em> :locals =&gt; { :post =&gt; post, :skip =&gt; params[:skip] }<br />
end</p>
<p>Replace <em>&#8216;template&#8217; with your view name.<span style="font-style:italic;"></span></em><br />
This will show four photos after each scroll.</p>
<p>Thanks</p>
<p>Naveen Joshi</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshinav.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshinav.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshinav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshinav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshinav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshinav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshinav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshinav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshinav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshinav.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshinav.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshinav.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=6&subd=joshinav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshinav.wordpress.com/2007/08/26/ajax-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecb9db68d6a556e2061d03b0672d35e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joshinav</media:title>
		</media:content>
	</item>
		<item>
		<title>Lightbox</title>
		<link>http://joshinav.wordpress.com/2007/08/26/lightbox/</link>
		<comments>http://joshinav.wordpress.com/2007/08/26/lightbox/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 12:19:51 +0000</pubDate>
		<dc:creator>joshinav</dc:creator>
				<category><![CDATA[Ruby ion Rails]]></category>

		<guid isPermaLink="false">http://joshinav.wordpress.com/2007/08/26/lightbox/</guid>
		<description><![CDATA[Lightbox is a simple script used to overlay images on the current page.
It gives the fancy visual effects and provides the functionality to create album of related images and allows navigation through them with ease.

Setup for lightbox -:
1. It uses &#8220;Prototype&#8221; javascript library and &#8220;Scriptaculous&#8221; javascript library(for visual effects).So you have to include this 2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=5&subd=joshinav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lightbox is a simple script used to overlay images on the current page.<br />
It gives the fancy visual effects and provides the functionality to create album of related images and allows navigation through them with ease.<br />
<span style="font-weight:bold;"><br />
Setup for lightbox -:</span></p>
<p>1. It uses &#8220;Prototype&#8221; javascript library and &#8220;Scriptaculous&#8221; javascript library(for visual effects).So you have to include this 2 libraries in your tempalte header.</p>
<p><!--avascript_include_tag "lightbox-->(javascript library of lightbox)<br />
<!--avascript_include_tag "scriptaculous-->(This will give all the effects in scriptaculous.)<br />
<!--avascript_include_tag :default-->(This will include all the javascripts required for all ajax effects in RoR)</p>
<p>2.It requires CSS of lightbox.</p>
<p><!--tylesheet_link_tag 'lightbox-->(CSS for lightbox)</p>
<p>3.Check CSS and javascript for &#8220;path of the defult images&#8221; i.e prev.gif, next.gif,loading.gif,close.gif.</p>
<p><span style="font-weight:bold;">Activate lightbox -:</span></p>
<p>1.To give the lightbox effect add &#8220;rel=lightbox&#8221; in the image tag.<br />
like-:<br />
href=&#8221;/images/image-1.jpg&#8221; mce_href=&#8221;/images/image-1.jpg&#8221; rel=&#8221;lightbox&#8221; title=&#8221;my caption&#8221;&gt;image #1</p>
<p>2.To have the group of related imges add rel=&#8221;lightbox[roadtrip]&#8221; in the image tag.</p>
<p>like-:<br />
href=&#8221;/images/image-3.jpg&#8221; mce_href=&#8221;/images/image-3.jpg&#8221; rel=&#8221;lightbox[roadtrip]&#8220;&gt;image #3</p>
<p><span style="font-weight:bold;">Download Lightboxv2.03.3 -:</span></p>
<p>http://www.huddletogether.com/projects/lightbox2/<br />
releases/lightbox2.03.3.zip</p>
<p><span style="font-weight:bold;">The most important point-:</span></p>
<p>On every page load Lightbox automatically initialised by &#8216;initIightbox()&#8217; function written in &#8216;lightbox.js&#8221;.Lightbox need to initialise every time to see its effects.</p>
<p>Thus render partial of the page does not give the lighbox effect because it does not call &#8216;initIightbox()&#8217; function written in &#8216;lightbox.js&#8221;.so this can be solved by calling onclick =&#8221;initIightbox();&#8221; for an image.</p>
<p>for example-:<br />
href=&#8221;/images/image-3.jpg&#8221; mce_href=&#8221;/images/image-3.jpg&#8221; rel=&#8221;lightbox[roadtrip]&#8221; onclick=&#8221;initLightbox();&#8221;&gt;image #3</p>
<p>Thanks</p>
<p>Naveen Joshi</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshinav.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshinav.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshinav.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshinav.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshinav.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshinav.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshinav.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshinav.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshinav.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshinav.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshinav.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshinav.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=5&subd=joshinav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshinav.wordpress.com/2007/08/26/lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecb9db68d6a556e2061d03b0672d35e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joshinav</media:title>
		</media:content>
	</item>
		<item>
		<title>Maintaining an object between two pages</title>
		<link>http://joshinav.wordpress.com/2007/06/13/maintaining-an-object-between-two-pages/</link>
		<comments>http://joshinav.wordpress.com/2007/06/13/maintaining-an-object-between-two-pages/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:39:59 +0000</pubDate>
		<dc:creator>joshinav</dc:creator>
				<category><![CDATA[Ruby ion Rails]]></category>

		<guid isPermaLink="false">http://wordpress.com/2007/06/13/maintaining-an-object-between-two-pages/</guid>
		<description><![CDATA[I wanted to write a form where users can create or edit a claim. One of the  fields is a company. Since there is an internal code for each registered  company, I wanted the users to search by company name.On the form, I  plan to add a link called &#8220;Search Company&#8221;. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=3&subd=joshinav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I wanted to write a form where users can create or edit a claim. One of the  fields is a company. Since there is an internal code for each registered  company, I wanted the users to search by company name.On the form, I  plan to add a link called &#8220;Search Company&#8221;. This link will take the user to  another form to find a company by name, and the matching ones will be displayed  as links. If the user click on any of the links, the claim form page will be  redisplayed with the selected  company and the rest of the data the user has  entered. Right now, I had a table called claims and a model that matches  it.In Java Servlet Faces, I use</p>
<p>&lt;t:saveState value=&#8221;#{form}&#8221;  id=&#8221;formSaved&#8221;&gt;&lt;/t:saveState&gt; to pass the objects to the next page, but  I was not sure how to do it on Rails. After digging around  forums I found the  following</p>
<h3>Solution</h3>
<p>There&#8217;s always several ways to get the skin off the cat, but  just save the  id of the selected company in the &#8220;session&#8221;. Something like this in the action  that fires when they click on a company&#8230;</p>
<p>session[:selected_company_id]  =<br />
Company.find_by_name(params[:selected_company])<br />
(this assumes you are  returning the selection as &#8220;selected_company&#8221;)</p>
<p>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshinav.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshinav.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshinav.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshinav.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshinav.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshinav.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshinav.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshinav.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshinav.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshinav.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshinav.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshinav.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=3&subd=joshinav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshinav.wordpress.com/2007/06/13/maintaining-an-object-between-two-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecb9db68d6a556e2061d03b0672d35e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joshinav</media:title>
		</media:content>
	</item>
		<item>
		<title>My hands on Capistrano&#8230;.</title>
		<link>http://joshinav.wordpress.com/2007/06/13/hello-world/</link>
		<comments>http://joshinav.wordpress.com/2007/06/13/hello-world/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 11:53:07 +0000</pubDate>
		<dc:creator>joshinav</dc:creator>
				<category><![CDATA[Ruby ion Rails]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I was searching for a utility for deploying web applications. I found Capistrano , which is a utility for deploying web applications. I decided to try my hands with it, and my experience says It is ideal for system administration.
Advantages of Capistrano configuration -:
1.It can execute commands in parallel on multiple servers.
2.It allows to define [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=1&subd=joshinav&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font size="2" face="Verdana">I was searching for a utility for deploying web applications. I found Capistrano , which is a utility for deploying web applications. I decided to try my hands with it, and my experience says It is ideal for system administration.</font></p>
<p><font size="2" face="Verdana">Advantages of Capistrano configuration -:</font></p>
<p><font size="2" face="Verdana">1.It can execute commands in parallel on multiple servers.</font></p>
<p><font size="2" face="Verdana">2.It allows to define tasks which can include commands that executed on the servers.It allows to define task specific roles for server.</font></p>
<p><font size="2"><font face="Verdana">3.It includes some basic templating allowing to dynamically create and deploy things like maintenance screens, configuration files, shell scripts, and </font><font face="Verdana">more.</font></font></p>
<p><font size="2" face="Verdana">4. It uses repository which allows easy upgration of sorce code.</font></p>
<p><font size="2" face="Verdana">For Rails users its cool cool shot&#8230;.</font></p>
<p><font size="2" face="Verdana">It can perform migrations during deployment.It can restart mongrels/fcgi.</font></p>
<p><font size="2" face="Verdana">It allows to use transactional commands.When any of the command fails changes are rolled back automatically.</font></p>
<p><font size="2" face="Arial">To configure it following specifications are required-:</font></p>
<p><font size="2"><span class="caps">It requires SSH</span> to connect to the servers. </font></p>
<p><font size="2">The remote server is capable of understanding <span class="caps">POSIX</span> shell commands.</font></p>
<p><font size="2">It requires subversion to manage your source code. </font></p>
<p><font size="2">It require FastCGI to power your application. </font></p>
<p><font size="2" face="Arial">After spending so many hrs I like following features -:</font></p>
<p><font size="2" face="Arial">1.It facilitates to keep production database password secure by allowing to create host specific database yml.</font></p>
<p><font face="Arial"><font size="2">2.<font face="Verdana">The&#8221;sudo&#8221; helpers got a lot more powerful; allows to pass a specific set of hosts to them or even call them outside of any task by implementing capistrano scripts, basically making an entire file a single task.</font></font></font></p>
<p><font face="Arial"><font size="2" face="Verdana">3.It allows to create own deployment strategies from multiple server configuration by allowing selection of servers with their environment variables.<br />
</font></font></p>
<p><font face="Arial"></font></p>
<p><font face="Arial"><font size="2" face="Verdana">Thanks</p>
<p>Naveen Joshi</font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshinav.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshinav.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshinav.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshinav.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshinav.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshinav.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshinav.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshinav.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshinav.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshinav.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshinav.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshinav.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshinav.wordpress.com&blog=1232818&post=1&subd=joshinav&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshinav.wordpress.com/2007/06/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ecb9db68d6a556e2061d03b0672d35e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joshinav</media:title>
		</media:content>
	</item>
	</channel>
</rss>