<?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>Tech Monk</title>
	<atom:link href="http://www.techmonk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmonk.com</link>
	<description>Guide To The Nth Dimension Of Computing And Internet</description>
	<lastBuildDate>Fri, 26 Feb 2010 03:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Make Your Keyboard LED Lights Disco Dance!</title>
		<link>http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/</link>
		<comments>http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:16:42 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Entertainement]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[leisure]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=718</guid>
		<description><![CDATA[Here is a trick that you will surely enjoy seeing. This trick makes your keyboard lights play disco merrily! Check out how to do this trick. Show off to your friends!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/&title=Make Your Keyboard LED Lights Disco Dance!" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fmake-your-keyboard-led-lights-dance-like-disco%2F718%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fmake-your-keyboard-led-lights-dance-like-disco%2F718%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Do you want to see your keyboard lights play disco? Yes, you heard that right! You can make your keyboard LEDs dance, with a simple Visual Basic script. Now, without much ado, let me give you the script.</p>
<p>Copy the following script into a notepad. Then save that file with an extension &#8220;.vbs&#8221;. Now click on the new file with a script like icon. You see the magic! I am sure you will enjoy seeing them. Here are the codes you need to paste:</p>
<p>This code makes the LEDs to dance randomly.</p>
<pre>Set wshShell =wscript.CreateObject("WScript.Shell")

do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop</pre>
<p>This code makes the LEDs to dance in a regular manner.</p>
<pre>Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop</pre>
<p>To end this disco, you need to end a process called &#8220;wscript.exe&#8221;. For best results, keep all the LEDs &#8220;Off&#8221; before starting the script.</p>
<p>Don&#8217;t forget to share this with your friends on Twitter and other sites!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/make-your-keyboard-led-lights-dance-like-disco/718/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Live Score Updates On Cricket With Cricinfo &#8211; Google Chrome Extension</title>
		<link>http://www.techmonk.com/get-live-score-updates-on-cricket-with-cricinfo/714/</link>
		<comments>http://www.techmonk.com/get-live-score-updates-on-cricket-with-cricinfo/714/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 08:49:14 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[leisure]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=714</guid>
		<description><![CDATA[Cricinfo is a google chrome extension that helps you to track the cricket world right from your browser. It even gives you the updates about the scores of the ongoing matches. Go ahead and install it.]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/get-live-score-updates-on-cricket-with-cricinfo/714/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/get-live-score-updates-on-cricket-with-cricinfo/714/&title=Get Live Score Updates On Cricket With Cricinfo &#8211; Google Chrome Extension" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fget-live-score-updates-on-cricket-with-cricinfo%2F714%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fget-live-score-updates-on-cricket-with-cricinfo%2F714%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>﻿Cricket is the most popular sport in India. There is a lot of excitement during this season as there will be lots of matches going on. To all the cricket fans, here is something that you will be definitely interested in. ESPN has launched a new official extension for the Google Chrome <a href="http://www.techmonk.com/tag/browsers/" target="_blank">browser</a>. It&#8217;s called Cricinfo.</p>
<p>Also Read: <a href="http://www.techmonk.com/get-newslines-directly-on-your-desktop/605/" target="_blank">Get News Tickers On Desktop</a></p>
<p>Cricinfo is a <a href="http://www.techmonk.com/tag/google-chrome/" target="_self">Google Chrome</a> extension that gives you all the latest news, updates and live scores just with a click. This extension alerts you with a notification on the top right corner of your browser whenever there are any updates in the cricket world. A new feature has been added to this extension very recently which even alerts you about the wicket falls in the ongoing matches along with live scores.</p>
<p>Cricinfo is an excellent extension for working cricket freaks. Go ahead and <a href="https://chrome.google.com/extensions/detail/ijhlikjoigjegofbedmfmlcfkmhabldh" target="_blank">install Cricinfo</a> here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/get-live-score-updates-on-cricket-with-cricinfo/714/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Doodle Replaces Google Logo With Your Favorite Doodle &#8211; Chrome Extension</title>
		<link>http://www.techmonk.com/favorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension/711/</link>
		<comments>http://www.techmonk.com/favorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension/711/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 19:45:34 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=711</guid>
		<description><![CDATA[Google Doodles are creative logos created by Google to mark special days in the history and present. Make your favorite doodle as the logo of the Google homepage with Favorite Doodle.]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/favorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension/711/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/favorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension/711/&title=Favorite Doodle Replaces Google Logo With Your Favorite Doodle &#8211; Chrome Extension" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Ffavorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension%2F711%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Ffavorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension%2F711%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Google Doodles are creative logos created by Google for special occasions such as V<a href="http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/" target="_self">ancouver Olympics</a>, Birthdays of scientists or for any other achievement in the history. Google Doodles are very creative and are a treat for our eyes. Want to get one of those superb, cute and fantastic Google Doodle on your homepage always? Favorite Doodle helps you do this.</p>
<p>Favorite Doodle is a Google Chrome extension that replaces the normal Google logo on the homepage with the Google Doodle you choose. This logo will stick to the Google homepage until and unless you change it or remove it.</p>
<div class="wp-caption aligncenter" style="width: 590px"><img title="Favorite Doodle" src="http://www.techmonk.com/postimg/favorite_doodle.png" alt="favorite_doodle" width="580" height="244" /><p class="wp-caption-text">Look at the top-left corner of the page</p></div>
<p>Tip: <a href="http://www.techmonk.com/tools-to-create-free-google-logos-online/389/" target="_self">Tools To Create Google Logos Online</a></p>
<p><strong>How To Use Favorite Doodle?</strong></p>
<p>To use this addon/extension, you need to install it here from the <a title="Favorite Doodle" href="https://chrome.google.com/extensions/detail/nedjejdfkkjgebciefdfofjhmeogiaga" target="_blank">Extensions gallery</a>. After this, you need to go to the <a href="http://google.com/logos" target="_blank">doodle gallery</a> page. There, you would find a button saying <strong>&#8220;Make This My Favorite Doodle&#8221;</strong>. Choose your favorite doodle and enjoy!</p>
<p><em><strong>P.S. - Favorite Doodle addon doesn&#8217;t replace the new doodle&#8217;s that Google releases. At present, as Vancouver Olympics Doodle series is on, you can&#8217;t see the doodle you choose on the homepage. However, you can see at the top left corner of the search page. </strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/favorite-doodle-replaces-google-logo-with-your-favorite-doodle-chrome-extension/711/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Readability is a Simple Tool That Lets You Read Articles Clutter Free</title>
		<link>http://www.techmonk.com/remove-ads-while-reading-webpages/706/</link>
		<comments>http://www.techmonk.com/remove-ads-while-reading-webpages/706/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 12:03:10 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Tools & Tutorials]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=706</guid>
		<description><![CDATA[Remove all those ads, widgets, links while reading a post with Readability. Readability is a tool that helps you to have a distraction free online reading with just one single click. Read how to install it!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/remove-ads-while-reading-webpages/706/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/remove-ads-while-reading-webpages/706/&title=Readability is a Simple Tool That Lets You Read Articles Clutter Free" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fremove-ads-while-reading-webpages%2F706%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fremove-ads-while-reading-webpages%2F706%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Many blogs fill their post pages with lots of <a href="http://www.techmonk.com/embed-netvibes-widgets-for-blog-2/326/" target="_blank">widgets</a> such as Related posts, Popular posts and so on. Some blogs even place lots of flashing affiliate links on the sides of the posts. This is a complete distraction to the <a href="http://www.techmonk.com/addon-reduce-bounce-rate-of-blogger-wordpress-blogs/528/" target="_blank">readers</a>. Even though there is good content written on that blog, visitors can&#8217;t read it because of the clutter.</p>
<p><a href="http://lab.arc90.com/experiments/readability/" target="_blank">Readability</a> is a tool that helps you to read any webpage clutter free. Whenever you want to read a webpage without any distraction, you just need to click on this bookmark and Voila! all clutter is cleared! You will be presented with pure content without any ads. Check the below two images to see how it works!</p>
<p>Tip: <a title="5 Tools That Help You To Tweet From Gtalk" href="http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/">5 Tools That Help You To Tweet From Gtalk</a></p>
<div class="wp-caption aligncenter" style="width: 590px"><img class=" " title="Readability Test" src="http://www.techmonk.com/postimg/readability_before.png" alt="readability_before" width="580" height="400" /><p class="wp-caption-text">Now, who would want to read that with Clinton and Bush?</p></div>
<p>Now, just click on the bookmarked button. Wow! Clutter-free! You have to click that &#8220;refresh&#8221; button (See below image) to get it back to normal mode again.</p>
<div class="wp-caption aligncenter" style="width: 590px"><img class=" " title="Readability Test" src="http://www.techmonk.com/postimg/readability_after.png" alt="readability_after" width="580" height="400" /><p class="wp-caption-text">Bye Bush, Clinton: Ah! I can read that post easily and quickly now!</p></div>
<p>Add <a title="Readability Bookmark" href="javascript:(function(){readStyle='style-newspaper';readSize='size-medium';readMargin='margin-wide';_readability_script=document.createElement('SCRIPT');_readability_script.type='text/javascript';_readability_script.src='http://lab.arc90.com/experiments/readability/js/readability.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_readability_script);_readability_css=document.createElement('LINK');_readability_css.rel='stylesheet';_readability_css.href='http://lab.arc90.com/experiments/readability/css/readability.css';_readability_css.type='text/css';_readability_css.media='all';document.getElementsByTagName('head')[0].appendChild(_readability_css);_readability_print_css=document.createElement('LINK');_readability_print_css.rel='stylesheet';_readability_print_css.href='http://lab.arc90.com/experiments/readability/css/readability-print.css';_readability_print_css.media='print';_readability_print_css.type='text/css';document.getElementsByTagName('head')[0].appendChild(_readability_print_css);})();" target="_blank">Readability</a> bookmark to your browser and enjoy clutter free reading! (To add a bookmark to your browser, drag and drop the link to your browser bookmarks bar.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/remove-ads-while-reading-webpages/706/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Celebrates Vancouver 2010 Winter Olympics By Its New Doodle</title>
		<link>http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/</link>
		<comments>http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:41:11 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google doodle]]></category>
		<category><![CDATA[interent]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=703</guid>
		<description><![CDATA[Google's new doodle for the Vancouver Winter Olympics 2010.]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/&title=Google Celebrates Vancouver 2010 Winter Olympics By Its New Doodle" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fgoogle-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle%2F703%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fgoogle-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle%2F703%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>As you all know Google celebrates many big events by changing its logo. Today, Google has changed its logo to a different one which has a diver in his diving suit. Save this logo onto your desktop if you liked it!</p>
<div class="wp-caption aligncenter" style="width: 557px"><a href="http://www.techmonk.com/postimg/olympics10-skeleton-hp.png"><img title="Vancouver Olympics Doodle" src="http://www.techmonk.com/postimg/olympics10-skeleton-hp.png" alt="Vancouver_Olympics_Doodle" width="547" height="170" /></a><p class="wp-caption-text">The new doodle for winter Olympics from Google</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/google-celebrates-vancouver-2010-winter-olympics-by-its-new-doodle/703/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Real Time Search Increases Twitter Traffic By 9%</title>
		<link>http://www.techmonk.com/googles-real-time-search-increases-twitter-traffic-by-9/696/</link>
		<comments>http://www.techmonk.com/googles-real-time-search-increases-twitter-traffic-by-9/696/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:40:24 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interent]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=696</guid>
		<description><![CDATA[Google's real time search has increased the Twitter traffic to a certain extent. Research says that there has been a 9% increase in the traffic after the release of Google Real Time search.]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/googles-real-time-search-increases-twitter-traffic-by-9/696/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/googles-real-time-search-increases-twitter-traffic-by-9/696/&title=Google&#8217;s Real Time Search Increases Twitter Traffic By 9%" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fgoogles-real-time-search-increases-twitter-traffic-by-9%2F696%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fgoogles-real-time-search-increases-twitter-traffic-by-9%2F696%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Google very recently launched real-time search which included Twitter tweets about the hot news that was going on. A research by <a href="http://digital.venturebeat.com/2010/02/18/twitter-traffic-google-real-time/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Venturebeat+(VentureBeat)&amp;utm_content=Twitter" target="_blank">Digital Beat</a> on this new integration has revealed that there has been a increase of traffic for the social networking site, Twitter.</p>
<div class="wp-caption aligncenter" style="width: 468px"><img title="ComScore Graph Analysis" src="http://www.techmonk.com/postimg/comscore_twitter_traffic.png" alt="comscore_analysis" width="458" height="265" /><p class="wp-caption-text">comScore: Graph analyses the traffic</p></div>
<p>The statistics from ComScore show that there has been a little increase in traffic than the normal traffic that the social networking site was getting usually. In January this year, Twitter got 21.79 million unique visitors which was pretty much higher than that of 21.25 million visitors (calculated on July 2009). There was a 3.1 percent increase in the traffic, in December when compared with the traffic in the previous month. So, the real time search which was introduced on December 7 has caused a great impact on Twitter&#8217;s traffic.</p>
<p style="text-align: center;"><img class="  aligncenter" title="Experian Hitwise Data" src="http://www.techmonk.com/postimg/Experian%20hitwise.jpg" alt="Experian_Hitwise_Data" /></p>
<p>Experian Hitwise collects some data on this aspect. The graph above shows the increase in the traffic that is driven to Twitter through Google. There has been a 9% increase in the traffic that Twitter got from Google in the time period of December 5th to February 13th.</p>
<p><a href="http://digital.venturebeat.com/2010/02/18/twitter-traffic-google-real-time/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Venturebeat+(VentureBeat)&amp;utm_content=Twitter" target="_blank">[Image Source]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/googles-real-time-search-increases-twitter-traffic-by-9/696/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Search Engine To Find People &#8211; Whoozy</title>
		<link>http://www.techmonk.com/a-search-engine-to-find-people-whoozy/691/</link>
		<comments>http://www.techmonk.com/a-search-engine-to-find-people-whoozy/691/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:51:18 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=691</guid>
		<description><![CDATA[Ever tried to search for a person online with his name and didn't find success? Then, Whoozy is for you! Whoozy is a search engine meant for finding people online. You are sure to find the person you are searching for with Whoozy's systematic search. Check out!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/a-search-engine-to-find-people-whoozy/691/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/a-search-engine-to-find-people-whoozy/691/&title=A Search Engine To Find People &#8211; Whoozy" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Fa-search-engine-to-find-people-whoozy%2F691%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Fa-search-engine-to-find-people-whoozy%2F691%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="_mcePaste">
<div id="_mcePaste">Whoozy is a search engine that helps us to to search for any person and information about him available online just by his/her name. Whoozy offers a systematic search to find people right from social networks to blogs easily.</div>
<div></div>
<div id="_mcePaste">It offers you a step-wise search options:  <strong>Social Networks&gt;&gt; Search Engines&gt;&gt; Photos/Video/Audio&gt;&gt; Personal</strong>. You have to enter the name of the person you want to know about and click on the &#8220;search&#8221; button. From there, your journey starts.</div>
<div></div>
<div>It first shows you all the <a href="http://www.techmonk.com/check-availability-of-usernames-in-the-social-bookmarking-and-other-sites-under-one-roof/48/" target="_self">social networks</a> that have the name you entered along with their respective profile photographs. It searched from almost all the popular social networks like FaceBook, <a href="http://www.techmonk.com/tweet-more-than-140-characters-using-twittercontd/41/" target="_self">Twitter</a>, LinkedIn and many more. You can also choose more networking sites from the &#8220;Settings&#8221; option.</div>
<div></div>
<div><img class="aligncenter" title="whoozy social search" src="http://www.techmonk.com/postimg/whoozy_social_network.png" alt="whoozy social search" width="580" height="400" /></div>
<div id="_mcePaste"></div>
<div>You are most likely to find the person you are searching for from the above search as most of the people use social networking. Even if not, you can continue your search to the next step. Whoozy, next, shows the search results of various <a href="http://www.techmonk.com/tweak-bing-search-engine-to-get-effective-search-results/56/" target="_self">search engines</a> like Yahoo!, Google, Bing, Google News and from different blogs. You can go through the search results and click on those links, that you get a hunch on.</div>
<div></div>
<div id="_mcePaste"><img class="aligncenter" title="whozzy search engine search" src="http://www.techmonk.com/postimg/whoozy_search_engines.png" alt="whoozy_search_engine_search" width="580" height="400" /></div>
<div id="_mcePaste"></div>
<div>If you did not find the one you wanted even now or have a doubt whether you found the right person, you can jump on to the &#8220;Photos/Video/Audio&#8221; search, where you will find results from Google Images, Flickr and <a href="http://www.techmonk.com/how-to-get-turn-off-lights-on-every-youtube-video/544/" target="_self">Youtube</a>. You can confirm with the photos or videos whether you have found the right person!</div>
<div></div>
<p>Also Read: <span style="line-height: 18px; font-size: 12px;"><span style="color: #000000;"><a href="http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/" target="_blank">5 Tools That Help You To Tweet From Gtal</a></span><span style="color: #000000;"><a href="http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/" target="_blank">k</a></span></span></p>
<div><span style="line-height: 18px; font-size: 12px;"><span style="color: #000000;"><br />
</span></span></div>
<div id="_mcePaste"><img class="aligncenter" title="whoozy photo search" src="http://www.techmonk.com/postimg/whoozy_photo_search.png" alt="whoozy_photo_search" width="580" height="400" /></div>
<div id="_mcePaste"></div>
<div>What would you do after finding the right person? You would definitely try to contact him/her or at least note down some of his/her personal information such as email-address, telephone number etc. The &#8220;Personal&#8221; tab lets you do that! You can find out facts about that person, his documents, his email address or tags that are associated with him/her online.</div>
<div></div>
<div><img class="aligncenter" title="personal info" src="http://www.techmonk.com/postimg/whoozy_personal_info.png" alt="personal_information_search" width="580" height="400" /></div>
</div>
<div></div>
<div>So, that completes the search! Go ahead and try <a href="http://www.whoozy.com" target="_blank">Whoozy</a>!</div>
<div></div>
<div>You have everything you wanted about a person with just a single click. What do you think about Whoozy? Do you think it is helpful? Or you think you can do this with Google itself? Share your thoughts through comments.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/a-search-engine-to-find-people-whoozy/691/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Changes That Might Save Google Buzz From Becoming #Fail</title>
		<link>http://www.techmonk.com/3-changes-that-might-save-google-buzz-from-becoming-fail/686/</link>
		<comments>http://www.techmonk.com/3-changes-that-might-save-google-buzz-from-becoming-fail/686/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:26:11 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[interent]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=686</guid>
		<description><![CDATA[Google Buzz has got varied responses from its users. Some liked it. Some not. However, everyone did notice the privacy flaw that Google had. Google Buzz was quick and wise to implement some good changes very soon. Check out what has changed!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/3-changes-that-might-save-google-buzz-from-becoming-fail/686/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/3-changes-that-might-save-google-buzz-from-becoming-fail/686/&title=3 Changes That Might Save Google Buzz From Becoming #Fail" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2F3-changes-that-might-save-google-buzz-from-becoming-fail%2F686%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2F3-changes-that-might-save-google-buzz-from-becoming-fail%2F686%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.techmonk.com/tag/google/" target="_blank">Google</a> Buzz has got varied responses from the public. While some people are busy comparing stats of Google Buzz with other leading other sites such as Facebook and Twitter, some other people are trying to list out &#8216;n&#8217; number of factors which will result in failure of the product. After the release of Google Buzz, one thing that has been discussed a lot is about the lack of privacy it provides to the user. But finally, Google Buzz has taken a step forward in protecting the privacy of its users by implementing 3 good changes.</p>
<p><strong>Auto-Follow Is Abandoned</strong></p>
<p>This was one of the positive points for Google Buzz. People could easily get started with Google Buzz. When I started with Google Buzz, I was following about 35+ people.  But, for people who are getting Google Buzz feature now, will not have the auto-follow feature. Instead they will be asked to follow people whom they know. Like the following image. Now, that&#8217;s a good change!</p>
<p style="text-align: center;"><img class="aligncenter" title="Google Buzz Welcome" src="http://techmonk.com/postimg/google_buzz_welcome.png" alt="" width="580" height="400" /></p>
<p><strong>Auto-Integration Of Picasa And Google Reader</strong></p>
<p>Yes, even this is removed. When I joined the Buzz, two sites were already connected &#8211; Picasa and Google Reader. This surely invades the privacy of a person. Even this has been removed in order to protect the privacy of its users. This can also be seen in the above picture itself.</p>
<p>Also Read: <a href="http://www.techmonk.com/how-to-access-gmail-in-google-wave/627/" target="_blank">How To Access Gmail In Google Wave</a></p>
<p><strong>Buzz Settings Now Integrated In Gmail Settings</strong></p>
<p>Didn&#8217;t like Google Buzz? You think it&#8217;s a disturbance in your account. You think it invades your privacy. No need to follow that long tutorial to hide Google Buzz. Google Buzz team has added this option in the Gmail settings to hide the label &#8220;Buzz&#8221; from your account!</p>
<p style="text-align: center;"><img class="aligncenter" title="Google Buzz Settings" src="http://techmonk.com/postimg/google_buzz_settings.png" alt="" width="580" height="400" /></p>
<p style="text-align: left;">Now, with these changes Google has certainly protected the privacy of its users to a certain extent. But what about <a title="Another Google Buzz Flaw" href="http://www.instantfundas.com/2010/02/most-horrible-google-buzz-flaw-and-its.html" target="_blank">this flaw</a>? We have to wait and see what Google does about this!</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/3-changes-that-might-save-google-buzz-from-becoming-fail/686/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tools That Help You To Tweet From Gtalk</title>
		<link>http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/</link>
		<comments>http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:27:21 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[interent]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=672</guid>
		<description><![CDATA[Are you frustrated that you can't access social sites like twitter in your office? Then here is a solution for your problem. You can integrate your gmail account with your twitter account and start tweeting through IM! I have listed out a few such services in this post! Check out!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/&title=5 Tools That Help You To Tweet From Gtalk" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Ftools-that-helps-you-to-tweet-from-gtalk%2F672%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Ftools-that-helps-you-to-tweet-from-gtalk%2F672%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Many workplaces say a big NO for social sites like Twitter, Orkut or Facebook. But, most of us are addicted so much to those sites that we cannot leave without them. Today, I am going to introduce you people to some tools that will help you to tweet from Gtalk!</p>
<p style="text-align: center;"><img class="aligncenter" title="twitter+gtalk" src="http://techmonk.com/postimg/gtalk logo.jpeg" alt="twitter+gtalk" width="133" height="63" /></p>
<p style="text-align: center;"><img class="aligncenter" title="gtalk_twitter" src="http://techmonk.com/postimg/twitter_logo_header.png" alt="twitter+gtalk" width="155" height="36" /></p>
<h3><a href="http://twi-talker.appspot.com/" target="_blank"><span style="text-decoration: underline;">TwiTalker</span></a></h3>
<p>Twitalker is a nice and simple tool. You can send and recieve tweets from your friends through IM. You can even send direct messages and @ replies to your friends using this tool. You need to verify your account by pinging the access key to their bot. You will be guided through detailed steps to set up your account.</p>
<h3><a href="http://hellotxt.com"><span style="text-decoration: underline;">HelloTxt</span></a></h3>
<p>This is a nice tool that helps you to update your messages not only on Twitter but also on Facebook and other sites simultaneously and instantaneously. To use this service, you have to register at hellotxt.com. After registering, add im@hellotxt.com to your chat buddies list.Verify your account with the code they give and you are ready to update! However, with this bot you cannot receive tweets through IM.</p>
<h3><a href="http://Excla.im"><span style="text-decoration: underline;">Excla.im</span></a></h3>
<p>This is again a tool to integrate Gtalk with Twitter.All you need to do is just set up your account and start updating the statuses. However, even with this tool you cannot receive tweets from your buddies.</p>
<h3><a href="http://twip.me" target="_blank"><span style="text-decoration: underline;">Twip.me</span></a></h3>
<p>With this tool, you can not only integrate Twitter with Gtalk but also with your Jabber account or Yahoo! Messenger. However, you can only update tweets through this tool.</p>
<h3><a href="http://tweetswitch.com" target="_blank"><span style="text-decoration: underline;">TweetSwitch</span></a></h3>
<p>TweetSwitch is probably the most latest of all the other tools I mentioned above. This works like a charm. It sends and receives updates instantaneously. This has lots of features integrated in it. You can configuure your account to receive only DMs, mentions or tweets. More than that, you can set up multiple accounts so that if you are offline on one account, then you will be receiving it on other account.</p>
<p><strong>My Recommendation</strong></p>
<p>Personally, I recommend TweetSwitch. It has great features and looks like a nice stable service. I liked its features like redirecting tweets and also quickness in updating messages.</p>
<p>I have listed out a few tools that will help you to tweet through Gtalk. If you know any other tool, then pleas share with us through comments. Feel free to add suggestions to my post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/tools-that-helps-you-to-tweet-from-gtalk/672/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Funny] Gandhiji Opposed Google Chrome&#8217;s Speed Theory Long Back!</title>
		<link>http://www.techmonk.com/funny-gandhiji-opposed-google-chromes-speed-theory-long-back/661/</link>
		<comments>http://www.techmonk.com/funny-gandhiji-opposed-google-chromes-speed-theory-long-back/661/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 16:38:11 +0000</pubDate>
		<dc:creator>Pramodh KP</dc:creator>
				<category><![CDATA[Entertainement]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[leisure]]></category>

		<guid isPermaLink="false">http://www.techmonk.com/?p=661</guid>
		<description><![CDATA[Here is a funny pic that contradicts the Google Chrome Ad. It was a banner found in a london underground. Check out what the photo said!]]></description>
			<content:encoded><![CDATA[


<div style="padding:5px; float:left;">

	<link rel="stylesheet" href="http://rebuzzthis.com/buzz_buttons.css" type="text/css" media="screen" /><link rel="stylesheet" href="http://rebuzzthis.com/css/mediabox.css" type="text/css" media="screen" /><script src="http://rebuzzthis.com/js/mootools.js" type="text/javascript"></script><script src="http://rebuzzthis.com/js/mediabox.js" type="text/javascript"></script><table id="buzz_compact_table"><tr><td><div id="buzz_compact_count"><iframe src="http://rebuzzthis.com/count_reposts_compact.php?url=http://www.techmonk.com/funny-gandhiji-opposed-google-chromes-speed-theory-long-back/661/" height="16px" width="18px" scrolling="no" id="buzz_compact_iframe" frameborder="0"></iframe></td><td><div id="buzz_button_blue" style="margin-top:-1px;margin-left:-6px;" onmouseover="id='buzz_button_blue_hover'" onmouseout="id='buzz_button_blue'"><center><a href="http://www.rebuzzthis.com/share_submit.php?url=http://www.techmonk.com/funny-gandhiji-opposed-google-chromes-speed-theory-long-back/661/&title=[Funny] Gandhiji Opposed Google Chrome&#8217;s Speed Theory Long Back!" rel="mediabox" style="color:#ffffff;text-decoration:none;font-family:arial;">Rebuzz</a></center></div></td></tr></table>


</div>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techmonk.com%2Ffunny-gandhiji-opposed-google-chromes-speed-theory-long-back%2F661%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techmonk.com%2Ffunny-gandhiji-opposed-google-chromes-speed-theory-long-back%2F661%2F&amp;source=pramodhkp&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This picture was found in a London underground. This is clear contradiction to the Google&#8217;s speed theory.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://techmonk.com/postimg/chrome-gandhi-large.jpg" alt="chrome_gandhi_banner" width="580" height="400" /></p>
<p>The father of India, Mahatma Gandhi&#8217;s words, &#8220;There is more to life than increasing its Speed&#8221; definitely puts the chrome banner beside it, to shame.</p>
<p>[via <a href="http://blogoscoped.com/archive/2010-01-13-n10.html" target="_blank">Blogoscoped</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techmonk.com/funny-gandhiji-opposed-google-chromes-speed-theory-long-back/661/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
