<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Diovo</title>
	<link>http://www.diovo.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jan 2009 06:16:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Opera, please hire a designer</title>
		<description>Opera is once again set to screw up its UI in the upcoming version 10 of the web browser.

Granted, that the new iteration of Opera is faster and bloasts loads of new features, but the UI is still such a mess to look at. See for yourself:


This is the default theme named ...</description>
		<link>http://www.diovo.com/2009/01/opera-please-hire-a-designer/</link>
			</item>
	<item>
		<title>Orkut Vs Facebook</title>
		<description>You guys wont believe this: I have a hard time convincing some of my friends that facebook is having more users than orkut !!!

Why is there a confusion? It is because in India orkut is more popular than facebook. So they think that facebook is just a clone of orkut ...</description>
		<link>http://www.diovo.com/2009/01/orkut-vs-facebook/</link>
			</item>
	<item>
		<title>No Testing  = FAIL</title>
		<description>For a national paper presentation contest in a reputed engineering college, they developed a website for participant registration.

Before opening the website, they changed the database table name to a better one. (You know, these developers have got a habit of naming tables and variables after their pets).

After one month of operation, they ...</description>
		<link>http://www.diovo.com/2009/01/why-you-may-consider-testing-your-application/</link>
			</item>
	<item>
		<title>Find me on twitter</title>
		<description>If you are on twitter, you can find me at twitter.com/diovo

Follow me if you want updates from my side.

As is the case with this blog, I won't say anything if I don't have anything to say. I promise you that I will be sending tweets worth your time your way!!! </description>
		<link>http://www.diovo.com/2008/12/find-me-on-twitter/</link>
			</item>
	<item>
		<title>Hashing is not a substitute for string comparison</title>
		<description>The last day I saw an interesting abuse of hash functions.

In an application that processed strings, there was a part where it compared medium sized strings. Instead of using the in-built string comparison routine, they calculated the hash values of the strings and compared the hashes. Clever?

Wrong!

Finding the hash value ...</description>
		<link>http://www.diovo.com/2008/12/hashing-is-not-a-substitute-for-string-comparison/</link>
			</item>
	<item>
		<title>Windows 7 is awesome!!!</title>
		<description>I am not talking about the bells and whistles.

I have been using Windows 7 for the past few days and it looks like this is going to be a great Operating System from Microsoft.


The UI looks similar to that of Vista, but with a lot of tweaks. The new taskbar ...</description>
		<link>http://www.diovo.com/2008/11/windows-7-is-awesome/</link>
			</item>
	<item>
		<title>Don&#8217;t catch exceptions if you are not going to handle them</title>
		<description>It is a bad idea to have an application with exception handling like this:

catch(SQLException sqlexception)
{
        //This is not supposed happen
}

This is not supposed happen?!!
Seriously?

We all know that exceptions are not supposed to happen. Still we catch them so that if they do happen, we can take some steps to prevent ...</description>
		<link>http://www.diovo.com/2008/11/dont-catch-exceptions-if-you-are-not-going-to-handle-them/</link>
			</item>
	<item>
		<title>You feel humbled when&#8230;</title>
		<description>... people miss you.

Good to know that there are people who care.

A big thanks to Silky and all others who expressed concern over the blog. </description>
		<link>http://www.diovo.com/2008/10/you-feel-humbled-when/</link>
			</item>
	<item>
		<title>On scalability and reliability</title>
		<description>I saw the following comparison chart in a web hosting site:



This is just nonsense. Scalability and Reliability are two things which you cannot enable on the flick of a switch. Scaling web applications is a very difficult job. For instance, twitter is still fighting scaling issues. Reliability is hard, very ...</description>
		<link>http://www.diovo.com/2008/10/on-scalability-and-reliability/</link>
			</item>
	<item>
		<title>Quick tips for database programmers</title>
		<description>Since you are smart, you know these things anyway. Just tell your friends too.
Avoid using select * from in your queries.
Why? Selecting every column in the table reduces the performance of the database, the network and the application in general.

Alternative: Use something like select required_column1, required_column2,… from table_name instead.
Avoid using ...</description>
		<link>http://www.diovo.com/2008/10/quick-tips-for-database-programmers/</link>
			</item>
</channel>
</rss>
