<?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>BabloTech &#187; Tips ‘n’ Tricks</title>
	<atom:link href="http://www.bablotech.com/tag/tips-%e2%80%98n%e2%80%99-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bablotech.com</link>
	<description>Technology, Tutorials, Stuff, Tech News.</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:04:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Your PC can talk with notepad.</title>
		<link>http://www.bablotech.com/2009/04/17/your-pc-can-talk-with-notepad/</link>
		<comments>http://www.bablotech.com/2009/04/17/your-pc-can-talk-with-notepad/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:51:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[cool tips]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vbscript]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1842</guid>
		<description><![CDATA[Have you ever used talk it software that can read the text written by you.Now you don&#8217;t need to use any software  only 3 lines of VB code can make your PC talk.You will just need to copy and paste the code in notepad. Now let me share the method of how you can make [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever used talk it software that can read the text written by you.Now you don&#8217;t need to use any software  only 3 lines of VB code can make your PC talk.You will just need to copy and paste the code in notepad.</p>
<p>Now let me share the method of how you can make your PC talk by only using notepad.</p>
<p><span id="more-1842"></span></p>
<p>Click on the following text file link</p>
<p><a href="http://www.bablotech.com/talk.txt" target="_blank">http://www.bablotech.com/talk.txt</a></p>
<p>Copy and paste the code in notepad.</p>
<p>Save the file with a (*.vbs) extension then you will have a VBScript file just double click on that file and it will prompt you for text.Enter the text you wish to hear from your computer and press OK.</p>
<p>You will hear the text your wrote in the dialog box.This is really cool i loved it and hope you will love it too.</p>
<p><strong>Note: </strong>I have tested it in Windows XP and Windows Vista.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/04/17/your-pc-can-talk-with-notepad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to view hidden passwords without using any software.</title>
		<link>http://www.bablotech.com/2009/04/16/how-to-view-hidden-passwords-without-using-any-software/</link>
		<comments>http://www.bablotech.com/2009/04/16/how-to-view-hidden-passwords-without-using-any-software/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:05:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cool tips]]></category>
		<category><![CDATA[hidden password show]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1816</guid>
		<description><![CDATA[You must have seen and used softwares which are capable to show all the passwords hidden behind Asterisks on a webpage but downloading,installing and using a software is always boring and time taking job so finding an another way will be beneficial. Recently i came across a cool javascript that can show all the passwords [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2009/04/hidden-password.jpg"><img class="alignnone size-medium wp-image-1831" title="hidden-password" src="http://www.bablotech.com/wp-content/uploads/2009/04/hidden-password-300x214.jpg" alt="" width="300" height="214" /></a></p>
<p>You must have seen and used softwares which are capable to show all the passwords hidden behind Asterisks on a webpage but downloading,installing and using a software is always boring and time taking job so finding an another way will be beneficial.</p>
<p>Recently i came across a cool javascript that can show all the passwords hidden behind Asterisks what you need to do is to just simply copy and paste the javascript to the address bar and the hidden password will be shown to you.Isn&#8217;t this a cool and easy way to show and view hidden password rather than using a software.</p>
<p><span id="more-1816"></span></p>
<p>First of all open up the webpage on which you wanna show the hidden passwords and then Just copy and paste the following JavaScript into the address bar of the browser and you are done.</p>
<blockquote><p>javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22;<br />
%20F%20=%20document.forms;%20for(j=0;%20j&lt;F.length;%20++j)<br />
%20{%20f%20=%20F[j];%20for%20(i=0;%20i&lt;f.length;%20++i)<br />
%20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22)<br />
%20s%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if<br />
%20(s)%20alert(%22Passwords%20in%20forms%20on%20this<br />
%20page:\n\n%22%20+%20s);%20else%20alert(%22There%20are<br />
%20no%20passwords%20in%20forms%20on%20this<br />
%20page.%22);})();</p></blockquote>
<p>After copying and pasting the JavaScript given above press the enter key and hidden passwords will be shown to you.</p>
<p>Following is the screenshot of hidden password that is shown the JavaScript given above.</p>
<p><a href="http://www.bablotech.com/wp-content/uploads/2009/04/hidden-password-shown.jpg"><img class="alignnone size-full wp-image-1830" title="hidden-password-shown" src="http://www.bablotech.com/wp-content/uploads/2009/04/hidden-password-shown.jpg" alt="" width="500" height="346" /></a></p>
<p><strong>Note :</strong> I have tested this javascript in IE,Firefox and Opera and it is working perfectly.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/04/16/how-to-view-hidden-passwords-without-using-any-software/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Tips that can make your blogging fun.</title>
		<link>http://www.bablotech.com/2009/03/01/10-tips-that-can-make-your-blogging-fun/</link>
		<comments>http://www.bablotech.com/2009/03/01/10-tips-that-can-make-your-blogging-fun/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 20:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging fun]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Tips ‘n’ Tricks]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1407</guid>
		<description><![CDATA[Trend of blogging is increasing day by day.More and more peoples are trying to become a blogger not only because of their interest in blogging but the examples of lots of peoples earning a good amount of money is encouraging other peoples to become a blogger but not all the peoples can be a successful [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2009/03/i_love_blogging.jpg"><img class="alignnone size-medium wp-image-1408" title="i_love_blogging" src="http://www.bablotech.com/wp-content/uploads/2009/03/i_love_blogging.jpg" alt="i love blogging" width="300" height="300" /></a></p>
<p>Trend of blogging is increasing day by day.More and more peoples are trying to become a blogger not only because of their interest in blogging but the examples of lots of peoples earning a good amount of money is encouraging other peoples to become a blogger but not all the peoples can be a successful blogger one of the main reason why peoples stop blogging or don&#8217;t write a blog post frequently is that blogging is really not a fun I also get bored some time when i write a big post not only writing a post is boring before writing a post doing research and reading other&#8217;s blog for some hours is also boring.</p>
<p><span id="more-1407"></span></p>
<p>In this post i m gonna mention some tips that will surely make your blogging fun.</p>
<p><strong>1) Blog on the topic of your interest.</strong></p>
<p>Always blog on the topics of your interest never try to write on the topics about which you don&#8217;t have knowledge .For example if you are a gadget and technology lover then you should be blogging on technology and gadgets rather than cricket,golf or any other sport.</p>
<p><strong>2) Don&#8217;t write the whole post at once.</strong></p>
<p>Long blog post can really get you bored so it is always good to write a big blog post in 2 or 3 parts.Write some part of post and save it then next time edit that post and complete it and publish it.</p>
<p><strong>3) Do research before writing a post.</strong></p>
<p>Without doing research nobody can write a good and attracting post so always do the complete research before writing a post so when you will start posting you will not have to waste your time in research and you will complete the post in short interval of time.</p>
<p><strong>4) Collection of data.</strong></p>
<p>Like doing research gathering of images is also an important part of blogging without images blog post is incomplete.It will be better if you collect and save all the required images to a folder and then use it in the post.</p>
<p><strong>5) Have a cup of coffee.</strong></p>
<p>Having a cup of coffee while writing a blog post can give some extra energy to your mind which mean you will not get bored and can concentrate on your post.</p>
<p><strong>6) Listen Music.</strong></p>
<p>Listening music while doing work can divide your concentration but as i have mentioned earlier that you have done research and collection of date so now you will not need to think a lot.You will just need to write.</p>
<p><strong>7) Don&#8217;t take stress.</strong></p>
<p>If you are thinking about something else rather than the blog post while blogging than it will quite difficult for you to write a good post so it is better to write a post at that time when your mind is free.</p>
<p><strong> <img src='http://www.bablotech.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Blog about funny things also.</strong></p>
<p>Doing blogging on the same topic can also get you bored so try to have a funny category if you can on your blog in which you can post about funny things ( funny pictures and videos) this will refresh your mind and your readers also.</p>
<p><strong>9) Use of blogging client.</strong></p>
<p>Although wordpress has got awesome interface for writing a post but it will be much better if you will try a blogging client which are specially designed for writing.Windows live writer is a good blogging client you can use.</p>
<p><strong>10) Manage your blogging data</strong></p>
<p>Have a separate folder for blogging on your computer and then create a hierarchical structure of the your blog and then put the images and other data of posts in their respective folder this will help you in finding the stuff for a particular post or image.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/03/01/10-tips-that-can-make-your-blogging-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automatically clear Temporary files and cache on system startup.</title>
		<link>http://www.bablotech.com/2009/02/22/how-to-automatically-clear-temporary-files-and-cache-on-system-startup/</link>
		<comments>http://www.bablotech.com/2009/02/22/how-to-automatically-clear-temporary-files-and-cache-on-system-startup/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:11:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[ccleaner]]></category>
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1404</guid>
		<description><![CDATA[One of the main reason of some PC error and slow performance is the tons of temporary files and cache.These files can be more than 100 mb.Temporary files and cache can be cleared manually but it is always good to clear the cache using a software. Cleaner is a freeware system optimization, privacy and cleaning [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2009/02/ccleaner.png"><img class="alignnone size-medium wp-image-1405" title="ccleaner" src="http://www.bablotech.com/wp-content/uploads/2009/02/ccleaner.png" alt="CCleaner" width="256" height="256" /></a></p>
<p>One of the main reason of some PC error and slow performance is the tons of temporary files and cache.These files can be more than 100 mb.Temporary files and cache can be cleared manually but it is always good to clear the cache using a software.</p>
<p><span id="more-1404"></span></p>
<p><strong><a href="http://www.ccleaner.com/" target="_blank">Cleaner</a> </strong>is a <strong>freeware</strong> system optimization, privacy and cleaning tool. It removes unused files from your system &#8211; allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner.</p>
<p>CCleaner also has another cool option which is automatically cleaning.To perform automatic cleaning with ccleaner what you need to do is to just use the /Auto switch.</p>
<p>Now lets start the process.</p>
<p>First of all download and install CCleaner.</p>
<p>When ccleaner is installed you will have a shortcut on your desktop.</p>
<p>Right click on shortcut and click on properties.</p>
<p>Now copy the following line and replace it with the line in target field with quotes.</p>
<p>&#8220;C:\Program Files\CCleaner\CCleaner.exe&#8221; /AUTO</p>
<p>Now press OK.</p>
<p>Now copy the shortcut icon from desktop.</p>
<p>Right click on start menu and select open</p>
<p>Go to &gt; Programs &gt; Startup</p>
<p>Paste the shortcut icon.</p>
<p>Now everytime when you will start the computer ccleaner will run automatically and will also be closed automatically after clearing all the cache.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/02/22/how-to-automatically-clear-temporary-files-and-cache-on-system-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide RAR or ZIP files in a jpg picture.</title>
		<link>http://www.bablotech.com/2009/01/11/how-to-hide-rar-or-zip-files-in-a-jpg-picture/</link>
		<comments>http://www.bablotech.com/2009/01/11/how-to-hide-rar-or-zip-files-in-a-jpg-picture/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:22:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1180</guid>
		<description><![CDATA[If you have got lots of private data and your computer is being used by some other peoples like your brother or sister and you are worried about your data and don&#8217;t want anybody else to see your data then this trick is for you.You can easily hide hide RAR or ZIP files in a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2009/01/zip-file.jpg"><img class="alignnone size-full wp-image-1181" title="zip-file" src="http://www.bablotech.com/wp-content/uploads/2009/01/zip-file.jpg" alt="" width="256" height="256" /></a></p>
<p>If you have got lots of private data and your computer is being used by some other peoples like your brother or sister and you are worried about your data and don&#8217;t want anybody else to see your data then this trick is for you.You can easily hide hide RAR or ZIP files in a jpg picture without installing any software.</p>
<p>To hide RAR or ZIP files in a jpg picture follow the steps given below.</p>
<p><span id="more-1180"></span></p>
<p><strong>1.</strong> Make a new folder named test on your desktop.(You can create folder with any name i have used test to simplify the procedure)</p>
<p><strong>2.</strong> Save the picture of choice to newly create test folder.</p>
<p><strong>3.</strong> Copy existing  or Make a new .rar or .zip folder on test folder.</p>
<p><strong>4.</strong> If .rar or .zip newly created then Add the files you want to hide into the .zip or .rar</p>
<p><strong>5.</strong> Click start menu, run, cmd.</p>
<p><strong>6.</strong> In Command Prompt type</p>
<blockquote><p>cd desktop</p>
<p>cd test</p></blockquote>
<p>after issuing the above commands you will be in the newly create test folder.</p>
<p><strong>7.</strong> Now type in copy /b picturename.jpg + filename.rar outputfilename.jpg</p>
<p>(Here picturename.jpg is the name of picture you have copied in test folder in step 2.filename.rar is the name of rar(Incase of ZIP change it to .zip) file you have copied in step 3.outputfilename.jpg is the name of output picture file this will be the file which has the RAR or ZIP file hidden into.</p>
<p><strong>8.</strong> Now there should be the outputed file name with a .jpg extension on the test folder.<br />
( Do not close Command Prompt just yet )</p>
<p><strong>9. </strong>Double click it to open the picture and check it out.</p>
<p><strong>10.</strong> When your done looking, and want to view the hidden files<br />
Type: ren outputfilename.jpg outputfilename.rar or zip</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/01/11/how-to-hide-rar-or-zip-files-in-a-jpg-picture/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to download HD mp4 videos from youtube.</title>
		<link>http://www.bablotech.com/2009/01/01/how-to-download-hd-mp4-videos-from-youtube/</link>
		<comments>http://www.bablotech.com/2009/01/01/how-to-download-hd-mp4-videos-from-youtube/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 22:23:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=1008</guid>
		<description><![CDATA[Before somedays youtube introduced an option for viewing videos in High quality this option is much beneficial for the users with high speed internet connection.To view videos in High quality there is a link available. Another good thing is that these HD videos are in mp4 format so it would be much better if you [...]]]></description>
			<content:encoded><![CDATA[<p>Before somedays youtube introduced an option for viewing videos in High quality this option is much beneficial for the users with high speed internet connection.To view videos in High quality there is a link available.</p>
<p><a href="http://www.bablotech.com/wp-content/uploads/2009/01/hd-youtube-videos.jpg"><img class="alignnone size-full wp-image-1009" title="hd-youtube-videos" src="http://www.bablotech.com/wp-content/uploads/2009/01/hd-youtube-videos.jpg" alt="" width="499" height="227" /><span id="more-1008"></span></a></p>
<p>Another good thing is that these HD videos are in mp4 format so it would be much better if you download them and put them on your mp4 player or view in computer.</p>
<p>Now let me tell you how to download HD videos from youtube.</p>
<p>First of all go to <a href="http://www.keepvid.com" target="_blank">Keepvid</a></p>
<p>Now as keepvid is open copy the url of youtube video for e.g.</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/NTC4qkb8Ppk?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NTC4qkb8Ppk?version=3" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Click on download button.</p>
<p>On the next page you will have following 2 options</p>
<p>›› Download ‹‹  (get_video.flv &#8211; Low Quality)<br />
›› Download ‹‹  (video.mp4 &#8211; High Quality)</p>
<p><a href="http://www.bablotech.com/wp-content/uploads/2009/01/keepvid-download.jpg"><img class="alignnone size-full wp-image-1010" title="keepvid-download" src="http://www.bablotech.com/wp-content/uploads/2009/01/keepvid-download.jpg" alt="" width="499" height="133" /></a></p>
<p>Now as you wanna download High Quality video in mp4 format so just right click on it and click save link as in firefox or save target as in IE.</p>
<p><strong>Note : Not all the videos all available in High quality so you will get a white blank page if the video is not available in High Quality.</strong></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2009/01/01/how-to-download-hd-mp4-videos-from-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable/disable hibernation in windows vista.</title>
		<link>http://www.bablotech.com/2008/12/17/how-to-enabledisable-hibernation-in-windows-vista/</link>
		<comments>http://www.bablotech.com/2008/12/17/how-to-enabledisable-hibernation-in-windows-vista/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 21:40:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Tips ‘n’ Tricks]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=843</guid>
		<description><![CDATA[Hibernation is one of the most useful feature of windows which allows you to shutdown your computer while having all the working windows opened and when you will start the computer again it will restore the same state as it was before shutting down.Hibernation saves lots of your time and efforts. By default hibernation is [...]]]></description>
			<content:encoded><![CDATA[<p>Hibernation is one of the most useful feature of windows which allows you to shutdown your computer while having all the working windows opened and when you will start the computer again it will restore the same state as it was before shutting down.Hibernation saves lots of your time and efforts.</p>
<p>By default hibernation is not enabled in windows vista but you can easily enable hibernation with one command.</p>
<p><strong>To enable hibernation in windows vista.</strong></p>
<ul>
<li>Go to start menu<span id="more-843"></span></li>
<li>In the run Box type  cmd and don&#8217;t press enter yet you will be shown with cmd on start menu look at the picture below</li>
</ul>
<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/vista-start-menu.jpg"><img class="alignnone size-full wp-image-844" title="vista-start-menu" src="http://www.bablotech.com/wp-content/uploads/2008/12/vista-start-menu.jpg" alt="" width="411" height="506" /></a></p>
<ul>
<li>Right click on cmd and select Run as administrator.Command promp will be opened with administrative privileges.</li>
<li>Now in the command promp you need to issue this command without quotes &#8221; powercfg -h on &#8220;</li>
<li>This will enable hibernation in windows vista.</li>
<li>As the hibernation is enabled you can now the hibernation option</li>
</ul>
<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/hibernation-enabled.jpg"><img class="alignnone size-full wp-image-845" title="hibernation-enabled" src="http://www.bablotech.com/wp-content/uploads/2008/12/hibernation-enabled.jpg" alt="" width="500" height="498" /></a></p>
<p><strong>To Disable hibernation just issue the following command.</strong></p>
<p>powercfg -h off</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2008/12/17/how-to-enabledisable-hibernation-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search files on rapidshare using google search</title>
		<link>http://www.bablotech.com/2008/12/16/how-to-search-files-on-rapidshare-using-google-search/</link>
		<comments>http://www.bablotech.com/2008/12/16/how-to-search-files-on-rapidshare-using-google-search/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 20:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[cool google tips]]></category>
		<category><![CDATA[rapidshare]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=812</guid>
		<description><![CDATA[Rapidshare is one of the most popular free online file hosting service with petabyte of storage and Terabyte of Bandwidth.It has got billions of files you can almost find anything on rapidshare but the another bad thing is that rapidshare doesn&#8217;t have the option to search files so you can only download the files if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/rapidshare-new-logo.png"><img class="alignnone size-full wp-image-816" title="rapidshare-new-logo" src="http://www.bablotech.com/wp-content/uploads/2008/12/rapidshare-new-logo.png" alt="New Rapidshare Logo" width="275" height="205" /></a></p>
<p>Rapidshare is one of the most popular free online file hosting service with petabyte of storage and Terabyte of Bandwidth.It has got billions of files you can almost find anything on rapidshare but the another bad thing is that rapidshare doesn&#8217;t have the option to search files so you can only download the files if you have the link.There are lots of rapidshare search engines available on internet but i have never used them as most of the times the links in rapidshare search engines are outdated and most of the files are deleted from rapidshare.</p>
<p>Instead of using rapidshare search engines i use a simple trick to search files on rapidshare using google search.<span id="more-812"></span></p>
<p><strong>To search files on rapidshare using google.</strong></p>
<p>1) Open www.google.com</p>
<p>2) Now for example if you wanna search for AVG antivirus on Rapidshare</p>
<p>In the search box enter &#8220;AVG rapidshare&#8221; without quotes and you will have lots of results showing the   links of rapidshare.</p>
<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/avg-search-results.jpg"><img class="alignnone size-full wp-image-814" title="avg-search-results" src="http://www.bablotech.com/wp-content/uploads/2008/12/avg-search-results.jpg" alt="AVG Antivirus on rapidshare" width="500" height="250" /></a></p>
<p>You can see the links in the image above.</p>
<p><strong>Another example</strong></p>
<p>Now i wanna search for Miley cyrus latest album breakout 2008.</p>
<p>In the search box type &#8220;breakout 2008 rapidshare&#8221;</p>
<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/breakout-2008-google-search.jpg"><img class="alignnone size-full wp-image-815" title="breakout-2008-google-search" src="http://www.bablotech.com/wp-content/uploads/2008/12/breakout-2008-google-search.jpg" alt="Breakout 2008 rapidshare links" width="500" height="338" /></a></p>
<p>You can see the links in the image above.</p>
<p>Now there is an another important question which you should have in mind and the question is that.</p>
<p><strong>How i came across this cool tip ?</strong></p>
<p>When i was trying to search files on rapidshare i had one thing came in my mind that the main thing which google does in the search query is that google try to match the keyword in search term to the title or URL and if we look at the rapidshare link given below it is a perfect search engine friendly URL.</p>
<p><a href="http://rapidshare.com/files/174009234/bablotech.com.html" target="_blank">http://rapidshare.com/files/174009234/bablotech.com.html</a></p>
<p>If i search for Bablotech rapidshare then google can easily match both keyword in the above URL and you will get the result.Thanks to rapidshare for generating SEO URLs.I hope you have got the trick.</p>
<p>So have fun!</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2008/12/16/how-to-search-files-on-rapidshare-using-google-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable beep sound in windows XP and Window Vista</title>
		<link>http://www.bablotech.com/2008/12/15/how-to-disable-beep-sound-in-windows-xp-and-window-vista/</link>
		<comments>http://www.bablotech.com/2008/12/15/how-to-disable-beep-sound-in-windows-xp-and-window-vista/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 22:38:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=808</guid>
		<description><![CDATA[Most of the time while using softwares or OS you must have noticed an irretating beep sound which doesn&#8217;t make feel so good.Another thing is that Beep sound is not disabled even if you have disabled sound card from BIOS.While looking arround after 15-30 minutes i get to know how to disable beep sound in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/beep-sound.jpg"><img class="alignnone size-full wp-image-810" title="beep-sound" src="http://www.bablotech.com/wp-content/uploads/2008/12/beep-sound.jpg" alt="Beep Sound" width="300" height="322" /></a></p>
<p>Most of the time while using softwares or OS you must have noticed an irretating beep sound which doesn&#8217;t make feel so good.Another thing is that Beep sound is not disabled even if you have disabled sound card from BIOS.While looking arround after 15-30 minutes i get to know how to disable beep sound in windows XP and windows Vista.The method is really simple but until you don&#8217;t know it is difficult for you.</p>
<p><strong>Disable beep sound in Windows XP.</strong></p>
<p><strong></strong><span id="more-808"></span></p>
<p>Right Click on My Computer Icon &gt; Click Manage &gt; Now go to device manager &gt; at the top menu of device manager click on view &gt; Then click on show hidden device.</p>
<p>Now you can see the hidden system devices</p>
<p>Expand Non-Plug and play drivers and the game is done.You can see the Beep here.Right click on Beep and click disable.Restart the system and you are done!</p>
<p><strong>Disable beep sound in Windows Vista.</strong></p>
<p>Right Click on My Computer Icon &gt; Click Manage &gt; Now go to device manager &gt; at the top menu of device manager click on view &gt; Then click on show hidden device.</p>
<p>Now you can see the hidden system devices</p>
<p>Expand Non-Plug and play drivers and you will have Beep Right click on Beep and go to properties &gt; Then go to Driver tab &gt; Select startup Type disabled so the service will never start again in startup and you will get of irritating beep sound.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2008/12/15/how-to-disable-beep-sound-in-windows-xp-and-window-vista/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to play mp3 and other multimedia files in ubuntu</title>
		<link>http://www.bablotech.com/2008/12/05/how-to-play-mp3-and-other-multimedia-files-in-ubuntu/</link>
		<comments>http://www.bablotech.com/2008/12/05/how-to-play-mp3-and-other-multimedia-files-in-ubuntu/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 20:33:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Tips ‘n’ Tricks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.bablotech.com/?p=560</guid>
		<description><![CDATA[If you have recently install ubuntu linux then you must be wondering on how to play mp3 or any other multimedia files.I have mentioned mp3 here because it is the most popular format arround the world.By default ubuntu doesn&#8217;t have the required plugins installed to play multimedia files but we don&#8217;t need to worry as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bablotech.com/wp-content/uploads/2008/12/ubuntu.png"><img class="size-medium wp-image-561 alignnone" title="ubuntu-logo" src="http://www.bablotech.com/wp-content/uploads/2008/12/ubuntu-296x300.png" alt="ubuntu-logo" width="296" height="300" /></a></p>
<p>If you have recently install ubuntu linux then you must be wondering on how to play mp3 or any other multimedia files.I have mentioned mp3 here because it is the most popular format arround the world.By default ubuntu doesn&#8217;t have the required plugins installed to play multimedia files but we don&#8217;t need to worry as ubuntu gives us the abililty to install plugins or any other software by issuing just a command.</p>
<p>To play mp3 and other multimedia files you need to install all the plugins required for playing different multimedia files.<br />
<span id="more-560"></span></p>
<p class="docText"><strong>Repository List</strong></p>
<p class="docText">Many of the multimedia packages you need to install do not  reside in the default Ubuntu repository. To get these packages, you will need to  add the <span class="docEmphasis">universe</span> and <span class="docEmphasis">multiverse</span> repositories to Ubuntu.</p>
<p class="docText"><strong>Install General-Purpose Libraries and Tools</strong><br />
There are a number of basic libraries and multimedia tools you need to install to get the best support for your multimedia files. These include libraries for MP3 and Ogg Vorbis playback, as well as media players and other tools. If you use Synaptic, select totem-xine from the GNOME Desktop Environment (universe) category, vorbis-tools from the Multimedia category, sox from the Multimedia (universe) category, faad and lame from the Multimedia (multiverse) category, imagemagick from the Graphics category, and finally ffmpeg and mjpegtools from the Graphics (universe) category. Or, if you use apt-get, type:</p>
<p><strong>$ sudo apt-get install totem-xine vorbis-tools sox faad lame \\<br />
imagemagick ffmpeg mjpegtools</strong></p>
<p><strong>Install Gstreamer Libraries</strong><br />
Gstreamer is a new plug-in-based approach to multimedia playback. GNOME uses Gstreamer for much of its own multimedia playback, and, while it is still under heavy development, you will still want to install a number of Gstreamer libraries for GNOME. If you use Synaptic as your package management tool, select the gstreamer0.8-plugins-multiverse package from the Libraries (multiverse) category; gstreamer0.8-ffmpeg, gstreamer0.8-mad, and gstreamer0.8-plugins from the Libraries (universe) category; and gstreamer0.8-lame from the Multimedia (multiverse) category, and apply your changes. Alternatively, if you use apt-get, type:</p>
<p><strong>$ sudo apt-get install gstreamer0.8-plugins-multiverse \\<br />
gstreamer0.8-ffmpeg gstreamer0.8-mad gstreamer0.8-plugins \\<br />
gstreamer0.8-lame</strong></p>
<p class="docText">
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bablotech.com/2008/12/05/how-to-play-mp3-and-other-multimedia-files-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

