<?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"
	>

<channel>
	<title>TechNayak</title>
	<atom:link href="http://riteshnayak.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://riteshnayak.com/blog</link>
	<description>my technology blog</description>
	<pubDate>Mon, 14 Jul 2008 13:15:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Ruby on Rails - Getting started</title>
		<link>http://riteshnayak.com/blog/2008/07/04/ruby-on-rails-getting-started/</link>
		<comments>http://riteshnayak.com/blog/2008/07/04/ruby-on-rails-getting-started/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 09:09:53 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Tips,Tricks and code]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/07/04/ruby-on-rails-getting-started/</guid>
		<description><![CDATA[
Every night now, for the past three days, I am sitting religiously in front of my 8 year old desktop running gutsy (both my laptops are&#8217;nt with me now  ) trying to learn Ruby on Rails - ror in short. I must say, I have been completely fascinated by its possibilities and look forward [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz" title=""><img alt="" src="http://rubyonrails.com/assets/2007/2/20/ruby.png" border="0" /></a><a href="http://rubyonrails.com/" title="Rails"><img alt="Rails" src="http://rubyonrails.com/images/rails.png" border="0" /></a><br />
Every night now, for the past three days, I am sitting religiously in front of my 8 year old desktop running gutsy (both my laptops are&#8217;nt with me now <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ) trying to learn Ruby on Rails - ror in short. I must say, I have been completely fascinated by its possibilities and look forward to building some really cool and useful apps with it in the near future. I have also been trying to look for tutorials on ror and not finding much help online. A <a href="http://ashwinrajiv.com">friend of mine</a> pointed me to <a href="http://www.pragmaticprogrammer.com/titles/rails/index.html">The Book for ror</a> which I am trying to get my hands on. I have never been the type that learns a new language from a book; I like to get my hands dirty and try out things - thats the way I learn. So, based on my experience learning ror , Im penning down my getting started with ror.</p>
<p>&nbsp;What can ror do ? It makes developing web applications really, and I mean really simple. You give it a table structure and rails automatically builds a table, forms for insert, delete and display for the fields and also build MVC architecture by default. Controllers and views are built and all you have to do as a web developer is to add CSS to the generated files so that they look awesome. There is demo which shows <a href="http://media.rubyonrails.org/video/rails_take2_with_sound.mov">how you can build a blogging engine using rails in under 15 minutes</a>. Now isnt that cool !! Its a really cool hack that has made the job of writing everyday web applications really easy. Well two of my favorite applications online have been built using ror. Check them out .<br />
&nbsp;<br />
<a href="http://www.basecamphq.com" title="Basecamp"><img alt="Basecamp" src="http://rubyonrails.com/assets/2007/2/20/basecamp.gif" border="0" /></a><a href="http://rubyonrails.com/" title="Twitter"> &nbsp; &nbsp; &nbsp;</a><a href="http://rubyonrails.com/" title="Basecamp"> &nbsp;&nbsp;&nbsp;&nbsp; </a><a href="http://twitter.com/itsmeritesh" title="Twitter"><img alt="Twitter" src="http://rubyonrails.com/assets/2008/2/27/twitter.jpg" border="0" /></a><br />
&nbsp;</p>
<p>Well for starters ruby is a programming language - older than java, very english like and mostly interpreted I guess. Rails is this wonderful platform like hack which does a lot of cool things and ruby sits on top of rails and you can build applications using them. </p>
<p>&nbsp; Installation : I found many places which listed installation instructions but this one worked best.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; <a href="http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu">http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu</a></p>
<p>&nbsp;<a href="http://docs.rubygems.org/" title=""><img alt="" src="http://docs.rubygems.org/images/rubygems-125x125t.png" border="0" /></a><br />
&nbsp; This brings me to another wonderful piece of software that runs under 400kb, Gems. A apt styled package manager built to get ruby related software.<br />
Once you are setup, I guess its time to learn the language and to learn ruby, I would definitely suggest <a href="http://poignantguide.net/ruby/">why&#8217;s (poignant) guide to Ruby</a>. Nothing beats this online book &#8230; sorry online masterpiece in explaining the aspects of the ruby language. Im still not done with this but I cant wait to read more of it. </p>
<p>&nbsp;Since ror is for web development, its obvious you need a webserver, so you can use the prepackaged WEBrick server ( good for small dev). For more serious programming use <a href="http://mongrel.rubyforge.org/">Mongrel</a>, Apache or lighttpd. Instructions to configure Apache and Lighttpd for ror can be found <a href="https://help.ubuntu.com/community/RubyOnRails">here</a>. Get MySql for the database and you will be done.</p>
<p>&nbsp;Lastly you need a very good article to get you started and <a href="http://godbit.com/article/beginners-guide-to-rails-part-1">this is the one that got me started out</a>. Its not perfect considering its almost 2 years old but the errors that show up will help you learn much better. And thats it , we are done. Best of luck learning ror.<br />
&nbsp; </p>
<p>&nbsp;</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7842209198869842";
/* sqaure plain for blog */
google_ad_slot = "6787148217";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/ruby" rel="tag">ruby</a>, <a href="http://technorati.com/tag/rails%20" rel="tag">rails </a>, <a href="http://technorati.com/tag/%20ruby%20on%20rails" rel="tag"> ruby on rails</a>, <a href="http://technorati.com/tag/%20getting%20started" rel="tag"> getting started</a>, <a href="http://technorati.com/tag/%20tutorials" rel="tag"> tutorials</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/07/04/ruby-on-rails-getting-started/feed/</wfw:commentRss>
<enclosure url="http://media.rubyonrails.org/video/rails_take2_with_sound.mov" length="54364199" type="video/quicktime" />
		</item>
		<item>
		<title>Bangalore Events on Upcoming</title>
		<link>http://riteshnayak.com/blog/2008/07/02/bangalore-events-on-upcoming/</link>
		<comments>http://riteshnayak.com/blog/2008/07/02/bangalore-events-on-upcoming/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 14:07:07 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/07/02/bangalore-events-on-upcoming/</guid>
		<description><![CDATA[For quite some time now, I have been trying to locate a service where all upcoming events are listed. There aren&#8217;t that many around and searching surely doesn&#8217;t help. I looked at the local sites and also at public calendars on Google but to no avail, most of them are not updated and soon lose [...]]]></description>
			<content:encoded><![CDATA[<p>For quite some time now, I have been trying to locate a service where all upcoming events are listed. There aren&#8217;t that many around and searching surely doesn&#8217;t help. I looked at the local sites and also at public calendars on Google but to no avail, most of them are not updated and soon lose their <span style="font-style: italic;">mojo</span>. </p>
<p>&nbsp; Then I read about <a href="%20http://upcoming.yahoo.com">upcoming </a>getting a better interface - a random search on Bangalore and lo, tons of results on upcoming events. I really like the variety of events that are listed. I am not sure about the community that <a href="%20http://upcoming.yahoo.com">upcoming </a>has in Bangalore or its popularity but looking at the events listed there, I think they are doing pretty well. Also if any of you are looking for public events in Bangalore, this is the place to look. Please do comment with other sites that list public events in Bangalore. Meanwhile</p>
<p>&nbsp;<a href="%20http://upcoming.yahoo.com">http://upcoming.yahoo.com</a></p>
<p>and here is the link to the events in Bangalore.<br />
&nbsp;&nbsp;&nbsp;<br />
&nbsp;<a href="http://upcoming.yahoo.com/search/?type=events&amp;rt=1&amp;q=&amp;loc=bangalore">http://upcoming.yahoo.com/search/?type=events&amp;rt=1&amp;q=&amp;loc=bangalore</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7842209198869842";
/* sqaure plain for blog */
google_ad_slot = "6787148217";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/Bangalore" rel="tag">Bangalore</a>, <a href="http://technorati.com/tag/events" rel="tag">events</a>, <a href="http://technorati.com/tag/%20public%20events" rel="tag"> public events</a>, <a href="http://technorati.com/tag/%20upcoming" rel="tag"> upcoming</a>, <a href="http://technorati.com/tag/%20yahoo" rel="tag"> yahoo</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/07/02/bangalore-events-on-upcoming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3rd Party Application Integration - Implications</title>
		<link>http://riteshnayak.com/blog/2008/06/30/3rd-party-application-integration-implications/</link>
		<comments>http://riteshnayak.com/blog/2008/06/30/3rd-party-application-integration-implications/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:02:13 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Architecture - Design]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/30/3rd-party-application-integration-implications/</guid>
		<description><![CDATA[Quite recently there have been many apps that have added the ability for third party applications to plug into the main app. Some examples include Myspace, facebook, iGoogle, Okut and currently Yahoo Search ( thanks to SearchMonkey). The intent is to improve the usefulness of the main application in turn make these otherwise undiscovered third [...]]]></description>
			<content:encoded><![CDATA[<p>Quite recently there have been many apps that have added the ability for third party applications to plug into the main app. Some examples include Myspace, facebook, iGoogle, Okut and currently Yahoo Search ( thanks to SearchMonkey). The intent is to improve the usefulness of the main application in turn make these otherwise undiscovered third party applications popular. The third party applications thrive on the popularity and traffic of the mother app. The popularity of third party apps have spawned an entire eco-system of app builders who target exactly these platforms and hope to cash in on the phenomenon. Social applications are green pastures for such application builders, who hope to reach a large audience by utilizing this community as a service.<br />
&nbsp;Now most of these apps are pretty alright, but most of them just break and compromise the entire user experience. Facebook is currently the site that is facing the app overload problem. Too many apps clutter and spoil the entire facebook experience.<br />
&nbsp;<br />
&nbsp;The other problem is that most mother applications are huge in their own right and drive a lot of traffic. In that case there should be some guarantee that the plugins also scale equally. This is a problem I have faced after integrating searchmonkey applications on Yahoo Search and also some apps in Facebook. Unanticipated loads on third party apps wreck the app and most of them dont scale and all they do is spoil the UX of the app as a consequence. My StumbleUpon addition to Yahoo Search just didnt work the first few days and I could only read a &#8220;This plugin is not available right now&#8221; message. In another instance, I integrated an app on my blog and the problem was that due to the right sidebar, my content wouldn&#8217;t load until the third party app loaded and when it didnt, the blog would serve up nothing. There is no way for the mother app to figure out whether the third party app is available and running. If it isnt available then dont publish it onto the clients interface, thereby retaining the users experience.</p>
<p>&nbsp;In fact, for any third party application, there must be some scalability requirements enforced and only when they meet such requirements should they be allowed to publish. An alternative would be for the mother app to build its own cloud and make sure that the 3rd party application uses that cloud so that its highly available ( Case in point Google&#8217;s App Engine - Use for widgets). Or, there must be some load test designed when the 3rd party app registers with the mother app ( ex : Automated load tests on sites like TopCoder ). An even more elegant way of figuring out scalability problems would be to statically analyze the submitted code to check for bottlenecks and other possible leaky parts of the code and then reach a decision whether to allow for the code to run or not. Until such rigorous checks and constraints are not enforced, third party apps will keep ruining our experience. </p>
<p><!--adsense#center--><br />
    <!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/cloud" rel="tag">cloud</a>, <a href="http://technorati.com/tag/facebook%20appliation" rel="tag">facebook appliation</a>, <a href="http://technorati.com/tag/%20third%20party%20applications" rel="tag"> third party applications</a>, <a href="http://technorati.com/tag/%20static%20analysis%20" rel="tag"> static analysis </a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/30/3rd-party-application-integration-implications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coming the full GCircle</title>
		<link>http://riteshnayak.com/blog/2008/06/26/coming-the-full-gcircle/</link>
		<comments>http://riteshnayak.com/blog/2008/06/26/coming-the-full-gcircle/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 09:35:52 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/26/coming-the-full-gcircle/</guid>
		<description><![CDATA[Remember early 2004 and the release of Gmail ? The &#8220;ooh so exclusive, invite only&#8221; mailbox that was so cool. I remember. How hard I tried to get an invite and how I rejoiced when I layed my eyes on Gmail; How I tried to figure out why is the page not navigating or how [...]]]></description>
			<content:encoded><![CDATA[<p>Remember early 2004 and the release of Gmail ? The &#8220;ooh so exclusive, invite only&#8221; mailbox that was so cool. I remember. How hard I tried to get an invite and how I rejoiced when I layed my eyes on Gmail; How I tried to figure out <span style="font-style: italic;">why is the page not navigating</span> or <span style="font-style: italic;">how is that my contacts are autofilling the to field but I cannot find them in the source. </span>How, almost after 4 whole months of searching, I learnt the buzzword that would graduate me from mere novice to a professional in the web space. AJAX.</p>
<p>&nbsp; After that started the GCraze. Almost any entity that had a G before it was sought out to be the most watched property on the web. This craze still holds; the only difference is that the craze has moved from web developers to general public. Most G properties are running only because of the G in front, sort of like the Y! of the late 90s. Call it fate or just too much popularity, I think a lot of people are coming full circle.</p>
<p>&nbsp;Over the recent few days I have seen a lot of discontent among all the G users. I shall list most of the ones I remember, but you will get the idea</p>
<p>&nbsp;- Mail : probably the most sought after mail service in the recent past has its own share of problems. The first being slow connections. You must see Gmail running at our university, when 250 people share a 16Mbps connection, Gmail takes on a life of its own. Mails dont open, conversations are not updated and the chat feature is a pure disaster. The biggest problem I have with Gmail are the intrusive ads next to my mails.<br />
&nbsp;- Orkut and Google Talk: Orkut was the social network for India, so claim many people. But if it wasn&#8217;t for the G tag, I would have liked to see how far Orkut would have gone. I know this having competed with Orkut for a year. The problem with social networks with no personal value add to it ( unlike del.icio.us or flickr) tends to grow boring and spam and other marketing material get the better of the network , you have no choice but to opt out. I consider Gtalk as a piece of art , a wonderful piece of software who got the design and the user experience part just right. But Orkut integration did one very awful thing, it increased my contacts on Gtalk from a mere 10 to about 200, which I really didnt want. Some say I missed a warning to the same, but now there is no undoing it. Lot of my friends are shifting back to Ymsgr and Windows messenger because they see more peaceful days there. </p>
<p>&nbsp;So thanks to these problems and more, there is a reverse migration to older properties who over time have become better and people are rediscovering their long lost loved ones. Google is doing all the right things with other properties though. I love the reader and just cant do without it and thanks to the sharing and the friends aspect of it, its almost like a new paradigm of use of RSS. Docs also is really cool, though I still like using Zoho, coz its home made and is just purely awesome. Thats about it I guess. </p>
<p>ps : Inspiration for this post comes from my valiant struggle for almost 2 whole hours to get Gmail to work only to see a &#8220;Your Account is experiencing Errors&#8221; or something. And then I try Yahoo Mail and its so wonderfully fast and awesome and guess what, hotmail works like a charm too. Also, my adsense account has served almost 100,000 ads and yet I haven&#8217;t made enough money to buy a decent meal <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> Come on. 100,000 is six digits and they account for something, then why not pay me.</p>
<p><!--adsense#center-->
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/google" rel="tag">google</a>, <a href="http://technorati.com/tag/gmail" rel="tag">gmail</a>, <a href="http://technorati.com/tag/%20google%20talk" rel="tag"> google talk</a>, <a href="http://technorati.com/tag/%20gtalk" rel="tag"> gtalk</a>, <a href="http://technorati.com/tag/%20orkut" rel="tag"> orkut</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/26/coming-the-full-gcircle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Sabbath - think most people need it</title>
		<link>http://riteshnayak.com/blog/2008/06/24/web-sabbath-think-most-people-need-it/</link>
		<comments>http://riteshnayak.com/blog/2008/06/24/web-sabbath-think-most-people-need-it/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:49:18 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Unsolved problems]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/24/web-sabbath-think-most-people-need-it/</guid>
		<description><![CDATA[Google is giving us pond-skater minds &#124; Andrew Sullivan - Times Online
Read this wonderful article and I realized, we are hooked to the internet!! Not a day goes by without us plugging in. The tools you work with clearly alter the way you do things and not necessarily in the right way. To give you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.timesonline.co.uk/tol/comment/columnists/andrew_sullivan/article4136782.ece">Google is giving us pond-skater minds | Andrew Sullivan - Times Online</a></p>
<p>Read this wonderful article and I realized, we are hooked to the internet!! Not a day goes by without us plugging in. The tools you work with clearly alter the way you do things and not necessarily in the right way. To give you an example, an electrician came to my place and couldn&#8217;t put a hole in a switch board because his drill bit was broken; an electrician from the pre-drill age would heat a sack needle to do the same. Did modern day tools spoil the electrician ? I would say, yes!</p>
<p>The same is the case with everyday programmers and web workers. I remember programming without search engines, an age where I peered through command lines and man pages to figure out why in gods name was the screen showing <em>segmentation fault</em>. Debugging was a very involved process, no modern day debuggers or code analyzers, just the program and console outputs. Though it sounds really painstaking ( and trust me, it was), it did make me a better programmer. I knew where not to screw up and also where things could fail. I see people start programming using IDE&#8217;s like Eclipse and Visual Studio and I really wonder whether they will ever have all the learnings that I had. Search engines and effective ones at that have paralyzed out ability to think, read and find information. Its affected us in adverse ways, so not comprehend able.</p>
<p>To become humans again, not impaled by search technology, I second the concept of a web sabbath. A day or two in a week, where we do not use modern day amenities like the mobile phone, Television , Internet or search. Such a day will help us to think, read, scour for knowledge the way we would have done ten years ago and hopefully that extra effort will make us think beyond technology and its limitations. I would like to hear from people who agree with me.</p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a style="color: #999; font-weight: bold;" title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
<p><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right;">Tags: <a rel="tag" href="http://technorati.com/tag/google">google</a>, <a rel="tag" href="http://technorati.com/tag/web">web</a>, <a rel="tag" href="http://technorati.com/tag/%20sabbath"> sabbath</a>, <a rel="tag" href="http://technorati.com/tag/%20nosearch"> nosearch</a>, <a rel="tag" href="http://technorati.com/tag/%20websearch"> websearch</a>, <a rel="tag" href="http://technorati.com/tag/%20technology"> technology</a></p>
<p><!-- technorati tags end --></p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/24/web-sabbath-think-most-people-need-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 - Review</title>
		<link>http://riteshnayak.com/blog/2008/06/18/firefox-3-review/</link>
		<comments>http://riteshnayak.com/blog/2008/06/18/firefox-3-review/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:39:06 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/18/firefox-3-review/</guid>
		<description><![CDATA[So, I downloaded the latest installment of Firefox and tried it out. A brief about me, I have been a firefox user for a long time now and usually wait for newer versions of the browser to be shipped. The addons feature when launched was truly the best concept ever, then came the integrated search [...]]]></description>
			<content:encoded><![CDATA[<p>So, I downloaded the latest installment of <a href="http://firefox.com">Firefox </a>and tried it out. A brief about me, I have been a firefox user for a long time now and usually wait for newer versions of the browser to be shipped. The addons feature when launched was truly the best concept ever, then came the integrated search bar, spell check and a host of other wonderful features. I admit, I use firefox purely for its addons and nothing else (Actually the other reason is that my primitive designs really look good on firefox , IE and me dont really get along on the design playfield )<br />
&nbsp; Well the 3rd installment really didn&#8217;t get me excited. Except for the full text like search on the address bar, I really didnt see any difference. The so called great features of FF3 viz offline support and apis for the same, <a href="http://labs.mozilla.com/2007/04/keep-track-of-your-friends-with-the-coop/">social features</a> etc are completely missing. So there is faster javascript and stuff, but for people in the third world countries ( at least in terms of bandwidth) like ours, pages take an eternity to load and a slight improvement in JS doesnt really do much until underlying infrastructure is changed.<br />
&nbsp; The 3rd installment of FF has let me down. I still recommend people to use <a href="http://flock.com">Flock</a>. Their features and extensions on firefox are really great and do wonders for web users. </p>
<p>   <!--adsense#center-->
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/18/firefox-3-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email Checklist from Seth Godin</title>
		<link>http://riteshnayak.com/blog/2008/06/18/382/</link>
		<comments>http://riteshnayak.com/blog/2008/06/18/382/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 09:47:52 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Tips,Tricks and code]]></category>

		<category><![CDATA[gyaan]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/18/382/</guid>
		<description><![CDATA[Great tips on sending an Email from Seth Godin himself- I realized a lot of my own follies.

Before you hit send on that next email, perhaps you should run down this list, just to be sure:

Is it going to just one person? (If yes, jump to #10)
Since it&#8217;s going to a group, have I thought [...]]]></description>
			<content:encoded><![CDATA[<p>Great tips on sending an Email from <a title="Seth Godins blog" href="http://sethgodin.typepad.com/" target="_blank">Seth Godin</a> himself- I realized a lot of my own follies.</p>
<div class="entry-body">
<blockquote><p>Before you hit send on that next email, perhaps you should run down this list, just to be sure:</p>
<ol>
<li>Is it going to just one person? (If yes, jump to #10)</li>
<li>Since it&#8217;s going to a group, have I thought about who is on my list?</li>
<li>Are they blind copied?</li>
<li>Did every person on the list really and truly opt in? Not like sort of, but really ask for it?</li>
<li>So that means that if I <em>didn&#8217;t</em> send it to them, they&#8217;d complain about not getting it?</li>
<li>See #5. If they wouldn&#8217;t complain, take them off!</li>
<li>That means, for example, that sending bulk email to a list of bloggers just cause they have blogs is not okay.</li>
<li>Aside: the definition of permission marketing: Anticipated, personal and relevant messages delivered to people who actually want to get them. Nowhere does it say anything about you and your needs as a sender. Probably none of my business, but I&#8217;m just letting you know how I feel. (And how your prospects feel).</li>
<li>Is the email from a real person? If it is, will hitting reply get a note back to that person? (if not, change it please).</li>
<li>Have I corresponded with this person before?</li>
<li>Really? They&#8217;ve written back? (if no, reconsider email).</li>
<li>If it is a cold-call email, and I&#8217;m sure it&#8217;s welcome, and I&#8217;m sure it&#8217;s not spam, then don&#8217;t apologize. If I need to apologize, then yes, it&#8217;s spam, and I&#8217;ll get the brand-hurt I deserve.</li>
<li>Am I angry? (If so, save as draft and come back to the note in one hour).</li>
<li>Could I do this note better with a phone call?</li>
<li>Am I blind-ccing my boss? If so, what will happen if the recipient finds out?</li>
<li>Is there anything in this email I don&#8217;t want the attorney general, the media or my boss seeing? (If so, hit delete).</li>
<li>Is any portion of the email in all caps? (If so, consider changing it.)</li>
<li>Is it in black type at a normal size?</li>
<li>Do I have my contact info at the bottom? (If not, consider adding it).</li>
<li>Have I included the line, &#8220;Please save the planet. Don&#8217;t print this email&#8221;? (If so, please delete the line and consider a job as a forest ranger or flight attendant).</li>
<li>Could this email be shorter?</li>
<li>Is there anyone copied on this email who could be left off the list?</li>
<li>Have I attached any files that are very big? (If so, google something like &#8217;send big files&#8217; and consider your options.)</li>
<li>Have I attached any files that would work better in PDF format?</li>
<li>Are there any <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> or other emoticons involved? (If so, reconsider).</li>
<li>Am I forwarding someone else&#8217;s mail? (If so, will they be happy when they find out?)</li>
<li>Am I forwarding something about religion (mine or someone else&#8217;s)? (If so, delete).</li>
<li>Am I forwarding something about a virus or worldwide charity effort or other potential hoax? (If so, visit <a href="http://www.snopes.com/">snopes</a> and check to see if it&#8217;s &#8216;actually true).</li>
<li>Did I hit &#8216;reply all&#8217;? If so, am I glad I did? Does every person on the list need to see it?</li>
<li>Am I quoting back the original text in a helpful way? (Sending an email that says, in its entirety, &#8220;yes,&#8221; is not helpful).</li>
<li>If this email is to someone like Seth, did I check to make sure I know the difference between its and it&#8217;s? Just wondering.</li>
<li>If this is a press release, am I really sure that the recipient is going to be delighted to get it? Or am I taking advantage of the asymmetrical nature of email&#8211;free to send, expensive investment of time to read or delete?</li>
<li>Are there any little animated creatures in the footer of this email? Adorable kittens? Endangered species of any kind?</li>
<li>Bonus: Is there a long legal disclaimer at the bottom of my email? Why?</li>
<li>Bonus: Does the subject line make it easy to understand what&#8217;s to come and likely it will get filed properly?</li>
<li>If I had to pay 42 cents to send this email, would I?</li>
</ol>
</blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/18/382/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do your bit for the environment</title>
		<link>http://riteshnayak.com/blog/2008/06/06/do-your-bit-for-the-environment/</link>
		<comments>http://riteshnayak.com/blog/2008/06/06/do-your-bit-for-the-environment/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:17:23 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/06/do-your-bit-for-the-environment/</guid>
		<description><![CDATA[The World Environment day has again highlighted the energy crisis the world is facing and its almost certain that the next biggest market is energy. Technology for efficient consumption of energy, be it electrical or fuel driven, will be at the peak of global demand. Many companies are getting into the energy space in the [...]]]></description>
			<content:encoded><![CDATA[<p>The World Environment day has again highlighted the energy crisis the world is facing and its almost certain that the next biggest market is energy. Technology for efficient consumption of energy, be it electrical or fuel driven, will be at the peak of global demand. Many companies are getting into the energy space in the hopes of cashing in on this phenomenon. Though we may not live to see the true implications of the energy crisis, its almost guaranteed that future generations will find it really hard to survive the energy crisis. There are some things that we as individuals can do to help preserve the environment - here are a few that are not all that hard to follow<br />
&nbsp;</p>
<ul>
<li>&nbsp;Follow yearly maintenance schedules to                                       ensure that your furnace and air conditioner                                       run efficiently.</li>
<li> Unplug rarely used appliances such as                                       a TV located in the spare bedroom.</li>
<li> Dry your clothes on a laundry line instead                                       of using a clothes dryer</li>
<li> Replace all incandescent light bulbs                                       with compact fluorescent lights (CFL). CFL’s                                       last up to 10 to 15 times longer and are                                       75 percent more efficient than incandescent                                       bulbs.</li>
<li style="font-weight: bold;">Turn off lights when leaving a room.</li>
<li>Switch off your monitor or close the lid of your laptop when not in use. Remember always to shut down the PC before going home from Office.
</li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Set up your monitor to go to sleep when idle for more than 10 minutes.</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Reduce the brightness in your monitor.<br />
</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Do not unnecessarily leave electrical items like your phone, camera on continuous charging.</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Ventilate your room and use fans and Air conditioners sparingly.</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Always check the emission of your vehicle, remember to tune your engine optimallyto cut emission levels.<br />
</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Share a carpool or drive with a friend to work or college.<br />
</span></li>
<li style="font-weight: bold;"><span style="font-weight: normal;">Don&#8217;t waste paper, use a computer wherever necessary.<br />
</span></li>
</ul>
<p><span style="font-weight: normal;">I also found out that I emit 3.056 Tonnes of Carbon dioxide every year :-(&nbsp; This is my environment day post <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
</span>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/06/do-your-bit-for-the-environment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Code quality metric</title>
		<link>http://riteshnayak.com/blog/2008/06/05/best-code-quality-metric-2/</link>
		<comments>http://riteshnayak.com/blog/2008/06/05/best-code-quality-metric-2/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 06:10:35 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/06/05/best-code-quality-metric-2/</guid>
		<description><![CDATA[In the complex world of project metrics and estimation, there is one highly used metric that truly depicts quality. I shall let the picture explain. Thank you OSNews for the pic

Blogged with the Flock Browser
]]></description>
			<content:encoded><![CDATA[<p>In the complex world of project metrics and estimation, there is one highly used metric that truly depicts quality. I shall let the picture explain. Thank you OSNews for the pic<br />
<a href="http://www.osnews.com/images/comics/wtfm.jpg" title="wtfm.jpg"><img alt="wtfm.jpg" src="http://www.osnews.com/images/comics/wtfm.jpg" border="0" /></a></p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/06/05/best-code-quality-metric-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finally I get my hands on the MacBook Air</title>
		<link>http://riteshnayak.com/blog/2008/05/29/finally-i-get-my-hands-on-the-macbook-air/</link>
		<comments>http://riteshnayak.com/blog/2008/05/29/finally-i-get-my-hands-on-the-macbook-air/#comments</comments>
		<pubDate>Thu, 29 May 2008 07:43:42 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/29/finally-i-get-my-hands-on-the-macbook-air/</guid>
		<description><![CDATA[
Well, I finally got my hands on a mac book air and I must say, its unbelievable. The form factor is just amazing, the overall thickness of the laptop is quite comparable to my ipod. Yes, you heard it right, MY IPOD. Thats how thin the lap top is. Pictures and videos of the Macbook [...]]]></description>
			<content:encoded><![CDATA[<p><a title="MacBook Air. A guided tour." href="http://www.apple.com/macbookair/design.html"><img src="http://images.apple.com/macbookair/images/contentfooter_guidedtour20080115.png" border="0" alt="MacBook Air. A guided tour." /></a><br />
Well, I finally got my hands on a mac book air and I must say, its unbelievable. The form factor is just amazing, the overall thickness of the laptop is quite comparable to my ipod. Yes, you heard it right, MY IPOD. Thats how thin the lap top is. Pictures and videos of the Macbook Air do not do justice to its brilliance.</p>
<p>Its got 2Gb of RAM, a 1.6 /1.8 Gig processor and 80GB harddisk. Hard to believe all that fits in the macbook air.  Just head over to the nearest iStore and check it out. Its selling at a modest 100k in India <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a title="MacBook Air open." href="http://www.apple.com/macbookair/design.html"><img style="border: 0pt none;" src="http://images.apple.com/macbookair/images/design_displayair20080115.jpg" border="0" alt="MacBook Air open." width="429" height="230" /></a></p>
<p><!--adsense#center--></p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a style="color: #999; font-weight: bold;" title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/29/finally-i-get-my-hands-on-the-macbook-air/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In.com - portal opens for beta testing</title>
		<link>http://riteshnayak.com/blog/2008/05/20/incom-portal-opens-for-beta-testing/</link>
		<comments>http://riteshnayak.com/blog/2008/05/20/incom-portal-opens-for-beta-testing/#comments</comments>
		<pubDate>Tue, 20 May 2008 09:02:42 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/20/incom-portal-opens-for-beta-testing/</guid>
		<description><![CDATA[
In.com, an initiative of Web18 of India is trying to create a one stop portal for people on the internet. The service looks really promising and will find fast acceptance in India, given the explosive growth of internet users in the country.
&#160;&#160; The site provides a easy to use, intuitive interface to a digg like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.in.com/" title=""><img alt="" src="http://im.in.com/active18/images/nlogo.gif" border="0" /></a><br />
In.com, an initiative of <a href="http://www.network18online.com">Web18</a> of India is trying to create a one stop portal for people on the internet. The service looks really promising and will find fast acceptance in India, given the explosive growth of internet users in the country.<br />
&nbsp;&nbsp; The site provides a easy to use, intuitive interface to a digg like billboard of news stories in different categories. You can also rate articles pushing them higher up in the list just like digg. You can also surf podcasts, audio feeds, video feeds and even adds feeds of your own. There is also audio and featured artists, categorized videos, online games and a classified service with search. You even get a cool mailid based on your username, thanks to the domain in.com, your mail address becomes really simple to remember.<br />
&nbsp; The only thing this site needs is some social features like one touch sharing with friends, PM&#8217;s, communities and it could give a stiff competition to the existing networks. India needs its own MSN and AOL and efforts like these definitely show promise in achieving that goal. Will keep my eyes open for more news and info on this portal </p>
<p>&nbsp;&nbsp; I was lucky enough to snag cool mail id is ritesh @ you know the rest <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <!--adsense#center--></p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/20/incom-portal-opens-for-beta-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bangalore International Airport (BIAL) - Transport and other facilities</title>
		<link>http://riteshnayak.com/blog/2008/05/19/bangalore-international-airport-bial-transport-and-other-facilities/</link>
		<comments>http://riteshnayak.com/blog/2008/05/19/bangalore-international-airport-bial-transport-and-other-facilities/#comments</comments>
		<pubDate>Mon, 19 May 2008 11:17:31 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/19/bangalore-international-airport-bial-transport-and-other-facilities/</guid>
		<description><![CDATA[The BIAL - Bangalore International Airport will be open for business from the 23rd of may 2008. The airport promises to be a great place with lots of facilities. BMTC will run 600 + volvo buses daily from various corners of Bangalore. The buses run with a frequency of 15 minutes, which is great and [...]]]></description>
			<content:encoded><![CDATA[<p>The BIAL - Bangalore International Airport will be open for business from the 23rd of may 2008. The airport promises to be a great place with lots of facilities. BMTC will run 600 + volvo buses daily from various corners of Bangalore. The buses run with a frequency of 15 minutes, which is great and set prices will ensure you wont have trouble from Bangalore&#8217;s infamous autorickshaws and taxis. The other great initiative is the taxis that will be chartered out of the airport on set price.</p>
<p>The revolt to the new airport being established is plenty and the fact that its 40 kms away from the city makes travel to the airport an overhead for short haul flights. Take a look at the guide for travelling to the airport</p>
<p><a title="Direct link to file" onclick="return false;" href="http://riteshnayak.com/blog/wp-content/uploads/bia-transport-guide.pdf">Travel Guide to the Bangalore International Airport</a></p>
<p>and also the transportation map of the pick up points, route and the proposed time for travel.</p>
<p><a href="http://www.bialairport.com/pdf/Transportation%20Map.pdf">Transportation Map.pdf </a></p>
<p>The  jewel in the crown could have been booking for transports on these buses so that there aren&#8217;t any seating hassles, but hopefully they will get to it once the airport is fully operational.  Best of luck BIAL.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/19/bangalore-international-airport-bial-transport-and-other-facilities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bollywood gets blogging</title>
		<link>http://riteshnayak.com/blog/2008/05/15/bollywood-gets-blogging/</link>
		<comments>http://riteshnayak.com/blog/2008/05/15/bollywood-gets-blogging/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:21:12 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/15/bollywood-gets-blogging/</guid>
		<description><![CDATA[The impact of the internet is so profound and enriching that people want to express themselves through the various ways. Bollywood stars are also not far behind ; the latest craze being Amitabh Bachchan&#8217;s blog. Besides the fact that I am a big fan of Mr Bachchan, I think, the blog idea is wonderful. Its [...]]]></description>
			<content:encoded><![CDATA[<p>The impact of the internet is so profound and enriching that people want to express themselves through the various ways. Bollywood stars are also not far behind ; the latest craze being <a href="http://blogs.bigadda.com/ab">Amitabh Bachchan&#8217;s blog</a>. Besides the fact that I am a big fan of Mr Bachchan, I think, the blog idea is wonderful. Its a gateway to connect to your fans in a completely non intrusive way. Its way better than the chain mail fan club.<br />
&nbsp; I hear that there are many other stars going blog crazy. Will scour around the place to find more, especially the ones where the ladies write <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://blogs.bigadda.com/ab">&nbsp;Well this is where Amitabh blogs </a></p>
<p><!--adsense#center--></p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/15/bollywood-gets-blogging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flock is a great browsing experience</title>
		<link>http://riteshnayak.com/blog/2008/05/15/flock-is-a-great-browsing-experience/</link>
		<comments>http://riteshnayak.com/blog/2008/05/15/flock-is-a-great-browsing-experience/#comments</comments>
		<pubDate>Thu, 15 May 2008 06:58:35 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[socionets]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/15/flock-is-a-great-browsing-experience/</guid>
		<description><![CDATA[I am really amazed at what flock has done to the browser experience. I have always been a flock fan and the recent additions to the browser are just great. Almost all the userful and popular online applications are integrated into the browser. If you take my case ( take a look at my flock [...]]]></description>
			<content:encoded><![CDATA[<p>I am really amazed at what <a href="http://www.flock.com">flock </a>has done to the browser experience. I have always been a flock fan and the recent additions to the browser are just great. Almost all the userful and popular online applications are integrated into the browser. If you take my case ( take a look at my flock settings in the image below), you will see that my favorites is automatically del.icio.us. I can write a blog post to any of my three wordpress blogs, or my blogger account. I can integrate flickr and upload photos from flock directly. Beats having to deal with the flickr upload page ( which is currently great, but previously was a pain). Twitter updates directly from the browser. Plus the myworld page follows my friends on facebook, twitter, flickr, blogger etc. It shows latest updates on photos from friends, blogs, comments on my blog, latest twitters by friends etc Its great!!  I can also drop images, links and other interesting media like videos, audio etc to my friends on facebook which is a great way of sharing.</p>
<p>I can integrate gmail or yahoo mail and send pages, links, images are email to people with just a single right click button. The web clipboard which is also a godsend is wonderful when you are puling images, links and other paraphernalia from the net for your blog. For me the flock experience is perfect as it takes browsing to a whole new level. For all firefox users, try <a href="http://www.flock.com">flock</a>, you wont be dissapointed.<br />
<img src="http://rnayak.files.wordpress.com/2008/05/flock.jpg" style="margin: 0pt auto 10px; display: block; text-align: center; width: 424px; height: 339px" title="flock_scrrenshot" /></p>
<p><!--adsense#center--></p>
<p class="flockcredit" style="text-align: right; color: #cccccc; font-size: x-small">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999999; font-weight: bold" target="_new" title="Flock Browser">Flock Browser</a></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/15/flock-is-a-great-browsing-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Worldwide Telescope - Review</title>
		<link>http://riteshnayak.com/blog/2008/05/13/microsoft-worldwide-telescope-review/</link>
		<comments>http://riteshnayak.com/blog/2008/05/13/microsoft-worldwide-telescope-review/#comments</comments>
		<pubDate>Tue, 13 May 2008 05:47:16 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/13/microsoft-worldwide-telescope-review/</guid>
		<description><![CDATA[
I just finished trying out the Microsoft WorldWide telescope and it just simply blows your mind away. Its awesome as it takes interactive applications to a new level. The application has images from a lot of telescopes which include the likes of the Hubble, Spitzer and Chandra. For a person interested in astronomy, its a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.worldwidetelescope.org/" title=""><img alt="" src="http://www.techcrunch.com/wp-content/worldwidetelescope_logo.png" border="0" /></a><br />
I just finished trying out the Microsoft WorldWide telescope and it just simply blows your mind away. Its awesome as it takes interactive applications to a new level. The application has images from a lot of telescopes which include the likes of the Hubble, Spitzer and Chandra. For a person interested in astronomy, its a dream come true.&nbsp; The application provides bookmarks to places worth seeing and the best part is the guided tours which does a very good job with the resources at hand.<br />
&nbsp;&nbsp; The software is a must use for all teachers and schools who have a really great way of explaining the wonders of deep space. The tours are a really innovative feature as its always fascinating to watch and learn than to just browse around aimlessly not knowing what you are looking at ( which is what Google Mars was like, never really got the point of looking at the surface of Mars). Anyway, for scientists, astronomers, academicians, schools , universities, the worldwide telescope is a must have. </p>
<p>&nbsp;The best part is you can connect to an actual telescope and get pre-collected images from those telescopes based on your navigation. Its virtually a real experience. Reminds me more of the iLabs project where universities gave remote control of expensive laboratory experiments to people across the world.<br />
&nbsp;<a href="http://www.worldwidetelescope.org/" target="_blank">Microsofts Worldwide Telescope</a><br />
  <!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/13/microsoft-worldwide-telescope-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The possible end to outsourcing</title>
		<link>http://riteshnayak.com/blog/2008/05/12/the-possible-end-to-outsourcing/</link>
		<comments>http://riteshnayak.com/blog/2008/05/12/the-possible-end-to-outsourcing/#comments</comments>
		<pubDate>Mon, 12 May 2008 02:44:29 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/12/the-possible-end-to-outsourcing/</guid>
		<description><![CDATA[  The last 20 years have been more than fruitful for Bangalore and India in general as the preferred destination for outsourcing, but the tide may soon ebb. The cost advantage that India presented to the west isn&#8217;t there anymore. True globalization of the Indian work force has meant multinational and international companies are [...]]]></description>
			<content:encoded><![CDATA[<p>  The last 20 years have been more than fruitful for Bangalore and India in general as the preferred destination for outsourcing, but the tide may soon ebb. The cost advantage that India presented to the west isn&#8217;t there anymore. True globalization of the Indian work force has meant multinational and international companies are recruiting in India, offering international salaries and providing immigration opportunities. The impact of this globalization is the increase in salaries that Indian companies have to match to find skilled labor. The increased opportunities also mean very alarmingly high attrition rate amongst tier 2 and lower companies.  In business processing outsourcing and ITES sector the attrition rate is almost twice that of Software. The rise in salaries especially in cities like Bangalore and Hyderabad have created high income inequalities amongst the lower and the middle class. The increased money and spending power has also raised costs of living. Its estimated that about 5000 people are entering Bangalore everyday in search of opportunities, but that&#8217;s easy math when you consider the population of India; This inflow of people have put severe infrastructure constraints in these cities. Clogged roads and sky high infrastructure costs are common in these cities. Companies are finding it hard to find breathing space in the city and the instability in the government means there is no end point to the woes faced by the IT companies.</p>
<p>For a new company trying to establish a presence in Bangalore, the costs of infrastructure are extremely high and the sheer amount of companies plus the income inequality created by the increased wages will assure that only high salaries will ensure loyal employees. That&#8217;s not even guaranteed. There is a resource crunch, high infrastructure costs and productivity numbers are beginning to decline. The cost advantage is clearly lost. Indian companies are setting shop in tier cities like Tumkur, Pune etc where the infrastructure costs are significantly lower and the local talent pool is still unadulterated by the outsourcing boom. This still isn&#8217;t the solution as the reason why cities like Bangalore saw the boom was due to high concentration of engineering workforce and also the output of engineers in the southern region thanks to the 1000 odd engineering colleges in the region. The setting up of companies here will only guarantee reduced costs and not skilled labor, which means poor quality software.</p>
<p>This situation isn&#8217;t new, it happened at route128 and also in the valley. This was the prime reason for outsourcing and now it seems we have come full circle. Falling dollar prices, recent slowdown in the US economy and the opportunities presented by countries in South East Asia, China and Russia which are currently centers of low costs means India faces severe competition. India&#8217;s economy is riding on the success of outsourcing exports and the currency has become costlier.  Outsourcing has become a victim of its own success and only time will tell what fate lies ahead for India.</p>
<p>I recently wrote an essay on the software bottleneck and the reasons behind some of measures to resolve the bottleneck which include outsourcing, open source etc. If you were interested in the reading material above, be sure to read the essay.</p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/12/the-possible-end-to-outsourcing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xobni for Outlook</title>
		<link>http://riteshnayak.com/blog/2008/05/09/xobni-for-outlook/</link>
		<comments>http://riteshnayak.com/blog/2008/05/09/xobni-for-outlook/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:39:10 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/09/xobni-for-outlook/</guid>
		<description><![CDATA[
Xobni is my pick of the plugins for Outlook. It manages your emails and does wonderful things. Just try it out with outlook and see the difference, I suggest people with full mailboxes to use this plugin to get organized easily. Click the link below to get Xobni
Xobni: Email organization, search, and navigation for your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xobni.com/" title="xobni for outlook"><img src="http://swift.xobni.com/images/xobni_logo.gif" alt="xobni for outlook" border="0" /></a><br />
Xobni is my pick of the plugins for Outlook. It manages your emails and does wonderful things. Just try it out with outlook and see the difference, I suggest people with full mailboxes to use this plugin to get organized easily. Click the link below to get Xobni</p>
<p><a href="http://www.xobni.com/">Xobni: Email organization, search, and navigation for your Outlook inbox</a></p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/09/xobni-for-outlook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo Glue Search</title>
		<link>http://riteshnayak.com/blog/2008/05/09/yahoo-glue-search/</link>
		<comments>http://riteshnayak.com/blog/2008/05/09/yahoo-glue-search/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:33:20 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Search]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/05/09/yahoo-glue-search/</guid>
		<description><![CDATA[Yahoo India search has a new feature which is very impressive, the glue search page. Its a portal search page which displays results like a portal on the topic. I didnt see a world wide release though, but on the India page its there. Portal serach is a concept which people have been trying to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://in.search.yahoo.com">Yahoo India search </a>has a new feature which is very impressive, the glue search page. Its a portal search page which displays results like a portal on the topic. I didnt see a world wide release though, but on the India page its there. Portal serach is a concept which people have been trying to work on for a long time. Ofcourse portals can only be given for relevent search results which have information sources of different types. Try it at</p>
<p><a href="http://in.search.yahoo.com">http://in.search.yahoo.com</a></p>
<p>try these example searches</p>
<p><a href="http://in.search.yahoo.com/search;_ylt=A8pWBjyekyJIoDUA2Qy6HAx.?p=shaurya&amp;ei=UTF-8&amp;iscqry=&amp;fr=sfp&amp;rd=r1">http://in.search.yahoo.com/search;_ylt=A8pWBjyekyJIoDUA2Qy6HAx.?p=shaurya&amp;ei=UTF-8&amp;iscqry=&amp;fr=sfp&amp;rd=r1</a></p>
<p><a href="http://in.search.yahoo.com/search?p=Mysore&amp;fr=sfp&amp;ei=UTF-8&amp;rd=r1">http://in.search.yahoo.com/search?p=Mysore&amp;fr=sfp&amp;ei=UTF-8&amp;rd=r1</a></p>
<p><a href="http://in.search.yahoo.com/search?p=IPL&amp;fr=sfp&amp;ei=UTF-8&amp;rd=r1">http://in.search.yahoo.com/search?p=IPL&amp;fr=sfp&amp;ei=UTF-8&amp;rd=r1</a></p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/05/09/yahoo-glue-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Convergence</title>
		<link>http://riteshnayak.com/blog/2008/03/01/convergence/</link>
		<comments>http://riteshnayak.com/blog/2008/03/01/convergence/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 16:19:58 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/03/01/convergence/</guid>
		<description><![CDATA[Convergence refers to the coming together of markets, technologies or concepts to benefit out of each other. This coming together when complete diminishes the lines between these two entities and it becomes really difficult to relate to each of them independently. The wikipedia definition states :
Technological convergence refers to a trend where some technologies having [...]]]></description>
			<content:encoded><![CDATA[<p>Convergence refers to the coming together of markets, technologies or concepts to benefit out of each other. This coming together when complete diminishes the lines between these two entities and it becomes really difficult to relate to each of them independently. The wikipedia definition states :</p>
<blockquote><p><a href="http://en.wikipedia.org/wiki/Technological_convergence" title="Technological convergence">Technological convergence</a> refers to a trend where some technologies having distinct functionalities evolve to technologies that overlap, i.e. multiple products come together to form one product, with the advantages of each initial component.</p></blockquote>
<p>I recently wrote an essay on digital convergence for a course im taking. The essay talks about how telephony and computing converged to become the phenomenon we know as the internet. The essay talks in detail the history of both these fields and highlights significant landmarks and events that laid the foundation to this ocnvergence. Its an interesting read for anybody wanting to learn about the history of the internet.</p>
<p><a href="http://riteshnayak.com/blog/wp-content/uploads/convergence.pdf" title="Convergence">Click here to download my essay on Convergence</a></p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/03/01/convergence/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using XMLRPC interface to Wordpress and Blogger</title>
		<link>http://riteshnayak.com/blog/2008/03/01/using-xmlrpc-interface-to-wordpress-and-blogger/</link>
		<comments>http://riteshnayak.com/blog/2008/03/01/using-xmlrpc-interface-to-wordpress-and-blogger/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:57:53 +0000</pubDate>
		<dc:creator>Ritesh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://riteshnayak.com/blog/2008/03/01/using-xmlrpc-interface-to-wordpress-and-blogger/</guid>
		<description><![CDATA[ Im testing the XML-RPC interface to blog sites in order to buld a plugin to post blogs really fast. If this post is published on the blog then , it means Im one step away from finishing my plugin. Yaay!!
If you have developed a web application and want users to post to their blogs [...]]]></description>
			<content:encoded><![CDATA[<p> Im testing the XML-RPC interface to blog sites in order to buld a plugin to post blogs really fast. If this post is published on the blog then , it means Im one step away from finishing my plugin. Yaay!!</p>
<p>If you have developed a web application and want users to post to their blogs using your application, this is the way to do it. Its really simple.<a href="http://www.dentedreality.com.au/bloggerapi/" target="_blank"> Here&#8217;s the library I tried. </a> Its really simple and works well for Blogger, but in Wordpress, the title of the post  doesn&#8217;t appear. For wordpress, you can use the MetaWeblogAPI for XML_RPC. Just download the XML-RPC implementation in php from <a href="http://phpxmlrpc.sourceforge.net/" target="_blank">here</a> and follow the instructions in <a href="http://hasin.wordpress.com/2006/07/15/using-blog-apis/" target="_blank"> this article</a>. That should just about do it , dont you think ?</p>
<p>Oh and this thing took me less than 20 minutes to do <img src='http://riteshnayak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><!--adsense#center--></p>
]]></content:encoded>
			<wfw:commentRss>http://riteshnayak.com/blog/2008/03/01/using-xmlrpc-interface-to-wordpress-and-blogger/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
