<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

	<title>Time is an Illusion</title>
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all posts" href="http://www.zeeble.net/blog/feed/" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all comments" href="http://www.zeeble.net/blog/comments/feed/" />
	<link rel="pingback" href="http://www.zeeble.net/blog/xmlrpc.php" />

	<!-- style START -->
	<!-- default style -->
	<style type="text/css" media="screen">@import url( http://www.zeeble.net/blog/wp-content/themes/inove/style.css );</style>
	<!-- for translations -->
		<!--[if IE]>
		<link rel="stylesheet" href="http://www.zeeble.net/blog/wp-content/themes/inove/ie.css" type="text/css" media="screen" />
	<![endif]-->
	<!-- style END -->

	<!-- script START -->
	<script type="text/javascript" src="http://www.zeeble.net/blog/wp-content/themes/inove/js/base.js"></script>
	<script type="text/javascript" src="http://www.zeeble.net/blog/wp-content/themes/inove/js/menu.js"></script>
	<!-- script END -->

	<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.zeeble.net/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.zeeble.net/blog/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Time is an illusion' href='http://www.zeeble.net/blog/' />
<meta name="generator" content="WordPress 3.0" />

<!-- All in One SEO Pack 1.6.11 by Michael Torbert of Semper Fi Web Design[326,352] -->
<meta name="description" content="Time is an Illusion is a website by Sthitaprajna Jena" />
<meta name="keywords" content="sthitaprajna jena, sthitaprajna, india, mumbai, blog, photography, cameras, canon, india, orissa" />
<link rel="canonical" href="http://www.zeeble.net/blog/" />
<!-- /all in one seo pack -->

	<script language="javascript" type="text/javascript" src="http://www.zeeble.net/blog/wp-content/plugins/fancytooltips/fancytooltips.js"></script>
	<link rel="stylesheet" href="http://www.zeeble.net/blog/wp-content/plugins/fancytooltips/fancytooltips.css" type="text/css" media="screen" />
	<style type="text/css" media="screen">

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

	</style>

</head>


<body>
<!-- wrap START -->
<div id="wrap">

<!-- container START -->
<div id="container"  >

<!-- header START -->
<div id="header">

	<!-- banner START -->
		<!-- banner END -->

	<div id="caption">
		<h1 id="title"><a href="http://www.zeeble.net/blog/">Time is an illusion</a></h1>
		<div id="tagline">lunchtime doubly so</div>
	</div>

	<div class="fixed"></div>
</div>
<!-- header END -->

<!-- navigation START -->
<div id="navigation">
	<!-- menus START -->
	<ul id="menus">
		<li class="current_page_item"><a class="home" title="Home" href="http://www.zeeble.net/blog/">Home</a></li>
		<li class="page_item page-item-60"><a href="http://www.zeeble.net/blog/linux/" title="Linux">Linux</a>
<ul class='children'>
	<li class="page_item page-item-61"><a href="http://www.zeeble.net/blog/linux/customising-netscape-for-linux/" title="Customising Netscape">Customising Netscape</a></li>
	<li class="page_item page-item-62"><a href="http://www.zeeble.net/blog/linux/the-bash-environment/" title="The Bash Environment">The Bash Environment</a></li>
</ul>
</li>
<li class="page_item page-item-78"><a href="http://www.zeeble.net/blog/contact-me/" title="Contact Me">Contact Me</a></li>
<li class="page_item page-item-67"><a href="http://www.zeeble.net/blog/books/" title="Books">Books</a>
<ul class='children'>
	<li class="page_item page-item-53"><a href="http://www.zeeble.net/blog/books/bookshelf/" title="Bookshelf">Bookshelf</a></li>
</ul>
</li>
<li class="page_item page-item-86"><a href="http://www.zeeble.net/blog/ximb-gallery/" title="XIMB Gallery">XIMB Gallery</a></li>
		<li><a class="lastmenu" href="javascript:void(0);"></a></li>
	</ul>
	<!-- menus END -->

	<!-- searchbox START -->
	<div id="searchbox">
					<form action="http://www.zeeble.net/blog" method="get">
				<div class="content">
					<input type="text" class="textfield" name="s" size="24" value="" />
					<input type="submit" class="button" value="" />
				</div>
			</form>
			</div>
<script type="text/javascript">
//<![CDATA[
	var searchbox = MGJS.$("searchbox");
	var searchtxt = MGJS.getElementsByClassName("textfield", "input", searchbox)[0];
	var searchbtn = MGJS.getElementsByClassName("button", "input", searchbox)[0];
	var tiptext = "Type text to search here...";
	if(searchtxt.value == "" || searchtxt.value == tiptext) {
		searchtxt.className += " searchtip";
		searchtxt.value = tiptext;
	}
	searchtxt.onfocus = function(e) {
		if(searchtxt.value == tiptext) {
			searchtxt.value = "";
			searchtxt.className = searchtxt.className.replace(" searchtip", "");
		}
	}
	searchtxt.onblur = function(e) {
		if(searchtxt.value == "") {
			searchtxt.className += " searchtip";
			searchtxt.value = tiptext;
		}
	}
	searchbtn.onclick = function(e) {
		if(searchtxt.value == "" || searchtxt.value == tiptext) {
			return false;
		}
	}
//]]>
</script>
	<!-- searchbox END -->

	<div class="fixed"></div>
</div>
<!-- navigation END -->

<!-- content START -->
<div id="content">

	<!-- main START -->
	<div id="main">


	<div class="post" id="post-84">
		<h2><a class="title" href="http://www.zeeble.net/blog/2007/01/notes/" rel="bookmark">Notes..</a></h2>
		<div class="info">
			<span class="date">January 14th, 2007</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2007/01/notes/#comments" title="Comment on Notes..">3 comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Been a long time since I wrote anything here. Life&#8217;s been stagnant &#8211; in many ways, and maybe the word &#8220;uninteresting&#8221; is a good summary.  Today is a lazy Sunday, and I am home reading up links on the www. Been looking at the travel photographs by <a href="http://www.herwigphoto.com/info.htm" title="Christopher Herwig">Christopher Herwig</a> &#8211; mostly of <a href="http://www.herwigphoto.com/index.htm" title="Central Asia">Central Asia</a>. Most of it is amazing.</p>
<p>And among the &#8220;better&#8221; things, I dumped digital. Well, I had Canon digital for 2.5 years, with the EOS 300D, and I do have a D70s body(which I don&#8217;t use all that often),  but I bought a used Nikon F5, to replace the old and battered F90 body. The F90 was my best camera whie it lasted, and it has been through a lot. And I am liking the F5 &#8211; and still learning its many, many features. Walking around with a f/2.8 lens is so much better than the silvery Canon body. All I need now is a nice lil slide scanner <img src='http://www.zeeble.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/general/" title="View all posts in general" rel="category tag">general</a>, <a href="http://www.zeeble.net/blog/category/personal/" title="View all posts in personal" rel="category tag">personal</a>, <a href="http://www.zeeble.net/blog/category/photography/" title="View all posts in photography" rel="category tag">photography</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-83">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/11/swiftfox-a-faster-mozilla-firefox/" rel="bookmark">Swiftfox &#8211; a faster Mozilla Firefox</a></h2>
		<div class="info">
			<span class="date">November 21st, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/11/swiftfox-a-faster-mozilla-firefox/#respond" title="Comment on Swiftfox &#8211; a faster Mozilla Firefox">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Mozilla&#8217;s <a href="http://www.getfirefox.com" title="Firefox">Firefox</a> browser has become heavier and heavier with recent builds. Well, it is either that, or maybe there are issues with some of the plugins I use with Firefox &#8211; but the end result is that startup load times have gone up dramatically, and performance with 8-9 tabbed panes open is very sluggish. So, I have been looking for ways to improve performance. And..</p>
<p>Came across <a href="http://www.getswiftfox.com" title="Swiftfox">Swiftfox</a> &#8211; an optimized build of <a href="http://www.getfirefox.com" title="Mozilla Firefox">Mozilla Firefox</a>. You can install <a href="http://www.getswiftfox.com" title="Swiftfox">Swiftfox</a> by downloading the bzipped binaries for your processor directly, or by using the new <a href="http://www.getswiftfox.com/installer.htm" title="Swiftfox Installer">Installer</a> that they have come up with. It is a simple shell script that the user runs, selects the client processor version, and the script then wgets the appropriate build.</p>
<p>I have not really been a proponent of optimized &#8220;built for processor&#8221; binaries, but <a href="http://www.getswiftfox.com" title="Swiftfox">Swiftfox</a> is an exception. It seems to really work well, and the loading time is noticeable, even on my relatively powerful laptop.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.zeeble.net/blog/category/linux/" title="View all posts in linux" rel="category tag">linux</a>, <a href="http://www.zeeble.net/blog/category/technology/" title="View all posts in technology" rel="category tag">technology</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-79">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/06/experiences/" rel="bookmark">Experiences</a></h2>
		<div class="info">
			<span class="date">June 6th, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/06/experiences/#comments" title="Comment on Experiences">2 comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p><strong>Wisdom</strong></p>
<p>When I have ceased to break my wings<br />
Against the faultiness of things,<br />
And learned that compromises wait<br />
Behind each hardly opened gate,<br />
When I have looked Life in the eyes,<br />
Grown calm and very coldly wise,<br />
Life will have given me the Truth,<br />
And taken in exchange &#8212; my youth.<br />
&#8211; <a title="More poems by Sara Teasdale" href="http://www.poemhunter.com/sara-teasdale/poet-6644/">Sara Teasdale</a></p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/poetry/" title="View all posts in poetry" rel="category tag">poetry</a>, <a href="http://www.zeeble.net/blog/category/reading/" title="View all posts in reading" rel="category tag">reading</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-77">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/05/urban-life/" rel="bookmark">Urban life</a></h2>
		<div class="info">
			<span class="date">May 21st, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/05/urban-life/#respond" title="Comment on Urban life">No comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p><strong>Temporary Well Being</strong></p>
<p>The pond is plenteous<br />
The land is lush,<br />
And having turned off the news<br />
I am for the moment mellow.</p>
<p>With my book in one hand<br />
And my drink in the other<br />
What more could I want</p>
<p>But fame,<br />
Better health,<br />
And ten million dollars?</p>
<p>&#8211; <a title="Kenneth Burke" href="http://en.wikipedia.org/wiki/Kenneth_Burke">Kenneth Burke</a></p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/poetry/" title="View all posts in poetry" rel="category tag">poetry</a>, <a href="http://www.zeeble.net/blog/category/reading/" title="View all posts in reading" rel="category tag">reading</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-76">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/04/yahoo-mail-beta/" rel="bookmark">Yahoo Mail Beta</a></h2>
		<div class="info">
			<span class="date">April 14th, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/04/yahoo-mail-beta/#comments" title="Comment on Yahoo Mail Beta">1 comment</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>I logged onto Yahoo Mail&#8217;s web interface today, and got a pleasant surprise.</p>
<p>After agreeing to test the new Beta Mail, I was asked if I wanted to configure an alias/secondary email to my already existing <a href="mailto:$firstname@yahoo.com">$firstname@yahoo.com</a> address &#8211; and was taken to a neat looking new interface.</p>
<div align="left"><a title="Yahoo Mail Beta" href="http://www.flickr.com/photos/zeeble/128241874/"><img width="500" height="364" alt="yahoo-mail-beta" src="http://static.flickr.com/55/128241874_b890f16699.jpg" /></a></div>
<p>What I like with about the new interface is the ability to</p>
<ul>
<li>view the message in the bottom pane</li>
<li>open the message in a new sticky window</li>
<li>open the message in a popup window(which can be made sticky)</li>
</ul>
<div align="left"><a title="Yahoo Mail Beta" href="http://www.flickr.com/photos/zeeble/128241875/"><img width="500" height="333" alt="yahoo-mail-paned-windows" src="http://static.flickr.com/1/128241875_74ac2126fd.jpg" /></a></div>
<p>There is one catch however.. I tend to use Mozilla Firefox most of the time, and this new beta &#8220;crashed&#8221; Firefox .. so all my experiences are with MS Internet Explorer.</p>
<p>All in all, changes which have been long overdue.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/general/" title="View all posts in general" rel="category tag">general</a>, <a href="http://www.zeeble.net/blog/category/internet/" title="View all posts in internet" rel="category tag">internet</a>, <a href="http://www.zeeble.net/blog/category/technology/" title="View all posts in technology" rel="category tag">technology</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-74">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/04/apples-do-windows-now/" rel="bookmark">Apples to do Windows now</a></h2>
		<div class="info">
			<span class="date">April 5th, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/04/apples-do-windows-now/#comments" title="Comment on Apples to do Windows now">1 comment</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Now why did <a title="Apple" href="http://www.apple.com">Apple</a> do <a title="THIS?" href="http://www.apple.com/macosx/bootcamp/">THIS?</a></p>
<p>Windows on the Apple sounds great. Meaning to buy a the new MacBook Pro.. if/when</p>
<ul>
<li>They get clued and name it something more appealing than MacBook Pro</li>
<li>The new models have more USB connection options</li>
<li>Newer models of the MacBook with FAR better specs are released</li>
</ul>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/technology/" title="View all posts in technology" rel="category tag">technology</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-72">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/03/beyond-shotz/" rel="bookmark">Beyond Shotz</a></h2>
		<div class="info">
			<span class="date">March 4th, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/03/beyond-shotz/#comments" title="Comment on Beyond Shotz">1 comment</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p><a title="Downloaded the second issue" href="http://www.dkmfirefly.com/beyondshotz/download.php">Downloaded the second issue</a> of <a href="http://beyondshotz.blogspot.com/">Beyond Shotz</a>. This is a wonderful new photography magazine put together by enthusiasts from Bangalore.</p>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/general/" title="View all posts in general" rel="category tag">general</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>
	<div class="post" id="post-71">
		<h2><a class="title" href="http://www.zeeble.net/blog/2006/01/mumbai-marathon-2006/" rel="bookmark">Mumbai Marathon 2006</a></h2>
		<div class="info">
			<span class="date">January 17th, 2006</span>
			<span class="author"><a href="http://www.zeeble.net/blog/author/zeeble/" title="Posts by zeeble">zeeble</a></span>						<span class="comments"><a href="http://www.zeeble.net/blog/2006/01/mumbai-marathon-2006/#comments" title="Comment on Mumbai Marathon 2006">4 comments</a></span>
			<div class="fixed"></div>
		</div>
		<div class="content">
			<p>Here are a few <a title="Mumbai Marathon 2006" href="http://www.zeeble.net/gallery/mumbai-marathon">photos from the Mumbai Marathon 2006</a>. The <a title="Mumbai Marathon" href="http://www.flickr.com/photos/zeeble/tags/mumbaimarathon/">Flickr link for the same, here.</a> The run started around 7:30am and there were about 20-25 thousand runners. Was loads of fun.</p>
<p>Here are photos of the winners.</p>
<div align="left"><a title="Mumbai Marathon 2006 - Winners Men" href="http://www.flickr.com/photos/zeeble/87185166/"><img width="500" height="333" alt="marathon2006003" src="http://static.flickr.com/36/87185166_b5cc282210.jpg" /></a></div>
</p>
<div align="left"><a title="Mumbai Marathon 2006 - Winners Women" href="http://www.flickr.com/photos/zeeble/87185189/"><img width="500" height="333" alt="marathon2006004" src="http://static.flickr.com/36/87185189_5c77242ab1.jpg" /></a></div>
			<div class="fixed"></div>
		</div>
		<div class="under">
			<span class="categories">Categories: </span><span><a href="http://www.zeeble.net/blog/category/general/" title="View all posts in general" rel="category tag">general</a>, <a href="http://www.zeeble.net/blog/category/india/" title="View all posts in india" rel="category tag">india</a>, <a href="http://www.zeeble.net/blog/category/mumbai/" title="View all posts in mumbai" rel="category tag">mumbai</a>, <a href="http://www.zeeble.net/blog/category/personal/" title="View all posts in personal" rel="category tag">personal</a></span>			<span class="tags">Tags: </span><span></span>		</div>
	</div>

<div id="pagenavi">
			<span class="newer"></span>
		<span class="older"><a href="http://www.zeeble.net/blog/page/2/" >Older Entries</a></span>
		<div class="fixed"></div>
</div>

	</div>
	<!-- main END -->

	
<!-- sidebar START -->
<div id="sidebar">

<!-- sidebar north START -->
<div id="northsidebar" class="sidebar">

	<!-- feeds -->
	<div class="widget widget_feeds">
		<div class="content">
			<div id="subscribe">
				<a rel="external nofollow" id="feedrss" title="Subscribe to this blog..." href="http://www.zeeble.net/blog/feed/"><abbr title="Really Simple Syndication">RSS</abbr></a>
							</div>
						<div class="fixed"></div>
		</div>
	</div>

	<!-- showcase -->
	
<div id="text-1" class="widget widget_text"><h3>About</h3>			<div class="textwidget">Occasionally updated by Sthitaprajna Jena</div>
		</div></div>
<!-- sidebar north END -->

<div id="centersidebar">

	<!-- sidebar east START -->
	<div id="eastsidebar" class="sidebar">
	
		<!-- categories -->
		<div class="widget widget_categories">
			<h3>Categories</h3>
			<ul>
					<li class="cat-item cat-item-1"><a href="http://www.zeeble.net/blog/category/about/" title="about the blog">about</a>
</li>
	<li class="cat-item cat-item-15"><a href="http://www.zeeble.net/blog/category/blogs/" title="View all posts filed under blogs">blogs</a>
</li>
	<li class="cat-item cat-item-7"><a href="http://www.zeeble.net/blog/category/general/" title="where everything fits in...">general</a>
</li>
	<li class="cat-item cat-item-16"><a href="http://www.zeeble.net/blog/category/india/" title="View all posts filed under india">india</a>
</li>
	<li class="cat-item cat-item-19"><a href="http://www.zeeble.net/blog/category/internet/" title="View all posts filed under internet">internet</a>
</li>
	<li class="cat-item cat-item-9"><a href="http://www.zeeble.net/blog/category/linux/" title="linux related stuff">linux</a>
</li>
	<li class="cat-item cat-item-8"><a href="http://www.zeeble.net/blog/category/movies/" title="yadda yadda">movies</a>
</li>
	<li class="cat-item cat-item-21"><a href="http://www.zeeble.net/blog/category/mumbai/" title="View all posts filed under mumbai">mumbai</a>
</li>
	<li class="cat-item cat-item-3"><a href="http://www.zeeble.net/blog/category/music/" title="noises">music</a>
</li>
	<li class="cat-item cat-item-20"><a href="http://www.zeeble.net/blog/category/nature/" title="View all posts filed under nature">nature</a>
</li>
	<li class="cat-item cat-item-17"><a href="http://www.zeeble.net/blog/category/personal/" title="View all posts filed under personal">personal</a>
</li>
	<li class="cat-item cat-item-4"><a href="http://www.zeeble.net/blog/category/photography/" title="various memories...">photography</a>
</li>
	<li class="cat-item cat-item-22"><a href="http://www.zeeble.net/blog/category/poetry/" title="View all posts filed under poetry">poetry</a>
</li>
	<li class="cat-item cat-item-2"><a href="http://www.zeeble.net/blog/category/reading/" title="books i have read, am reading or want to...">reading</a>
</li>
	<li class="cat-item cat-item-11"><a href="http://www.zeeble.net/blog/category/sports/" title="all teh sport">sports</a>
</li>
	<li class="cat-item cat-item-13"><a href="http://www.zeeble.net/blog/category/technology/" title="anything new">technology</a>
</li>
	<li class="cat-item cat-item-12"><a href="http://www.zeeble.net/blog/category/travel/" title="self explanatory. where i want to go, or have been">travel</a>
</li>
			</ul>
		</div>

		</div>
	<!-- sidebar east END -->

	<!-- sidebar west START -->
	<div id="westsidebar" class="sidebar">
	
		<!-- blogroll -->
		<div class="widget widget_links">
			<h3>Blogroll</h3>
			<ul>
				<li><a href="http://www.anitabora.com/blog/">Anita Bora</a></li>
<li><a href="http://arstechnica.com">Ars Technica</a></li>
<li><a href="http://www.businessworldindia.com">BusinessWorld India</a></li>
<li><a href="http://www.dpreview.com">Digital Photography</a></li>
<li><a href="http://dwlt.net/tapestry/">Dilbert</a></li>
<li><a href="http://www.gastroblog.com">Gastroblog</a></li>
<li><a href="http://www.livejournal.com/users/nilasae/">Geekgrrl</a></li>
<li><a href="http://indianeconomy.org/">Indian Economy</a></li>
<li><a href="http://jace.seacrow.com/">Jace</a></li>
<li><a href="http://www.route79.org/journal/" title="Route 79">Jag</a></li>
<li><a href="http://www.joelonsoftware.com/" rel="acquaintance">Joel Spolsky</a></li>
<li><a href="http://kalyanvarma.net/journal/">Kalyan Varma</a></li>
<li><a href="http://www.livejournal.com/users/kasatka/">Kasatka</a></li>
<li><a href="http://www.livejournal.com/users/sidcarter/">Khader</a></li>
<li><a href="http://www.livejournal.com/users/princessleia2/">Leia</a></li>
<li><a href="http://www.meghalomania.com" title="Megha&#8217;s Clouds">Megha</a></li>
<li><a href="http://zed1.com/journalized/">Mike</a></li>
<li><a href="http://mumbai.metblogs.com/">Mumbai Metblog</a></li>
<li><a href="http://theory.tifr.res.in/bombay/">Mumbai Pages</a></li>
<li><a href="http://www.dolmetsch.com/theoryintro.htm">Music Theory</a></li>
<li><a href="http://www.crazyguyonabike.com/journal/">Neil Gunton</a></li>
<li><a href="http://www.newscientist.com/news/">New Scientist</a></li>
<li><a href="http://www.lazycanadian.ca">Noblearc</a></li>
<li><a href="http://www.outofthefryingpan.com/recipes/index.shtml">OutoftheFryingPan</a></li>
<li><a href="http://www.asymptomatic.net/">Owen Winkler</a></li>
<li><a href="http://paulgraham.com/index.html">Paul Graham</a></li>
<li><a href="http://www.pbase.com">PBase &#8211; photos</a></li>
<li><a href="http://www.snoopy.com/">Peanuts</a></li>
<li><a href="http://www.windley.com/">Phil Windley</a></li>
<li><a href="http://blogs.law.harvard.edu/philg/">Philip Greenspun</a></li>
<li><a href="http://www.photo.net">Photo.net</a></li>
<li><a href="http://www.popmatters.com">Popmatters</a></li>
<li><a href="http://scripts.mit.edu/~punya/blog.cgi" rel="sibling">Punya</a></li>
<li><a href="http://www.emergic.org/">Rajesh Jain</a></li>
<li><a href="http://www.livejournal.com/users/ravi/">Ravi Rao</a></li>
<li><a href="http://riteshdas.blogspot.com/">Ritesh Das</a></li>
<li><a href="http://www.s-anand.net/">S Anand</a></li>
<li><a href="http://www.sanctuaryasia.com/">Sanctuary Asia</a></li>
<li><a href="http://www.schneier.com/blog/">Schneier on Security</a></li>
<li><a href="http://www.sciam.com/news_directory.cfm">Scientific American</a></li>
<li><a href="http://www.granneman.com/">Scott Granneman</a></li>
<li><a href="http://slashdot.org/">Slashdot /.</a></li>
<li><a href="http://www.technoogle.com/">Technoogle</a></li>
<li><a href="http://www.livejournal.com/users/thaths/">Thaths</a></li>
<li><a href="http://www.cs.rice.edu/~ssiyer/minstrels/">The Wondering Minstrels</a></li>
<li><a href="http://www.linuxbrit.co.uk">Tom Gilbert</a></li>
<li><a href="http://tkyte.blogspot.com/">Tom Kyte</a></li>
<li><a href="http://indianwriting.blogspot.com/">Uma</a></li>
<li><a href="http://www.wga.hu/index.html">WebGallery of Art</a></li>
<li><a href="http://www.southern.net/wm/">Webmuseum</a></li>
<li><a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a></li>
<li><a href="http://www.wired.com/">Wired News</a></li>
			</ul>
		</div>

		</div>
	<!-- sidebar west END -->
	<div class="fixed"></div>
</div>

<!-- sidebar south START -->
<div id="southsidebar" class="sidebar">

	<!-- archives -->
	<div class="widget">
		<h3>Archives</h3>
					<ul>
					<li><a href='http://www.zeeble.net/blog/2007/01/' title='January 2007'>January 2007</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/11/' title='November 2006'>November 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/06/' title='June 2006'>June 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/05/' title='May 2006'>May 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/04/' title='April 2006'>April 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/03/' title='March 2006'>March 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2006/01/' title='January 2006'>January 2006</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/12/' title='December 2005'>December 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/11/' title='November 2005'>November 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/10/' title='October 2005'>October 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/09/' title='September 2005'>September 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/08/' title='August 2005'>August 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/06/' title='June 2005'>June 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/04/' title='April 2005'>April 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/03/' title='March 2005'>March 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/02/' title='February 2005'>February 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2005/01/' title='January 2005'>January 2005</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/11/' title='November 2004'>November 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/10/' title='October 2004'>October 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/08/' title='August 2004'>August 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/05/' title='May 2004'>May 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/04/' title='April 2004'>April 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/03/' title='March 2004'>March 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/02/' title='February 2004'>February 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2004/01/' title='January 2004'>January 2004</a></li>
	<li><a href='http://www.zeeble.net/blog/2003/12/' title='December 2003'>December 2003</a></li>
			</ul>
			</div>

	<!-- meta -->
	<div class="widget">
		<h3>Meta</h3>
		<ul>
						<li><a href="http://www.zeeble.net/blog/wp-login.php">Log in</a></li>
		</ul>
	</div>

</div>
<!-- sidebar south END -->

</div>
<!-- sidebar END -->
	<div class="fixed"></div>
</div>
<!-- content END -->

<!-- footer START -->
<div id="footer">
	<a id="gotop" href="#" onclick="MGJS.goTop();return false;">Top</a>
	<a id="powered" href="http://wordpress.org/">WordPress</a>
	<div id="copyright">
		Copyright &copy; 2003-2010 Time is an illusion	</div>
	<div id="themeinfo">
		Theme by <a href="http://www.neoease.com/">NeoEase</a>. Valid <a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS 3</a>.	</div>
</div>
<!-- footer END -->

</div>
<!-- container END -->
</div>
<!-- wrap END -->


</body>
</html>

