<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pramod's world of reality</title>
	<atom:link href="http://pramodrt.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pramodrt.wordpress.com</link>
	<description>In quest of Knowledge and Wisdom</description>
	<lastBuildDate>Sat, 23 May 2009 15:23:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pramodrt.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0148048f8a4b79b46695880bcb161cd6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Pramod's world of reality</title>
		<link>http://pramodrt.wordpress.com</link>
	</image>
			<item>
		<title>Ubuntu 9.04 Kernel Panic Problem</title>
		<link>http://pramodrt.wordpress.com/2009/05/23/ubuntu-9-04-kernel-panic-problem/</link>
		<comments>http://pramodrt.wordpress.com/2009/05/23/ubuntu-9-04-kernel-panic-problem/#comments</comments>
		<pubDate>Sat, 23 May 2009 15:23:46 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[Blinking]]></category>
		<category><![CDATA[Caps]]></category>
		<category><![CDATA[Jackalope]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[Panic]]></category>
		<category><![CDATA[Scroll]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=140</guid>
		<description><![CDATA[Great, I finally got my Ubuntu 9.04 up and running.
I am an Ubuntu user and I make sure that I always have the latest version installed on my computer.
However luck was not by my side during the latest release of Ubuntu &#8211; 9.04 (Jaunty Jackalope)
After having installed Ubuntu while starting the new system the computer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=140&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Great, I finally got my Ubuntu 9.04 up and running.</p>
<div id="attachment_139" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-139" title="Ubuntu_Desktop" src="http://pramodrt.files.wordpress.com/2009/05/ubuntu_desktop.png?w=300&#038;h=240" alt="Ubuntu 9.04 Desktop" width="300" height="240" /><p class="wp-caption-text">Ubuntu 9.04 Desktop</p></div>
<p>I am an Ubuntu user and I make sure that I always have the latest version installed on my computer.</p>
<p>However luck was not by my side during the latest release of Ubuntu &#8211; 9.04 (Jaunty Jackalope)</p>
<p>After having installed Ubuntu while starting the new system the computer froze with Caps Lock and Scroll Lock LEDs blinking. I was really disappointed&#8230; I felt like crippled since i perform most of my productive tasks on Ubuntu&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I made a lot of researches in order to solve the problem, tried removing and reinstalling it, tried installing the nVidia drivers still nothing worked. Then and angel smiled at me&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I came across this <a title="Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=1130582" target="_blank">forum</a> which gave me my life saving answer&#8230;</p>
<p>So here is the explanation about the Kernel panic:</p>
<p>The default kernel installed on Ubuntu 9.04 is the 2.6.28-11 version which for some unknown reason was not compatible with my hardware configuration&#8230; (well that&#8217;s an assumption since it was working fine on other computers according to the other Ubuntu users)</p>
<p>I then read the forum post and chose the Optimal way (Part C with reference to the forum post) to repair the kernel panic problem.</p>
<p>The solution was to install the latest version of Kernel released for 9.04 but it seems it is not yet available on the repositories (Version 2.6.29-3)</p>
<p>Since my gnome desktop was not reliable i had to log on using recovery mode and chose the netroot option.</p>
<p>I then downloaded the three packages for i386 system:<br />
<code>$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.3/linux-headers-2.6.29-02062903-generic_2.6.29-02062903_i386.deb</code></p>
<p><code>$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.3/linux-headers-2.6.29-02062903_2.6.29-02062903_all.deb</code></p>
<p><code>$ wget -c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.3/linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb</code></p>
<p>I then installed the downloaded packages using dpkg:<br />
<code>$ sudo dpkg -i linux-headers-2.6.29-02062903-generic_2.6.29-02062903_i386.deb linux-headers-2.6.29-02062903_2.6.29-02062903_all.deb linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb</code></p>
<p>After installation I restarted the computer on the new Kernel and it now works really great&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am currently publishing this post from my Ubuntu 9.04&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
Posted in Computer Science, Linux Tagged: 9.04, Blinking, Caps, Jackalope, Jaunty, Kernel, Linux, Lock, Panic, Scroll, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=140&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/05/23/ubuntu-9-04-kernel-panic-problem/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>

		<media:content url="http://pramodrt.files.wordpress.com/2009/05/ubuntu_desktop.png?w=300" medium="image">
			<media:title type="html">Ubuntu_Desktop</media:title>
		</media:content>
	</item>
		<item>
		<title>Nickelback &#8211; If everyone cared</title>
		<link>http://pramodrt.wordpress.com/2009/04/11/nickelback-if-everyone-cared/</link>
		<comments>http://pramodrt.wordpress.com/2009/04/11/nickelback-if-everyone-cared/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 09:30:06 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[If Everyone Cared]]></category>
		<category><![CDATA[Nickelback]]></category>
		<category><![CDATA[Song]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=132</guid>
		<description><![CDATA[

From underneath the trees, we watch the sky
Confusing stars for satellites
I never dreamed that you&#8217;d be mine
But here we are, we&#8217;re here tonight
Singing Amen, I, I&#8217;m alive
Singing Amen, I, I&#8217;m alive
[Chorus:]
If everyone cared and nobody cried
If everyone loved and nobody lied
If everyone shared and swallowed their pride
Then we&#8217;d see the day when nobody died
And I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=132&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><span style="text-align:center; display: block;"><a href="http://pramodrt.wordpress.com/2009/04/11/nickelback-if-everyone-cared/"><img src="http://img.youtube.com/vi/bEUE-wMQBv8/2.jpg" alt="" /></a></span></p>
<blockquote>
<p style="text-align:center;">From underneath the trees, we watch the sky<br />
Confusing stars for satellites<br />
I never dreamed that you&#8217;d be mine<br />
But here we are, we&#8217;re here tonight</p>
<p style="text-align:center;">Singing Amen, I, I&#8217;m alive<br />
Singing Amen, I, I&#8217;m alive</p>
<p style="text-align:center;">[Chorus:]<br />
If everyone cared and nobody cried<br />
If everyone loved and nobody lied<br />
If everyone shared and swallowed their pride<br />
Then we&#8217;d see the day when nobody died</p>
<p style="text-align:center;">And I&#8217;m singing Amen</p>
<p style="text-align:center;">Amen I, Amen I, I&#8217;m alive<br />
Amen I, Amen I, Amen I, I&#8217;m alive</p>
<p style="text-align:center;">And in the air the fireflies<br />
Our only light in paradise<br />
We&#8217;ll show the world they were wrong<br />
And teach them all to sing along</p>
<p style="text-align:center;">Singing Amen, I, I&#8217;m alive<br />
Singing Amen, I, I&#8217;m alive<br />
(I&#8217;m alive)</p>
<p style="text-align:center;">[Chorus x2]</p>
<p style="text-align:center;">And as we lie beneath the stars<br />
We realize how small we are<br />
If they could love like you and me<br />
Imagine what the world could be</p>
<p style="text-align:center;">If everyone cared and nobody cried<br />
If everyone loved and nobody lied<br />
If everyone shared and swallowed their pride<br />
Then we&#8217;d see the day when nobody died<br />
When nobody died&#8230;</p>
<p style="text-align:center;">[Chorus]</p>
<p style="text-align:center;">We&#8217;d see the day, we&#8217;d see the day<br />
When nobody died<br />
We&#8217;d see the day, we&#8217;d see the day<br />
When nobody died<br />
We&#8217;d see the day when nobody died</p></blockquote>
<p style="text-align:center;">
<p style="text-align:left;">A song i really like with the lyrics&#8230;</p>
<p style="text-align:left;">Some of the parts i have liked:</p>
<blockquote>
<p style="text-align:left;">If everyone cared and nobody cried<br />
If everyone loved and nobody lied<br />
If everyone shared and swallowed their pride<br />
Then we&#8217;d see the day when nobody died</p></blockquote>
<p style="text-align:left;">What u think of this? What he actually mean by this? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote>
<p style="text-align:left;"><span style="color:#0000ff;">And as we lie beneath the stars<br />
We realize how small we are</span><br />
<span style="color:#ff9900;">If they could love like you and me<br />
Imagine what the world could be</span></p></blockquote>
<p style="text-align:left;">This is so true&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Posted in Music Tagged: If Everyone Cared, Nickelback, Song, YouTube <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=132&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/04/11/nickelback-if-everyone-cared/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/bEUE-wMQBv8/2.jpg" medium="image" />
	</item>
		<item>
		<title>My view on Life</title>
		<link>http://pramodrt.wordpress.com/2009/04/03/my-view-on-life/</link>
		<comments>http://pramodrt.wordpress.com/2009/04/03/my-view-on-life/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:02:37 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=128</guid>
		<description><![CDATA[Dear friends,
Thanks for your answers concerning life&#8230; I got bookish definitions of life&#8230;  Some did told me abt their own views about life&#8230; What kind of life they like and what makes their life meaningful&#8230;
Lets have a look at some definitions of life as said by our friends:

One friend said 42&#8230; Not yet read the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=128&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Dear friends,</p>
<p>Thanks for your answers concerning life&#8230; I got bookish definitions of life&#8230;  Some did told me abt their own views about life&#8230; What kind of life they like and what makes their life meaningful&#8230;</p>
<p>Lets have a look at some definitions of life as said by our friends:</p>
<ul>
<li>One friend said 42&#8230; Not yet read the article&#8230; LOL</li>
<li>Got a definition of life from another friend:</li>
</ul>
<blockquote><p><em>Life is a characteristic of organisms that exhibit certain biological processes such as chemical reactions or other events that results in a transformation. Living organisms are capable of growth and reproduction, some can communicate and many can adapt to their environment through changes originating internally</em></p></blockquote>
<ul>
<li>One reply was: Je pense, donc je suis&#8230; Quite and obvious answer&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Others defined life as a lesson or as a movie where each of us has our own role</li>
<li>One answer was that life is a punishment where we are sent to try to become a better individual&#8230; That&#8217;s one nice aim of life <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p><strong>Alright now my own view on life:</strong></p>
<p>It has no concrete definition. It is all up to us as how we see it, it&#8217;s all up to how we live it. For me life is an opportunity where we experience pains, sorrows, happiness, love, attachments, bonds and we learn from all those experiences which help us actually travel the time of our lifetime.</p>
<p><strong>What kind of life do i like to live?</strong></p>
<p>When i was a kid, i once watched a scene on a tv serial about a small story of wizards and all, A guy had to answer three questions of a guradian so that he would be set free. I don&#8217;t remember the other two but the one i still remember today is: What is life? And the answer was:</p>
<blockquote><p><span style="color:#0000ff;">Life is what has been lived for others&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p></blockquote>
<p><span style="color:#0000ff;"><span style="color:#000000;">I tried to figure it out what it means&#8230; And today, i do realise in fact it&#8217;s completely true&#8230; What that use of such a life which has not been any use to anybody (apart from our own <span style="color:#000000;">self of course)? </span></span><span style="color:#000000;">What the use of a life which has never given any happiness to anybody?</span></span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">I have always wanted to bring happiness and be of any use i could be to my friends, my loved ones so that atleast i could do something which makes my life really worth it. I get a strange kind of peace when am able to bring a smile on someone&#8217;s face. This is how i want to live my life: making it useful for my loved ones and all those who would really deserve it. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And when it comes about myself, i accept my life as it comes but i do make sure i never hurt anybody even though i have done it quite some times, sorry to alle those i have hurt unknowingly or out of anger&#8230; But anyway, i like to see the world around me beautiful, and one way to make it beautiful is happiness thus what i been trying to do <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">Adding something more is that I like to live a life where I can get a lot to learn by experience, where everyday is a new lesson to learn, full of adventures <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</span></span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;"><strong>And what makes my life meaningful </strong>is all those beings whom i have been able to make a difference, they are my identity, my strength and they are the ones who give a meaning to my life and therefore the aim and the motivation to live this life full of challenges. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">Thanks to all those who gave a meaning to my life&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></span></p>
Posted in General, My Life, Philosophy Tagged: Life, Philosophy <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=128&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/04/03/my-view-on-life/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>What is life?</title>
		<link>http://pramodrt.wordpress.com/2009/03/29/what-is-life/</link>
		<comments>http://pramodrt.wordpress.com/2009/03/29/what-is-life/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 08:18:30 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Phylosophy]]></category>
		<category><![CDATA[What]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=126</guid>
		<description><![CDATA[Hello friends,
Today i want to ask my dear readers some questions about life:

What is life for you?
What kind of life you like to live?
What you really think of that can make your life meaningful?

I want to know some opinions on life&#8230; Thanks a lot for ur answers  
Posted in General, Philosophy Tagged: Life, Phylosophy, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=126&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello friends,</p>
<p>Today i want to ask my dear readers some questions about life:</p>
<ol>
<li>What is life for you?</li>
<li>What kind of life you like to live?</li>
<li>What you really think of that can make your life meaningful?</li>
</ol>
<p>I want to know some opinions on life&#8230; Thanks a lot for ur answers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Posted in General, Philosophy Tagged: Life, Phylosophy, What <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=126&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/03/29/what-is-life/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>PC vs. MAC</title>
		<link>http://pramodrt.wordpress.com/2009/03/27/pc-vs-mac/</link>
		<comments>http://pramodrt.wordpress.com/2009/03/27/pc-vs-mac/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:59:09 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=119</guid>
		<description><![CDATA[I was checking my Google Reader and stumbled upon this blog which i wanted to share with you&#8230; Just have a look at this blog&#8230; 

Laptop Hunters $1000 – Lauren Gets an HP Pavilion
We really need to think about it, It&#8217;s true maybe MAC are better than PC&#8217;s yet we always choose the PC because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=119&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was checking my Google Reader and stumbled upon <a title="Digits - PC to MAC: Yeah, I am cheaper" href="http://blogs.wsj.com/digits/2009/03/26/pc-to-mac-i%27m-cheaper/" target="_self">this</a> blog which i wanted to share with you&#8230; Just have a look at this blog&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a title="Laptop Hunters $1000 – Lauren Gets an HP Pavilion" href="http://video.msn.com/?mkt=en-US&amp;playlist=videoByUuids:uuids:0bb6a07c-c829-4562-8375-49e6693810c7&amp;showPlaylist=true&amp;from=msnvideo" target="_new"><img src="http://img3.catalog.video.msn.com/Image.aspx?uuid=0bb6a07c-c829-4562-8375-49e6693810c7&amp;w=400&amp;h=300" border="0" alt="Laptop Hunters $1000 – Lauren Gets an HP Pavilion" width="400" height="300" /><br />
Laptop Hunters $1000 – Lauren Gets an HP Pavilion</a></p>
<p>We really need to think about it, It&#8217;s true maybe MAC are better than PC&#8217;s yet we always choose the PC because it&#8217;s cheaper and it does all the work that a MAC can&#8230; Well am not against MAC in fact even I want to own a MAC&#8230; But in today&#8217;s world I think we better focus on affordable prices rather than style when it comes to IT&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
Posted in Computer Science Tagged: IT, MAC, PC <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=119&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/03/27/pc-vs-mac/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>

		<media:content url="http://img3.catalog.video.msn.com/Image.aspx?uuid=0bb6a07c-c829-4562-8375-49e6693810c7&#38;w=400&#38;h=300" medium="image">
			<media:title type="html">Laptop Hunters $1000 – Lauren Gets an HP Pavilion</media:title>
		</media:content>
	</item>
		<item>
		<title>Friendship</title>
		<link>http://pramodrt.wordpress.com/2009/03/07/friendship/</link>
		<comments>http://pramodrt.wordpress.com/2009/03/07/friendship/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 06:58:29 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Human Values]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Friendship]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=117</guid>
		<description><![CDATA[Referring to my last post about &#8220;Why we make friends?&#8221; I now wish to give my own opinions&#8230; There were really nice answers i got from my friends, even on my facebook, the most common answer was so that we drive away our loneliness, and many other answers related to this&#8230; And most of you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=117&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Referring to my last post about &#8220;<a title="Why we make friends?" href="http://pramodrt.wordpress.com/2009/02/28/why-we-make-friends/" target="_self">Why we make friends?</a>&#8221; I now wish to give my own opinions&#8230; There were really nice answers i got from my friends, even on my facebook, the most common answer was so that we drive away our loneliness, and many other answers related to this&#8230; And most of you had no specific criterias to choose ur friends, nor any choice&#8230; You made friends just like that&#8230;</p>
<p>The answers that all my friends gave for my last post is part of the reason why I make friends&#8230;.</p>
<p>Have we ever thought more beyond that? And one of the main reason why i make friends is:</p>
<blockquote><p><em><span style="color:#0000ff;">I like to see some special persons of my life whom i call my friend happy. Whenever they need me, even if they do not ask for it I will always try to be there to help them and guide them <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></em></p></blockquote>
<p>That&#8217;s true you might find it weird how i can say this? But this is how my friends have been my identity. I simply try to be a good friend&#8230; that&#8217;s all <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And it feels really great when u are able to do something for someone&#8230; Of course who is really worth it&#8230; This is why i asked the criteria on how u all choose ur friends&#8230;</p>
<p>I do agree that this might not be applicable to everybody since there are also some people who claim to be our friends but might backstab us&#8230; So i have always chosen friends who are sincere. And today I am proud to say that I am really lucky i did not make any wrong choice till now as far as my close friends are concerned&#8230;</p>
<p>Sometimes i do wonder what are friends for? That&#8217;s something true that loneliness fades away as we make friends&#8230; But there is something called how to fulfill our friendship and this is what i try to do <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No friend will ever cheat another friend. If he does, he is not even worth being called a friend and he was never one&#8230;</p>
Posted in General, Human Values, Philosophy Tagged: Friends, Friendship, Philosophy <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=117&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/03/07/friendship/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>Why we make Friends?</title>
		<link>http://pramodrt.wordpress.com/2009/02/28/why-we-make-friends/</link>
		<comments>http://pramodrt.wordpress.com/2009/02/28/why-we-make-friends/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:59:38 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Friendship]]></category>
		<category><![CDATA[Importance]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=115</guid>
		<description><![CDATA[I have always asked many questions to myself about life&#8230; Some things which might seem obvious to eveyone&#8230; but I still have some questions&#8230;
Today my question is: Why do we make friends?
Why you guys, you readers make friends and how u choose your friends?
Can i have some answers please? Only then I would be able [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=115&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have always asked many questions to myself about life&#8230; Some things which might seem obvious to eveyone&#8230; but I still have some questions&#8230;</p>
<p>Today my question is: Why do we make friends?</p>
<p>Why you guys, you readers make friends and how u choose your friends?</p>
<p>Can i have some answers please? Only then I would be able to continue my post. I count on you dear readers&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Posted in General, Philosophy Tagged: Friends, Friendship, Importance, Philosophy <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=115&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/02/28/why-we-make-friends/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>Express Rose Hill&#8230; Pheww!!!</title>
		<link>http://pramodrt.wordpress.com/2009/01/28/express-rose-hill-pheww/</link>
		<comments>http://pramodrt.wordpress.com/2009/01/28/express-rose-hill-pheww/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:55:54 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Bus]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Rose Hill]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=110</guid>
		<description><![CDATA[Today morning I got really pissed&#8230; I took my bus for port louis from home  around 06:45. I reached the Victoria Bus stand around 07:20. While reaching there i saw a huge crowd of people entering the Rose  Hill Express bus which had just reached. In no time the bus was full and some had [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=110&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today morning I got really pissed&#8230; I took my bus for port louis from home  around 06:45. I reached the Victoria Bus stand around 07:20. While reaching there i saw a huge crowd of people entering the Rose  Hill Express bus which had just reached. In no time the bus was full and some had to be left outside since there was no more place even for standing&#8230; Well i let that go and waited for the next bus&#8230; It took around 20 minutes for the next bus to arrive&#8230; and Again in those 20 minutes a huge crowd of passengers were already gathered waiting for the bus&#8230; Again there was a struggle to enter the bus&#8230; eventually i was left again&#8230; Finally i was able to struggle into the next bus&#8230; I was really pissed since I left home early and now am reaching at work after 08:30. Luckyly i got the habit of reaching work at 08:00&#8230; so i can say I was just in time <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>But when i think of the bus and the way i have to struggle to get into the bus i realise the service is not really good&#8230; Before, during the college holidays i used to get the bus easily&#8230; but now&#8230; Phew&#8230;</p>
<p>I just hope they improve their service and try to solve the problem of having a huge crowd at the bus stand&#8230; LOL&#8230; But seems they don&#8217;t even care&#8230;</p>
<p>Anyway hope i don&#8217;t get this problem tommorrow&#8230;</p>
Posted in General Tagged: Bus, Express, Rose Hill <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=110&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/01/28/express-rose-hill-pheww/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>A look at the past year</title>
		<link>http://pramodrt.wordpress.com/2009/01/01/a-look-at-the-past-year/</link>
		<comments>http://pramodrt.wordpress.com/2009/01/01/a-look-at-the-past-year/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 05:44:12 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[New Year]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=106</guid>
		<description><![CDATA[Last year (2008) has been full of adventures including both good and bad experience&#8230;
Some important incidents of my life:

Graduated (BSc Computer Science and Engineering)
Went to India with my mum (she was really happy, she wanted to go there from a long time and a lot to times it had been canceled, finally we were able [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=106&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last year (2008) has been full of adventures including both good and bad experience&#8230;</p>
<p>Some important incidents of my life:</p>
<ol>
<li><a title="Finally a Graduate" href="http://pramodrt.wordpress.com/2008/10/25/finally-a-graduate/" target="_blank">Graduated</a> (BSc Computer Science and Engineering)</li>
<li><a title="Back home after 40 days in India" href="http://pramodrt.wordpress.com/2008/09/27/back-home-after-40-days-in-india/" target="_blank">Went to India with my mum</a> (she was really happy, she wanted to go there from a long time and a lot to times it had been canceled, finally we were able to go there after completing my studies and exams)</li>
<li><a title="My first week at Accenture IT" href="http://pramodrt.wordpress.com/2008/10/25/my-first-week-at-accenture-it/" target="_blank">Got a place at Accenture</a> (still a trainee though)</li>
<li>Came to know the importance of friends (Thanks for being there, gonna miss my uni friends)</li>
<li>Learned from a lot of experience.</li>
<li>Made many new friends&#8230; (I am lucky to always have really nice and sincere friend and i thanks god and my friends for that &#8211; Sorry if i have been rude and hurt you all so much)</li>
<li>Had been unfortunately very bad&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
</ol>
<p>Well for the coming year (2009) I have not confirmed anything yet, however here are some things i would like to do:</p>
<ol>
<li>Make even more friends and will always be there whenever they need me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Try to be nice&#8230; (Difficult task though&#8230;)</li>
<li>Try to be less lazy (That&#8217;s even more tough&#8230; )</li>
<li>Be myself&#8230; And try to share happiness all around hence &#8220;Pramod&#8221; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>God Bless You All Friends</p>
<p style="text-align:center;"><strong><span style="color:#ff6600;">HAPPY NEW YEAR 2009<br />
</span></strong></p>
<p style="text-align:center;"><strong><span style="color:#ff6600;">!!!ENJOY!!!</span></strong></p>
<p style="text-align:center;"><strong><span style="color:#ff6600;">***CHEERS***</span></strong></p>
Posted in My Life Tagged: 2008, 2009, Life, New Year <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=106&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2009/01/01/a-look-at-the-past-year/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>
	</item>
		<item>
		<title>Vista Drive Icons on XP</title>
		<link>http://pramodrt.wordpress.com/2008/12/30/vista-drive-icons-on-xp/</link>
		<comments>http://pramodrt.wordpress.com/2008/12/30/vista-drive-icons-on-xp/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 05:51:48 +0000</pubDate>
		<dc:creator>Pramod</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Vista Drive Icons]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://pramodrt.wordpress.com/?p=99</guid>
		<description><![CDATA[Those using Vista might know the features of the My Computer Window, where u get the details of the Local Hard Drives&#8230;
I downloaded this tool which is really cool&#8230; and gives a graphical info of the capacity of hard drives..
It does not consume too much of memory space (around 3MB)
Posted in Computer Science, Windows Tagged: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=99&subd=pramodrt&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Those using Vista might know the features of the My Computer Window, where u get the details of the Local Hard Drives&#8230;</p>
<p>I downloaded <a title="Vista Drive Icons" href="http://downloads.sourceforge.net/drvicon/VistaDriveIcon_1.4_Setup.exe" target="_blank">this</a> tool which is really cool&#8230; and gives a graphical info of the capacity of hard drives..</p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 310px"><a href="http://pramodrt.files.wordpress.com/2008/12/vista-drive-icons.jpg"><img class="size-medium wp-image-100" title="vista-drive-icons" src="http://pramodrt.files.wordpress.com/2008/12/vista-drive-icons.jpg?w=300&#038;h=112" alt="Vista Drive Icons" width="300" height="112" /></a><p class="wp-caption-text">Vista Drive Icons</p></div>
<p>It does not consume too much of memory space (around 3MB)</p>
Posted in Computer Science, Windows Tagged: Vista Drive Icons, Windows XP <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodrt.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodrt.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodrt.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodrt.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodrt.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodrt.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodrt.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodrt.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodrt.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodrt.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodrt.wordpress.com&blog=3431247&post=99&subd=pramodrt&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pramodrt.wordpress.com/2008/12/30/vista-drive-icons-on-xp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/56a3055ed9160f3426059a818494ad10?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Pramod</media:title>
		</media:content>

		<media:content url="http://pramodrt.files.wordpress.com/2008/12/vista-drive-icons.jpg?w=300" medium="image">
			<media:title type="html">vista-drive-icons</media:title>
		</media:content>
	</item>
	</channel>
</rss>