<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>My Mind Leaks</title>
	
	<link>http://mymindleaks.com</link>
	<description>Live with Feel of Technology and Blogging</description>
	<pubDate>Fri, 09 May 2008 15:23:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/mymindleaks" type="application/rss+xml" /><feedburner:emailServiceId>1577853</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/mymindleaks" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fmymindleaks" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Big Code, Good Code!</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/286594349/</link>
		<comments>http://mymindleaks.com/programming/big-code-good-code/#comments</comments>
		<pubDate>Fri, 09 May 2008 01:32:57 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=622</guid>
		<description><![CDATA[Coding is an art! Anyone can draw, but only those who draw with the elegant have their paintings valued. Similarly any programmer can code, but a Good Program is an artistic job. I see lot of people do code, but only few actually write Good code. This means they have understood the elegance of the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Big Code, Good Code!", url: "http://mymindleaks.com/programming/big-code-good-code/" });</script>]]></description>
			<content:encoded><![CDATA[<p><em>Coding is an art</em>! Anyone can draw, but only those who draw with the elegant have their paintings valued. Similarly any programmer can code, but a Good Program is an artistic job. I see lot of people do code, but only few actually write Good code. This means they have understood the elegance of the language and knows how to use it.</p>
<h3>Big Code - Good Code</h3>
<p>Big Code, a Good Code? Sounds awkward? A Good code I mean here is a code which runs quicker than other solutions for the same problem.</p>
<blockquote><p><strong>if T(Sol1) &lt; T(Sol2) Then, Solution 1 is a Good code</strong>., Where T is Time function , measures Time Taken</p></blockquote>
<p><em>( though there are various other constraints involved, for time being let not discuss them )</em></p>
<p>Hardcore programmers are always tries to write short programs. They couple few lines of code into one and show that they have done a great coding.  But, things are not always the way it looks. <strong><em>Short is sweet, but not always !</em></strong></p>
<p><span id="more-622"></span><br />
Look into this code, 3 solutions for one simple problem.</p>
<p><em><strong>Problem</strong>: Find the greatest of two numbers a, b</em></p>
<p style="text-align: center"><a href="http://mymindleaks.com/wp-content/uploads/2008/05/code-table1.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/code-table-thumb.png" border="0" alt="code-table" width="640" height="158" /></a></p>
<h3>Million Dollar Question</h3>
<p>Which code runs faster? If you have chosen the A&#8217;s code as faster. You have correctly made a <strong>wrong decision</strong>.</p>
<p>The fastest program is the B&#8217;s program. So, 3 lines of code, still fastest code? Ok.</p>
<p>In the A&#8217;s code,  consider if a &lt; b, two operations should be performed.</p>
<ul>
<li>Compare &#8216;a&#8217; , &#8216;b&#8217;</li>
<li>Branch to Else if &#8216;a&#8217; &lt; &#8216;b&#8217;</li>
<li>Return the expression &#8216;b&#8217;</li>
</ul>
<p>But in B&#8217;s solution, we have already assigned a value to &#8216;x&#8217;. Only job is to compare and Assign. <strong>So the second operation is saved.</strong></p>
<p>In such a small code, you won&#8217;t find a big difference. But think of a macro system with MLOC ( Million Lines of Code ).</p>
<p>I will explain you by solving a bit complex problem, come on join me.</p>
<p><strong>Problem</strong>: <em>Given number &#8216;N&#8217; , split into &#8216;k&#8217; integers, such that N = k1 + k2 + k3 +&#8230;kn and k1 * k2 * k3 is maximum</em>.</p>
<p>You can try various solutions. One simple solution is</p>
<p style="text-align: center"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/image-thumb.png" border="0" alt="image" width="640" height="69" /></p>
<p>Great code, you would be proud to write one line solution of such great problem. But wait, is your code is faster to run for N &gt; 10^10, K &gt; 10^5?</p>
<p>Consider the optimize solution</p>
<p style="text-align: center"><a href="http://mymindleaks.com/wp-content/uploads/2008/05/image1.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/image-thumb1.png" border="0" alt="image" width="640" height="125" /></a></p>
<p>More optimised</p>
<p style="text-align: center"><a href="http://mymindleaks.com/wp-content/uploads/2008/05/image5.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/image-thumb5.png" border="0" alt="image" width="640" height="200" /></a></p>
<p>The last code works much faster than any other. Try looping it for million times with various values of &#8216;N &amp; k &#8216;. and measure the time it takes to complete the million time execution.</p>
<h3>How to write a speedy code?</h3>
<p>So, this is yet another million dollar question. Take a look at the above three solutions. You will find a resemblance.</p>
<p><strong>Solution - 1 </strong>is a generalized form of other two. <strong>Solution - 3 </strong>is more detailed form of Solution - 1.</p>
<p>So, what is been detailed in the Solution 3. If you look at more closely, you will find that Solution-3 has checks for &#8216;Boundary Conditions&#8217;.</p>
<p>Boundary Conditions are very important scenarios in any Logical System. You prove that system works perfect for boundary conditions, you prove the system to work for any values between it. <strong>Similar to Mathematical Induction</strong>. So, this applies for programming too.</p>
<p>If you are able to identify the boundary conditions, and make the appropriate formula for those conditions, then you will skip unnecessary computations.</p>
<p>We will look what have save the computational cycles.</p>
<p>Lets assume, the Input are N=10, K = 2</p>
<p><strong>Using Solution-1:</strong></p>
<p>residue = 0, mid = 5</p>
<p>maxProduct = Math.pow(5+1,0) * Math.pow( 5 ,(2-0) ) = 25</p>
<p><strong>Operations performed:</strong></p>
<p><em>Note: costs are just for calculation, not exact one</em></p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/05/image3.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/image-thumb3.png" border="0" alt="image" width="270" height="322" /></a></p>
<ul>
<li>Math.pow</li>
<li>Addition - (5+1)</li>
<li>Math.pow</li>
<li>Subtraction - ( 2-0 )</li>
<li>Multiplication</li>
</ul>
<p>lets assume the cost for each operation is</p>
<p><strong>Using Solution-3:</strong></p>
<p>The code will branch out to the 1st if condition ( residue == 0 )</p>
<p>maxProduct = Math.pow( 5, 2) = 25</p>
<p><strong>Operations performed</strong></p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/05/image4.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/05/image-thumb4.png" border="0" alt="image" width="270" height="166" /></a></p>
<p>So, you have saved more than 55% of the computational cycles by covering up the boundary conditions.</p>
<p><strong>So, Why you need a Speedy code?</strong></p>
<p>Everyone in life loves speed. Speed bike, Speed cars ( that&#8217;s why you would love F1 ), A speedy 2 GB - Core 2 Duo Powered Machine.</p>
<p><strong>Because Speed makes you feel Good !! So does a Speedy Code will be a Good code.</strong></p>
<p>But, to achieve something you have to compromise with other factors, like I mentioned earlier.</p>
<p>If you need a 2 GB - Core 2 Duo Powered Machine, you should not consider the Money factor.</p>
<p>Similarly while you code, there are lot of other factors like</p>
<ul>
<li>Memory Management</li>
<li>Security</li>
<li>Transaction Isolations etc.,</li>
</ul>
<p>This is just a introduction, will start covering up other topics soon.</p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Big+Code%2C+Good+Code%21&amp;url=http%3A%2F%2Fmymindleaks.com%2Fprogramming%2Fbig-code-good-code%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/coding/" title="Coding" rel="tag nofollow">Coding</a>, <a href="http://mymindleaks.com/tag/featured/" title="Featured" rel="tag nofollow">Featured</a>, <a href="http://mymindleaks.com/tag/guide/" title="guide" rel="tag nofollow">guide</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/apple/why-you-wont-love-macbook-air/" title="Why you won&#8217;t love MacBook Air (February 18, 2008)">Why you won&#8217;t love MacBook Air</a> (4)</li>
	<li><a href="http://mymindleaks.com/news/web-20-lazy-yet-powerful-part-2/" title="Web 2.0, Lazy yet Powerful - Part 2 (March 10, 2008)">Web 2.0, Lazy yet Powerful - Part 2</a> (4)</li>
	<li><a href="http://mymindleaks.com/technology/web-20-lazy-yet-powerful-part-1/" title="Web 2.0, Lazy yet Powerful - Part 1 (March 9, 2008)">Web 2.0, Lazy yet Powerful - Part 1</a> (9)</li>
	<li><a href="http://mymindleaks.com/search-engine-optimization/test-your-web-design-in-63-browsers-and-4-operating-systems/" title="Test your web design in 63 browsers and 4 Operating Systems (March 19, 2008)">Test your web design in 63 browsers and 4 Operating Systems</a> (4)</li>
	<li><a href="http://mymindleaks.com/productivity/stop-all-annoying-messages-from-twitter-pownce-get-friendfeed/" title="Stop all annoying messages from Twitter &amp; Pownce, get FriendFeed (March 4, 2008)">Stop all annoying messages from Twitter &amp; Pownce, get FriendFeed</a> (1)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=trrjim"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=trrjim" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=H0SmUh"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=H0SmUh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=Pd4ZFh"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=Pd4ZFh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=cjRlKH"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=cjRlKH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=WrU3VH"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=WrU3VH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=eAP8MH"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=eAP8MH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=E8hcwH"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=E8hcwH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=3HE6iH"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=3HE6iH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/programming/big-code-good-code/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/programming/big-code-good-code/</feedburner:origLink></item>
		<item>
		<title>Drag n Drop to Organize your feeds in Google Reader</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/279515615/</link>
		<comments>http://mymindleaks.com/google/drag-n-drop-to-organize-your-feeds-in-google-reader/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 02:18:35 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Reader]]></category>

		<category><![CDATA[Organising feeds]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=605</guid>
		<description><![CDATA[Google reader features a lot of features where most of them are still un explored. One good feature in Google reader is a quick way to organize the feeds in Google Reader. If you are a blogger or voracious reader, you would have sure subscribed to more than 50+ blogs. You later on as the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Drag n Drop to Organize your feeds in Google Reader", url: "http://mymindleaks.com/google/drag-n-drop-to-organize-your-feeds-in-google-reader/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://google.com/reader">Google reader</a> features a lot of features where most of them are still un explored. One good feature in Google reader is a quick way to organize the feeds in Google Reader. If you are a blogger or voracious reader, you would have sure subscribed to more than 50+ blogs. You later on as the count increases you might feel changing the current way you organized the your feeds. So, you have 3 options</p>
<p><span id="more-605"></span></p>
<h3>1. Change or Update Folder</h3>
<p>Click open each feed and update the folder in which it wants to reside.</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image33.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb21.png" border="0" alt="image" width="298" height="476" /></a></p>
<p>But this is just good only if you have about 10+ feeds. But as feed count goes on increasing you will find it more difficult and you might feel getting rid of the Google Reader <img src='http://mymindleaks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>2. Bulk Organising</h3>
<p>You can do bulk organising of the feeds in the settings mode.</p>
<p>Go to Settings -&gt; Subscriptions, you will find all the feeds listed. This panel gives you a way to do bulk organization!</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image34.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb22.png" border="0" alt="image" width="640" height="196" /></a></p>
<h3>3. Quick Organising</h3>
<p>Here is our trick that I want to explain. Google reader provides you a Drag n Drop facility to organize the feeds in the reading mode.</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image35.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb23.png" border="0" alt="image" width="265" height="252" /></a></p>
<p>You keep your drag any of the feeds and move it across your folders and drop it, viola, that&#8217;s it. That&#8217;s really a faster and quick way or organising the Google Reader feeds.</p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Drag+n+Drop+to+Organize+your+feeds+in+Google+Reader&amp;url=http%3A%2F%2Fmymindleaks.com%2Fgoogle%2Fdrag-n-drop-to-organize-your-feeds-in-google-reader%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/google-reader/" title="Google Reader" rel="tag nofollow">Google Reader</a>, <a href="http://mymindleaks.com/tag/organising-feeds/" title="Organising feeds" rel="tag nofollow">Organising feeds</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/google/make-google-reader-read-for-you/" title="Make Google Reader read for you (March 19, 2008)">Make Google Reader read for you</a> (4)</li>
	<li><a href="http://mymindleaks.com/news/kml-standard-for-geographical-applications/" title="KML - Standard for Geographical applications (April 17, 2008)">KML - Standard for Geographical applications</a> (2)</li>
	<li><a href="http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" title="Hotmail knocks out GMail to second position (April 14, 2008)">Hotmail knocks out GMail to second position</a> (0)</li>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=xtWCKD"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=xtWCKD" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=wSP1bg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=wSP1bg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=ry3yog"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=ry3yog" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=uJ5GLG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=uJ5GLG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=d8g5SG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=d8g5SG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=O9d7pG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=O9d7pG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=39QThG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=39QThG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=qDJTFG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=qDJTFG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/google/drag-n-drop-to-organize-your-feeds-in-google-reader/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/google/drag-n-drop-to-organize-your-feeds-in-google-reader/</feedburner:origLink></item>
		<item>
		<title>Google releases Google Movies</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/278563423/</link>
		<comments>http://mymindleaks.com/google/google-releases-google-movies/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 01:49:17 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Movies]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/google/google-releases-google-movies/</guid>
		<description><![CDATA[It&#8217;s a good news for the movies and the Multiplex lovers in India. Google had started indexing the details of the movies, it&#8217;s show time, the theatre / multiplex where the movie is picture. You can grab all those details via Google Movies.
&#160;
 

&#160;
You can get the movie details for the next 3 days starting [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Google releases Google Movies", url: "http://mymindleaks.com/google/google-releases-google-movies/" });</script>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a good news for the movies and the Multiplex lovers in India. Google had started indexing the details of the movies, it&#8217;s show time, the theatre / multiplex where the movie is picture. You can grab all those details via <a href="http://google.co.in/movies">Google Movies</a>.</p>
<p>&nbsp;</p>
<p align="center"><img border="0" alt="image" src="http://mymindleaks.com/wp-content/uploads/2008/04/image29.png" width="275" height="241"/> </p>
<p><span id="more-598"></span></p>
<p>&nbsp;</p>
<p>You can get the movie details for the next 3 days starting from current day.</p>
<p align="center"><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image30.png"><img border="0" alt="image" src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb20.png" width="590" height="148"/></a>&nbsp;</p>
<p>&nbsp;</p>
<p>You can make Google sort the results based on the distance, film popularity and film title. This lists down which movie is so popular and it could tell you the index of movies running in a city with the theatres</p>
<p align="center"><img border="0" alt="image" src="http://mymindleaks.com/wp-content/uploads/2008/04/image31.png" width="266" height="41"/> </p>
<p>&nbsp;</p>
<p>You could see google tells you which movie is so popular , so that it runs in most of theatre &amp; multiplexes.</p>
<p align="center"><img border="0" alt="image" src="http://mymindleaks.com/wp-content/uploads/2008/04/image32.png" width="640" height="317"/></p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Google+releases+Google+Movies&amp;url=http%3A%2F%2Fmymindleaks.com%2Fgoogle%2Fgoogle-releases-google-movies%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/google-movies/" title="Google Movies" rel="tag nofollow">Google Movies</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/news/kml-standard-for-geographical-applications/" title="KML - Standard for Geographical applications (April 17, 2008)">KML - Standard for Geographical applications</a> (2)</li>
	<li><a href="http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" title="Hotmail knocks out GMail to second position (April 14, 2008)">Hotmail knocks out GMail to second position</a> (0)</li>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
	<li><a href="http://mymindleaks.com/google/google-talk-chatback-badge-plug-it-in-your-blog/" title="Google Talk Chatback Badge - Plug it in your blog. (February 26, 2008)">Google Talk Chatback Badge - Plug it in your blog.</a> (2)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=yjatdm"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=yjatdm" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=TZGUIg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=TZGUIg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=2Zt73g"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=2Zt73g" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=c54ONG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=c54ONG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=JRDkgG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=JRDkgG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=8ExdBG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=8ExdBG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=5YlyBG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=5YlyBG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=GpMGeG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=GpMGeG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/google/google-releases-google-movies/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/google/google-releases-google-movies/</feedburner:origLink></item>
		<item>
		<title>Clear Page file on Shutdown - Windows XP</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/276186739/</link>
		<comments>http://mymindleaks.com/windows-xp/clear-page-file-on-shutdown-windows-xp/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 14:13:29 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[Pagefile size]]></category>

		<category><![CDATA[tips-tricks]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/windows-xp/clear-page-file-on-shutdown-windows-xp/</guid>
		<description><![CDATA[ Pagefile is system managed virtual memory, which is treated as a virtual RAM, and stored in your harddisk. When people have RAM size of 512 MB or 1 GB , Page file setup would increase your performance . But these page file is always stored on your system and while your windows starts, Windows [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Clear Page file on Shutdown - Windows XP", url: "http://mymindleaks.com/windows-xp/clear-page-file-on-shutdown-windows-xp/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image27.png"><img border="0" alt="image" align="right" src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb18.png" width="240" height="180"/></a> <a href="http://www.theeldergeek.com/paging_file.htm" rel="nofollow">Pagefile</a> is system managed virtual memory, which is treated as a virtual RAM, and stored in your harddisk. When people have RAM size of 512 MB or 1 GB , Page file setup would increase your performance . But these page file is always stored on your system and while your windows starts, Windows will clear up the old page file , it&#8217;s memory and starts creating new page file. This would take a while during your system setup. </p>
<p>But you can clear your page file while your Windows Shutdown, WINXPCPS.REG, an utility which clears the page file during the Windows XP Shutdown. This Registration (.REG) file clears the Page file when you power off the computer.</p>
<p><span id="more-592"></span></p>
<p>Follow these steps</p>
<ol>
<li>Open Registry Editor - regedit.exe</li>
<li>Browse to: HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Session Manager \ Memory Management</li>
<li>Add the DWORD variable &#8220;<strong>ClearPageFileAtShutdown</strong>&#8221; as <strong>dword:00000001</strong></li>
</ol>
<p>&nbsp;</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image28.png"><img border="0" alt="image" src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb19.png" width="629" height="94"/></a> </p>
<p>&nbsp;</p>
<p>You are not comfortable by doing via registry hacking, you can also do it through Administrative tools.</p>
<ol>
<li>Go to Control panel </li>
<li>Open Administrative tools -&gt; local security policy. </li>
<li>Goto local policies -&gt; security options.</li>
<li>Then change the option for &#8220;Shutdown: Clear Virtual Memory Pagefile&#8221;</li>
</ol>
<p>Restart Windows for these changes to take effect!</p>
<p>Image: <a href="http://flickr.com/photos/negativz/41832809/">negativz</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Clear+Page+file+on+Shutdown+-+Windows+XP&amp;url=http%3A%2F%2Fmymindleaks.com%2Fwindows-xp%2Fclear-page-file-on-shutdown-windows-xp%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/pagefile-size/" title="Pagefile size" rel="tag nofollow">Pagefile size</a>, <a href="http://mymindleaks.com/tag/tips-tricks/" title="tips-tricks" rel="tag nofollow">tips-tricks</a>, <a href="http://mymindleaks.com/tag/windows-xp/" title="Windows XP" rel="tag nofollow">Windows XP</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/windows-xp/how-to-request-a-new-ip-address/" title="How to Request a New IP address? (February 16, 2008)">How to Request a New IP address?</a> (4)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=qFfLLW"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=qFfLLW" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=oysBBGg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=oysBBGg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=6e5P3yg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=6e5P3yg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=NXcH7ZG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=NXcH7ZG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=mMLY8fG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=mMLY8fG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=GrakImG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=GrakImG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=v3qcgpG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=v3qcgpG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=PdG0XBG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=PdG0XBG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/windows-xp/clear-page-file-on-shutdown-windows-xp/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/windows-xp/clear-page-file-on-shutdown-windows-xp/</feedburner:origLink></item>
		<item>
		<title>KML - Standard for Geographical applications</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/272255413/</link>
		<comments>http://mymindleaks.com/news/kml-standard-for-geographical-applications/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:39:55 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Earth]]></category>

		<category><![CDATA[Google Maps]]></category>

		<category><![CDATA[KML]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=584</guid>
		<description><![CDATA[KML is named as HTML of geographic contents. KML is originally created in the Google labs for rendering the Google Earth and Google Maps application is now been apporoved as International Standards for developing the Geospatial application. Open Geospatial Consortium ( OGC ) will now take control over the KML standards.
How a KML structure will [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "KML - Standard for Geographical applications", url: "http://mymindleaks.com/news/kml-standard-for-geographical-applications/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://farm1.static.flickr.com/214/470294116_747ef1e785_m.jpg" alt="" width="180" height="240" />KML is named as HTML of geographic contents. KML is originally created in the Google labs for rendering the Google Earth and Google Maps application is now been apporoved as International Standards for developing the Geospatial application. <a href="http://www.opengeospatial.org/">Open Geospatial Consortium ( OGC )</a> will now take control over the KML standards.</p>
<h3>How a KML structure will look like?</h3>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;kml xmlns="http://earth.google.com/kml/2.2"&gt;
&lt;Placemark&gt;
&lt;name&gt;Simple placemark&lt;/name&gt;
&lt;description&gt;Attached to the ground. Intelligently places itself
at the height of the underlying terrain.&lt;/description&gt;
&lt;Point&gt;
&lt;coordinates&gt;-122.0822035425683,37.42228990140251,0&lt;/coordinates&gt;
&lt;/Point&gt;
&lt;/Placemark&gt;
&lt;/kml&gt;</pre>
<h3>Where to get the KML parsers?</h3>
<p>Google code provides the <a href="http://code.google.com/apis/kml/">APIs for the KML</a>. Also you can find the basic <a href="http://code.google.com/apis/kml/documentation/kml_tut.html">tutorial on KML</a>.</p>
<h3>Features of KML?</h3>
<p>KML with it&#8217;s parser allows the following features to be used.</p>
<ul>
<li>Time and Animation</li>
<li>Cameras</li>
<li>Photo Overlays</li>
<li>Polygons, Icons etc</li>
<li>Creating Models, Regions and more.</li>
</ul>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=KML+-+Standard+for+Geographical+applications&amp;url=http%3A%2F%2Fmymindleaks.com%2Fnews%2Fkml-standard-for-geographical-applications%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/google-earth/" title="Google Earth" rel="tag nofollow">Google Earth</a>, <a href="http://mymindleaks.com/tag/google-maps/" title="Google Maps" rel="tag nofollow">Google Maps</a>, <a href="http://mymindleaks.com/tag/kml/" title="KML" rel="tag nofollow">KML</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" title="Hotmail knocks out GMail to second position (April 14, 2008)">Hotmail knocks out GMail to second position</a> (0)</li>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
	<li><a href="http://mymindleaks.com/google/google-talk-chatback-badge-plug-it-in-your-blog/" title="Google Talk Chatback Badge - Plug it in your blog. (February 26, 2008)">Google Talk Chatback Badge - Plug it in your blog.</a> (2)</li>
	<li><a href="http://mymindleaks.com/google/google-releases-google-movies/" title="Google releases Google Movies (April 27, 2008)">Google releases Google Movies</a> (0)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=tTqOxH"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=tTqOxH" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=oxbP4Dg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=oxbP4Dg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=k5g392g"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=k5g392g" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=Hqbr8DG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=Hqbr8DG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=x2ncnfG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=x2ncnfG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=9qkb5qG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=9qkb5qG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=VnT22FG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=VnT22FG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=pdtvI8G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=pdtvI8G" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/news/kml-standard-for-geographical-applications/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/news/kml-standard-for-geographical-applications/</feedburner:origLink></item>
		<item>
		<title>Google Adsense issues word of caution</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/271966091/</link>
		<comments>http://mymindleaks.com/google/google-adsense-issues-word-of-caution/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 06:36:39 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Adsense]]></category>

		<category><![CDATA[Caution]]></category>

		<category><![CDATA[Google Adsense]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=585</guid>
		<description><![CDATA[Due to the increase in the money making strategies after the online boom, Google Adsense is one of the major revenue creating source. People around web had written lots of books, created CDs, presentation on how to make more money on Google Adsense.
For the customers who buy such products, Google Adsense has issued a word [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Google Adsense issues word of caution", url: "http://mymindleaks.com/google/google-adsense-issues-word-of-caution/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Due to the increase in the money making strategies after the online boom, Google Adsense is one of the major revenue creating source. People around web had written lots of books, created CDs, presentation on how to make more money on Google Adsense.</p>
<p>For the customers who buy such products, <a href="http://adsense.blogspot.com/2008/04/word-of-caution.html">Google Adsense has issued a word of caution </a>for the customers.</p>
<p>It&#8217;s been reported that the customers of the above said product would be offered a Google Adsense account on the purchase of the CDs, Presentation etc. Google verifies that they are not affliated with any 3rd party and Google doesn&#8217;t receive any payments to allow into the Google Adsense program. Google reiterate the statement,</p>
<blockquote><p>Google Adsense is a free product offered to publishers by Google Inc.</p></blockquote>
<p>Read more about <a href="https://www.google.com/adsense/support/bin/answer.py?answer=48182&amp;sourceid=aso&amp;subid=ww-en-et-asblog_2008-04-09&amp;medium=link">Google Adsense and the Program policies</a>.</p>
<p>Source: <a href="http://adsense.blogspot.com/2008/04/word-of-caution.html">Google Adsense</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Google+Adsense+issues+word+of+caution&amp;url=http%3A%2F%2Fmymindleaks.com%2Fgoogle%2Fgoogle-adsense-issues-word-of-caution%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/adsense/" title="Adsense" rel="tag nofollow">Adsense</a>, <a href="http://mymindleaks.com/tag/caution/" title="Caution" rel="tag nofollow">Caution</a>, <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/google-adsense/" title="Google Adsense" rel="tag nofollow">Google Adsense</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/news/kml-standard-for-geographical-applications/" title="KML - Standard for Geographical applications (April 17, 2008)">KML - Standard for Geographical applications</a> (2)</li>
	<li><a href="http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" title="Hotmail knocks out GMail to second position (April 14, 2008)">Hotmail knocks out GMail to second position</a> (0)</li>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
	<li><a href="http://mymindleaks.com/google/google-talk-chatback-badge-plug-it-in-your-blog/" title="Google Talk Chatback Badge - Plug it in your blog. (February 26, 2008)">Google Talk Chatback Badge - Plug it in your blog.</a> (2)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=IaeSb9"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=IaeSb9" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=9pPjBfg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=9pPjBfg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=h7JD5Ig"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=h7JD5Ig" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=DKtg7eG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=DKtg7eG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=qECeg5G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=qECeg5G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=DzNEMHG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=DzNEMHG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=nbTT5NG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=nbTT5NG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=2UCPwgG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=2UCPwgG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/google/google-adsense-issues-word-of-caution/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/google/google-adsense-issues-word-of-caution/</feedburner:origLink></item>
		<item>
		<title>Use Shell: for quick Windows XP &amp; Vista Run Commands</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/272213718/</link>
		<comments>http://mymindleaks.com/windows-xp/use-shell-for-quick-windows-xp-vista-run-commands/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 00:30:35 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[commands]]></category>

		<category><![CDATA[Resources]]></category>

		<category><![CDATA[Run Commands]]></category>

		<category><![CDATA[Shell Command]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=568</guid>
		<description><![CDATA[After posting the 113 Windows Run commands, I started digging more into the Windows Help &#38; Internet to find the more windows commands that can make my life better with Windows.
Windows Run command with &#8220;shell:&#8221; operator performs special operation that can&#8217;t be done via normal run commands.
I&#8217;m listing here the most useful commands using the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Use Shell: for quick Windows XP &#38; Vista Run Commands", url: "http://mymindleaks.com/windows-xp/use-shell-for-quick-windows-xp-vista-run-commands/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://farm1.static.flickr.com/147/417570980_c16f764f45_m.jpg" alt="" width="180" height="240" />After posting the <a href="http://mymindleaks.com/windows-xp/113-useful-windows-commands/">113 Windows Run commands</a>, I started digging more into the Windows Help &amp; Internet to find the more windows commands that can make my life better with Windows.</p>
<p>Windows Run command with &#8220;<strong>shell:</strong>&#8221; operator performs special operation that can&#8217;t be done via normal run commands.</p>
<p>I&#8217;m listing here the most useful commands using the Windows shell operator from a pile of shell operator commands.</p>
<p>Complete list of <a href="http://www.vistax64.com/tutorials/91188-shell-command.html">commands can be found here</a></p>
<p>shell:SendTo - Opens the Context menu&#8217;s SendTo folder location.<br />
shell:Cache - Opens Internet Explorer’s temporary internet files folder.<br />
shell:Common Desktop - Opens the Public Users Desktop folder location. C:\Users\Public\Desktop<br />
shell:History - Opens Internet Explorer’s history of websites visited.<br />
shell:Cookies - Opens one of the folders where Internet Explorer saves cookies.<br />
shell:Favorites - Opens your personal username&#8217;s Favorites folder location.<br />
shell:Fonts - Opens Vista&#8217;s Fonts folder location.<br />
shell:InternetFolder Opens the 32 bit Internet Explorer.<br />
shell:Links - Opens your personal username&#8217;s Links folder location.<br />
shell:My Music - Opens your personal username&#8217;s Music folder location.<br />
shell:My Pictures - Opens your personal username&#8217;s Pictures folder location.<br />
shell:My Video - Opens your personal username&#8217;s Video folder location.<br />
shell:Recent - Opens Recent Items location.<br />
shell:RecycleBinFolder - Opens the Recycle Bin folder.<br />
shell:Startup - Opens the location where shortcuts to programs that are set to start when Vista boots up are saved.<br />
shell:System - Opens the System32 folder location.<br />
shell:Templates - Opens the Templates folder location.</p>
<p>Image: <a href="http://www.flickr.com/photos/e2/417570980/">einesrah</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Use+Shell%3A+for+quick+Windows+XP+%26amp%3B+Vista+Run+Commands&amp;url=http%3A%2F%2Fmymindleaks.com%2Fwindows-xp%2Fuse-shell-for-quick-windows-xp-vista-run-commands%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/commands/" title="commands" rel="tag nofollow">commands</a>, <a href="http://mymindleaks.com/tag/resources/" title="Resources" rel="tag nofollow">Resources</a>, <a href="http://mymindleaks.com/tag/run-commands/" title="Run Commands" rel="tag nofollow">Run Commands</a>, <a href="http://mymindleaks.com/tag/shell-command/" title="Shell Command" rel="tag nofollow">Shell Command</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/windows-xp/113-useful-windows-commands/" title="113 Useful Windows Commands (March 2, 2008)">113 Useful Windows Commands</a> (19)</li>
	<li><a href="http://mymindleaks.com/windows-xp/how-to-request-a-new-ip-address/" title="How to Request a New IP address? (February 16, 2008)">How to Request a New IP address?</a> (4)</li>
	<li><a href="http://mymindleaks.com/technology/hack-samsung-mobile-codes/" title="Hack Samsung Mobile Codes (February 16, 2008)">Hack Samsung Mobile Codes</a> (35)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
	<li><a href="http://mymindleaks.com/technology/free-online-file-storage-sharings-services/" title="Free Online File Storage &#038; Sharings Services (April 12, 2008)">Free Online File Storage &#038; Sharings Services</a> (0)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=psc0i5"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=psc0i5" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=yTHO9Cg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=yTHO9Cg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=PUdTnkg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=PUdTnkg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=q5Ro87G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=q5Ro87G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=uZLZfVG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=uZLZfVG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=k7YqfbG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=k7YqfbG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=t2AJ7YG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=t2AJ7YG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=LtRRprG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=LtRRprG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/windows-xp/use-shell-for-quick-windows-xp-vista-run-commands/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/windows-xp/use-shell-for-quick-windows-xp-vista-run-commands/</feedburner:origLink></item>
		<item>
		<title>Google knows My Mind in 9 minutes</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/271579254/</link>
		<comments>http://mymindleaks.com/search-engine-optimization/google-knows-my-mind-in-9-minutes/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:42:54 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=583</guid>
		<description><![CDATA[It was really surprising for me to see that Google Indexes &#8216;My Mind Leaks&#8216; with in 9 minutes after posting a blog entry. Today I was checking with the enabling USB in Leopard stuffs around the internet and after a long search found a fix and wrote a post about it. And the post is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Google knows My Mind in 9 minutes", url: "http://mymindleaks.com/search-engine-optimization/google-knows-my-mind-in-9-minutes/" });</script>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">It was really surprising for me to see that Google Indexes &#8216;<a href="http://mymindleaks.com">My Mind Leaks</a>&#8216; with in 9 minutes after posting a blog entry. Today I was checking with the <a href="http://mymindleaks.com/apple/how-to-enable-usb-in-leopard/">enabling USB in Leopard</a> stuffs around the internet and after a long search found a fix and wrote a post about it. And the post is indexed with in 9 minutes.</p>
<p style="text-align: center;"><img src="http://img.skitch.com/20080416-ntkqidhpabwn34yyr6r112hb63.png" alt="" width="568" height="263" /></p>
<p style="text-align: left;">
<p style="text-align: left;">I remember that it would take more than 2 days for Google to index this blog, but surprising that Google learns from the frequency of blog items from my blogs and knows the importance of indexing my blog quick.</p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Google+knows+My+Mind+in+9+minutes&amp;url=http%3A%2F%2Fmymindleaks.com%2Fsearch-engine-optimization%2Fgoogle-knows-my-mind-in-9-minutes%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/search-engine/" title="Search Engine" rel="tag nofollow">Search Engine</a>, <a href="http://mymindleaks.com/tag/search-engine-optimization/" title="Search Engine Optimization" rel="tag nofollow">Search Engine Optimization</a>, <a href="http://mymindleaks.com/tag/seo/" title="seo" rel="tag nofollow">seo</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/google/display-tags-in-google-search-using-google-bookmarks/" title="Display tags in Google Search using Google Bookmarks (March 25, 2008)">Display tags in Google Search using Google Bookmarks</a> (0)</li>
	<li><a href="http://mymindleaks.com/site-statistics/a-journey-from-0-to-23k-pageviews/" title="A journey from 0 to 23k Pageviews (March 11, 2008)">A journey from 0 to 23k Pageviews</a> (4)</li>
	<li><a href="http://mymindleaks.com/news/kml-standard-for-geographical-applications/" title="KML - Standard for Geographical applications (April 17, 2008)">KML - Standard for Geographical applications</a> (2)</li>
	<li><a href="http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" title="Hotmail knocks out GMail to second position (April 14, 2008)">Hotmail knocks out GMail to second position</a> (0)</li>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=tcoitJ"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=tcoitJ" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=OPgc5Eg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=OPgc5Eg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=k2fDXRg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=k2fDXRg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=V4pGXrG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=V4pGXrG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=MAULp4G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=MAULp4G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=oEj4vsG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=oEj4vsG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=AbIbf3G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=AbIbf3G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=r5UOzHG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=r5UOzHG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/search-engine-optimization/google-knows-my-mind-in-9-minutes/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/search-engine-optimization/google-knows-my-mind-in-9-minutes/</feedburner:origLink></item>
		<item>
		<title>How to Enable USB in Leopard</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/271565345/</link>
		<comments>http://mymindleaks.com/apple/how-to-enable-usb-in-leopard/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:18:51 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Drivers]]></category>

		<category><![CDATA[Fixes]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=582</guid>
		<description><![CDATA[Do you have a question &#8216;My USB Flash drive is not detected in Leopard&#8217;? You face problems after you install or upgraded to new Leopard? Here is a solution for all your problems.
None of the OS is great if it doesn&#8217;t support USB &#38; Internet. Even Leopard doesn&#8217;t get a compromise. Most of the people [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to Enable USB in Leopard", url: "http://mymindleaks.com/apple/how-to-enable-usb-in-leopard/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Do you have a question &#8216;My USB Flash drive is not detected in Leopard&#8217;? You face problems after you install or upgraded to new Leopard? Here is a solution for all your problems.</p>
<p>None of the OS is great if it doesn&#8217;t support USB &amp; Internet. Even Leopard doesn&#8217;t get a compromise. Most of the people installed Leopard or upgraded to Leopard will face a problem where the USB drives will not be detected. I was tired of searching with Google and finally found a fix for the USB drivers to be detected.You need to install the latest drivers for USB in the leopard machine. Get it from the <a href="http://developer.apple.com/hardwaredrivers/download/usbdebug.html">Apple Developer Connection - USB Debug Kits</a>. You need to get registered in order to download it from the Apple Developer Connection.</p>
<p><span id="more-582"></span></p>
<p>Follow this easy step.</p>
<ul>
<li>Just download this zip file from drop.io - <a href="http://drop.io/mymindleaks">iousbfamily308.4.0</a></li>
<li>Unzip zip it</li>
<li>Install the package IOUSBFamily-308.4.0-log.pkg.</li>
<li>Follow the onscreen instruction and finish the installation.</li>
<li>Reboot the machine.</li>
<li>Plug in the USB stick and you will find it tracked. Here is my USB stick got detected</li>
</ul>
<p><img src="file:///private/tmp/t1.jpg" alt="" /></p>
<p style="text-align: center;">Install the package - IOUSBFamily-308.4.0-log.pkg</p>
<p style="text-align: center;"><img src="http://img.skitch.com/20080416-rgx63efhaxdyc235t8ayh424ea.png" alt="" width="460" height="276" /></p>
<p>Follow the installation steps.</p>
<p style="text-align: center;"><img src="http://img.skitch.com/20080416-3ghrqqd89p6hj4pjr2uxh78f8.png" alt="" width="621" height="447" /></p>
<p>My 4GB Trascedent USB drive mounted!</p>
<p style="text-align: center;"><img src="http://img.skitch.com/20080416-cr9ire2sh12gfekgadwnxy44du.jpg" alt="" width="247" height="94" /></p>
<p>Will soon write on how to enable the Ethernet card and to handle the problems you face while you run your Leopad ( Hackintosh ).</p>
<p>Do you have any technical question? Drop me a mail or comment!!</p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=How+to+Enable+USB+in+Leopard&amp;url=http%3A%2F%2Fmymindleaks.com%2Fapple%2Fhow-to-enable-usb-in-leopard%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/apple/" title="Apple" rel="tag nofollow">Apple</a>, <a href="http://mymindleaks.com/tag/drivers/" title="Drivers" rel="tag nofollow">Drivers</a>, <a href="http://mymindleaks.com/tag/fixes/" title="Fixes" rel="tag nofollow">Fixes</a>, <a href="http://mymindleaks.com/tag/leopard/" title="Leopard" rel="tag nofollow">Leopard</a>, <a href="http://mymindleaks.com/tag/mac/" title="Mac" rel="tag nofollow">Mac</a>, <a href="http://mymindleaks.com/tag/usb-drive/" title="USB Drive" rel="tag nofollow">USB Drive</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/apple/why-you-wont-love-macbook-air/" title="Why you won&#8217;t love MacBook Air (February 18, 2008)">Why you won&#8217;t love MacBook Air</a> (4)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=w9k7Tp"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=w9k7Tp" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=TgD9hSg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=TgD9hSg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=bdoKr9g"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=bdoKr9g" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=PGr5qTG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=PGr5qTG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=Hjb1eFG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=Hjb1eFG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=EJGV3mG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=EJGV3mG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=vOb45QG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=vOb45QG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=w7rjYEG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=w7rjYEG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/apple/how-to-enable-usb-in-leopard/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/apple/how-to-enable-usb-in-leopard/</feedburner:origLink></item>
		<item>
		<title>Hotmail knocks out GMail to second position</title>
		<link>http://feeds.feedburner.com/~r/mymindleaks/~3/270361932/</link>
		<comments>http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 00:30:00 +0000</pubDate>
		<dc:creator>maheshexp</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[GMail]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Hotmail]]></category>

		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=573</guid>
		<description><![CDATA[Google Trend chart which shows that still Hotmail continues to be the most searched or accessed product in the Internet compared to Gmail or Yahoo Mail. This obviously means that hotmail is the hottest product still in the email applications. People try to search a lot about hotmail, it&#8217;s help, tricks, tips etc compared to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Hotmail knocks out GMail to second position", url: "http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://google.com/trends?q=gmail%2C+yahoo+mail%2C+hotmail&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0">Google Trend chart</a> which shows that still Hotmail continues to be the most searched or accessed product in the Internet compared to Gmail or Yahoo Mail. This obviously means that hotmail is the hottest product still in the email applications. People try to search a lot about hotmail, it&#8217;s help, tricks, tips etc compared to the Gmail.</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image19.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb16.png" border="0" alt="image" width="583" height="288" /></a></p>
<p><span id="more-573"></span></p>
<p>Hotmail continues it&#8217;s grip in countries like Malaysia , Ireland, Spain</p>
<p><a href="http://mymindleaks.com/wp-content/uploads/2008/04/image20.png"><img src="http://mymindleaks.com/wp-content/uploads/2008/04/image-thumb17.png" border="0" alt="image" width="397" height="298" /></a></p>
<p>As a avid Gmail user, this trend patten made me dig in to hotmail and check what is so different in hotmail.</p>
<p>These are the features that could make hotmail out perform Gmail.</p>
<ul>
<li>Outlook like Right &amp; Bottom Pane Reading</li>
<li>Unlike Gmail, Hotmail asks the user to add an Unlisted email to add into contacts. This is one feature that I like and I don&#8217;t like Gmail. Sometimes you might forget to add an address, but at the same time you might feel it handy. But this actually makes your address book like  a spam book.</li>
<li>Very fast accessing of mail compared to Gmail. Just a click, you will read the mail at that instance.</li>
<li>No labels, makes organizing the mails simple.</li>
</ul>
<p>If anyone can find more reason of this pattern, please share your thoughts.</p>
<p><a href="http://sharethis.com/item?&wp=2.5&amp;publisher=cb905db7-228f-4691-8f89-e07ff141e3db&amp;title=Hotmail+knocks+out+GMail+to+second+position&amp;url=http%3A%2F%2Fmymindleaks.com%2Finternet%2Fhotmail-knocks-out-gmail-to-second-position%2F">ShareThis</a></p>
	Tagged in My Mind as: <a href="http://mymindleaks.com/tag/gmail/" title="GMail" rel="tag nofollow">GMail</a>, <a href="http://mymindleaks.com/tag/google/" title="Google" rel="tag nofollow">Google</a>, <a href="http://mymindleaks.com/tag/hotmail/" title="Hotmail" rel="tag nofollow">Hotmail</a>, <a href="http://mymindleaks.com/tag/trends/" title="Trends" rel="tag nofollow">Trends</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://mymindleaks.com/google/hacking-gmail-search-part-2/" title="Hack GMail Search - Part 2 (February 29, 2008)">Hack GMail Search - Part 2</a> (1)</li>
	<li><a href="http://mymindleaks.com/google/demystifying-gmail-search-part-1/" title="Hack GMail Search - Part 1 (February 25, 2008)">Hack GMail Search - Part 1</a> (2)</li>
	<li><a href="http://mymindleaks.com/technology/gmail-account-could-have-been-hacked-warning/" title="GMail account could have been hacked - Warning!! (February 23, 2008)">GMail account could have been hacked - Warning!!</a> (2)</li>
	<li><a href="http://mymindleaks.com/news/kml-standard-for-geographical-applications/" title="KML - Standard for Geographical applications (April 17, 2008)">KML - Standard for Geographical applications</a> (2)</li>
	<li><a href="http://mymindleaks.com/google/google-talk-chatback-badge-plug-it-in-your-blog/" title="Google Talk Chatback Badge - Plug it in your blog. (February 26, 2008)">Google Talk Chatback Badge - Plug it in your blog.</a> (2)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/mymindleaks?a=02kBYM"><img src="http://feeds.feedburner.com/~a/mymindleaks?i=02kBYM" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/mymindleaks?a=InGKS1g"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=InGKS1g" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=QGGWgKg"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=QGGWgKg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=E5NzC3G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=E5NzC3G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=I3DcHfG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=I3DcHfG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=5UrG37G"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=5UrG37G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=AoDlMRG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=AoDlMRG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/mymindleaks?a=O2zW3kG"><img src="http://feeds.feedburner.com/~f/mymindleaks?i=O2zW3kG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/feed/</wfw:commentRss>
		<feedburner:origLink>http://mymindleaks.com/internet/hotmail-knocks-out-gmail-to-second-position/</feedburner:origLink></item>
	</channel>
</rss>
