<?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/" ><channel><title>Kannan&#039;s Jumbled Thoughts&#187; Kannan&#8217;s Jumbled Thoughts</title> <atom:link href="http://kannan.jumbledthoughts.com/index.php/tag/computers/feed/" rel="self" type="application/rss+xml" /><link>http://kannan.jumbledthoughts.com</link> <description>Technology, Books, Chess, Movies and more</description> <lastBuildDate>Sat, 24 Jul 2010 19:37:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>How to get logged-in username in Hudson?</title><link>http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/</link> <comments>http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/#comments</comments> <pubDate>Wed, 03 Mar 2010 12:37:04 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Projects]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[Hudson]]></category> <category><![CDATA[Office]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[Software. Plugin]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/?p=248</guid> <description><![CDATA[Quick background Have you ever thought your manager keeps shelling out more on your plate other than the officially tracked tasks? Do not feel bad. You are not alone My manager recently asked me to clean up the build server we use for our project. To put simply, it was a mess. I ended up [...]]]></description> <content:encoded><![CDATA[<p><strong>Quick background</strong></p><p>Have you ever thought your manager keeps shelling out more on your plate other than the officially tracked tasks? Do not feel bad. You are not alone <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="How to get logged in username in Hudson? (Jumbled Thoughts)" /></p><p>My manager recently asked me to clean up the build server we use for our project. To put simply, it was a mess. I ended up deciding to start from scratch. Looking around, we quickly zoomed in on <a rel="nofollow" target="_blank" href="http://hudson-ci.org/" target="_blank">Hudson</a>. A great build/CI server. Met literally all my requirements (one of which is extensibility – with the source for Hudson available as open source, we could not have asked for more!).</p><p>After many Hudson code changes and UI customizations, we now have a great CI server up and running. One of the code changes I did is to a plugin called <a rel="nofollow" target="_blank" href="http://wiki.hudson-ci.org/display/HUDSON/Email-ext+plugin" target="_blank">email-ext</a>. This enables customizing many aspects of e-mail notification that gets triggered. Unfortunately the stock plugin missed one important thing (at least to us!) – no way to get the user name who triggered the build.</p><p>I added a new variable called <strong>BUILD_USER </strong>to email-ext. When used in the email-ext mail template, this will get replaced by the user who triggered the build. Our server is plugged in to our corporate active directory and this plugin will pick up the logged in user name.</p><p>You will find the source code and binaries down below. Note that this is based off 1.3.4.2 Hudson code and is running in our snapshot very well. YMMV and do enough testing before putting in production. Do send me any bugfixes you make, I will make them available for download.</p><p><strong>How to use this? </strong></p><p>Copy the HPI file to your Hudson web apps folder. Restart Hudson. Go to <em><strong>&lt;your job&gt;</strong></em> <strong><em>=&gt;</em></strong> <strong><em>Configure</em></strong>. Scroll down to “<strong><em>Editable EMail Notifications</em></strong>” section. Click on “<strong><em>content reference</em></strong>” help to make sure <strong>BUILD_USER</strong> is showing.</p><p>See the highlighted text shown below.</p><p style="text-align: center;"><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2010/03/Screenshot-3_3_2010-5_23_58-PM.png"><img class="size-medium wp-image-256 aligncenter" title="E-Mail EXT config screen" src="http://kannan.jumbledthoughts.com/wp-content/upload/2010/03/Screenshot-3_3_2010-5_23_58-PM-300x225.png" alt="Screenshot 3 3 2010 5 23 58 PM 300x225 How to get logged in username in Hudson? image" width="300" height="225" /></a></p><p>Any instances of BUILD_USER will be replaced by the current logged in user. In case of timer activated builds BUILD_USER will show “timer”. In case the build trigger reasons cannot be found out, BUILD_USER will be replaced with “&lt;unknown&gt;”.</p><p><span id="more-248"></span><br /> <strong>Attachments</strong></p> <a class="downloadlink" href="http://kannan.jumbledthoughts.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version1.3.4.2-modified downloaded 104 times" >Updated email-ext plugin (104)</a><br /> <a class="downloadlink" href="http://kannan.jumbledthoughts.com/wp-content/plugins/download-monitor/download.php?id=2" title="Version1.3.4.2-modified downloaded 98 times" >Source for updated-email-ext (98)</a><p>Note that the above is modified from 1.3.4.2 source and is tested only with our 1.3.4.2 modified Hudson source.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/thamizmanam-plugin/" rel="bookmark" class="crp_title">WordPress plugin for Thamizmanam toolbar</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/winsag-windows-gui-for-simian-other-tools/" rel="bookmark" class="crp_title">WinSAG: Windows GUI for Simian (&amp; other tools)</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/" rel="bookmark" class="crp_title">HowTo: Enable Aero mode in Windows server 2008 R2</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/visual-studio-2010-ultimate-first-impression/" rel="bookmark" class="crp_title">Visual Studio 2010 Ultimate &ndash; First Impression</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/" rel="bookmark" class="crp_title">Coolcode.cn (WordPress plugin) site down!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=How+to+get+logged-in+username+in+Hudson%3F+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F&amp;desc=Quick%20background%0D%0A%0D%0AHave%20you%20ever%20thought%20your%20manager%20keeps%20shelling%20out%20more%20on%20your%20plate%20other%20than%20the%20officially%20tracked%20tasks%3F%20Do%20not%20feel%20bad.%20You%20are%20not%20alone%20%3A%29%0D%0A%0D%0AMy%20manager%20recently%20asked%20me%20to%20clean%20up%20the%20build%20server%20we%20use%20for%20our%20project.%20To%20put%20simply%2C%20it%20was%20a%20mess.%20I%20ended%20up%20de" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;bm_description=How+to+get+logged-in+username+in+Hudson%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&amp;title=How+to+get+logged-in+username+in+Hudson%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-248-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/&quot;&gt;How to get logged-in username in Hudson?&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>HowTo: Enable Aero mode in Windows server 2008 R2</title><link>http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/</link> <comments>http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/#comments</comments> <pubDate>Wed, 17 Feb 2010 11:33:50 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/?p=242</guid> <description><![CDATA[I recently was setting up a build server and chose Windows Server 2008 R2 to be the OS. Since I was also looking for something like a centralized deployment server for my development team to quickly reflash their testbeds, I was very h appy to see the 2008 R2 server&#8217;s &#8220;Deployment server&#8221; role&#8230;but, wait, this [...]]]></description> <content:encoded><![CDATA[<p><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2010/02/Aero-WindowsServer2008R2.png"><img class="alignleft size-medium wp-image-245" title="Aero-WindowsServer2008R2" src="http://kannan.jumbledthoughts.com/wp-content/upload/2010/02/Aero-WindowsServer2008R2-300x168.png" alt="Aero WindowsServer2008R2 300x168 HowTo: Enable Aero mode in Windows server 2008 R2 image" width="300" height="168" /></a>I recently was setting up a build server and chose Windows Server 2008 R2 to be the OS. Since I was also looking for something like a centralized deployment server for my development team to quickly reflash their testbeds, I was very h appy to see the 2008 R2 server&#8217;s &#8220;Deployment server&#8221; role&#8230;but, wait, this is a big saga and is for another post. This one is all about &#8220;Aero&#8221;!</p><p>After installation, I noticed my Windows server 2008 R2 booted in &#8220;Windows classic&#8221; mode. This was an eye sore, to say the least, after having used Windows 7&#8242;s themes. My machine has GeForce 9500GS along with the proper x64 driver. So I know it is capable of doing Aero. But, Windows &#8220;Personalization&#8221; option was not allowing me to select any Aero theme.</p><p>Quick googling showed me that I was not the first person trying to solve this &#8211; Here&#8217;s the link I used &amp; found very helpful &#8211; <a rel="nofollow" target="_blank" href="http://software.intel.com/en-us/blogs/2009/01/09/windows-server-2008-r2-beta-aero-enabled-workstation/" target="_blank">http://software.intel.com/en-us/blogs/2009/01/09/windows-server-2008-r2-beta-aero-enabled-workstation/</a>. Though I had &#8220;Desktop experience&#8221; feature installed, my &#8220;Themes&#8221; service was not enabled.</p><p>I set it to &#8220;Automatic&#8221; and started the service. But, still Windows was not allowing me to set the Aero theme. If you are facing the same issue, remember to reboot at this point &#8212; that is after enabling the &#8220;Themes&#8221; service, do reboot once. Once logged in again, you will be able to switch to Aero!</p><p>BTW, its been close to 2 years now since I posted here &#8212; was heads down on a project all the time <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="HowTo: Enable Aero mode in Windows server 2008 R2 (Jumbled Thoughts)" /> . We did a Wireless Display solution that recently hit the market. Will post more on it soon.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-live-writer-problems-with-wordpress-how-to-fix/" rel="bookmark" class="crp_title">Windows Live Writer problems with WordPress &#8211; How To fix?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/visual-studio-2010-ultimate-first-impression/" rel="bookmark" class="crp_title">Visual Studio 2010 Ultimate &ndash; First Impression</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-setup-a-windbg-connection-to-vmware-workstation-7-target/" rel="bookmark" class="crp_title">HowTo: Setup a WinDBG connection to VMWare Workstation 7 target</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/moving-from-windows-to-linux-hosting-plan-good-or-evil/" rel="bookmark" class="crp_title">Moving from Windows to Linux hosting plan &#8211; Good or Evil?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/" rel="bookmark" class="crp_title">How to get logged-in username in Hudson?</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2&amp;desc=I%20recently%20was%20setting%20up%20a%20build%20server%20and%20chose%20Windows%20Server%202008%20R2%20to%20be%20the%20OS.%20Since%20I%20was%20also%20looking%20for%20something%20like%20a%20centralized%20deployment%20server%20for%20my%20development%20team%20to%20quickly%20reflash%20their%20testbeds%2C%20I%20was%20very%20h%20appy%20to%20see%20the%202008%20R2%20server%27s%20%22Deployment%20server%22%20role...but%2C" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;bm_description=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&amp;title=HowTo%3A+Enable+Aero+mode+in+Windows+server+2008+R2" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-242-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/&quot;&gt;HowTo: Enable Aero mode in Windows server 2008 R2&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/howto-enable-aero-mode-in-windows-server-2008-r2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Oh no, Demonoid is down again!!</title><link>http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/</link> <comments>http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/#comments</comments> <pubDate>Mon, 12 Nov 2007 06:10:36 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[dumb]]></category> <category><![CDATA[P2P]]></category> <category><![CDATA[Piracy]]></category> <category><![CDATA[Torrent]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/</guid> <description><![CDATA[Demonoid, one of my favorite trackers, is down again. I was not running my torrent client last week, as it was used for doing &#8220;important&#8221; things like playing &#8220;Super bounce out&#8221; and &#8220;Half-life&#8221; by my relatives. I saw the &#8220;CRIA blocked us&#8221; message in Demonoid.com only this morning, a bad start to the week, I&#8217;d [...]]]></description> <content:encoded><![CDATA[<p><img src="http://kannan.jumbledthoughts.com/wp-content/upload/2007/11/demonoid.jpg" alt="Demonoid" title="Oh no, Demonoid is down again!!  (Jumbled Thoughts)" /></p><p><a rel="nofollow" target="_blank" href="http://www.demonoid.com" title="Demonoid" target="_blank">Demonoid</a>, one of my favorite trackers, is down again. <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="Oh no, Demonoid is down again!!  (Jumbled Thoughts)" /> I was not running my torrent client last week, as it was used for doing &#8220;important&#8221; things like playing &#8220;<em>Super bounce out</em>&#8221; and &#8220;<em>Half-life</em>&#8221; by my relatives. I saw the &#8220;<em>CRIA blocked us</em>&#8221; message in Demonoid.com only this morning, a bad start to the week, I&#8217;d say!!</p><p>Demonoid.com lately has been giving lots of problems &#8211; site won&#8217;t load, blank pages, torrent files won&#8217;t download &#8211; all these irritating stuff, and now the site itself has &#8220;officially&#8221; gone down. Luckily the trackers are up, so your current downloads won&#8217;t be affected. Lets pray Demonoid finds a nice home in some country where people have other jobs than shutting down the torrent sites. How about Sweden? <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Oh no, Demonoid is down again!!  (Jumbled Thoughts)" /></p><p>Talking of Sweden, I read <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Prince_%28musician%29" title="Prince" target="_blank">Prince</a> is trying to curb <a rel="nofollow" target="_blank" href="http://thepiratebay.org/" title="Pirate bay" target="_blank">Piratebay</a> with the help of <a rel="nofollow" target="_blank" href="http://www.websheriff.com/websheriff/" title=":)" target="_blank">Web Sheriff</a>. What a joke! Read this &#8220;<a rel="nofollow" target="_blank" href="http://www.zenofeller.com/websheriff.php" title="John who?" target="_blank">fan article</a>&#8221; to understand why Websheriff is such an interesting personality.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/yahoo-demonoid-tracker-is-up-again/" rel="bookmark" class="crp_title">Yahoo!!! Demonoid tracker is up again&#8230;</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/another-mp3-search-engine-tagoo/" rel="bookmark" class="crp_title">Another MP3 search engine &#8211; Tagoo!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/p2p-software/" rel="bookmark" class="crp_title">P2P software</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-live-writer-problems-with-wordpress-how-to-fix/" rel="bookmark" class="crp_title">Windows Live Writer problems with WordPress &#8211; How To fix?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/crazy-online-sites-einstein/" rel="bookmark" class="crp_title">Crazy online sites &#038; Einstein!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Oh+no%2C+Demonoid+is+down+again%21%21++-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+&amp;desc=%0D%0A%0D%0ADemonoid%2C%20one%20of%20my%20favorite%20trackers%2C%20is%20down%20again.%20%3A%28%20I%20was%20not%20running%20my%20torrent%20client%20last%20week%2C%20as%20it%20was%20used%20for%20doing%20%22important%22%20things%20like%20playing%20%22Super%20bounce%20out%22%20and%20%22Half-life%22%20by%20my%20relatives.%20I%20saw%20the%20%22CRIA%20blocked%20us%22%20message%20in%20Demonoid.com%20only%20this%20morning%2C%20a%20bad%20start%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;bm_description=Oh+no%2C+Demonoid+is+down+again%21%21+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&amp;title=Oh+no%2C+Demonoid+is+down+again%21%21+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-156-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/&quot;&gt;Oh no, Demonoid is down again!!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Cleaning up your Hard disk</title><link>http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/</link> <comments>http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/#comments</comments> <pubDate>Tue, 03 Apr 2007 08:28:59 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/</guid> <description><![CDATA[Yesterday I took some time off to clean my office systems &#8211; a Dual Xeon desktop and a T41p laptop. The effort would have cost me at least 2 days, if not for the following tools! CCleaner &#8211; The best utility for cleaning up the temporary files, IE/Mozilla/Opera cache and lots of other junk. This [...]]]></description> <content:encoded><![CDATA[<p>Yesterday I took some time off to clean my office systems &#8211; a Dual Xeon desktop and a T41p laptop. The effort would have cost me at least 2 days, if not for the following tools!</p><table id="table1" border="0" cellpadding="0" width="100%"><tr><td><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/ccleaner.png" target="_blank" title="CCleaner"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/ccleaner.thumbnail.png" alt="CCleaner" border="0" title="Cleaning up your Hard disk (Jumbled Thoughts)" /></a></td><td><a rel="nofollow" target="_blank" href="http://www.ccleaner.com" title="CCleaner" target="_blank"></a><strong><a rel="nofollow" target="_blank" href="http://www.ccleaner.com" title="CCleaner" target="_blank">CCleaner</a></strong> &#8211; The best utility for cleaning up the temporary files, IE/Mozilla/Opera cache and lots of other junk. This used to be called Crap Cleaner, If I remember right <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="Cleaning up your Hard disk (Jumbled Thoughts)" /></td></tr><tr><td><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/windirstat_main.png" target="_blank" title="WindirStat Main Window"><br /> <img src="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/windirstat_main.thumbnail.png" alt="WindirStat Main Window" border="0" title="Cleaning up your Hard disk (Jumbled Thoughts)" /></a></td><td rowspan="2"><a rel="nofollow" target="_blank" href="http://windirstat.sourceforge.net/" title="Windirstat" target="_blank"></a> <strong><a rel="nofollow" target="_blank" href="http://windirstat.sourceforge.net/" title="Windirstat" target="_blank">WindirStat</a></strong> &#8211; This tool allows you to visualize the file groups in your disk. There are umpteen number of tools out there that can do this, but I like the simplicity and effectiveness of this. Also, it runs off the shelf (no installation, I love it). Another thing I love about this small utility is its progress bars, it shows a pacman like character going from one end to the other, which is kinda cute! Check the images, click to enlarge.</td></tr><tr><td><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/windirstat.png" title="Windirstat - Progress bar" target="_blank"><br /> <img src="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/windirstat.thumbnail.png" alt="Windirstat - Progress bar" border="0" title="Cleaning up your Hard disk (Jumbled Thoughts)" /></a></td></tr><tr><td><a href="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/dupfilefinder.png" target="_blank" title="Duplicate File Finder"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/2007/04/dupfilefinder.thumbnail.png" alt="Duplicate File Finder" border="0" title="Cleaning up your Hard disk (Jumbled Thoughts)" /></a></td><td><strong><a rel="nofollow" target="_blank" href="http://feeds.pcworld.com/~r/pcworld/downloads/weekly/~3/95180754/description.html" title="Duplicate File Finder" target="_blank">Duplicate File Finder</a></strong> &#8211; However organized you may be, you will be amazed to see what this tool digs out. It can apply CRC32 or MD5 on the files in your hard disk to find out the same content in multiple files. It takes its own sweet time to run, but very effective and highly recommended. An analysis on C:\ (120GB) is still running, almost 45mins now.</td></tr></table><p>Let me know if you use some other tool not listed here.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/thamizmanam-plugin/" rel="bookmark" class="crp_title">WordPress plugin for Thamizmanam toolbar</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/testing-windows-live-writer-2008/" rel="bookmark" class="crp_title">Testing Windows Live Writer 2008</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/winsag-windows-gui-for-simian-other-tools/" rel="bookmark" class="crp_title">WinSAG: Windows GUI for Simian (&amp; other tools)</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/find-your-celebrity-look-alike/" rel="bookmark" class="crp_title">Myheritage.com: Find your celeb look alike!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/limousines-in-india/" rel="bookmark" class="crp_title">Limousines in India?</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Cleaning+up+your+Hard+disk+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk&amp;desc=Yesterday%20I%20took%20some%20time%20off%20to%20clean%20my%20office%20systems%20-%20a%20Dual%20Xeon%20desktop%20and%20a%20T41p%20laptop.%20The%20effort%20would%20have%20cost%20me%20at%20least%202%20days%2C%20if%20not%20for%20the%20following%20tools%21%0D%0A%0D%0A%0D%0A%0D%0ACCleaner%20-%20The%20best%20utility%20for%20cleaning%20up%20the%20temporary%20files%2C%20IE%2FMozilla%2FOpera%20cache%20and%20lots%20of%20other%20junk.%20Thi" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;bm_description=Cleaning+up+your+Hard+disk&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&amp;title=Cleaning+up+your+Hard+disk" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-100-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/&quot;&gt;Cleaning up your Hard disk&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/cleaning-up-your-hard-disk/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My first cartoon &#8211; Performance appraisal</title><link>http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/</link> <comments>http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/#comments</comments> <pubDate>Thu, 29 Mar 2007 11:52:29 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Office]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[cartoon]]></category> <category><![CDATA[crazy-ideas]]></category> <category><![CDATA[dilbert]]></category> <category><![CDATA[dumb]]></category> <category><![CDATA[story_telling]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/</guid> <description><![CDATA[I stumbled upon this interesting site today. It allows you to unleash (?!) your creativity by creating simple drag/drop operations. Above is my first cartoon, which is inspired by the happenings in my company Do let me know what you think! Related Posts:Management GibberishPerformance appraisals &#8211; Should they be so complex?Myheritage.com: Find your celeb look [...]]]></description> <content:encoded><![CDATA[<p><a href="http://kannan.jumbledthoughts.com/wp-content/upload/performance_appraisal_cartoon_big.jpg" target="_blank" title="Click to enlarge"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/performance_appraisal_cartoon.jpg" alt="Performance appraisal" width="85%" title="My first cartoon   Performance appraisal (Jumbled Thoughts)" /></a></p><p>I stumbled upon <a rel="nofollow" target="_blank" href="http://www.toondoo.com" title="Toondoo.com" target="_blank">this interesting site</a> today. It allows you to unleash (?!) your creativity by creating simple drag/drop operations. Above is my first cartoon, which is inspired by the happenings in my company <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="My first cartoon   Performance appraisal (Jumbled Thoughts)" /> Do let me know what you think!</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/management-gibberish/" rel="bookmark" class="crp_title">Management Gibberish</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/performance-appraisals-should-they-be-so-complex/" rel="bookmark" class="crp_title">Performance appraisals &#8211; Should they be so complex?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/find-your-celebrity-look-alike/" rel="bookmark" class="crp_title">Myheritage.com: Find your celeb look alike!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/bangalore-kempkids-be-careful-of-the-dogs/" rel="bookmark" class="crp_title">Bangalore KempKids &#8211; Be careful of the dogs</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/indian-shopping-sites-need-to-improve-a-lot/" rel="bookmark" class="crp_title">Indian shopping sites &#8211; Need to improve a lot!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=My+first+cartoon+-+Performance+appraisal+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal&amp;desc=%0D%0A%0D%0AI%20stumbled%20upon%20this%20interesting%20site%20today.%20It%20allows%20you%20to%20unleash%20%28%3F%21%29%20your%20creativity%20by%20creating%20simple%20drag%2Fdrop%20operations.%20Above%20is%20my%20first%20cartoon%2C%20which%20is%20inspired%20by%20the%20happenings%20in%20my%20company%20%3A-%29%20Do%20let%20me%20know%20what%20you%20think%21" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;bm_description=My+first+cartoon+-+Performance+appraisal&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&amp;title=My+first+cartoon+-+Performance+appraisal" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-95-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/&quot;&gt;My first cartoon &#8211; Performance appraisal&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/performance-appraisal-cartoon/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Firefox memory leak fix &#8211; How To?</title><link>http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/</link> <comments>http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/#comments</comments> <pubDate>Fri, 16 Mar 2007 11:30:12 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[error-message]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[popups]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/</guid> <description><![CDATA[When I keep Firefox open for more than 2 hours, my system, a dual xeon with 2GB fast DDR, became extremely slow. I have the latest 2.0.0.2 version. A quick googling turned up many results on &#8220;Firefox leaking memory&#8221;, but nothing solved my problem. I tried EngTech&#8217;s solution &#38; couple of other solutions. More tinkering [...]]]></description> <content:encoded><![CDATA[<p>When I keep Firefox open for more than 2 hours, my system, a dual xeon with 2GB fast DDR, became extremely slow. I have the latest 2.0.0.2 version. A quick googling turned up many results on &#8220;Firefox leaking memory&#8221;, but nothing solved my problem. I tried <a rel="nofollow" target="_blank" href="http://engtech.wordpress.com/2006/12/02/how-to-fix-the-firefox-memory-leak-firefox-hack/" title="Engtech" target="_blank">EngTech&#8217;s solution</a> &amp; couple of other solutions. More tinkering around <a rel="nofollow" target="_blank" href="http://kb.mozillazine.org/Problematic_extensions" title="Problematic extensions" target="_blank">pointed me out to a plugin</a>, which was the cause &#8211; <a rel="nofollow" target="_blank" href="https://addons.mozilla.org/firefox/1865/" title="Adblock plus" target="_blank">Ad block plus</a>! Removing it solved the problem, but now I need to find a replacement plugin.</p><blockquote><p> If your Firefox is eating up memory, I suggest, start rootcausing by uninstalling the addons one by one. This&#8217;d atleast get rid of the addons from the problem space.</p></blockquote><p>Below you can see the firefox memory consumption with and with out Adblock plus. Click the image to enlarge. <span id="more-87"></span></p><p><strong><u>Before:</u></strong></p><p><a href="http://kannan.jumbledthoughts.com/wp-content/upload/firefox_with_adblockplus_1.png" target="_blank"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/firefox_with_adblockplus_1.png" alt="Memory hog" height="485" width="415" title="Firefox memory leak fix   How To? (Jumbled Thoughts)" /></a></p><p><strong><u>After:</u></strong></p><p><a href="http://kannan.jumbledthoughts.com/wp-content/upload/firefox_without_adblockplus.png" target="_blank"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/firefox_without_adblockplus.png" alt="Good. Thats more normal!" height="485" width="415" title="Firefox memory leak fix   How To? (Jumbled Thoughts)" /></a></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/garry-kasparov-my-first-firefox-persona/" rel="bookmark" class="crp_title">Garry Kasparov: My first Firefox persona</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-live-writer-problems-with-wordpress-how-to-fix/" rel="bookmark" class="crp_title">Windows Live Writer problems with WordPress &#8211; How To fix?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/thamizmanam-plugin/" rel="bookmark" class="crp_title">WordPress plugin for Thamizmanam toolbar</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-fix-the-response-to-the-metaweblognewmediaobject-method-received-from-the-weblog-server-was-invalid/" rel="bookmark" class="crp_title">HowTo: Fix &quot;The response to the metaWeblog.newMediaObject method received from the weblog server was invalid&quot;</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/" rel="bookmark" class="crp_title">Coolcode.cn (WordPress plugin) site down!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Firefox+memory+leak+fix+-+How+To%3F+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F&amp;desc=When%20I%20keep%20Firefox%20open%20for%20more%20than%202%20hours%2C%20my%20system%2C%20a%20dual%20xeon%20with%202GB%20fast%20DDR%2C%20became%20extremely%20slow.%20I%20have%20the%20latest%202.0.0.2%20version.%20A%20quick%20googling%20turned%20up%20many%20results%20on%20%22Firefox%20leaking%20memory%22%2C%20but%20nothing%20solved%20my%20problem.%20I%20tried%20EngTech%27s%20solution%20%26amp%3B%20couple%20of%20other%20sol" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;bm_description=Firefox+memory+leak+fix+-+How+To%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&amp;title=Firefox+memory+leak+fix+-+How+To%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-87-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/&quot;&gt;Firefox memory leak fix &#8211; How To?&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/firefox-memory-leak-fix-howto/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Coolcode.cn (WordPress plugin) site down!</title><link>http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/</link> <comments>http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/#comments</comments> <pubDate>Fri, 16 Mar 2007 07:48:03 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[blogs]]></category> <category><![CDATA[coolplayer]]></category> <category><![CDATA[Custom-hosted-Wordpress]]></category> <category><![CDATA[error-message]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[XMLRPC]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/</guid> <description><![CDATA[Today morning I was surprised to see a couple of mails complaining that the videos I posted earlier here and here are not working! I checked them last night (ok&#8230;at 1am..technically it is today morning!) and they were fine. I use the excellent coolplayer 9.3 plugin in my WordPress blog. I logged in to my [...]]]></description> <content:encoded><![CDATA[<p>Today morning I was surprised to see a couple of mails complaining that the videos I posted earlier <a rel="nofollow" target="_blank" href="http://kannan.jumbledthoughts.com/index.php/why-people-hate-ps3/" title="Why people hate PS3">here</a> and <a href="http://kannan.jumbledthoughts.com/index.php/movies-in-google-videos/" title="Movies in Google videos">here</a> are not working! I checked them last night (ok&#8230;at 1am..technically it is today morning!) and they were fine. I use the excellent <a href="http://www.coolcode.cn/andot/wp-plugins/wordpress-plugin-coolplayer/100" title="Coolplayer" target="_blank">coolplayer 9.3</a> plugin in my WordPress blog. I logged in to my account and checked the coolplayer options. They looked fine, anyway I didn&#8217;t change any of these things and they were working fine yesterday. So, what&#8217;s wrong?</p><p><a href="http://kannan.jumbledthoughts.com/wp-content/upload/Coolplayer_RPC_down.png" target="_new"><img src="http://kannan.jumbledthoughts.com/wp-content/upload/Coolplayer_RPC_down.thumbnail.png" class="inline_image_left" alt="Click to enlarge" title="Coolcode.cn (Wordpress plugin) site down! (Jumbled Thoughts)" /></a></p><p>Then, I noticed that the RPC server ping was not working. As you can see from the picture (click to enlarge, the <font color="#ff0000">RED</font> ones are the errors), the coolcode.cn is returning a <font color="#ff0000"><strong><a rel="nofollow" target="_blank" href="http://www.checkupdown.com/status/E503.html" title="Error 503" target="_blank">503</a></strong></font>. My page just gets blocked for 19-20seconds, trying to get the rpc.php in coolcode to work! The site is obviously down and has taken all my videos down with it, I wonder how many more sites are also affected by this!</p><p>Man, how I wish I had installed the RPC server in my machine <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' title="Coolcode.cn (Wordpress plugin) site down! (Jumbled Thoughts)" /> I couldn&#8217;t find a mirror with that zip anywhere. Till I setup my own RPC server, please do bear with the slow loading speed. Thanks.</p><blockquote><p><strong>Update (Mar 16,07 02:07pm IST)</strong>: Hooray&#8230;.the site is up and I have downloaded the needed zips <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Coolcode.cn (Wordpress plugin) site down! (Jumbled Thoughts)" /></p><p><strong>Update (Mar 16,07 03:00pm IST)</strong>: Ok, I have the RPC setup in my machine now. No more worries.</p></blockquote><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/thamizmanam-plugin/" rel="bookmark" class="crp_title">WordPress plugin for Thamizmanam toolbar</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-live-writer-problems-with-wordpress-how-to-fix/" rel="bookmark" class="crp_title">Windows Live Writer problems with WordPress &#8211; How To fix?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-fix-the-response-to-the-metaweblognewmediaobject-method-received-from-the-weblog-server-was-invalid/" rel="bookmark" class="crp_title">HowTo: Fix &quot;The response to the metaWeblog.newMediaObject method received from the weblog server was invalid&quot;</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/automatically-create-podcasts-from-your-posts-how-to/" rel="bookmark" class="crp_title">Automatically create Podcasts from your posts &#8211; How To?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-streaming-musicphotosvideos-to-wii/" rel="bookmark" class="crp_title">HowTo: Streaming music/photos/videos to Wii</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Coolcode.cn+%28Wordpress+plugin%29+site+down%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21&amp;desc=Today%20morning%20I%20was%20surprised%20to%20see%20a%20couple%20of%20mails%20complaining%20that%20the%20videos%20I%20posted%20earlier%20here%20and%20here%20are%20not%20working%21%20I%20checked%20them%20last%20night%20%28ok...at%201am..technically%20it%20is%20today%20morning%21%29%20and%20they%20were%20fine.%20I%20use%20the%20excellent%20coolplayer%209.3%20plugin%20in%20my%20Wordpress%20blog.%20I%20logged%20in" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;bm_description=Coolcode.cn+%28Wordpress+plugin%29+site+down%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&amp;title=Coolcode.cn+%28Wordpress+plugin%29+site+down%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-86-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/&quot;&gt;Coolcode.cn (WordPress plugin) site down!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/coolplayer-not-working-site-down/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HP Rw6828</title><link>http://kannan.jumbledthoughts.com/index.php/hp-rw6828/</link> <comments>http://kannan.jumbledthoughts.com/index.php/hp-rw6828/#comments</comments> <pubDate>Thu, 08 Jun 2006 05:52:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Personal]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[hp_rw6828]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2006/06/07/hp-rw6828/</guid> <description><![CDATA[I have always wanted to own one of those cute O2 XDA Atoms. I was holding back, because of the Atom&#8217;s notorious stability and the numerous bugs in the software bundle + motherboard. But, when I went to Malaysia recently, I decided to buy one anyhow, because the latest ROM update seemed to make Atom [...]]]></description> <content:encoded><![CDATA[<p>I have always wanted to own one of those cute O2 XDA Atoms. I was holding back, because of the Atom&#8217;s <a rel="nofollow" target="_blank" href="http://www.mtekk.com.au/Forums/tabid/56/forumid/17/tpage/1/view/Topic/postid/47460/Default.aspx">notorious stability and the numerous bugs</a> in the software bundle + motherboard. But, when I went to Malaysia recently, I decided to buy one anyhow, because the <a rel="nofollow" target="_blank" href="http://www.seeo2.com/user/XdaAtom/template/XdaAtom_NMROMUpgrade_May2006_WWE.vm">latest ROM update</a> seemed to make Atom more stable and also I could not stand my wife reminding me daily to get more organized!</p><p>I was staying in Penang. I checked out Bukit Jambul complex, did not find a decent enough deal or store. So, I went to Prangin mall in George town. The fourth floor, in the interior wing, is full of computers / electronics stores. Boy, did I have a great time there! I saw the Rw6828 there for the first time, though I have read online a lot about it. It was just released in APAC one week back, not anywhere else!</p><p>Basically, HP rw6828 is Quanta&#8217;s offering to O2 + HW/SW fixes + some cosmetic changes + more SW bundled + HP&#8217;s great aftersales service and customer support. The shop owner also offered me a 1GB miniSD + 1 leather pouch + 1 screen protector free. I went for it immediately <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="HP Rw6828 (Jumbled Thoughts)" /></p><p><a rel="nofollow" target="_blank" href="http://www.pocketpcaddict.com/forums/media/48075/rw6828.jpg"><img src="http://www.pocketpcaddict.com/forums/media/48075/rw6828.jpg" title="Rw6828" alt="Rw6828" style="margin: 0px auto 10px; display: block; width: 320px; text-align: center" border="0" width="320" /></a></p><p>I got this photo off <a rel="nofollow" target="_blank" href="http://www.pocketpcaddict.com/forums/front-page-content/15509-hp-ipaq-rw6828-out-wild.html">Pocket PC addict</a>. I will update this with my phone soon.</p><p>I also picked up a <a rel="nofollow" target="_blank" href="http://www.jabra.com/JabraCMS/NA/EN/MainMenu/Products/WirelessHeadsets/JabraBT800/JabraBT800.htm">Jabra BT-800</a> in Changi airport, on my way back home. Had no problem pairing this with rw6828. Works like a charm. The DSP for noise cancelling really works! There seems to be a firmware upgrade for this. I need to do it this weekend.</p><p>Some links:</p><p>- <a rel="nofollow" target="_blank" href="http://h18000.www1.hp.com/products/quickspecs/12430_div/12430_div.HTML">Rw6828 features</a><br /> - <a rel="nofollow" target="_blank" href="http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?&amp;lang=en&amp;cc=in&amp;prodTypeId=215348&amp;prodSeriesId=1839223&amp;lang=en&amp;cc=in">HP official page for RW6828</a></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/great-hp-service/" rel="bookmark" class="crp_title">Great HP Service!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/chess-forums/" rel="bookmark" class="crp_title">Chess Forums</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/warning-do-not-use-www35mbcom/" rel="bookmark" class="crp_title">[WARNING] Do not use www.35mb.com</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/testing-windows-live-writer-2008/" rel="bookmark" class="crp_title">Testing Windows Live Writer 2008</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/indian-shopping-sites-need-to-improve-a-lot/" rel="bookmark" class="crp_title">Indian shopping sites &#8211; Need to improve a lot!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=HP+Rw6828+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/hp-rw6828/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828&amp;desc=I%20have%20always%20wanted%20to%20own%20one%20of%20those%20cute%20O2%20XDA%20Atoms.%20I%20was%20holding%20back%2C%20because%20of%20the%20Atom%27s%20notorious%20stability%20and%20the%20numerous%20bugs%20in%20the%20software%20bundle%20%2B%20motherboard.%20But%2C%20when%20I%20went%20to%20Malaysia%20recently%2C%20I%20decided%20to%20buy%20one%20anyhow%2C%20because%20the%20latest%20ROM%20update%20seemed%20to%20make%20Atom%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;bm_description=HP+Rw6828&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&amp;title=HP+Rw6828" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/hp-rw6828/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-59-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/hp-rw6828/&quot;&gt;HP Rw6828&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/hp-rw6828/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Why no threads?</title><link>http://kannan.jumbledthoughts.com/index.php/why-no-threads/</link> <comments>http://kannan.jumbledthoughts.com/index.php/why-no-threads/#comments</comments> <pubDate>Sun, 05 Feb 2006 18:36:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[dual-core]]></category> <category><![CDATA[multi-threading]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2006/02/06/why-no-threads/</guid> <description><![CDATA[I have a Dual processor Xeon machine (HT enabled in both the processors) with 2GB of RAM. Windows XP effectively sees 4 execution pipelines. Yesterday I had to move some 10GB of data from this machine to my laptop. I decided to zip it up first and fired open Winzip 9.0. It was painfully slow! [...]]]></description> <content:encoded><![CDATA[<p>I have a Dual processor Xeon machine (HT enabled in both the processors) with 2GB of RAM. Windows XP effectively sees 4 execution pipelines. Yesterday I had to move some 10GB of data from this machine to my laptop. I decided to zip it up first and fired open Winzip 9.0. It was painfully slow!  I checked out the Winzip process using Sysinternals <a rel="nofollow" target="_blank" href="http://www.sysinternals.com/Utilities/ProcessExplorer.html">ProcExplorer</a> and was surprised to see Winzip doing things (compressing/reading/other operations) in ONE thread!<br /> <a rel="nofollow" target="_blank" href="http://photos1.blogger.com/blogger/1217/562/640/untitled.jpg"><img src="http://photos1.blogger.com/blogger/1217/562/320/untitled.jpg" style="margin: 0px 10px 10px 0px" border="0" title="Why no threads? (Jumbled Thoughts)" alt="untitled Why no threads? image" /></a></p><p><span id="more-58"></span><br /> <a rel="nofollow" target="_blank" href="http://photos1.blogger.com/blogger/1217/562/640/untitled1.0.jpg"><img src="http://photos1.blogger.com/blogger/1217/562/320/untitled1.0.jpg" border="0" title="Why no threads? (Jumbled Thoughts)" alt="untitled1.0 Why no threads? image" /></a></p><p>As you can see from the perfmon output, one of my processor was sitting idle, doing nothing! Why isn&#8217;t Winzip using any threads to speed up things?? I became curious and decided to check out WinRAR 3.40. It is not multithreaded either! Is there some reason why compression programs don&#8217;t make use of the available CPU power to speed up things??</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/workplace-redefined/" rel="bookmark" class="crp_title">Workplace redefined!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/my-dual-monitor-development-setup/" rel="bookmark" class="crp_title">My dual monitor development setup</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/got-engaged/" rel="bookmark" class="crp_title">Got engaged!!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/" rel="bookmark" class="crp_title">w.blogger or TonesNotes?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/problemsss/" rel="bookmark" class="crp_title">Problemsss!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Why+no+threads%3F+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/why-no-threads/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F&amp;desc=I%20have%20a%20Dual%20processor%20Xeon%20machine%20%28HT%20enabled%20in%20both%20the%20processors%29%20with%202GB%20of%20RAM.%20Windows%20XP%20effectively%20sees%204%20execution%20pipelines.%20Yesterday%20I%20had%20to%20move%20some%2010GB%20of%20data%20from%20this%20machine%20to%20my%20laptop.%20I%20decided%20to%20zip%20it%20up%20first%20and%20fired%20open%20Winzip%209.0.%20It%20was%20painfully%20slow%21%20%20I%20che" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;bm_description=Why+no+threads%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/why-no-threads/&amp;title=Why+no+threads%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/why-no-threads/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-58-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/why-no-threads/&quot;&gt;Why no threads?&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/why-no-threads/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Workplace redefined!</title><link>http://kannan.jumbledthoughts.com/index.php/workplace-redefined/</link> <comments>http://kannan.jumbledthoughts.com/index.php/workplace-redefined/#comments</comments> <pubDate>Sun, 29 Jan 2006 18:22:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Miscellaneous]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[cube]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[environment]]></category> <category><![CDATA[Office]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2006/01/29/workplace-redefined/</guid> <description><![CDATA[I have rearranged my monitors, this time to make it easier for me to read lengthy contents I got this idea from Adam Nathan&#8217; s Channel 9 interview. He was demonstrating his WinFX based Hearts game and was actually going through the code using this setup. Though I find this setup good for reviewing/coding/reading long [...]]]></description> <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://photos1.blogger.com/blogger/1217/562/640/IMG_1668.jpg"><img src="http://photos1.blogger.com/blogger/1217/562/320/IMG_1668.jpg" style="margin: 0px 10px 10px 0px; float: left" border="0" title="Workplace redefined! (Jumbled Thoughts)" alt="IMG 1668 Workplace redefined! image" /></a> I have rearranged my monitors, this time to make it easier for me to read lengthy contents <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Workplace redefined! (Jumbled Thoughts)" /></p><p>I got this idea from <a rel="nofollow" target="_blank" href="mms://wm.microsoft.com/ms/msnse/0509/25408/adam_nathan_internet_hearts_winfx_pdc_2005_MBR.wmv">Adam Nathan&#8217; s Channel 9 interview</a>. He was demonstrating his WinFX based Hearts game and was actually going through the code using this setup.</p><p>Though I find this setup good for reviewing/coding/reading long documents, it actually a pain with Windows. There is a noticeable time lag in repainting windows, by my ATi driver. I am actually planning to go back to <a href="http://kannan.jumbledthoughts.com/index.php/my-dual-monitor-development-setup" target="_blank">my old setup</a>!</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/why-no-threads/" rel="bookmark" class="crp_title">Why no threads?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/my-dual-monitor-development-setup/" rel="bookmark" class="crp_title">My dual monitor development setup</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/got-engaged/" rel="bookmark" class="crp_title">Got engaged!!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/" rel="bookmark" class="crp_title">w.blogger or TonesNotes?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-setup-a-windbg-connection-to-vmware-workstation-7-target/" rel="bookmark" class="crp_title">HowTo: Setup a WinDBG connection to VMWare Workstation 7 target</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Workplace+redefined%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/workplace-redefined/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21&amp;desc=%20I%20have%20rearranged%20my%20monitors%2C%20this%20time%20to%20make%20it%20easier%20for%20me%20to%20read%20lengthy%20contents%20%3A%29%0D%0A%0D%0AI%20got%20this%20idea%20from%20Adam%20Nathan%27%20s%20Channel%209%20interview.%20He%20was%20demonstrating%20his%20WinFX%20based%20Hearts%20game%20and%20was%20actually%20going%20through%20the%20code%20using%20this%20setup.%0D%0A%0D%0AThough%20I%20find%20this%20setup%20good%20for%20r" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;bm_description=Workplace+redefined%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&amp;title=Workplace+redefined%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/workplace-redefined/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-56-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/workplace-redefined/&quot;&gt;Workplace redefined!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/workplace-redefined/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Am back!</title><link>http://kannan.jumbledthoughts.com/index.php/am-back/</link> <comments>http://kannan.jumbledthoughts.com/index.php/am-back/#comments</comments> <pubDate>Thu, 19 Jan 2006 10:21:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Tidbits]]></category> <category><![CDATA[blogs]]></category> <category><![CDATA[yahoo]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2006/01/19/am-back/</guid> <description><![CDATA[Its been a long time! Too many things have happened since my last post. My to-blog list is threatening to become a monstrous file in my HDD, my married life has permanently caused a dent in my day-to-day routines, my responsiblities in my workplace increased (read that as &#8220;I am being tortured more!&#8221;), I have [...]]]></description> <content:encoded><![CDATA[<p>Its been a long time! Too many things have happened since my last post. My to-blog list is threatening to become a monstrous file in my HDD, my married life has permanently caused a dent in my day-to-day routines, my responsiblities in my workplace increased (read that as &#8220;I am being tortured more!&#8221;), I have got a new neighbour, a new year has started (BTW, Happy new year to you all!), Visual Studio 2005 is officially out (Yeah!!), I learnt about some really cool technologies, I bought a 802.11g router&#8230;.Whew! Onething that hasn&#8217;t changed is my bank balance, deciding to stay at the nadir comfortably for ever! <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="Am back! (Jumbled Thoughts)" /></p><p>Yesterday I came across this <a rel="nofollow" target="_blank" href="http://updates.mail.yahoo.com/blog/2005/12/16/get-in-on-the-mad-rush-for-new-%e2%80%9cdot%e2%80%9d-addresses">Yahoo offer</a>. Yahoo is finally allowing dots in email addresses. Good thing is you dont have to create a new account, instead Yahoo allows you to assosicate another e-mail Id with your existing one. You can <a rel="nofollow" target="_blank" href="http://edit.yahoo.com/config/list_alias?.src=ym">get an extra email address here</a>.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/microsoft-wants-to-buy-yahoo/" rel="bookmark" class="crp_title">Microsoft wants to buy Yahoo!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/new-yahoo-rd-lab-is-yahoo-hiring-or-firing/" rel="bookmark" class="crp_title">New Yahoo R&amp;D lab: Is Yahoo hiring or firing?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/yahoo-vs-google-why-yahoo-lags-behind/" rel="bookmark" class="crp_title">Yahoo vs Google: why Yahoo lags behind?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/visual-studio-2010-ultimate-first-impression/" rel="bookmark" class="crp_title">Visual Studio 2010 Ultimate &ndash; First Impression</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/site-outage-how-to-handle/" rel="bookmark" class="crp_title">Site outage: How to handle?</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Am+back%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/am-back/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21&amp;desc=Its%20been%20a%20long%20time%21%20Too%20many%20things%20have%20happened%20since%20my%20last%20post.%20My%20to-blog%20list%20is%20threatening%20to%20become%20a%20monstrous%20file%20in%20my%20HDD%2C%20my%20married%20life%20has%20permanently%20caused%20a%20dent%20in%20my%20day-to-day%20routines%2C%20my%20responsiblities%20in%20my%20workplace%20increased%20%28read%20that%20as%20%22I%20am%20being%20tortured%20more%21%22" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;bm_description=Am+back%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/am-back/&amp;title=Am+back%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/am-back/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-55-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/am-back/&quot;&gt;Am back!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/am-back/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>J2EE newbie!!</title><link>http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/</link> <comments>http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/#comments</comments> <pubDate>Mon, 26 Sep 2005 08:52:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[Java]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2005/09/26/j2ee-newbie/</guid> <description><![CDATA[Lately, I am doing a lot of Java / J2EE stuff, since Sudha is in to those technologies. Though I am one of those persons who would prefer to sweat it out with C / Assemly rather than making use of all the making-life-easier goodies offered by Java and related frameworks, I have to admit [...]]]></description> <content:encoded><![CDATA[<p>Lately, I am doing a lot of Java / J2EE stuff, since <a rel="nofollow" target="_blank" href="http://mettupatti.blogspot.com/2005/06/got-engaged.html">Sudha</a> is in to those technologies. Though I am one of those persons who would prefer to sweat it out with C / Assemly rather than making use of all the making-life-easier goodies offered by Java and related frameworks, I have to admit that my respect for J2EE framework is growing as I learn more about it. It is actually a breeze churning out a quality web application using Struts &#8212; I was able to do that in 45mins, from scratch to deployment! Thats a pretty impressive figure for me&#8230;I don&#8217;t know if web applications of enterprise quality can be done using Microsoft technologies the same way Java technologies allow you to do, I am not an expert in it. But, if any of you have personal experience in these, I&#8217;d love to hear your views.</p><p>Yesterday, we decided to create our own custom tag library. Sudha wrote a prime number generator tag, a simple TLD and the corresponding taglib entries in web.xml. When deployed, it threw an exception &#8220;tag-class not found&#8221;. What the heck? Then we noticed our DTD was specifying a wrong version. After a quick fix, we deployed it again. Now, it threw an exception that said &#8220;PrimeTags definition not found&#8221;. It seemed that the server (weblogic) couldn&#8217;t find PrimeTags.class, our Tag handler class. We had it under /WEB-INF/classes. What could be wrong? We wrapped that tag handler in a package and redeployed the same. Now we got another error &#8211; &#8220;Bad class file. Current version is 49.0, expected is 48.0&#8243;, a quick search in Google told us that we are trying to mix java1.5 &amp; java1.4 compiled binaries. Resetting the java_home / path variables to point to jdk1.4 solved the problem!!</p><p>Now the question is, why couldn&#8217;t the server pick up our class file when not packaged??</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-live-writer-problems-with-wordpress-how-to-fix/" rel="bookmark" class="crp_title">Windows Live Writer problems with WordPress &#8211; How To fix?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/found-a-permanent-location/" rel="bookmark" class="crp_title">Found a permanent location!!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-beginner-developer-learning-center-gr8-idea/" rel="bookmark" class="crp_title">Windows Beginner Developer Learning Center &#8211; Gr8 idea!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/my-weekly-tweets-digest-2010-07-11/" rel="bookmark" class="crp_title">My Weekly Tweets Digest (2010-07-11)</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/howto-fix-the-response-to-the-metaweblognewmediaobject-method-received-from-the-weblog-server-was-invalid/" rel="bookmark" class="crp_title">HowTo: Fix &quot;The response to the metaWeblog.newMediaObject method received from the weblog server was invalid&quot;</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=J2EE+newbie%21%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21&amp;desc=Lately%2C%20I%20am%20doing%20a%20lot%20of%20Java%20%2F%20J2EE%20stuff%2C%20since%20Sudha%20is%20in%20to%20those%20technologies.%20Though%20I%20am%20one%20of%20those%20persons%20who%20would%20prefer%20to%20sweat%20it%20out%20with%20C%20%2F%20Assemly%20rather%20than%20making%20use%20of%20all%20the%20making-life-easier%20goodies%20offered%20by%20Java%20and%20related%20frameworks%2C%20I%20have%20to%20admit%20that%20my%20resp" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;bm_description=J2EE+newbie%21%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&amp;title=J2EE+newbie%21%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-53-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/&quot;&gt;J2EE newbie!!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/j2ee-newbie/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Open that sesame!!</title><link>http://kannan.jumbledthoughts.com/index.php/open-that-sesame/</link> <comments>http://kannan.jumbledthoughts.com/index.php/open-that-sesame/#comments</comments> <pubDate>Thu, 04 Nov 2004 16:28:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Dragon]]></category> <category><![CDATA[Magazine]]></category> <category><![CDATA[Voice-recognition]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/11/04/open-that-sesame/</guid> <description><![CDATA[When I first bought my computer (back in my first year of college), I installed and tried out all the things I could get. My 56Kbps modem, though trusty, couldn&#8217;t get me all the things I wanted (like the complete OS/2 3.0, which I got with the first PCQuest CD back in 1995 ). Luckily, [...]]]></description> <content:encoded><![CDATA[<p>When I first bought my computer (back in my first year of college), I installed and tried out all the things I could get. My 56Kbps modem, though trusty, couldn&#8217;t get me all the things I wanted (like the complete OS/2 3.0, which I got with the <a rel="nofollow" target="_blank" href="http://dxm.org/techonomist/news/os2pcq.html">first PCQuest CD</a> back in 1995 <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Open that sesame!! (Jumbled Thoughts)" /> ). Luckily, I had a subscription for PCQuest, which delivered a CD full of goodies every month. One of the hot things at that time was voice recognition. <a rel="nofollow" target="_blank" href="http://www-306.ibm.com/software/voice/viavoice/">IBM Via Voice</a> &amp; <a rel="nofollow" target="_blank" href="http://www.scansoft.com/naturallyspeaking/">Dragon naturally speaking</a> were two of the voice recognition software I tried out. Both, unfortunately, didn&#8217;t have the technology developed/implemented to that extend where typing can safely be forgotten! It took me a long time to <span style="font-weight: bold; font-style: italic">learn </span>to dictate; Ya, it might sound funny, but try speaking like &#8220;This is a text UNDO test UNDO test PERIOD. SELECT TEST. BOLD.&#8221;, your mom will think you have finally gone nuts!</p><p>It seems the hardware/software has finally evolved to make this experience enjoyable (I &#8220;enjoyed&#8221; my encounters too, but thats more fun, this time it is serious business). <a rel="nofollow" target="_blank" href="http://weblog.infoworld.com/udell/2004/11/04.html">Check out this post by John Udell</a>.</p><p><a rel="nofollow" target="_blank" href="http://weblog.infoworld.com/udell/gems/dragon.swf">Click here to see the SWF video</a> of Udell trying his hand (voice!?) at dictating, with the latest Dragon Naturally speaking 8.0.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/p2p-software/" rel="bookmark" class="crp_title">P2P software</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/how-irritating-can-be-http-proxy/" rel="bookmark" class="crp_title">How irritating can be a HTTP Proxy??</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/mid-life-crisis-of-a-software-professional/" rel="bookmark" class="crp_title">Mid-life crisis of a software professional</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/site-outage-how-to-handle/" rel="bookmark" class="crp_title">Site outage: How to handle?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/bruce-lee-the-lost-interview/" rel="bookmark" class="crp_title">Bruce Lee &#8211; The &#8220;lost&#8221; interview</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Open+that+sesame%21%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/open-that-sesame/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21&amp;desc=When%20I%20first%20bought%20my%20computer%20%28back%20in%20my%20first%20year%20of%20college%29%2C%20I%20installed%20and%20tried%20out%20all%20the%20things%20I%20could%20get.%20My%2056Kbps%20modem%2C%20though%20trusty%2C%20couldn%27t%20get%20me%20all%20the%20things%20I%20wanted%20%28like%20the%20complete%20OS%2F2%203.0%2C%20which%20I%20got%20with%20the%20first%20PCQuest%20CD%20back%20in%201995%20%3A%29%29.%20Luckily%2C%20I%20had%20a%20subs" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;bm_description=Open+that+sesame%21%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&amp;title=Open+that+sesame%21%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/open-that-sesame/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-35-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/open-that-sesame/&quot;&gt;Open that sesame!!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/open-that-sesame/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Some links &#8230;</title><link>http://kannan.jumbledthoughts.com/index.php/some-links/</link> <comments>http://kannan.jumbledthoughts.com/index.php/some-links/#comments</comments> <pubDate>Wed, 13 Oct 2004 19:08:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Miscellaneous]]></category> <category><![CDATA[C++]]></category> <category><![CDATA[Code]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Pascal]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[Scripting]]></category> <category><![CDATA[Tidbits]]></category> <category><![CDATA[Tutors]]></category> <category><![CDATA[Type]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/10/14/some-links/</guid> <description><![CDATA[Have you ever wondered how many key presses you make every day? What if you can calculate how many characters you type across weeks, months and even years? Try this link. http://dolphin.twistification.net/ You need to download and install the Pulse client and create an account with them (all free). It sits in the background and [...]]]></description> <content:encoded><![CDATA[<p>Have you ever wondered how many key presses you make every day? What if you can calculate how many characters you type across weeks, months and even years? Try this link.</p><p><a rel="nofollow" target="_blank" href="http://dolphin.twistification.net/">http://dolphin.twistification.net/</a></p><p>You need to download and install the Pulse client and create an account with them (all free). It sits in the background and counts the number of characters you type. Now, we can know when we are gonna get CTS&#8230;.</p><p>Links to nearly all subjects in programming</p><p><a rel="nofollow" target="_blank" href="http://www.geocities.com/kannanmr/extpgml.htm">http://www.geocities.com/kannanmr/extpgml.htm</a></p><p>Links to help you prepare for interviews (Found in SriHari&#8217;s <a rel="nofollow" target="_blank" href="http://blogstune.blogspot.com">blog</a>)&#8230;</p><p><strong>General Category:</strong></p><p>1. <a rel="nofollow" target="_blank" href="http://www.cetus-links.org">http://www.cetus-links.org</a></p><p><strong>C/C++ Interview Questions:</strong><span id="more-25"></span></p><p>1. <a rel="nofollow" target="_blank" href="http://www.softcorp.demon.co.uk/c++2.htm">http://www.softcorp.demon.co.uk/c++2.htm</a></p><p>2. <a rel="nofollow" target="_blank" href="http://www.onesmartclick.com/interviews/interviews-programming.html">http://www.onesmartclick.com/interviews/interviews-programming.html</a></p><p>3. <a rel="nofollow" target="_blank" href="http://www.cpuniverse.com/newsite/archives/1999/mar/c++.html">http://www.cpuniverse.com/newsite/archives/1999/mar/c++.html</a></p><p>4. <a rel="nofollow" target="_blank" href="http://www.oneparticularharbor.net/sam/interview.html">http://www.oneparticularharbor.net/sam/interview.html</a></p><p><strong>Microsoft Interview Questions:</strong></p><p>1. <a rel="nofollow" target="_blank" href="http://halcyon.usc.edu/~kiran/msqs.html">http://halcyon.usc.edu/~kiran/msqs.html</a></p><p>2. <a rel="nofollow" target="_blank" href="http://www.4guysfromrolla.com/ASPscripts/PrintPage.asp?REF=/webtech/012700-1.shtml">http://www.4guysfromrolla.com/ASPscripts/PrintPage.asp?REF=/webtech/012700-1.shtml</a> 3. <a rel="nofollow" target="_blank" href="http://www.sellsbrothers.com/fun/msiview/default.aspx?content=question.htm">http://www.sellsbrothers.com/fun/msiview/default.aspx?content=question.htm</a></p><p>4. <a rel="nofollow" target="_blank" href="http://www.acetheinterview.com/qanda/microsoft_interview.html">http://www.acetheinterview.com/qanda/microsoft_interview.html</a></p><p><strong>Puzzles(For Entry Level):</strong></p><p>1. <a rel="nofollow" target="_blank" href="http://www.techinterview.org/archive/">http://www.techinterview.org/archive/</a></p><p>2. <a rel="nofollow" target="_blank" href="http://puzzle.dse.nl/index_us.html">http://puzzle.dse.nl/index_us.html</a></p><p><strong>Operating Systems Notes: </strong></p><p>1. <a rel="nofollow" target="_blank" href="http://williamstallings.com/Extras/OS-Notes/notes.html">http://williamstallings.com/Extras/OS-Notes/notes.html</a></p><p>2. <a rel="nofollow" target="_blank" href="http://www.ibilce.unesp.br/courseware/opsys/ostart.htm">http://www.ibilce.unesp.br/courseware/opsys/ostart.htm</a></p><p><strong>Software Testing Notes:</strong></p><p>1. <a rel="nofollow" target="_blank" href="http://louisa.levels.unisa.edu.au/se1/testing-notes/testing.htm">http://louisa.levels.unisa.edu.au/se1/testing-notes/testing.htm</a></p><p>2. <a rel="nofollow" target="_blank" href="http://hebb.cis.uoguelph.ca/~dave/343/Lectures/testing.html">http://hebb.cis.uoguelph.ca/~dave/343/Lectures/testing.html</a></p><p><strong>Mathematical Puzzles(For Entry Level):</strong></p><p>1. <a rel="nofollow" target="_blank" href="http://thinks.com/webguide/mathpuzzles.htm">http://thinks.com/webguide/mathpuzzles.htm</a></p><p>2. <a rel="nofollow" target="_blank" href="http://www.syvum.com/teasers/">http://www.syvum.com/teasers/</a></p><p>3. <a rel="nofollow" target="_blank" href="http://www.eduplace.com/math/brain/">http://www.eduplace.com/math/brain/</a></p><p>4. <a rel="nofollow" target="_blank" href="http://www.brainbashers.com/">http://www.brainbashers.com/</a></p><p><strong>Online books: </strong></p><p>1. <a rel="nofollow" target="_blank" href="http://www.hk8.org/old_web/">http://www.hk8.org/old_web/</a></p><p>2. <a rel="nofollow" target="_blank" href="http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html#Mutexes">http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html#Mutexes</a> 3. <a rel="nofollow" target="_blank" href="http://uhaweb.hartford.edu/nandigam/list.htm">http://uhaweb.hartford.edu/nandigam/list.htm</a></p><p>4. <a rel="nofollow" target="_blank" href="http://pweb.netcom.com/~tjensen/ptr/pointers.htm">http://pweb.netcom.com/~tjensen/ptr/pointers.htm</a></p><p>5. <a rel="nofollow" target="_blank" href="http://javafaq.nu/cgi-bin/url.cgi?name=http://www.scism.sbu.ac.uk/jfl/jflcontents.html">http://javafaq.nu/cgi-bin/url.cgi?name=http://www.scism.sbu.ac.uk/jfl/jflcontents.html</a></p><p>6. <a rel="nofollow" target="_blank" href="http://www.c-for-dummies.com/lessons/chapter.15/01/index.html">http://www.c-for-dummies.com/lessons/chapter.15/01/index.html</a></p><p>7. <a rel="nofollow" target="_blank" href="http://www.intelinfo.com/cat2-2.html#Critchie">http://www.intelinfo.com/cat2-2.html#Critchie</a></p><p>8. <a rel="nofollow" target="_blank" href="http://www.cprogramming.com/tutorial.html">http://www.cprogramming.com/tutorial.html</a></p><p>9. <a rel="nofollow" target="_blank" href="http://www.cs.umd.edu/~mount/420/">http://www.cs.umd.edu/~mount/420/</a></p><p>10. <a rel="nofollow" target="_blank" href="http://www.nist.gov/dads/">http://www.nist.gov/dads/</a></p><p>for more links, click <a rel="nofollow" target="_blank" href="http://blogstune.blogspot.com/2004/09/preparing-for-tech-interview-read-on.html" target="_blank">here </a>(Thx Srihari)</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/" rel="bookmark" class="crp_title">Tutorials available on net</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/carry-on/" rel="bookmark" class="crp_title">Carry on&#8230;.</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/algebraic-notation-tutorial/" rel="bookmark" class="crp_title">Algebraic notation tutorial</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/" rel="bookmark" class="crp_title">Me &#038; My Big Mouth!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/interview-with-vishwanathan-anand-ibn-live-videos/" rel="bookmark" class="crp_title">Interview with Vishwanathan Anand &#8211; IBN Live videos</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Some+links+...+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/some-links/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+..." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+..." rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+...&amp;desc=Have%20you%20ever%20wondered%20how%20many%20key%20presses%20you%20make%20every%20day%3F%20What%20if%20you%20can%20calculate%20how%20many%20characters%20you%20type%20across%20weeks%2C%20months%20and%20even%20years%3F%20Try%20this%20link.%0D%0A%0D%0Ahttp%3A%2F%2Fdolphin.twistification.net%2F%0D%0A%0D%0AYou%20need%20to%20download%20and%20install%20the%20Pulse%20client%20and%20create%20an%20account%20with%20them%20%28all%20f" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;bm_description=Some+links+...&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+..." rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+..." rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/some-links/&amp;title=Some+links+..." rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/some-links/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-25-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/some-links/&quot;&gt;Some links &#8230;&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/some-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Don&#8217;t want to register??</title><link>http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/</link> <comments>http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/#comments</comments> <pubDate>Thu, 14 Oct 2004 05:58:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[Tidbits]]></category> <category><![CDATA[popups]]></category> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/10/13/dont-want-to-register/</guid> <description><![CDATA[How many times have you been to a site to read/get some info and got irritated because it asked you to register? If your answer is &#8220;more than once&#8221;, read on. http://www.bugmenot.com/ This site provides you with a username/password for all those pesky sites. If you have one username/passwd, you can submit them here too. [...]]]></description> <content:encoded><![CDATA[<p>How many times have you been to a site to read/get some info and got irritated because it asked you to register? If your answer is &#8220;more than once&#8221;, read on.</p><p><a rel="nofollow" target="_blank" href="http://www.bugmenot.com/" target="_blank">http://www.bugmenot.com/</a></p><p>This site provides you with a username/password for all those pesky sites. If you have one username/passwd, you can submit them here too. How convenient!</p><p>There used to be a site (<a rel="nofollow" target="_blank" href="http://www.mailnator.com/" target="_blank">http://www.mailnator.com/</a>) which gave you some random valid e-mail addresses for using in those registration pages. But, I guess, nowadays they are outta business.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/crazy-online-sites-einstein/" rel="bookmark" class="crp_title">Crazy online sites &#038; Einstein!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/oh-no-demonoid-is-down-again/" rel="bookmark" class="crp_title">Oh no, Demonoid is down again!!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/site-outage-how-to-handle/" rel="bookmark" class="crp_title">Site outage: How to handle?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/am-back/" rel="bookmark" class="crp_title">Am back!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/chessbase-light-2007-activation-eh/" rel="bookmark" class="crp_title">Chessbase Light 2007 Activation &#8211; eh?!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Don%27t+want+to+register%3F%3F+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F&amp;desc=How%20many%20times%20have%20you%20been%20to%20a%20site%20to%20read%2Fget%20some%20info%20and%20got%20irritated%20because%20it%20asked%20you%20to%20register%3F%20If%20your%20answer%20is%20%22more%20than%20once%22%2C%20read%20on.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.bugmenot.com%2F%0D%0A%0D%0AThis%20site%20provides%20you%20with%20a%20username%2Fpassword%20for%20all%20those%20pesky%20sites.%20If%20you%20have%20one%20username%2Fpasswd%2C%20you" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;bm_description=Don%27t+want+to+register%3F%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&amp;title=Don%27t+want+to+register%3F%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-24-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/&quot;&gt;Don&#8217;t want to register??&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/dont-want-to-register/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Me &amp; My Big Mouth!</title><link>http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/</link> <comments>http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/#comments</comments> <pubDate>Mon, 11 Oct 2004 08:07:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[Personal]]></category> <category><![CDATA[dumb]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/10/11/me-my-big-mouth/</guid> <description><![CDATA[One of my elder brothers has started learning computers, you know, all the basic stuff that everyone goes through when first exposed to computers &#8211; &#8220;Using DOS/Windows&#8220;, &#8220;Microsoft Office applications&#8220;, &#8220;Fox pro&#8221; et al. Yesterday, he was exploring my old machine (1 GHZ Celeron, 384MB SDRAM, 2 x 40GB + 17GB HDD, nVIDIA TNT2 64M) [...]]]></description> <content:encoded><![CDATA[<p></p><p>One of my elder brothers has started learning computers, you know, all the basic stuff that everyone goes through when first exposed to computers &#8211; &#8220;<strong>Using DOS/Windows</strong>&#8220;, &#8220;<strong>Microsoft Office applications</strong>&#8220;, &#8220;<strong>Fox pro</strong>&#8221; <em>et al</em>. Yesterday, he was exploring my old machine (1 GHZ Celeron, 384MB SDRAM, 2 x 40GB + 17GB HDD, nVIDIA TNT2 64M) and was bragging about how his instructor goofed up one of the practical sessions and how he corrected him (typical statement from a person who has just entered in to Computer-adolescence! <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Me & My Big Mouth! (Jumbled Thoughts)" /> ). Usually I do not allow the conversation to go in to subjects that I don&#8217;t remember or I usually suck at! But, probably because of the heavy lunch I had just before this conversation, I answered &#8220;Yes&#8221; when my brother came up with &#8220;BTW, Kanna, Foxpro theriyuma unakku?&#8221; (BTW, Kannan, do you know Foxpro?). Immediately, he opened Fox pro 2.6 and asked me to explain how to do this, that, <em>blah blah&#8230;</em></p><p>Gosh, that was one hell of a test for my poor memory. It got stretched beyond all sane limits <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Me & My Big Mouth! (Jumbled Thoughts)" /> But, I really enjoyed talking about those old beasts once again. Kind of hanging around with your school friends !</p><p>Here are some interesting links about those neanderthals we dealt with in our past life.<span id="more-22"></span></p><p>Some generic things</p><ul><li><a rel="nofollow" target="_blank" href="http://ei.cs.vt.edu/~history/Bill.Gates.html" target="_blank">Bill Gate&#8217;s interview to Playboy</a></li></ul><p>Software museums</p><ul><li><a rel="nofollow" target="_blank" href="http://bdn.borland.com/museum/" target="_blank">Borland Developer Museum</a></li><li><a rel="nofollow" target="_blank" href="http://museum.sysun.com/museum/" target="_blank">Online Software Museum</a></li><li><a rel="nofollow" target="_blank" href="http://www.abandonwarering.com/?Page=Listing" target="_blank">Click here</a> to see a list of all active <a rel="nofollow" target="_blank" href="http://open-dictionary.com/Abandonware" target="_blank">Abandonware</a> sites</li><li>All SideKick versions are available <a rel="nofollow" target="_blank" href="http://www.emsps.com/oldtools/borskv.htm" target="_blank">here</a> for sale. Just grab the covers <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Me & My Big Mouth! (Jumbled Thoughts)" /></li></ul><p>Some Fox pro stuff (v2.6). Hope my brother reads this. Naren anna, ithu ungallukkaga.</p><ul><li><a rel="nofollow" target="_blank" href="http://www.jjtc.com/Fox/foxbooks2x.htm" target="_blank">Check out this Fox pro books list</a> <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Me & My Big Mouth! (Jumbled Thoughts)" /></li><li><a rel="nofollow" target="_blank" href="http://techrepublic.com.com/5208-6239-0.html?forumID=62&amp;threadID=128959" target="_blank">Can anyone get a job with their Fox pro 2.6 skills?</a></li><li>Decompiler for Fox pro 2.6 compiled modules &#8211; <a rel="nofollow" target="_blank" href="http://www.softpile.com/Development/Databases_and_Networks/Review_22778_index.html" target="_blank">http://www.softpile.com/Development/Databases_and_Networks/Review_22778_index.html</a></li></ul><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/goodbye-e5076/" rel="bookmark" class="crp_title">Goodbye E5076</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/2008-top-20-billionaires-what-do-they-do-with-so-much-money/" rel="bookmark" class="crp_title">2008 Top 20 Billionaires: What do they do with so much money?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/interview-with-vishwanathan-anand-ibn-live-videos/" rel="bookmark" class="crp_title">Interview with Vishwanathan Anand &#8211; IBN Live videos</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/plunge-how-to-forget-chess-defeats/" rel="bookmark" class="crp_title">THE Plunge! How to forget chess defeats?!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/faceoff/" rel="bookmark" class="crp_title">Face/Off</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Me+%26+My+Big+Mouth%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21&amp;desc=%0D%0A%0D%0AOne%20of%20my%20elder%20brothers%20has%20started%20learning%20computers%2C%20you%20know%2C%20all%20the%20basic%20stuff%20that%20everyone%20goes%20through%20when%20first%20exposed%20to%20computers%20-%20%22Using%20DOS%2FWindows%22%2C%20%22Microsoft%20Office%20applications%22%2C%20%22Fox%20pro%22%20et%20al.%20Yesterday%2C%20he%20was%20exploring%20my%20old%20machine%20%281%20GHZ%20Celeron%2C%20384MB%20SDRAM%2C%202%20x%204" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;bm_description=Me+%26+My+Big+Mouth%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&amp;title=Me+%26+My+Big+Mouth%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-22-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/&quot;&gt;Me &amp; My Big Mouth!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/me-my-big-mouth/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Yippeee!!</title><link>http://kannan.jumbledthoughts.com/index.php/yippeee/</link> <comments>http://kannan.jumbledthoughts.com/index.php/yippeee/#comments</comments> <pubDate>Fri, 08 Oct 2004 13:05:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[Broadband]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Corporate-Intranet]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/10/08/yippeee/</guid> <description><![CDATA[Got a DSL @ home (Courtesy: my current company). It is a 512Kbps, 1.25GB/month beauty :8. This is my first post from home. Gotta go now, need to pack for the Chennai trip tonight. Related Posts:Switched to 1Mbps Airtel Unlimited DSLSin-&#8221;bad&#8221; Adventures!Yahoo vs Google: why Yahoo lags behind?New Yahoo R&#38;D lab: Is Yahoo hiring or [...]]]></description> <content:encoded><![CDATA[<p>Got a DSL @ home (Courtesy: <a rel="nofollow" target="_blank" href="http://www.intel.com/" target="_blank">my current company</a>). It is a 512Kbps, 1.25GB/month beauty  :8. This is my first post from home. Gotta go now, need to pack for the Chennai trip tonight.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/switched-to-1mbps-airtel-unlimited-dsl/" rel="bookmark" class="crp_title">Switched to 1Mbps Airtel Unlimited DSL</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/sin-bad-adventures/" rel="bookmark" class="crp_title">Sin-&#8221;bad&#8221; Adventures!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/yahoo-vs-google-why-yahoo-lags-behind/" rel="bookmark" class="crp_title">Yahoo vs Google: why Yahoo lags behind?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/new-yahoo-rd-lab-is-yahoo-hiring-or-firing/" rel="bookmark" class="crp_title">New Yahoo R&amp;D lab: Is Yahoo hiring or firing?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/the-great-indian-attitude/" rel="bookmark" class="crp_title">The great &#8220;Indian&#8221; attitude!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Yippeee%21%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/yippeee/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21&amp;desc=Got%20a%20DSL%20%40%20home%20%28Courtesy%3A%20my%20current%20company%29.%20It%20is%20a%20512Kbps%2C%201.25GB%2Fmonth%20beauty%20%20%3A8.%20This%20is%20my%20first%20post%20from%20home.%20Gotta%20go%20now%2C%20need%20to%20pack%20for%20the%20Chennai%20trip%20tonight." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;bm_description=Yippeee%21%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/yippeee/&amp;title=Yippeee%21%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/yippeee/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-21-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/yippeee/&quot;&gt;Yippeee!!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/yippeee/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Problemsss!</title><link>http://kannan.jumbledthoughts.com/index.php/problemsss/</link> <comments>http://kannan.jumbledthoughts.com/index.php/problemsss/#comments</comments> <pubDate>Thu, 07 Oct 2004 01:03:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[blogs]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[india]]></category> <category><![CDATA[tamil]]></category> <category><![CDATA[tamizhmanam]]></category> <category><![CDATA[Type]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/10/07/problemsss/</guid> <description><![CDATA[Today I found the excellant TamizManam website. I have been thinking of starting a Tamil blog for quite sometime now, so naturally, when I saw this site, I got excited. As per the instructions given there, I installed e-Kalappai, pressed alt-2 and typed happily in Tamil in Notepad!! Not everything was smooth with IE, which [...]]]></description> <content:encoded><![CDATA[<p>Today I found the excellant <a rel="nofollow" target="_blank" href="http://www.thamizmanam.com/tamilblogs/bloggers.php" target="_blank">TamizManam</a> website. I have been thinking of starting a Tamil blog for quite sometime now, so naturally, when I saw this site, I got excited. As per the instructions given there, I installed <a rel="nofollow" target="_blank" href="http://www.tamil.net/newtamil/ekalappai_1.html" target="_blank">e-Kalappai</a>, pressed alt-2 and typed happily in Tamil in Notepad!! Not everything was smooth with IE, which ofcourse, I use for blogging in <a rel="nofollow" target="_blank" href="http://www.blogger.com" target="_blank">blogger</a>. Blogger&#8217;s &#8220;New Post&#8221; edit field refused to accept the TSC fonts&#8230;I saw only junk, like this &#8211; Â«ÃµÃÂ¡ Â«Ã´Ã€Â¡</p><p>In Word, If I choose one of the TSC fonts then everything looks fine&#8230;but how do I do that in Blogger? Should I specifically mention the <strong>font</strong> directive everytime?? What to do if I use of the blogger software available, like <a rel="nofollow" target="_blank" href="http://www.wbloggar.com/" target="_blank">w.bloggar</a>? What does Murasu&#8217;s &#8220;<strong>Convert to Unicode</strong>&#8221; feature  do? I guess I will lose interest in Tamil blogging by the time I make this work!</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/" rel="bookmark" class="crp_title">w.blogger or TonesNotes?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/tamil-blog/" rel="bookmark" class="crp_title">Tamil Blog</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/found-a-permanent-location/" rel="bookmark" class="crp_title">Found a permanent location!!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/tidbits_23/" rel="bookmark" class="crp_title">Tidbits</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/why-no-threads/" rel="bookmark" class="crp_title">Why no threads?</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Problemsss%21+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/problemsss/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21&amp;desc=Today%20I%20found%20the%20excellant%20TamizManam%20website.%20I%20have%20been%20thinking%20of%20starting%20a%20Tamil%20blog%20for%20quite%20sometime%20now%2C%20so%20naturally%2C%20when%20I%20saw%20this%20site%2C%20I%20got%20excited.%20As%20per%20the%20instructions%20given%20there%2C%20I%20installed%20e-Kalappai%2C%20pressed%20alt-2%20and%20typed%20happily%20in%20Tamil%20in%20Notepad%21%21%20Not%20everything%20w" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;bm_description=Problemsss%21&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/problemsss/&amp;title=Problemsss%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/problemsss/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-18-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/problemsss/&quot;&gt;Problemsss!&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/problemsss/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tutorials available on net</title><link>http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/</link> <comments>http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/#comments</comments> <pubDate>Tue, 28 Sep 2004 20:38:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Miscellaneous]]></category> <category><![CDATA[C++]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[PERL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Scripting]]></category> <category><![CDATA[tutor]]></category> <category><![CDATA[Tutors]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/09/29/tutorials-available-on-net/</guid> <description><![CDATA[This page has a collection of more than 3000 tutorial links on the web and it looks really a very good compilation. check it out: http://stommel.tamu.edu/~baum/programming.html Related Posts:Some links &#8230;Windows Beginner Developer Learning Center &#8211; Gr8 idea!Algebraic notation tutorialDumb Code &#8211; 1Yahoo vs Google: why Yahoo lags behind? Tweet This! Subscribe to the comments for [...]]]></description> <content:encoded><![CDATA[<p></p><p>This page has a collection of more than 3000 tutorial links on the web and it looks really a very good compilation.</p><p>check it out: <a rel="nofollow" target="_blank" href="http://stommel.tamu.edu/~baum/programming.html" target="_blank">http://stommel.tamu.edu/~baum/programming.html</a></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/some-links/" rel="bookmark" class="crp_title">Some links &#8230;</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/windows-beginner-developer-learning-center-gr8-idea/" rel="bookmark" class="crp_title">Windows Beginner Developer Learning Center &#8211; Gr8 idea!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/algebraic-notation-tutorial/" rel="bookmark" class="crp_title">Algebraic notation tutorial</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/dumb-code-1/" rel="bookmark" class="crp_title">Dumb Code &#8211; 1</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/yahoo-vs-google-why-yahoo-lags-behind/" rel="bookmark" class="crp_title">Yahoo vs Google: why Yahoo lags behind?</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Tutorials+available+on+net+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net&amp;desc=%0D%0A%0D%0AThis%20page%20has%20a%20collection%20of%20more%20than%203000%20tutorial%20links%20on%20the%20web%20and%20it%20looks%20really%20a%20very%20good%20compilation.%0D%0A%0D%0Acheck%20it%20out%3A%20http%3A%2F%2Fstommel.tamu.edu%2F%7Ebaum%2Fprogramming.html" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;bm_description=Tutorials+available+on+net&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&amp;title=Tutorials+available+on+net" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-13-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/&quot;&gt;Tutorials available on net&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/tutorials-available-on-net/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Autoincrementing the Build Numbers in VC++</title><link>http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/</link> <comments>http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/#comments</comments> <pubDate>Tue, 21 Sep 2004 10:14:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[HowTo]]></category> <category><![CDATA[C++]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/09/21/autoincrementing-build-numbers-in-vc/</guid> <description><![CDATA[The option to automatically increment the build numbers (for successful builds) is one thing VC++ misses. AFAIK, VB &#38; Borland C++/Delphi users have long had this ability. http://www.codeguru.com/Cpp/V-S/devstudio_macros/versioncontrol/article.php/c3129 This solution makes use of Application_BeforeBuildStart() handler to increment the RC VERSIONINFO. The Build # is incremented even for failed builds. http://www.codeproject.com/cpp/rcversion.asp Not exactly an auto-increment solution. [...]]]></description> <content:encoded><![CDATA[<p><br /> The option to automatically increment the build numbers (for successful builds) is one thing VC++ misses. AFAIK, VB &amp; Borland C++/Delphi users have long had this ability.</p><p><a rel="nofollow" target="_blank" href="http://www.codeguru.com/Cpp/V-S/devstudio_macros/versioncontrol/article.php/c3129" target="_blank">http://www.codeguru.com/Cpp/V-S/devstudio_macros/versioncontrol/article.php/c3129</a></p><p>This solution makes use of Application_BeforeBuildStart() handler to increment the RC VERSIONINFO. The Build # is incremented even for failed builds.</p><p><a rel="nofollow" target="_blank" href="http://www.codeproject.com/cpp/rcversion.asp" target="_blank">http://www.codeproject.com/cpp/rcversion.asp</a></p><p>Not exactly an auto-increment solution. This allows you to enter the version info during the build process.</p><p><a rel="nofollow" target="_blank" href="http://www.codeguru.com/Cpp/V-S/devstudio_macros/article.php/c3183" target="_blank">http://www.codeguru.com/Cpp/V-S/devstudio_macros/article.php/c3183</a></p><p>Another solution posted in CodeGuru. It is assignable to any key and when invoked it updates the RC &#8220;FileVersion&#8221; field and does &#8220;BuildToggleBuild&#8221;. <img src='http://kannan.jumbledthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Autoincrementing the Build Numbers in VC++ (Jumbled Thoughts)" /></p><p><a rel="nofollow" target="_blank" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q237870" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;EN-US;q237870</a></p><p>Solution posted by MS. The autoincrementing code is attached to Application_BuildFinish(). It updates a #define in versionno.h which is included by the user resource file (RC2) .</p><p><a rel="nofollow" target="_blank" href="http://www.flipcode.com/cgi-bin/msg.cgi?showThread=Tip-AutomaticBuildVersion&amp;forum=totd&amp;id=-1" target="_blank">http://www.flipcode.com/cgi-bin/msg.cgi?showThread=Tip-AutomaticBuildVersion&amp;forum=totd&amp;id=-1</a></p><p>I haven&#8217;t tried this. But, the author claims to combine the best of MS &amp; Codeguru (second one) solutions.</p><p>I used a modified version of the solution from MS (mine didn&#8217;t update the RC; instead it updated a H file that was included across the project). If there is a neat/effective solution for this, let me know.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/dumb-error-messages/" rel="bookmark" class="crp_title">Dumb Error Messages</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/ultimate-chess-game/" rel="bookmark" class="crp_title">The ultimate chess game</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/how-to-get-logged-in-username-in-hudson/" rel="bookmark" class="crp_title">How to get logged-in username in Hudson?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/thamizmanam-plugin-updated/" rel="bookmark" class="crp_title">Thamizmanam plugin updated</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/some-links/" rel="bookmark" class="crp_title">Some links &#8230;</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=Autoincrementing+the+Build+Numbers+in+VC%2B%2B+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B&amp;desc=%0D%0AThe%20option%20to%20automatically%20increment%20the%20build%20numbers%20%28for%20successful%20builds%29%20is%20one%20thing%20VC%2B%2B%20misses.%20AFAIK%2C%20VB%20%26amp%3B%20Borland%20C%2B%2B%2FDelphi%20users%20have%20long%20had%20this%20ability.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.codeguru.com%2FCpp%2FV-S%2Fdevstudio_macros%2Fversioncontrol%2Farticle.php%2Fc3129%0D%0A%0D%0AThis%20solution%20makes%20use%20of%20Applicat" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;bm_description=Autoincrementing+the+Build+Numbers+in+VC%2B%2B&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&amp;title=Autoincrementing+the+Build+Numbers+in+VC%2B%2B" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-8-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/&quot;&gt;Autoincrementing the Build Numbers in VC++&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/autoincrementing-build-numbers-in-vc/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>w.blogger or TonesNotes?</title><link>http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/</link> <comments>http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/#comments</comments> <pubDate>Thu, 16 Sep 2004 14:26:00 +0000</pubDate> <dc:creator>kannanmr</dc:creator> <category><![CDATA[Computers]]></category> <category><![CDATA[blogs]]></category><guid isPermaLink="false">http://kannan.jumbledthoughts.com/index.php/2004/09/16/wblogger-or-tonesnotes/</guid> <description><![CDATA[I installed TonesNotes to use with my corporate dotText blogger, but unable to post using that. Have to see why it is failing !! No error msgs even :-/ Though w.blogger looks good, I&#8217;d feel more comfortable with the Word interface that I am quite used to ! Have to make TonesNotes work, somehow! Related [...]]]></description> <content:encoded><![CDATA[<p>I installed TonesNotes to use with my corporate dotText blogger, but unable to post using that. Have to see why it is failing !! No error msgs even :-/ Though w.blogger looks good, I&#8217;d feel more comfortable with the Word interface that I am quite used to ! Have to make TonesNotes work, somehow!</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://kannan.jumbledthoughts.com/index.php/problemsss/" rel="bookmark" class="crp_title">Problemsss!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/why-no-threads/" rel="bookmark" class="crp_title">Why no threads?</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/workplace-redefined/" rel="bookmark" class="crp_title">Workplace redefined!</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/my-dual-monitor-development-setup/" rel="bookmark" class="crp_title">My dual monitor development setup</a></li><li><a href="http://kannan.jumbledthoughts.com/index.php/got-engaged/" rel="bookmark" class="crp_title">Got engaged!!</a></li></ul></div><div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul class="socials"><li class="shr-twitter"> <a href="http://twitter.com/home?status=w.blogger+or+TonesNotes%3F+-+<h3>This domain is forbidden!</h3>&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="shr-comfeed"> <a href="http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a></li><li class="shr-delicious"> <a href="http://delicious.com/post?url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="shr-digg"> <a href="http://digg.com/submit?phase=2&amp;url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="shr-diigo"> <a href="http://www.diigo.com/post?url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F&amp;desc=I%20installed%20TonesNotes%20to%20use%20with%20my%20corporate%20dotText%20blogger%2C%20but%20unable%20to%20post%20using%20that.%20Have%20to%20see%20why%20it%20is%20failing%20%21%21%20No%20error%20msgs%20even%20%3A-%2F%20Though%20w.blogger%20looks%20good%2C%20I%27d%20feel%20more%20comfortable%20with%20the%20Word%20interface%20that%20I%20am%20quite%20used%20to%20%21%20Have%20to%20make%20TonesNotes%20work%2C%20somehow%21" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a></li><li class="shr-googlebuzz"> <a href="http://www.google.com/buzz/post?url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li class="shr-misterwong"> <a href="http://www.mister-wong.com/addurl/?bm_url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;bm_description=w.blogger+or+TonesNotes%3F&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a></li><li class="shr-mixx"> <a href="http://www.mixx.com/submit?page_url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a></li><li class="shr-reddit"> <a href="http://reddit.com/submit?url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li class="shr-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&amp;title=w.blogger+or+TonesNotes%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="shr-technorati"> <a href="http://technorati.com/faves?add=http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li></ul><div style="clear:both;"></div></div><div class="su-linkbox" id="post-5-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/&quot;&gt;w.blogger or TonesNotes?&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded> <wfw:commentRss>http://kannan.jumbledthoughts.com/index.php/wblogger-or-tonesnotes/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (request URI is rejected)
Database Caching 40/177 queries in 1.578 seconds using disk

Served from: kannan.jumbledthoughts.com @ 2010-07-29 22:56:38 -->