<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-13185435</atom:id><lastBuildDate>Fri, 25 Oct 2024 03:13:05 +0000</lastBuildDate><category>_ALL_</category><category>Humour</category><category>Quotes</category><category>TOTD</category><category>Thought</category><category>Love</category><category>Tips</category><category>Entertainment</category><category>Mario</category><category>Flash</category><category>Insanity</category><category>MP3</category><category>Programming</category><category>Video Games</category><category>incometax</category><category>it</category><category>#FAIL</category><category>Attica</category><category>Birthday</category><category>Bollywood</category><category>Books</category><category>Bugs</category><category>Calvin and Hobbes</category><category>Chuck Norris</category><category>Cleartrip</category><category>Comic Strip</category><category>Crime</category><category>DaringFireball</category><category>Delhi</category><category>Dog Day Afternoon</category><category>Drama</category><category>E6</category><category>English</category><category>Firefox</category><category>Flower</category><category>Forwards</category><category>Government</category><category>IRCTC</category><category>Job</category><category>KFC</category><category>Linux</category><category>Loosing</category><category>Microsoft</category><category>Motorokr</category><category>Movie</category><category>Old Linux Newbie</category><category>One Hundred Years of Solitude</category><category>Opera</category><category>PETA</category><category>Pamela Anderson</category><category>SPAM</category><category>Song</category><category>SpeedyFox</category><category>Thriller</category><category>Traffic</category><category>WP7S</category><category>Windows</category><category>calloc</category><category>ch</category><category>challan</category><category>command</category><category>pan</category><category>screen</category><category>ward</category><title>After All, Who Cares?</title><description>Thoughtful ramblings of a wanna-be-geek who is having a good time in his life and is striving hard to see it get better&lt;br&gt;&#xa;More from him at: &lt;a href=&quot;http://old-linux-newbie.blogspot.com/&quot;&gt;http://old-linux-newbie.blogspot.com/&lt;/a&gt;</description><link>http://afterallwhocares.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>111</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-2023236348716262922</guid><pubDate>Sat, 20 Mar 2010 12:51:00 +0000</pubDate><atom:updated>2010-03-20T18:21:07.924+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">calloc</category><category domain="http://www.blogger.com/atom/ns#">Programming</category><title>Difference between malloc and calloc</title><description>One of the most basic things a person familiar with programming language &#39;C&#39; is supposed to know is:&lt;br /&gt;
&lt;blockquote&gt;What is the difference between the malloc and the calloc function calls?&lt;/blockquote&gt;Query Google and it&#39;ll tell you &lt;a href=&quot;http://www.google.com/search?q=difference+between+malloc+calloc&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a&quot;&gt;how many folks are interested in the answer to this question&lt;/a&gt;. The reason for that is that it is one of the most commonly asked questions in job interviews at the beginner&#39;s level.&lt;br /&gt;
&lt;br /&gt;
Since the readers here may not possess that familiarity, the answer that&#39;s usually expected is:&lt;br /&gt;
&lt;blockquote&gt;While both the functions allocate memory, calloc() additionally initializes all the locations in the newly allocated memory block to &#39;0&#39;.&lt;/blockquote&gt;That&#39;s that. That answer is sufficient for the interview. That&#39;s all I knew.&amp;nbsp;Until now.&lt;br /&gt;
&lt;br /&gt;
I was reading &lt;a href=&quot;http://blogs.msdn.com/oldnewthing/&quot;&gt;The Old New Thing&lt;/a&gt;&amp;nbsp;today and there was a mention of &lt;a href=&quot;http://en.wikipedia.org/wiki/Copy-on-write&quot;&gt;Copy-on-Write&lt;/a&gt; (CoW) in one of the &lt;a href=&quot;http://feedproxy.google.com/~r/msdn/oldnewthing/~3/bJlrOJRoMpg/9980802.aspx?utm_source=feedburner&amp;amp;utm_medium=email&quot;&gt;posts&lt;/a&gt;. To understand it better, I decided to read about CoW on &lt;a href=&quot;http://en.wikipedia.org/wiki/&quot;&gt;Wikipedia&lt;/a&gt;. From the Wikipedia page, I found out that calloc can be implemented using CoW:&lt;br /&gt;
&lt;blockquote&gt;Another use is in the calloc function. This can be  implemented by having a page of physical memory filled with zeroes. When  the memory is allocated, the pages returned all refer to the page of  zeroes and are all marked as copy-on-write. This way, the amount of  physical memory allocated for the process does not increase until data  is written.&lt;/blockquote&gt;Nice, I said to myself. Note taken. Thanks TONT, Wikipedia!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2010/03/difference-between-malloc-and-calloc.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-1313743392247446174</guid><pubDate>Tue, 16 Feb 2010 06:33:00 +0000</pubDate><atom:updated>2010-02-16T12:03:23.388+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">DaringFireball</category><category domain="http://www.blogger.com/atom/ns#">Microsoft</category><category domain="http://www.blogger.com/atom/ns#">Windows</category><category domain="http://www.blogger.com/atom/ns#">WP7S</category><title>John Gruber, we expect better posts from you.</title><description>On Monday, February 15, 2010, Microsoft announced their new platform for mobile devices, Windows Phone 7 Series. This was at the Mobile World Congress in Barcelona, Spain. The internet, since then, &lt;a href=&quot;http://gizmodo.com/5471805/windows-phone-7-series-everything-is-different-now&quot;&gt;has&lt;/a&gt; &lt;a href=&quot;http://www.betanews.com/joewilcox/article/Windows-Phone-7-Series-The-good-the-bad-and-the-ugly/1266263193&quot;&gt;been&lt;/a&gt; &lt;a href=&quot;http://gigaom.com/2010/02/15/windows-phone-7/&quot;&gt;full of&lt;/a&gt; &lt;a href=&quot;http://www.prnewswire.com/news-releases/microsoft-unveils-windows-phone-7-series-84378057.html&quot;&gt;positive&lt;/a&gt; &lt;a href=&quot;http://www.engadget.com/2010/02/15/windows-phone-7-series-hands-on-and-impressions/?s=t5&quot;&gt;reviews&lt;/a&gt; &lt;a href=&quot;http://blogs.forrester.com/consumer_product_strategy/2010/02/microsofts-path-to-success-in-the-consumer-mobile-market.html&quot;&gt;of the platform&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Being one of those guys who got an early preview of the platform, I can tell you that it is a very good effort. Not better than the best out there, but certainly an impressive effort.&lt;br /&gt;
&lt;br /&gt;
However, John Gruber, on his popular blog Daring Fireball, has this to write about it:&lt;br /&gt;
&lt;blockquote&gt;What a great product name. Not a mouthful at all.&lt;/blockquote&gt;Yes, we know it is not such a good name, but instead of just saying that, you could have at least said a couple of things about the platform, good or bad. Positive reviews encourage the folks building it and bad reviews highlight the areas to improve. It also makes for an article worth reading.&lt;br /&gt;
&lt;br /&gt;
Over the years you have written lots of good posts; this one isn&#39;t one of them. We have come to expect better from you. Please do not let us down.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2010/02/john-gruber-we-expect-better-posts-from.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-6857255311334805196</guid><pubDate>Sat, 06 Feb 2010 10:39:00 +0000</pubDate><atom:updated>2010-02-06T16:11:49.814+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Trying out the email interface</title><description>&lt;a href=&quot;http://blogger.com&quot;&gt;blogger.com&lt;/a&gt; (or &lt;a href=&quot;http://blogspot.com&quot;&gt;blogspot.com&lt;/a&gt;) provides the blog owners with the ability to publish posts to their own blogs by sending an email to an email address, part of which is chosen by the blogger herself.&lt;br /&gt;
I know it has been around for a while, but I haven&amp;#39;t tried it prior to this.&lt;br /&gt;
&lt;br /&gt;
One of the things I want to try out is its ability to handle rich text, i.e. &lt;b&gt;bold&lt;/b&gt;, &lt;i&gt;italics&lt;/i&gt;,  &lt;span style=&quot;color: rgb(51, 51, 0);&quot;&gt;c&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 153, 255);&quot;&gt;o&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 153, 153);&quot;&gt;l&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 0, 0);&quot;&gt;o&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;r&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;s&lt;/span&gt;, &lt;span style=&quot;background-color: rgb(255, 255, 153);&quot;&gt;highlighting&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote style=&quot;margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;&quot; class=&quot;gmail_quote&quot;&gt;Then there&amp;#39;s quoted text.&lt;br /&gt;
&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;
How about the following:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt; Ordered list&lt;/li&gt;
&lt;li&gt;...&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;What happens if I include unordered list, such as this one:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Unordered item #1&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;Let&amp;#39;s find out how good/ugly looking this one turns out to be.&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2010/02/trying-out-email-interface.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-2480940952163810768</guid><pubDate>Fri, 18 Dec 2009 11:43:00 +0000</pubDate><atom:updated>2009-12-18T17:13:54.131+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Government</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><category domain="http://www.blogger.com/atom/ns#">Job</category><title>Now that&#39;s a deal!</title><description>Found this &quot;best&quot; deal while watching a &lt;a href=&quot;http://www.ndtv.com/news/videos/video_live.php?id=LIVE_BG24x7&amp;amp;live=tv&quot;&gt;video related to COP15&lt;/a&gt; on NDTV&#39;s website:&lt;br /&gt;
&lt;blockquote&gt;Get a Secure Government Job today!&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyU-QytMF6ganqqByUwF_rpIoqNfSkBFVoEi9Q58fEfml2nOQLwkKHK4yX8MUHNJySmuZZB9VuCTdME39vgfBg2TjKc1rxw4AmFDNaWUCbGQ5sHwGBndHCA0_wwR2VA-vfyknikQ/s1600-h/CM+Capture+1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyU-QytMF6ganqqByUwF_rpIoqNfSkBFVoEi9Q58fEfml2nOQLwkKHK4yX8MUHNJySmuZZB9VuCTdME39vgfBg2TjKc1rxw4AmFDNaWUCbGQ5sHwGBndHCA0_wwR2VA-vfyknikQ/s320/CM+Capture+1.png&quot; /&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
I happen to know quite a few folks who are vying to get a government job because it is perceived to be the safest and least demanding job in difficult times for the economy.&lt;br /&gt;
&lt;br /&gt;
I should probably pass on this link to them ;-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/12/now-thats-deal.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyU-QytMF6ganqqByUwF_rpIoqNfSkBFVoEi9Q58fEfml2nOQLwkKHK4yX8MUHNJySmuZZB9VuCTdME39vgfBg2TjKc1rxw4AmFDNaWUCbGQ5sHwGBndHCA0_wwR2VA-vfyknikQ/s72-c/CM+Capture+1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-8119728591965708430</guid><pubDate>Thu, 10 Dec 2009 12:26:00 +0000</pubDate><atom:updated>2009-12-10T17:57:52.704+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">#FAIL</category><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Cleartrip</category><category domain="http://www.blogger.com/atom/ns#">IRCTC</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>#FAIL: Never book railway tickets via Cleartrip!</title><description>I made a railway reservation from Indore to New Delhi via Cleartrip. The ticket was waitlisted till the preparation of chart, so I did not get to travel. That&#39;s fine, I should have made the reservation in time.&lt;br /&gt;
&lt;br /&gt;
So I call up Cleartrip and ask them about the refund after the train has left Indore station. At first, I am told:&lt;blockquote&gt;We can&#39;t tell you about the refund amount since it&#39;ll be processed by IRCTC and we don&#39;t know about it!&lt;/blockquote&gt;Excuse me, I made a deal with you! If you&#39;re in the business, you better know it down to the last detail. If you can&#39;t do that, please move out of the trade.&lt;br /&gt;
&lt;br /&gt;
So the lady puts me on hold for a little while and then comes back to give me an &quot;approximate&quot; number. I am told, in a cool, cam, composed manner, that the following fees would be charged:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;IRCTC Charges&lt;/li&gt;
&lt;li&gt;Cleartrip Charges&lt;/li&gt;
&lt;li&gt;Transaction Charges&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reservation Charges&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;Now this drives me crazy! &lt;b&gt;I am being charged for the reservation I never got!?&lt;/b&gt; I&#39;m exasperated, she realizes and says:&lt;blockquote&gt;The reservation charges are levied by IRCTC, we did not charge you for this.&lt;/blockquote&gt;&lt;br /&gt;
That&#39;s an &quot;Aha!!&quot; moment for me. She means I should argue with IRCTC about it, when I actually made the transaction via Cleartrip? Aha!!&lt;br /&gt;
&lt;br /&gt;
So then next time onwards, why should I make the reservation through Cleartrip, and not go to IRCTC instead? That&#39;s what even Cleartrip is doing. The service they provide is certainly not worth my money, no way! Booking through IRCTC is almost the same (pain). If done via IRCTC, I&#39;ll know the exact refund amount as well.&lt;br /&gt;
&lt;br /&gt;
I&#39;ll tell you what I&#39;ll do from now on: Research about the train and availability on Cleartrip and then book through IRCTC. Up yours, Cleartrip!&lt;br /&gt;
&lt;br /&gt;
In case anyone from Cleartrip cares to read this post, here are the trip details, if they want to verify:&lt;blockquote&gt;Cleartrip ID: 912021268&lt;br /&gt;
PNR: 8337869853&lt;/blockquote&gt;&lt;br /&gt;
PS: Regardless of that, Cleartrip&#39;s calendar feature is very well thought-out and done. Give it a try (and leave the site after that). Did I mention that their support forum also does not work?&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/12/fail-never-book-railway-tickets-via.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>6</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-6447750531045826580</guid><pubDate>Sat, 21 Nov 2009 20:11:00 +0000</pubDate><atom:updated>2009-11-22T01:45:07.077+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Love</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><category domain="http://www.blogger.com/atom/ns#">Thought</category><category domain="http://www.blogger.com/atom/ns#">TOTD</category><title>When you need something badly, give it your best shot ...</title><description>&lt;blockquote&gt;When you need something badly, give it your best shot, keep improving yourself, keep trying, stay focused, stay motivated. Even if you don&#39;t get it, you come out a better person and that&#39;s more important.&lt;/blockquote&gt;&lt;br /&gt;
Yeah, that&#39;s by me. Please feel free to use it wherever, whenever you see fit. If you do, try to drop me a link to it here although that&#39;s completely optional.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/11/when-you-need-something-badly-give-it.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-7438145133345104702</guid><pubDate>Tue, 27 Oct 2009 05:36:00 +0000</pubDate><atom:updated>2009-10-27T11:06:57.377+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Mario</category><category domain="http://www.blogger.com/atom/ns#">MP3</category><category domain="http://www.blogger.com/atom/ns#">Video Games</category><title>Super Mario Bros tunes</title><description>This post is just so that I do not have to search for the MP3s next time around.&lt;br /&gt;
&lt;br /&gt;
Oh, and I love it! :-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/10/super-mario-bros-tunes.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-8132517453953853095</guid><pubDate>Thu, 01 Oct 2009 06:25:00 +0000</pubDate><atom:updated>2009-10-01T11:58:18.628+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">challan</category><category domain="http://www.blogger.com/atom/ns#">incometax</category><category domain="http://www.blogger.com/atom/ns#">it</category><title>Deciding which IT challan you need to fill</title><description>If you are unsure which IT challan [280-283] you need to fill while filing income tax (new or revised), take a look at the &lt;a href=&quot;http://www.tin-nsdl.com/faqOLTASgeneral.asp&quot;&gt;FAQs section&lt;/a&gt; on the IT department&#39;s website.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/10/deciding-which-it-challan-you-need-to.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-767356921993575334</guid><pubDate>Thu, 01 Oct 2009 06:19:00 +0000</pubDate><atom:updated>2009-10-01T11:52:38.087+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">incometax</category><category domain="http://www.blogger.com/atom/ns#">it</category><category domain="http://www.blogger.com/atom/ns#">pan</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><category domain="http://www.blogger.com/atom/ns#">ward</category><title>If you don’t know Assessing Officer (Ward / Circle) ...</title><description>Here&#39;s a handy tip:&lt;br /&gt;If you don’t know &lt;strong&gt;Assessing Officer&lt;/strong&gt; (&lt;strong&gt;Ward &lt;/strong&gt;/  &lt;strong&gt;Circle&lt;/strong&gt;), Find it &lt;a href=&quot;https://incometaxindiaefiling.gov.in/portal/common.do?screen=jurisdiction&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt; by submitting your &lt;strong&gt;PAN&lt;/strong&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/10/if-you-dont-know-assessing-officer-ward.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-1341801758802487810</guid><pubDate>Mon, 21 Sep 2009 21:14:00 +0000</pubDate><atom:updated>2009-09-22T03:06:41.472+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">English</category><category domain="http://www.blogger.com/atom/ns#">Firefox</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><category domain="http://www.blogger.com/atom/ns#">Loosing</category><category domain="http://www.blogger.com/atom/ns#">SpeedyFox</category><title>How could one be loosing his/her data?</title><description>One of the blogs I try to read regularly is &lt;a href=&quot;http://www.favbrowser.com/&quot;&gt;FavBrowser&lt;/a&gt;. No doubt, it has good content. You should follow it if you are interested in news and stuff related to web browsers, though it is, by no means, the source all the interesting news.&lt;br /&gt;&lt;br /&gt;Anyway, so I was reading &lt;a href=&quot;http://www.favbrowser.com/speed-up-your-firefox-with-speedyfox/&quot;&gt;this&lt;/a&gt; article today, posted on FavBrowser, and here&#39;s something interesting I found (pay close attention), and I quote:&lt;br /&gt;&lt;blockquote&gt;Firefox uses SQLITE databases to store lots of its settings. By the time  the databases grow and Firefox starts working slowly. SpeedyFox  compacts those databases without loosing any data.&lt;/blockquote&gt;So I said to myself, &quot;Must be just another copying mistake&quot;, so I headed over to &lt;a href=&quot;http://www.searchenginejournal.com/speed-up-your-firefox-with-speedyfox/13193/&quot;&gt;the source&lt;/a&gt; to verify, and I quote again:&lt;br /&gt;&lt;blockquote&gt;Firefox uses SQLITE databases to store lots of its settings. By the time  the databases grow and Firefox starts working slowly. SpeedyFox  compacts those databases without loosing any data.&lt;/blockquote&gt;Turns out, they had quoted it from &lt;a href=&quot;http://www.crystalidea.com/more-about-speedyfox&quot;&gt;their own source&lt;/a&gt;, and I quote once again:&lt;br /&gt;&lt;blockquote&gt;Firefox uses SQLITE databases to store lots of its settings. By the time  the databases grow and Firefox starts working slowly. SpeedyFox  compacts those databases without loosing any data.&lt;/blockquote&gt;&lt;br /&gt;The funny thing is, I&#39;ve also quoted it without any modifications/corrections but I hope the message has been conveyed :-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><enclosure type='' url='http://www.crystalidea.com/more-about-speedyfox' length='0'/><enclosure type='' url='http://www.favbrowser.com/speed-up-your-firefox-with-speedyfox/' length='0'/><enclosure type='' url='http://www.searchenginejournal.com/speed-up-your-firefox-with-speedyfox/13193/' length='0'/><link>http://afterallwhocares.blogspot.com/2009/09/how-could-one-be-loosing-hisher-data.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-9046597642360742433</guid><pubDate>Sun, 26 Apr 2009 06:47:00 +0000</pubDate><atom:updated>2009-04-26T12:43:58.673+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">E6</category><category domain="http://www.blogger.com/atom/ns#">Motorokr</category><category domain="http://www.blogger.com/atom/ns#">Opera</category><title>When it comes to mobile space, Opera rules!</title><description>I&#39;ve been experimenting a lot in the mobile space lately, mostly as an end user. This includes trying out various applications available for the device.&lt;br /&gt;One thing that has emerged very clearly is: &lt;b&gt;Internet on mobile means Opera&lt;/b&gt;. Mini or not, Opera is the browser for all platforms.&lt;br /&gt;Just for the record, I like Opera Mini 3.1 on my MotoRokr E6 much more than 4.2 Beta. BTW, I use Firefox 3.5 Beta on my desktop every day, so I know what beta means.&lt;br&gt;&lt;br&gt;Way to go, Opera!&lt;br&gt;&lt;br&gt;Follow @&lt;a href=&quot;http://twitter.com/opera&quot;&gt;Opera&lt;/a&gt; on Twitter, just like &lt;a href=&quot;http://twitter.com/aawc&quot;&gt;me&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2009/04/when-it-comes-to-mobile-space-opera.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-4787572019083644403</guid><pubDate>Thu, 11 Sep 2008 05:20:00 +0000</pubDate><atom:updated>2008-09-11T11:03:29.181+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Books</category><category domain="http://www.blogger.com/atom/ns#">One Hundred Years of Solitude</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><title>What is this?</title><description>So you have to tell me what is being described here:&lt;br /&gt;&lt;blockquote&gt;Inside there was only an enormous, transparent block with infinite internal needles in which the light of the sunset was broken into colored stars&lt;/blockquote&gt;&lt;br /&gt;Some extra information:&lt;br /&gt;1. This is the description by a curious person who is living in an isolated village, unfamiliar with what Science has achieved in other parts of the world.&lt;br /&gt;2. What is being described here is something most of us come across almost daily.&lt;br /&gt;&lt;br /&gt;Source: Book titled &#39;One Hundred Years of Solitude&#39; by Gabriel García Márquez&lt;br /&gt;&lt;br /&gt;I&#39;ve finished only the first two chapters of the book but it looks to be a MUST-MUST read.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2008/09/what-is-this.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-3768405272905064143</guid><pubDate>Thu, 03 Jul 2008 09:44:00 +0000</pubDate><atom:updated>2009-04-26T12:01:52.271+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Flower</category><category domain="http://www.blogger.com/atom/ns#">Insanity</category><title>I have a secret admirer!</title><description>Today morning, on Thursday 03, 2008, I recieved a pleasant surprise in the form of a paper-flower mounted on the outer wall of my cubicle, waiting for me. Take a look at it in the attached shot:&lt;br /&gt;&lt;center&gt;&lt;table style=&quot;width:auto;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;http://picasaweb.google.com/After.All.Who.Cares/Misc/photo#5218719007958132786&quot;&gt;&lt;img src=&quot;http://lh6.ggpht.com/After.All.Who.Cares/SGydSavsaDI/AAAAAAAAAwE/B24iTfuDnlw/s400/Gift%20From%20A%20Secret%20Admirer.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;font-family:arial,sans-serif; font-size:11px; text-align:right&quot;&gt;From &lt;a href=&quot;http://picasaweb.google.com/After.All.Who.Cares/Misc&quot;&gt;Misc&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;&lt;br /&gt;Enquiring with friends did not reveal anything; and I did not try too hard either.&lt;br /&gt;It is an Origami-kind paper-folding-art flower, made out of &#39;Stick-It&#39; notes. A very fine use of office stationery supply, eh?&lt;br /&gt;&lt;br /&gt;(Notice the tag &#39;Insanity&#39; ;-)&lt;br /&gt;Update (26/02): The flower fell off its stem some days back &amp; the operations staff cleaned it up before next morning :(&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2008/07/i-have-secret-admirer.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/After.All.Who.Cares/SGydSavsaDI/AAAAAAAAAwE/B24iTfuDnlw/s72-c/Gift%20From%20A%20Secret%20Admirer.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-8515511820638371025</guid><pubDate>Thu, 01 May 2008 04:35:00 +0000</pubDate><atom:updated>2008-05-01T10:26:03.660+05:30</atom:updated><title>Woo Hoo!</title><description>In case you did not know/realize (and I do understand that you have no means or motivation to realize), this is my &#39;&lt;span style=&quot;font-weight: bold; color: rgb(102, 102, 0);&quot;&gt;century&lt;/span&gt;&#39; post on this blog!&lt;br /&gt;And I&#39;ll celebrate it just the way my current favorite explosive batsman &lt;a href=&quot;http://content-ind.cricinfo.com/ipl/content/player/5390.html&quot;&gt;Adam Gilchrist&lt;/a&gt; celebrated his most &lt;a href=&quot;http://www.hindu.com/2008/04/28/stories/2008042860111900.htm&quot;&gt;recent century&lt;/a&gt; in the IPL (109* off 48 balls):&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Woo Hoo!&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;(See the video and celebration &lt;a href=&quot;http://youtube.com/watch?v=2KGW04q_tGQ&quot;&gt;here&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;...and in case you can&#39;t see that video, read the commentary &lt;a href=&quot;http://content-ind.cricinfo.com/ipl/engine/match/335994.html?batsman=4176;innings=2;view=commentary&quot;&gt;here&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2008/05/woo-hoo.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-457076785693031019</guid><pubDate>Wed, 12 Sep 2007 06:09:00 +0000</pubDate><atom:updated>2007-09-12T12:05:48.056+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Delhi</category><category domain="http://www.blogger.com/atom/ns#">Insanity</category><category domain="http://www.blogger.com/atom/ns#">Traffic</category><title>You&#39;ve got to be really brave to...</title><description>I have stayed in Delhi (the capital of India) long enough to make the following statement, and I&#39;ll also mention quite-a-few instances and reasons (in a multi-part series to follow), to drive my point:&lt;br /&gt;&lt;blockquote&gt;You&#39;ve got to be really brave to drive a vehicle in Delhi&lt;/blockquote&gt;To get things started, consider the case of what happened on numerous roads in the city today (September 12, 2007):&lt;br /&gt;Some insane people, the group being quite large in number apparently, decided to protest by blocking various heavily-used roads at multiple points all over Delhi causing blockades and hence a lot of inconvenience to traffic throughout the city.&lt;br /&gt;&lt;br /&gt;The news was all over the radio and television channels and the RJ, on the radio channel that I was listening to, ran out of breath multiple times when he started calling out the names of the roads affected. This is preposterous!!&lt;br /&gt;And.. that is not the end of it. The police, according to the same RJ, had all the information about the &#39;protest&#39; but never bothered to take any corrective/preventive measures. They intervened only once there was helter-skelter all over the city and there was complete pandemonium on the city roads. What the hell was the &#39;With You, For You, Always&#39; force doing sitting on their butts when they knew what could happen (and it eventually happened!)?&lt;br /&gt;&lt;br /&gt;Anyway, thankfully or luckily, I decided to leave for office a little early today (although I had no idea about the &lt;i&gt;chakka jam&lt;/i&gt; protest) and therefore did not have to face the &#39;music&#39; :-)&lt;br /&gt;&lt;br /&gt;By the way, nobody knows what the protest was against.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;color:#666666;&quot;&gt;This is a part of a series titled &#39;Delhi Driving&#39;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/09/youve-got-to-be-really-brave-to.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-3815553956680382909</guid><pubDate>Wed, 12 Sep 2007 06:07:00 +0000</pubDate><atom:updated>2007-09-12T11:38:10.103+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Entertainment</category><category domain="http://www.blogger.com/atom/ns#">Mario</category><category domain="http://www.blogger.com/atom/ns#">MP3</category><title>Super Mario Bros. Anthology</title><description>This is a treat for Super Mario Bros. fans. I found a website (sincere thanks to Google) from where I could download the MP3s of most of the sounds in my all-time favourite arcade game. The website is &lt;a href=&quot;http://downloads.khinsider.com/game-soundtracks/album/super-mario-bros.-1-3-anthology&quot; target=_blank&gt;KHInsider&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Thanks KHInsider and Google :-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/09/super-mario-bros-anthology.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-4860253652679056402</guid><pubDate>Fri, 31 Aug 2007 06:27:00 +0000</pubDate><atom:updated>2007-08-31T12:04:03.448+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Comic Strip</category><category domain="http://www.blogger.com/atom/ns#">Entertainment</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><title>Truth about &#39;commitment&#39;</title><description>&lt;a href=&quot;http://imgs.xkcd.com/comics/commitment.png&quot;&gt;&lt;img src=&quot;http://imgs.xkcd.com/comics/commitment.png&quot; title=&quot;Could be worse. The last guy in that situation fell for one of the transient trumpeting angels.&quot; alt=&quot;Could be worse. The last guy in that situation fell for one of the transient trumpeting angels.&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;No comic strip has ever been this close to describing me! ;-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/truth-about-commitment.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-7530247397284603839</guid><pubDate>Wed, 22 Aug 2007 08:53:00 +0000</pubDate><atom:updated>2007-08-22T14:33:06.293+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Entertainment</category><category domain="http://www.blogger.com/atom/ns#">Flash</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><category domain="http://www.blogger.com/atom/ns#">KFC</category><category domain="http://www.blogger.com/atom/ns#">Mario</category><category domain="http://www.blogger.com/atom/ns#">Pamela Anderson</category><category domain="http://www.blogger.com/atom/ns#">PETA</category><category domain="http://www.blogger.com/atom/ns#">Video Games</category><title>Video Game: PETA against KFC</title><description>Here&#39;s a nice game &#39;inspired&#39; by my all-time favourite: &lt;a href=&quot;http://en.wikipedia.org/wiki/Super_Mario_Bros.&quot;&gt;Super Mario Bros.&lt;/a&gt; from &lt;a href=&quot;http://en.wikipedia.org/wiki/Nintendo&quot;&gt;Nintendo&lt;/a&gt;:&lt;br /&gt;&lt;a href=&#39;http://www.kentuckyfriedcruelty.com/superchicksisters/index.asp?c=kfcbanscs&#39;&gt;&lt;img src=&quot;http://www.kentuckyfriedcruelty.com/superchicksisters/images/super_chick_sisters_banKFC.gif&quot; width=&quot;483&quot; height=&quot;167&quot; alt=&quot;Play Super Chick Sisters!&quot; style=&#39;border:1px solid #60ace6;&#39; /&gt;&lt;/a&gt;&lt;br /&gt;Source: [&lt;a href=&quot;http://www.thethinkingblog.com/2007/08/cruelty-free-online-game-from-peta.html&quot;&gt;The Thinking Blog&lt;/a&gt;]&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/peta-against-kfc.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-2082681136900406455</guid><pubDate>Wed, 22 Aug 2007 08:29:00 +0000</pubDate><atom:updated>2007-08-22T14:10:19.875+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><category domain="http://www.blogger.com/atom/ns#">Thought</category><category domain="http://www.blogger.com/atom/ns#">TOTD</category><title>Thought of the day: #4</title><description>Read it on the Graffitti that appeared in the Delhi Times section of &lt;a href=&quot;http://epaperdaily.timesofindia.com&quot;&gt;The Times of India&lt;/a&gt; (20 August, 2007):&lt;br /&gt;&lt;blockquote&gt;A bore helps you appreciate the brighter side of solitude&lt;/blockquote&gt;&lt;br /&gt;;-)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/thought-of-day-4.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-5503164853158611099</guid><pubDate>Tue, 21 Aug 2007 12:23:00 +0000</pubDate><atom:updated>2007-08-21T17:57:32.223+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Love</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><category domain="http://www.blogger.com/atom/ns#">Thought</category><category domain="http://www.blogger.com/atom/ns#">TOTD</category><title>Thought of the day: #3</title><description>Found on the inside of another chocolate&#39;s cover:&lt;blockquote&gt;Dare to love completely!&lt;/blockquote&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/thought-of-day-3.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-1403308261145979343</guid><pubDate>Fri, 17 Aug 2007 04:07:00 +0000</pubDate><atom:updated>2007-08-17T09:41:53.853+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Love</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><category domain="http://www.blogger.com/atom/ns#">Thought</category><category domain="http://www.blogger.com/atom/ns#">TOTD</category><title>Thought of the day: #2</title><description>Found it on the inside of a chocolate wrapper:&lt;blockquote&gt;There&#39;s no excuse not to dream.&lt;/blockquote&gt;I have one too, and my quest is on (Ref: TOTD#1)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/thought-of-day-2.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-8454824455124077971</guid><pubDate>Mon, 13 Aug 2007 11:20:00 +0000</pubDate><atom:updated>2007-08-17T09:41:31.236+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Love</category><category domain="http://www.blogger.com/atom/ns#">Quotes</category><category domain="http://www.blogger.com/atom/ns#">Thought</category><category domain="http://www.blogger.com/atom/ns#">TOTD</category><title>Thought of the day: #1</title><description>Pardon me if you find this (or another quote that means something similar) elsewhere, but I don&#39;t remember reading it anywhere and therefore, I consider it a result of my own thought process:&lt;br /&gt;&lt;blockquote&gt;If you truly love someone, then that individual is worth sacrificing and risking everything you&#39;ve got because once you win that person over, you really have got everything.&lt;/blockquote&gt;&lt;br /&gt;Feel free to remember &#39;Yours Truly&#39; if you use this quote anytime anywhere.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/thought-of-day-1.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-4216749498997768128</guid><pubDate>Thu, 09 Aug 2007 09:27:00 +0000</pubDate><atom:updated>2007-08-13T15:24:45.554+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">command</category><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">Old Linux Newbie</category><category domain="http://www.blogger.com/atom/ns#">screen</category><title>For Linux Lovers</title><description>&lt;a href=&quot;http://old-linux-newbie.blogspot.com/&quot;&gt;Old Linux Newbie&lt;/a&gt; is one of the few blogs where I contribute, and I love this one dearly.&lt;br /&gt;Anyway the &lt;a href=&quot;http://old-linux-newbie.blogspot.com/2007/08/screen-power-of-windowing-in-xterm.html&quot;&gt;last post&lt;/a&gt; there is about &lt;i&gt;screen&lt;/i&gt; which has really excited me and I am sure you&#39;ll also find it highly useful. Let me know what you think.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/08/for-linux-lovers.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-5465443362154883181</guid><pubDate>Mon, 26 Mar 2007 12:17:00 +0000</pubDate><atom:updated>2007-03-26T20:04:35.245+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Programming</category><category domain="http://www.blogger.com/atom/ns#">Tips</category><title>Howto: Be a Programmer</title><description>&lt;a href=&quot;http://samizdat.mines.edu/howto/HowToBeAProgrammer.html&quot;&gt;How to be a Programmer: A Short, Comprehensive, and Personal Summary&lt;/a&gt; - Robert L Read&lt;br /&gt;&lt;br /&gt;A nice and not-too-long article! I specially liked the &quot;time estimation&quot; part, which guides you how to make the estimates logically and to never make pessimistic estimations. Must read, I would say.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/03/howto-be-programmer.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13185435.post-693672629725674132</guid><pubDate>Tue, 20 Mar 2007 06:43:00 +0000</pubDate><atom:updated>2007-03-20T12:17:36.380+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">_ALL_</category><category domain="http://www.blogger.com/atom/ns#">Forwards</category><category domain="http://www.blogger.com/atom/ns#">Humour</category><category domain="http://www.blogger.com/atom/ns#">SPAM</category><title>Spam, Spam and more Spam...</title><description>&lt;blockquote&gt;HEY ITS DIANNA, FROM THE DIRECTOR OF ORKUT, EVERYBODY SORRY FOR THE INTERRUPTION BUT ORKUT IS CLOSING THE SYSTEM DOWN BECAUSE TOO MANY BOTTERS ARE TAKING UP ALL THE NAMES, WE ONLY HAVE 57 NAMES LEFT, IF YOU WOULD LIKE TO CLOSE YOUR ACCOUNT, DONT SEND THIS MESSAGE, IF YOU WANT TO KEEP YOUR ACCOUNT, SEND THIS MESSAGE TO EVERYONE ON YOUR LIST. THIS IS NOT A JOKE, YOU&#39;LL BE SORRY IF YOU DONT SEND IT. THANKS DIRECTOR OF ORKUT, TIM BUISKI. WHOEVER DOESNT SEND THIS MESSAGE, YOUR ACCOUNT WILL BE DEACTIVATED AND IT WILL COST YOU $ 10.00 A MONTH TO USE IT.&lt;/blockquote&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;center&gt;&lt;a href=&#39;http://www.stumbleupon.com/submit?url=&lt;$BlogItemPermalinkUrl$&gt;&amp;title=&lt;$BlogItemTitle$&gt;&#39;&gt;&lt;img border=0 src=&quot;http://www.stumbleupon.com/images/stumbleit.gif&quot; alt=&quot;Stumble Upon Toolbar&quot;&gt;&lt;/a&gt;&lt;/center&gt;

&lt;!-- Google AdSense --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7804859152301174&quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &quot;468x60_as_rimg&quot;;
google_cpa_choice = &quot;CAAQ58WdzgEaCFLK1ovSD_DNKNvD93M&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</description><link>http://afterallwhocares.blogspot.com/2007/03/spam-spam-and-more-spam.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>