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

<channel>
	<title>Techblu3&#039;s Blog</title>
	<atom:link href="http://techblu3.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblu3.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:56:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techblu3.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techblu3&#039;s Blog</title>
		<link>http://techblu3.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techblu3.wordpress.com/osd.xml" title="Techblu3&#039;s Blog" />
	<atom:link rel='hub' href='http://techblu3.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What is CAPTCHA and How it Works?</title>
		<link>http://techblu3.wordpress.com/2010/07/26/what-is-captcha-and-how-it-works/</link>
		<comments>http://techblu3.wordpress.com/2010/07/26/what-is-captcha-and-how-it-works/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 01:56:17 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=38</guid>
		<description><![CDATA[CAPTCHA or Captcha (pronounced as cap-ch-uh) which stands for “Completely Automated Public Turing test to tell Computers and Humans Apart” is a type of challenge-response test to ensure that the response is only generated by humans and not by a computer. In simple words, CAPTCHA is the word verification test that you will come across the end of a sign-up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=38&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://techblu3.files.wordpress.com/2010/07/50739.gif"><img class="aligncenter" src="http://techblu3.files.wordpress.com/2010/07/50739.gif?w=572&#038;h=405" alt="" width="572" height="405" /></a></p>
<p>CAPTCHA or Captcha (pronounced as cap-ch-uh) which stands for “Completely Automated Public Turing test to tell Computers and Humans Apart” is a type of challenge-response test to ensure that the response is only generated by humans and not by a computer. In simple words, CAPTCHA is the word verification test that you will come across the end of a sign-up form while signing up for Gmail or Yahoo account. The following image shows the typical samples of CAPTCHA.</p>
<p>Almost every Internet user will have an experience of CAPTCHA in their daily Internet usage, but only a few are aware of what it is and why they are used. So in this post you will find a detailed information on how CAPTCHA works and why they are used.</p>
<p><strong>What Purpose does CAPTCHA Exactly Serve?</strong></p>
<p>CAPTCPA is mainly used to prevent automated software (bots) from performing actions on behalf of actual humans. For example while signing up for a new email account, you will come across a CAPTCHA at the end of the sign-up form so as to ensure that the form is filled out only by a legitimate human and not by any of the automated software or a computer bot. The main goal of CAPTCHA is to put forth a test which is simple and straight forward for any human to answer but for a computer, it is almost impossible to solve.</p>
<p><strong>What is the Need to Create a Test that Can Tell Computers and Humans Apart?</strong></p>
<p>For many the CAPTCHA may seem to be silly and annoying, but in fact it has the ability to protect systems from malicious attacks where people try to<strong>game</strong> the system. Attackers can make use of automated softwares to generate a huge quantity of requests thereby causing a high load on the target server which would degrade the quality of service of a given system, whether due to abuse or resource expenditure. This can affect millions of legitimate users and their requests. CAPTCHAs can be deployed to protect systems that are vulnerable to email spam, such as the services from Gmail, Yahoo and Hotmail.</p>
<p><strong>Who Uses CAPTCHA?</strong></p>
<p>CAPTCHAs are mainly used by websites that offer services like online polls and registration forms. For example, Web-based email services like Gmail, Yahoo and Hotmail offer free email accounts for their users. However upon each sign-up process, CAPTCHAs are used to prevent spammers from using a bot to generate hundreds of spam mail accounts.</p>
<p><strong>Designing a CAPTCHA System</strong></p>
<p>CAPTCHAs are designed on the fact that computers lack the ability that human beings have when it comes to processing visual data. It is more easily possible for humans to look at an image and pick out the patterns than a computer. This is because computers lack the real intelligence that humans have by default. CAPTCHAs are implemented by presenting users with an image which contains distorted or randomly stretched characters which only humans should be able to identify. Sometimes characters are striked out or presented with a noisy background to make it even more harder for computers to figure out the patterns.</p>
<p>Most, but not all, CAPTCHAs rely on a visual test. Some Websites implement a totally different CAPTCHA system to tell humans and computers apart. For example, a user is presented with 4 images in which 3 contains picture of animals and one contain a flower. The user is asked to select only those images which contain animals in them. This Turing test can easily be solved by any human, but almost impossible for a computer.</p>
<p><strong>Breaking the CAPTCHA</strong></p>
<p>The challenge in breaking the CAPTCHA lies in real hard task of teaching a computer how to process information in a way similar to how humans think. Algorithms with artificial intelligence (AI) will have to be designed in order to make the computer think like humans when it comes to recognizing the patterns in images. However there is no universal algorithm that could pass through and break any CAPTCHA system and hence each CAPTCHA algorithm must have to be tackled individually. It might not work 100 percent of the time, but it can work often enough to be worthwhile to spammers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=38&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2010/07/26/what-is-captcha-and-how-it-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>

		<media:content url="http://techblu3.files.wordpress.com/2010/07/50739.gif" medium="image" />
	</item>
		<item>
		<title>12 Tips to Maintain a Virus Free Computer.</title>
		<link>http://techblu3.wordpress.com/2010/07/26/12-tips-to-maintain-a-virus-free-computer/</link>
		<comments>http://techblu3.wordpress.com/2010/07/26/12-tips-to-maintain-a-virus-free-computer/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 01:40:37 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=33</guid>
		<description><![CDATA[Is your computer infected with virus? Do you often get mysterious error messages? Well this is a common problem faced by almost all the computer users across the globe. There are many viruses and worms out there that could infect your computer. Some are harmless, but, they do have the capacity to do any number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=33&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="text-align:center;"><a href="http://techblu3.files.wordpress.com/2010/07/virus21.jpg"><img class="alignnone" src="http://techblu3.files.wordpress.com/2010/07/virus21.jpg?w=446&#038;h=450" alt="" width="446" height="450" /></a></div>
<div><a href="http://techblu3.files.wordpress.com/2010/07/virus21.jpg"></a>Is your computer infected with virus? Do you often get mysterious error messages? Well this is a common problem faced by almost all the computer users across the globe. There are many viruses and worms out there that could infect your computer. Some are harmless, but, they do have the capacity to do any number of nasty things, up to and including, erasing all data from your computer. However there are ways to keep viruses away from your PC. Here are the 12 tips to maintain a virus free computer.</div>
<div id="_mcePaste">1. Email is one of the common ways by which your computer can catch a virus. So it is always recommended to stay away from SPAM. Open only those emails that has it’s origin from a trusted source such as those which comes from your contact list. If you are using your own private email host (other than gmail, yahoo, hotmail etc.) then it is highly recommended that you use a good anti-spam software. And finally NEVER click on any links in the emails that comes from untrusted sources.</div>
<div id="_mcePaste">2. USB thumb/pen drives is another common way by which viruses spread rapidly. So it is always a good habit to perform a virus scan before copying any data onto your computer. NEVER double-click the pen drive to open it. Instead right-click on it and select the option “open”. This is a safe way to open a pen drive.</div>
<div id="_mcePaste">3. Be careful about using MS Outlook. Outlook is more susceptible to worms than other e-mail programs, unless you have efficient Anti-Virus programs running. Use Pegasus or Thunderbird (by Mozilla), or a web-based program such as Hotmail or Yahoo (In Firefox).</div>
<div id="_mcePaste">4. As we all know, Internet is the main source of all the malicious programs including viruses, worms, trojans etc. In fact Internet contributes to virus infection by up to 80%. So here are the tips for safe surfing habits so that you can ward off virus infection up to the maximum extent.</div>
<div id="_mcePaste">•	Don’t click on pop-up windows that announce a sudden disaster in your city or announce that you’ve won an hourly prize. They are the ways to mislead Internet users and you should never trust them.</div>
<div id="_mcePaste">•	You can also use a pop-up blocker to automatically block those pop-ups.</div>
<div id="_mcePaste">5. Most of us use search engines like Google to find what we are looking for. It is quite obvious for a malicious website to get listed in the search results. So to avoid visiting those untrusted malicious websites, you can download and install the AVG LinkScanner which is a freeware. This tool can become very handy and will help you to stay away from malicious websites.</div>
<div id="_mcePaste">6. Install a good antivirus software and keep it updated. Also perform full system scan periodically. It is highly recommended that you turn on the automatic update feature. This is the most essential task to protect your PC from virues. If PC security is your first option then it is recommended that you go for a shareware antivirus software over the free ones. Most of the antivirus supports the Auto-Protect feature that provides realtime security for your PC. Make sure that this feature is turned on.</div>
<div id="_mcePaste">7. Install a good Antispyware program, that operates against Internet malware and spyware.</div>
<div id="_mcePaste">8. Never open any email attachments that come from untrusted sources. If it is a picture, text or sound file (these attachments end in the extensions .txt, .jpeg, .gif, .bmp, .tif, .mp3, .htm, .html, and .avi), you are probably safe, but still do a scan before opening.</div>
<div id="_mcePaste">9. Do not use disks that other people gave you, even from work. The disk could be infected with a virus. Of course, you can run a virus scan on it first to check it out.</div>
<div id="_mcePaste">10. Set up your Windows Update to automatically download patches and upgrades. This will allow your computer to automatically download any updates to both the operating system and Internet Explorer. These updates fix security holes in both pieces of software.</div>
<div id="_mcePaste">11. While you download files from untrusted websites/sources such as torrents, warez etc. make sure that you run a virus scan before executing them.</div>
<div id="_mcePaste">12. And finally it is recommended not to visit the websites that feature illegal/unwanted stuffs such as cracks, serials, warez etc. since they contribute much in spreading of viruses and other malicious programs.</div>
<p><span id="more-33"></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=33&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2010/07/26/12-tips-to-maintain-a-virus-free-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>

		<media:content url="http://techblu3.files.wordpress.com/2010/07/virus21.jpg" medium="image" />
	</item>
		<item>
		<title>Make partitions in Windows 7</title>
		<link>http://techblu3.wordpress.com/2010/07/07/make-partitions-in-windows-7/</link>
		<comments>http://techblu3.wordpress.com/2010/07/07/make-partitions-in-windows-7/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:17:24 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=30</guid>
		<description><![CDATA[Right click on my computer click on manage a window &#8216;Computer Management&#8217; will open Disk Management right click on partition to Shrink and click on Shrink(500gb c: can be shrinked to 248gb) , it will ask you how much to shrink, enter your preferred size ,press ok now a new partition will appear, right click [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=30&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right click on my computer<br />
click on manage<br />
a window &#8216;Computer Management&#8217; will open</p>
<p><img alt="" src="http://techblu3.files.wordpress.com/2010/07/disc3.png?w=999&#038;h=714" title="Computer Management" class="alignnone" width="999" height="714"> Disk Management</p>
<p><img alt="" src="http://techblu3.files.wordpress.com/2010/07/disc2.png?w=1003&#038;h=715" title="Disc Management" class="alignnone" width="1003" height="715" /></p>
<p>right click on partition to Shrink and click on Shrink(500gb c: can be shrinked to 248gb) , it will ask you how much to shrink, enter your preferred size ,press ok</p>
<p><img alt="" src="http://techblu3.files.wordpress.com/2010/07/disc3.png?w=999&#038;h=714" title="Parition Size" class="alignnone" width="999" height="714" /></p>
<p>now a new partition will appear, right click on it , now select &#8216;New Volume&#8217; ,enter preffered size , you can use available size for 1 or more partitions (partitions of 100,150gb recommended).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=30&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2010/07/07/make-partitions-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>

		<media:content url="http://techblu3.files.wordpress.com/2010/07/disc3.png" medium="image">
			<media:title type="html">Computer Management</media:title>
		</media:content>

		<media:content url="http://techblu3.files.wordpress.com/2010/07/disc2.png" medium="image">
			<media:title type="html">Disc Management</media:title>
		</media:content>

		<media:content url="http://techblu3.files.wordpress.com/2010/07/disc3.png" medium="image">
			<media:title type="html">Parition Size</media:title>
		</media:content>
	</item>
		<item>
		<title>Download youtube Videos on mobile</title>
		<link>http://techblu3.wordpress.com/2010/03/25/download-youtube-videos-on-mobile/</link>
		<comments>http://techblu3.wordpress.com/2010/03/25/download-youtube-videos-on-mobile/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:29:44 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=20</guid>
		<description><![CDATA[you can download videos from websites like youtube.com , metacafe.com , google videos,etc easily from your mobile. just go to abphone.com/ vuclip.com both of them provides youtube videos in 3gp format with good quality and many other features like part downloading.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=20&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>you can download videos from websites like youtube.com , metacafe.com , google videos,etc easily from your mobile.</p>
<p>just go to abphone.com/ vuclip.com both of them provides youtube videos in 3gp format with good quality and many other features like part downloading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=20&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2010/03/25/download-youtube-videos-on-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>
	</item>
		<item>
		<title>Download movies</title>
		<link>http://techblu3.wordpress.com/2009/11/06/download-movies/</link>
		<comments>http://techblu3.wordpress.com/2009/11/06/download-movies/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:09:18 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/2009/11/06/download-movies/</guid>
		<description><![CDATA[you can easily find movies and download them to ur pc just copy the following links and paste in the address bar oneclickmoviez.com icefilms.info freehdmovie.net<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=19&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>you can easily find movies and download them to ur pc just copy the following links and paste in the address bar<br />
oneclickmoviez.com<br />
icefilms.info<br />
freehdmovie.net</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=19&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2009/11/06/download-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>
	</item>
		<item>
		<title>Download youtube videos</title>
		<link>http://techblu3.wordpress.com/2009/11/05/download-youtube-videos/</link>
		<comments>http://techblu3.wordpress.com/2009/11/05/download-youtube-videos/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 19:39:02 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=16</guid>
		<description><![CDATA[you can download youtube videos on ur pc anywhere anytime without any downloading software using your very own firefox browser open firefox &#8211; &#62; tools -&#62; add-ons &#8211; &#62; get add-ons &#8211; &#62; search -&#62; write &#8220;easy youtube downloader&#8221; install it and restart it will take a few seconds to download n install or u [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=16&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>you can download youtube videos on ur pc anywhere anytime without any downloading software using your very own firefox browser</p>
<p>open firefox &#8211; &gt; tools -&gt; add-ons &#8211; &gt; get add-ons &#8211; &gt; search -&gt; write &#8220;easy youtube downloader&#8221;</p>
<p>install it and restart it will take a few seconds to download n install</p>
<p>or u can download the add-on directly from the link</p>
<p>https://addons.mozilla.org/en-US/firefox/addon/10137</p>
<p>&nbsp;</p>
<p>now whenever you will open any video on youtube you will see three options  FLV , MP4, 3GP .select the file type and the download starts.</p>
<p>&nbsp;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>if you dont have firefox the check the portable apps post or go to <cite><strong>portableapps</strong>.com</cite></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=16&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2009/11/05/download-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>
	</item>
		<item>
		<title>The Airtel Internet</title>
		<link>http://techblu3.wordpress.com/2009/10/28/the-airtel-internet/</link>
		<comments>http://techblu3.wordpress.com/2009/10/28/the-airtel-internet/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:17:24 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=12</guid>
		<description><![CDATA[If u have zero balance(0.01-0.29) and u want to surf free u r in the rite place . just download the folowing http://uploadthis.co.uk/uploads/Devil786/OperaMini_AirtelLive_North_Jbpseudo.jar<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=12&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If u have zero balance(0.01-0.29) and u want to surf free u r in the rite place . just download the folowing</p>
<p>http://uploadthis.co.uk/uploads/Devil786/OperaMini_AirtelLive_North_Jbpseudo.jar</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=12&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2009/10/28/the-airtel-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>
	</item>
		<item>
		<title>The google search trick</title>
		<link>http://techblu3.wordpress.com/2009/10/28/the-google-search-trick/</link>
		<comments>http://techblu3.wordpress.com/2009/10/28/the-google-search-trick/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:04:14 +0000</pubDate>
		<dc:creator>techblu3</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techblu3.wordpress.com/?p=3</guid>
		<description><![CDATA[Search and download mp3 for free using google hidden serach go to google.com  and search the the following code: -inurl:htm -inurl:html intitle:”index of” mp3 “linkin park” replace linkin park with your favorite artist. &#160; &#160; Advanced searches -inurl:(htm&#124;html&#124;php) intitle:”index of” +”last modified” +”parent directory” +description +size +(wma&#124;mp3) “Nirvana” replace nirvana with artist name , you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=3&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Search and download mp3 for free using google hidden serach</p>
<p>go to google.com  and search the the following code:</p>
<p>-inurl:htm -inurl:html intitle:”index of” mp3 “linkin park”</p>
<p>replace linkin park with your favorite artist.</p>
<p><!--     /* default css */  table {   font-size: 1em;   line-height: inherit;   border-collapse: collapse; }   tr {      text-align: left;    }   div, address, ol, ul, li, option, select {   margin-top: 0px;   margin-bottom: 0px; }  p {   margin: 0px; }   pre {   font-family: Courier New;   white-space: pre-wrap;   margin:0; }  body {   margin: 6px;   padding: 0px;   font-family: Verdana, sans-serif;   font-size: 10pt;   background-color: #ffffff; }   img {   -moz-force-broken-image-icon: 1; }  @media screen {   html.pageview {     background-color: #f3f3f3 !important;   }        body {     min-height: 1100px;          counter-reset: __goog_page__;   }   * html body {     height: 1100px;   }   .pageview body {     border-top: 1px solid #ccc;     border-left: 1px solid #ccc;     border-right: 2px solid #bbb;     border-bottom: 2px solid #bbb;     width: 648px !important;     margin: 15px auto 25px;     padding: 40px 50px;   }   /* IE6 */   * html {     overflow-y: scroll;   }   * html.pageview body {     overflow-x: auto;   }   /* Prevent repaint errors when scrolling in Safari. This "Star-7" css hack      targets Safari 3.1, but not WebKit nightlies and presumably Safari 4.      That's OK because this bug is fixed in WebKit nightlies/Safari 4 :-). */   html*#wys_frame::before {     content: '\A0';     position: fixed;     overflow: hidden;     width: 0;     height: 0;     top: 0;     left: 0;   }               .writely-callout-data {       display: none;       *display: inline-block;       *width: 0;       *height: 0;       *overflow: hidden;     }     .writely-footnote-marker {       background-image: url('images/footnote_doc_icon.gif');       background-color: transparent;       background-repeat: no-repeat;       width: 7px;       overflow: hidden;       height: 16px;       vertical-align: top;               -moz-user-select: none;     }     .editor .writely-footnote-marker {       cursor: move;     }     .writely-footnote-marker-highlight {       background-position: -15px 0;       -moz-user-select: text;     }     .writely-footnote-hide-selection ::-moz-selection, .writely-footnote-hide-selection::-moz-selection {       background: transparent;     }     .writely-footnote-hide-selection ::selection, .writely-footnote-hide-selection::selection {       background: transparent;     }     .writely-footnote-hide-selection {       cursor: move;     }           .editor .writely-comment-yellow {       background-color: #FF9;       background-position: -240px 0;     }     .editor .writely-comment-yellow-hover {       background-color: #FF0;       background-position: -224px 0;     }     .editor .writely-comment-blue {       background-color: #C0D3FF;       background-position: -16px 0;     }     .editor .writely-comment-blue-hover {       background-color: #6292FE;       background-position: 0 0;     }     .editor .writely-comment-orange {       background-color: #FFDEAD;       background-position: -80px 0;     }     .editor .writely-comment-orange-hover {       background-color: #F90;       background-position: -64px 0;     }     .editor .writely-comment-green {       background-color: #99FBB3;       background-position: -48px 0;     }     .editor .writely-comment-green-hover {       background-color: #00F442;       background-position: -32px 0;     }     .editor .writely-comment-cyan {       background-color: #CFF;       background-position: -208px 0;     }     .editor .writely-comment-cyan-hover {       background-color: #0FF;       background-position: -192px 0;     }     .editor .writely-comment-purple {       background-color: #EBCCFF;       background-position: -144px 0;     }     .editor .writely-comment-purple-hover {       background-color: #90F;       background-position: -128px 0;     }     .editor .writely-comment-magenta {       background-color: #FCF;       background-position: -112px 0;     }     .editor .writely-comment-magenta-hover {       background-color: #F0F;       background-position: -96px 0;     }     .editor .writely-comment-red {       background-color: #FFCACA;       background-position: -176px 0;     }     .editor .writely-comment-red-hover {       background-color: #FF7A7A;       background-position: -160px 0;     }      .editor .writely-comment-marker {       background-image: url('images/markericons_horiz.gif');       background-color: transparent;       padding-right: 11px;       background-repeat: no-repeat;       width: 16px;       height: 16px;       -moz-user-select: none;     }      .editor .writely-comment-hidden {       padding: 0;       background: none;     }     .editor .writely-comment-marker-hidden {       background: none;       padding: 0;       width: 0;     }     .editor .writely-comment-none {       opacity: .2;       filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);       -moz-opacity: .2;     }     .editor .writely-comment-none-hover {       opacity: .2;       filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);       -moz-opacity: .2;     }           .br_fix span+br:not(:-moz-last-node) {          position:relative;          left: -1ex        }       #cb-p-tgt {     font-size: 8pt;     padding: .4em;     background-color: #ddd;     color: #333;   }   #cb-p-tgt-can {     text-decoration: underline;     color: #36c;     font-weight: bold;     margin-left: 2em;   }   #cb-p-tgt .spin {     width: 16px;     height: 16px;     background: url(//ssl.gstatic.com/docs/clipboard/spin_16o.gif) no-repeat;   } }  h6 { font-size: 8pt } h5 { font-size: 8pt } h4 { font-size: 10pt } h3 { font-size: 12pt } h2 { font-size: 14pt } h1 { font-size: 18pt }  blockquote {padding: 10px; border: 1px #DDD dashed }  .webkit-indent-blockquote { border: none; }  a img {border: 0}  .pb {   border-width: 0;   page-break-after: always;   /* We don't want this to be resizeable, so enforce a width and height      using !important */   height: 1px !important;   width: 100% !important; }  .editor .pb {   border-top: 1px dashed #C0C0C0;   border-bottom: 1px dashed #C0C0C0; }  div.google_header, div.google_footer {   position: relative;   margin-top: 1em;   margin-bottom: 1em; }   /* Table of contents */ .editor div.writely-toc {   background-color: #f3f3f3;   border: 1px solid #ccc; } .writely-toc &gt; ol {   padding-left: 3em;   font-weight: bold; } ol.writely-toc-subheading {   padding-left: 1em;   font-weight: normal; } /* IE6 only */ * html writely-toc ol {   list-style-position: inside; } .writely-toc-none {   list-style-type: none; } .writely-toc-decimal {   list-style-type: decimal; } .writely-toc-upper-alpha {   list-style-type: upper-alpha; } .writely-toc-lower-alpha {   list-style-type: lower-alpha; } .writely-toc-upper-roman {   list-style-type: upper-roman; } .writely-toc-lower-roman {   list-style-type: lower-roman; } .writely-toc-disc {   list-style-type: disc; }  /* Ordered lists converted to numbered lists can preserve ordered types, and    vice versa. This is confusing, so disallow it */ ul[type="i"], ul[type="I"], ul[type="1"], ul[type="a"], ul[type="A"] {   list-style-type: disc; }  ol[type="disc"], ol[type="circle"], ol[type="square"] {   list-style-type: decimal; }  /* end default css */    /* custom css */   /* end custom css */  /* ui edited css */  body {   font-family: Verdana;      font-size: 10.0pt;   line-height: normal;   background-color: #ffffff; } /* end ui edited css */   /* editor CSS */ .editor a:visited {color: #551A8B} .editor table.zeroBorder {border: 1px dotted gray} .editor table.zeroBorder td {border: 1px dotted gray} .editor table.zeroBorder th {border: 1px dotted gray}   .editor div.google_header, .editor div.google_footer {   border: 2px #DDDDDD dashed;   position: static;   width: 100%;   min-height: 2em; }  .editor .misspell {background-color: yellow}  .editor .writely-comment {   font-size: 9pt;   line-height: 1.4;   padding: 1px;   border: 1px dashed #C0C0C0 }   /* end editor CSS */ --></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Advanced searches<a title="Search Google for Nirvana Mp3s" href="http://www.google.com/search?hl=en&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%22index+of%22+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bdescription+%2Bsize+%2B%28wma%7Cmp3%29+%22Nirvana%22" target="_blank"></a></p>
<p><a title="Search Google for Nirvana Mp3s" href="http://www.google.com/search?hl=en&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%22index+of%22+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bdescription+%2Bsize+%2B%28wma%7Cmp3%29+%22Nirvana%22" target="_blank">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent  directory” +description +size +(wma|mp3) “Nirvana”</a></p>
<p>replace nirvana with artist name , you can add description and file size to the search</p>
<p>&nbsp;</p>
<p>This search string can easily be used  to search for ebooks in DOC and PDF format:</p>
<p><a title="George Orwell 1984 PDF search" href="http://www.google.com/search?hl=en&amp;lr=&amp;safe=off&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%22index+of%22+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bdescription+%2Bsize+%2B%28pdf%7Cdoc%29+%22george+orwell+1984%22" target="_blank">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent  directory” +description +size +(pdf|doc) “george orwell 1984″</a></p>
<p>Or perhaps you&#8217;re looking for some specific video file:</p>
<p><a title="Southpark Towelie video search" href="http://www.google.com/search?hl=en&amp;lr=&amp;safe=off&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%22index+of%22+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bdescription+%2Bsize+%2B%28mpg%7Cwmv%29+%22towelie%22" target="_blank">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent  directory” +description +size +(mpg|wmv) “towelie”<br />
</a></p>
<p>regards.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techblu3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techblu3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techblu3.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techblu3.wordpress.com&amp;blog=10024424&amp;post=3&amp;subd=techblu3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techblu3.wordpress.com/2009/10/28/the-google-search-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9c9bf597ff129fb9f038596d75db8cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techblu3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
