<?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>The How To Do Things Blog &#187; Software</title>
	<atom:link href="http://www.howtoplaza.com/category/computers/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtoplaza.com</link>
	<description>How to wisdom from across the Internet — want to know how to do something? You may find the solution here.</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:58:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to start an application remotely</title>
		<link>http://www.howtoplaza.com/start-application-remotely</link>
		<comments>http://www.howtoplaza.com/start-application-remotely#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:44:15 +0000</pubDate>
		<dc:creator>Danny Garcia</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoHotkey]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Remote Applications]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=1043</guid>
		<description><![CDATA[You can start an application remotely with the help of DropBox and AutoHotkey. DropBox is a cloud-based service that lets you keep your files on a remote server so that you can access them from any computer running any operating system. Well, by any&#8230;at HowToPlaza we&#8217;ve just tried it on Ubuntu and Windows XP. AutoHotkey [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fstart-application-remotely"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fstart-application-remotely&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>You can <strong>start an application remotely</strong> with the help of <a href="https://www.dropbox.com/">DropBox</a> and <a href="http://www.autohotkey.com/">AutoHotkey</a>. DropBox is a cloud-based service that lets you keep your files on a remote server so that you can access them from any computer running any operating system. Well, by any&#8230;at HowToPlaza we&#8217;ve just tried it on Ubuntu and Windows XP. AutoHotkey on the other hand is an open source utility for Windows and you can use it to automate many Windows tasks and create keyboard shortcut keys.</p>
<p>In order to use the combination of DropBox and AutoHotkey to start an application remotely both these utilities must be installed on your PC (<em>where you want to run the application</em>) and they should be actively running. When you install and run AutoHotkey the scripts used can be run as executables.</p>
<p>The DropBox installation program will create a folder where you&#8217;ll normally store all the files that you want to syncronize with your cloud-based account.</p>
<p>For this example, let&#8217;s suppose you want to run FireFox remotely. You can create an AutoHotkey containing the following lines:</p>
<p class="code">Loop<br />{<br />Sleep, 180000<br />Reload<br />}</p>
<p>store it in your DropBox folder and then double-click on it. It&#8217;ll start running. 180000 makes sure the file is reloaded every 3 minutes (<em>3&#215;60 seconds x 1000 milliseconds</em>).</p>
<p>Leave your computer on and let your script run.</p>
<p>Now suppose you are in another city and you would like to launch FireFox from there. This is just for explanation and no purpose is actually solved by merely launching the browser like this. Anyway, using the other computer or laptop that you have with you at the remote location you go to the folder having the synchronized versions of your DropBox files. From there you open the above mentioned AutoHotkey file and add the following line above the Loop:</p>
<p class="code">Run, &#8220;firefox.exe&#8221;</p>
<p>So now the file becomes:</p>
<p class="code">Run, &#8220;firefox.exe&#8221;<br />Loop<br />{<br />Sleep, 180000<br />Reload<br />}</p>
<p>Save the file. After 3 minutes FireFox will be remotely launched. Remember to remove the line running FireFox after 3 minutes and then save the script, otherwise it&#8217;ll keep launching FireFox every 3 minutes.</p>
<p>So this is how you can start an application remotely, using DropBox and AutoHotkey.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/start-application-remotely&title=How to start an application remotely&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/start-application-remotely/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save money by using open source software</title>
		<link>http://www.howtoplaza.com/save-money-open-source-software</link>
		<comments>http://www.howtoplaza.com/save-money-open-source-software#comments</comments>
		<pubDate>Sat, 19 Jun 2010 11:36:16 +0000</pubDate>
		<dc:creator>Felicia Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Audacity]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freesource]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=1030</guid>
		<description><![CDATA[Are you spending tons of money on commercial software for business and personal use? You can save lots of money using open source software.]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fsave-money-open-source-software"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fsave-money-open-source-software&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Are you spending tons of money on commercial software for business and personal use? You can save lots of money using open source software. Our entire group of blogs is managed by open source software whether we&#8217;re using</p>
<ul>
<li>Operating system</li>
<li>Word processing and spreadsheets</li>
<li>Email management</li>
<li>Image editing</li>
<li>Accounting</li>
<li>and whatever else needed to manage a small business</li>
</ul>
<h2>Why use open source software</h2>
<p>Using open source software doesn&#8217;t necessarily mean using cheap, low-quality software. Of course commercial software comes with lots of extra bells and whistles, but they are just that, bells and whistles. For true performance you can really depend on open source software.</p>
<p>Some of the benefits of using open source software are:</p>
<ul>
<li>You don&#8217;t have to pay license fee to use them</li>
<li>You can tinker with the source code and customize software to your own specific needs</li>
<li>You never have to pay when you upgrade</li>
<li>Open source software does not require expensive hardware upgrades</li>
<li>Online support is easily available</li>
<li>Open source software keeps you safe from proprietary restrictions</li>
</ul>
<h2>9 open source alternatives of your everyday software applications</h2>
<ul>
<li><strong><a href="http://www.ubuntu.com/">Ubuntu</a>.</strong> It is a Linux based operating system and can easily be the best Windows alternative. It is totally GUI and some claim it&#8217;s even easier to use. All our current writers at HowToPlaza use Ubuntu. You can easily download the ISO image, burn it on a CD and install it on a non-Windows partition. But we&#8217;d advise do it with an experienced person because you may end up formatting your hard-disk and losing all your data. You can read how to install Ubuntu 10.04 on a USB drive http://www.howtoplaza.com/how-to-install-ubuntu-10-04-on-a-usb-drive. A good thing about installing Ubuntu is that once you are through with the installation, pretty much everything you need to work is already installed.</li>
<li><strong><a href="http://www.openoffice.org/">OpenOffice</a>.</strong> It is one of the oldest MS Office alternatives containing all office applications like word processor, spreadsheets, presentation and database. It may not look as cool as, say, MS Office 2010 but it is a lot less resource hungry and you can immediately download it and start using it. It is available both for Windows and Linux based systems.</li>
<li><strong><a href="http://www.mozillamessaging.com/en-US/thunderbird/">Thunderbird</a>.</strong> Are you a big fan of Outlook? Then you&#8217;ll definitely like Thunderbird, a Mozilla foundation desktop email client that pretty much does everything a contemporary email application must do.</li>
<li><strong><a href="http://www.gimp.org/">GIMP</a>.</strong> Do you think Photoshop for you is an overkill? Then you must give GIM a try. It&#8217;s an advanced open source image editing tool. Although there are many Windows-based free image editing utilities you&#8217;ll need to rely on GIMP if you decide to switch over to Ubuntu from Widows. Read how to use GIMP like Photoshop http://www.howtoplaza.com/how-to-use-gimp-like-photoshop.</li>
<li><strong><a href="http://www.pdfforge.org/pdfcreator/">PDFCreator</a>.</strong> You can create PDF files from any program that allows you to take printouts. No need to purchase the expensive Adobe PDF creator.</li>
<li><strong><a href="http://www.gnucash.org/">GNUCash</a>.</strong> It is a free source small business accounting application. It helps you manage your personal and business accounting.</li>
<li><strong><a href="http://filezilla-project.org/">FileZilla</a>.</strong> Need to upload and download lots of files from an FTP server. FileZilla FTP client is a free source utility that you can use to connect to your FTP server and manage your files and hosting. For instance if you are planning to install WordPress under your domain you&#8217;ll need FileZilla to upload your files.</li>
<li><strong><a href="http://www.videolan.org/vlc/">VLC</a>.</strong> VLC plays pretty much every video codec and media format. It is available for almost all operating systems.</li>
<li><strong><a href="http://audacity.sourceforge.net/">Audacity</a>.</strong> This free source software is for recording sounds. It is an advanced as well as basic recording software &#8212; depends on what you are trying to achieve. You can record sound using your standard microphone and you can also record streaming audio. The recorded files can then be exported as mp3 files.</li>
</ul>
<p>These are not all the free source applications you may need in order to manage your everyday tasks but these are fundamental functions that you perform through your PC on a daily basis.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/save-money-open-source-software&title=How to save money by using open source software&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/save-money-open-source-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to launch a computer program or application remotely using DropBox and AutoHotKey</title>
		<link>http://www.howtoplaza.com/launch-computer-application-remotely-using-dropbox-autohotkey</link>
		<comments>http://www.howtoplaza.com/launch-computer-application-remotely-using-dropbox-autohotkey#comments</comments>
		<pubDate>Wed, 26 May 2010 09:56:53 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Quick Tricks]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AutoHotkey]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=877</guid>
		<description><![CDATA[Sometimes you need to launch a computer application from a remote location using another computer. Although there are many standalone applications that help you remotely control and maintain a PC, with the help of DropBox and AutoHotkey you can perform a simple task as starting your torrent program or computer-supported answering machine, or even your [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Flaunch-computer-application-remotely-using-dropbox-autohotkey"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Flaunch-computer-application-remotely-using-dropbox-autohotkey&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Sometimes you need to launch a computer application from a remote location using another computer. Although there are many standalone applications that help you remotely control and maintain a PC, with the help of DropBox and AutoHotkey you can perform a simple task as starting your torrent program or computer-supported answering machine, or even your music player to freak out your family members by simply writing an AutoHotkey script, storing it in your DropBox folder and then running it from there.</p>
<p>If you&#8217;re wondering what&#8217;s DropBox, you can read this tutorial on <a href="http://www.howtoplaza.com/how-to-use-dropbox-on-ubuntu-desktop">how to use DropBox from your Ubuntu desktop</a> (<em>although the current tutorial is just Windows based</em>). AutoHotkey is an open source utility for Windows and you can use it to automate many Windows tasks and create keyboard shortcut keys.</p>
<p>In order to run a computer program remotely, you need to create a small AutoHotkey script containing the following lines:</p>
<p class="code">Loop<br />{<br />Sleep, 300000<br />Reload<br />}</p>
<p>Save this script in your DropBox folder and add it to the list of your startup programs so that it starts running each time you switch on your computer. If you don&#8217;t want to restart your computer right now, you can simply double-click and start it &#8212; remember that AutoHotkey must already be running in order to run the script as an executable file. All it does is, it executes itself (<em>not the killing sort of execution</em>) after every 5 minutes. You can reduce the time according to your convenience. Wondering what&#8217;s the big deal here?</p>
<p>When you&#8217;re on a remote computer, you simply need to log into your DropBox account or go the folder where you keep your DropBox files and open this file in a text editor. Suppose you want to launch the VLC player with a file &#8220;ghostsounds.mp3&#8243; you add this line before the Loop command.</p>
<p class="code">Run, &#8220;C:\Program Files\VideoLAN\VLC\vlc.exe&#8221; &#8220;C:\Shady Files\ghostsounds.mp3&#8243;<br />Loop<br />{<br />Sleep, 300000<br />Reload<br />}</p>
<p>Since the AutoHotkey file is executing every 5 minutes, the VLC media player will be launched and it will start playing the file ghostsounds.mp3. Just make sure you either remove this new line or comment it out using &#8220;;&#8221; after 5 minutes so that it doesn&#8217;t launch the program again.</p>
<p>Similarly, you can use this combination of DropBox and AutoHotkey to launch any number of applications in your absence (<em>and claim innocence at the same time</em>).</p>
<p>This tip was taken from <a href="http://brasildeluna.blogspot.com/2010/05/start-applications-remotely-with.html">this link</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/launch-computer-application-remotely-using-dropbox-autohotkey&title=How to launch a computer program or application remotely using DropBox and AutoHotKey&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/launch-computer-application-remotely-using-dropbox-autohotkey/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to edit YouTube Videos in Windows Movie Maker</title>
		<link>http://www.howtoplaza.com/how-to-edit-youtube-videos-in-windows-movie-maker</link>
		<comments>http://www.howtoplaza.com/how-to-edit-youtube-videos-in-windows-movie-maker#comments</comments>
		<pubDate>Fri, 21 May 2010 09:08:31 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=847</guid>
		<description><![CDATA[After downloading YouTube videos you can easily edit them using the Windows Movie Maker. Of course the Windows movie editing tool can handle only particular formats of video files and you can just shuffle around frames and add captions to various frames, still, a lot can be achieved through these basic editing facilities. In order [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-edit-youtube-videos-in-windows-movie-maker"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-edit-youtube-videos-in-windows-movie-maker&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/editing-files-in-windows-movie-maker.jpg" alt="Editing YouTube videos in Windows Movie Maker" title="Editing YouTube videos in Windows Movie Maker" width="256" height="256" class="alignleft size-full wp-image-848" /></p>
<p>After downloading YouTube videos you can easily edit them using the Windows Movie Maker. Of course the Windows movie editing tool can handle only particular formats of video files and you can just shuffle around frames and add captions to various frames, still, a lot can be achieved through these basic editing facilities.</p>
<p>In order to edit a YouTube video in Windows Movie maker first of all you need the video on your local drive, that is, you need to download the video. There are many online and offline tools and utilities that let you download videos from YouTube and other streaming video websites. <a href="https://addons.mozilla.org/en-US/firefox/addon/3006/">Here&#8217;s a good FireFox video downloading addon</a> that lets you download the videos from the browser itself.</p>
<p>Once the video is on your hard drive, you&#8217;ll need to convert it into a Windows Movie Maker friendly format. The file is downloaded in most of the cases as an FLV file. The WMM works best with AVI and and WMV files so it&#8217;s better that you use a video converting software that converts FLV files to either AVI or WMV files. You can try <a href="http://www8.any-video-converter.com/products/for_video_free/">Free Video Converter</a>: it can handle almost all video formats and creates decent files after conversion.</p>
<p>Once you have converted the FLV file that you have downloaded from YouTube, you can simply import the video into Windows Media Player. With Windows Media Player you can apply effects like transition, captions, credits, and the others available with the software.</p>
<p>Please share in the comments section your favorite YouTube downoaders and video converters.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-edit-youtube-videos-in-windows-movie-maker&title=How to edit YouTube Videos in Windows Movie Maker&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-edit-youtube-videos-in-windows-movie-maker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to synchronize MS Office and Google Docs</title>
		<link>http://www.howtoplaza.com/how-to-synchronize-ms-office-and-google-docs</link>
		<comments>http://www.howtoplaza.com/how-to-synchronize-ms-office-and-google-docs#comments</comments>
		<pubDate>Sat, 15 May 2010 10:23:28 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=825</guid>
		<description><![CDATA[If you can synchronize MS Office and Google Docs you can bring the best of word processing and other office related tools to your desktop. Google Docs is a great online collaboration tool. You can work on a document or a spreadsheet with your team members working from various locations. But then it doesn&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-synchronize-ms-office-and-google-docs"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-synchronize-ms-office-and-google-docs&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you can synchronize MS Office and Google Docs you can bring the best of word processing and other office related tools to your desktop. Google Docs is a great online collaboration tool. You can work on a document or a spreadsheet with your team members working from various locations. But then it doesn&#8217;t have the massive array of features that MS Office has. Although you might not need all the features and Google Docs must be sufficient enough, if you are used to working in the Office environment, it&#8217;s better to synchronize MS Office and Google Docs so that you can work on your online documents in a desktop environment.</p>
<p>One of the tools that synchronize both the tools is OffiSync that can work with almost all contemporary versions of MS Office. You can read a nice review at <a href="http://lifehacker.com/5538207/how-to-get-the-best-of-both-google-docs-and-microsoft-office">this Life Hacker blog post</a>. You can find another good review <a href="http://www.readwriteweb.com/archives/offisync_microsoft_office_plus_google_docs_is_the_perfect_app.php">at this ReadWriteWeb link</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-synchronize-ms-office-and-google-docs&title=How to synchronize MS Office and Google Docs&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-synchronize-ms-office-and-google-docs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop or turn off Windows automatic updates</title>
		<link>http://www.howtoplaza.com/how-to-stop-or-turn-off-windows-automatic-updates</link>
		<comments>http://www.howtoplaza.com/how-to-stop-or-turn-off-windows-automatic-updates#comments</comments>
		<pubDate>Thu, 13 May 2010 09:52:30 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows tweaking]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=818</guid>
		<description><![CDATA[Although the automatic Windows updater keeps your software up-to-date and takes care of many vulnerability and security holes, it can be nagging because often the Windows updates makes you reboot your system in the midst of doing something important. Stopping or turning off the automatic Windows updates doesn&#8217;t mean you don&#8217;t need those updates. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-stop-or-turn-off-windows-automatic-updates"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-stop-or-turn-off-windows-automatic-updates&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Although the automatic Windows updater keeps your software up-to-date and takes care of many vulnerability and security holes, it can be nagging because often the Windows updates makes you reboot your system in the midst of doing something important.</p>
<p>Stopping or turning off the automatic Windows updates doesn&#8217;t mean you don&#8217;t need those updates. It&#8217;s just that you should be able to update your system as and when you want to. Just remember to update regularly.</p>
<p>You can stop or turn off Windows automatic updates by going to the Control Panel and then to System. In the System window go the &#8220;Automatic Updates&#8221; tab and then select the radio button that says &#8220;Turn off Automatic Updates&#8221;.</p>
<div id="attachment_819" class="wp-caption aligncenter" style="width: 418px">
	<img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/turn-off-automaatic-updates.png" alt="Turn off automatic updates in Windows" title="Turn off automatic updates in Windows" width="418" height="484" class="size-full wp-image-819" />
	<p class="wp-caption-text">Turn off automatic updates in Windows</p>
</div>
<p>Press OK and you&#8217;re done. No more Windows updates bothering you at unseemly times.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-stop-or-turn-off-windows-automatic-updates&title=How to stop or turn off Windows automatic updates&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-stop-or-turn-off-windows-automatic-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Dropbox on Ubuntu desktop</title>
		<link>http://www.howtoplaza.com/how-to-use-dropbox-on-ubuntu-desktop</link>
		<comments>http://www.howtoplaza.com/how-to-use-dropbox-on-ubuntu-desktop#comments</comments>
		<pubDate>Thu, 13 May 2010 07:25:00 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[File Storage]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=813</guid>
		<description><![CDATA[Dropbox is a great online file storage facility and you can easily use it on Ubuntu desktop. Although Ubuntu has its own file sharing cloud facility called Ubuntu one, many people prefer to use Dropbox as you can use it on multiple operating systems. The free version gives you 2 GB of free space. In [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-use-dropbox-on-ubuntu-desktop"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-use-dropbox-on-ubuntu-desktop&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="https://www.dropbox.com/">Dropbox</a> is a great online file storage facility and you can easily use it on Ubuntu desktop. Although Ubuntu has its own file sharing cloud facility called Ubuntu one, many people prefer to use Dropbox as you can use it on multiple operating systems. The free version gives you 2 GB of free space.</p>
<p>In order to use Dropbox on Ubuntu desktop first of all you must have an account with the cloud based service. If you are logged in you can download the Dropbox software from there, or you can download it from their home page. In fact, you don&#8217;t even need an account to download the Dropbox software, as you are given this option once you have installed this tool on your Ubuntu desktop.</p>
<p>Once you have downloaded the .deb file, it installs the package, and once it has installed, it takes a while to download the remaining files and complete the setup. The time duration depends on your network connections and traffic at that time.</p>
<p>During installation the Dropbox software asks you where you would like to keep the dropbox folder. It&#8217;s preferable to keep it either on your Desktop or home folder from where you can easily access it.</p>
<p>After installing you are given the option of either creating a new account or logging into your existing account. Once you have logged in a Dropbox icon appears on your status bar. If you have many files on the Dropbox server it may take some time to sync them with your Ubuntu desktop. Once they have synced, you can easily access your Dropbox files from your Ubuntu Desktop.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-use-dropbox-on-ubuntu-desktop&title=How to use Dropbox on Ubuntu desktop&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-use-dropbox-on-ubuntu-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup or configure a POP3 account with Google Apps email</title>
		<link>http://www.howtoplaza.com/how-to-setup-or-configure-a-pop3-account-with-google-apps-email</link>
		<comments>http://www.howtoplaza.com/how-to-setup-or-configure-a-pop3-account-with-google-apps-email#comments</comments>
		<pubDate>Wed, 12 May 2010 14:28:14 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Communication]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=808</guid>
		<description><![CDATA[Google Apps (http://google.com/a) provides some great small business solutions and one of them is the Google Apps POP3 email. With Google Apps email you can have Google manage your personal or business email account instead of your web host. One of its greatest benefits is that you can use the friendly Gmail interface to manage [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-setup-or-configure-a-pop3-account-with-google-apps-email"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-setup-or-configure-a-pop3-account-with-google-apps-email&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Google Apps (<em>http://google.com/a</em>) provides some great small business solutions and one of them is the Google Apps POP3 email. With Google Apps email you can have Google manage your personal or business email account instead of your web host. One of its greatest benefits is that you can use the friendly Gmail interface to manage your business emails, but some prefer POP settings so that they can use desktop email clients like Outlook, Thunderbird to manage their emails.</p>
<p>In order to setup or configure your POP3 account settings you first need to log into your Google Apps email account, click Settings and go to the &#8220;Forwarding and POP/IMAP&#8221; tab and activate the POP downloading feature as shown in the image:</p>
<p>Without activating it here you won&#8217;t be able to use your desktop email account to download and send your emails.</p>
<p>Once you have saved the settings, launch your favorite desktop email application and start the process of adding a new email account. Just enter the following information:</p>
<ul>
<li><strong>Account name:</strong> youremail@yourdomain.com</li>
<li><strong>Email address:</strong> youremail@yourdomain.com</li>
<li><strong>Password:</strong> the Google Apps email password</li>
<li><strong>Incoming mail (<em>POP3</em>):</strong> pop.gmail.com</li>
<li><strong>Outgoing mail (<em>SMTP</em>):</strong> smtp.gmail.com</li>
<li><strong>Use SSL:</strong> yes</li>
<li><strong>Use Authentication:</strong> yes</li>
<li><strong>POP port:</strong> 995</li>
<li><strong>Port for TLS/STARTTLS:</strong> 587</li>
<li><strong>Port for SSL:</strong> 465</li>
</ul>
<p>This is all you need to setup or configure your POP3 account with Google Apps email account. You may not need all this information, but whenever, wherever you need, this is all you need.</p>
<p>You can find more information <a href="http://mail.google.com/support/bin/answer.py?hl=en&#038;answer=13287">on this link</a>.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-setup-or-configure-a-pop3-account-with-google-apps-email&title=How to setup or configure a POP3 account with Google Apps email&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-setup-or-configure-a-pop3-account-with-google-apps-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete your browsing or Internet history in FireFox</title>
		<link>http://www.howtoplaza.com/how-to-delete-your-browsing-or-internet-history-in-firefox</link>
		<comments>http://www.howtoplaza.com/how-to-delete-your-browsing-or-internet-history-in-firefox#comments</comments>
		<pubDate>Mon, 10 May 2010 14:17:12 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=795</guid>
		<description><![CDATA[Whenever you are searching the Internet, your browser, whether FireFox or some other browser, saves your browsing history for many purposes. For instance, it caches images and text to increase load speed if you happen to visit the same web page again. It also saves your links history so whenever you begin to type a [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-delete-your-browsing-or-internet-history-in-firefox"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-delete-your-browsing-or-internet-history-in-firefox&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Whenever you are searching the Internet, your browser, whether FireFox or some other browser, saves your browsing history for many purposes. For instance, it caches images and text to increase load speed if you happen to visit the same web page again. It also saves your links history so whenever you begin to type a URL in the location bar the recently-visited links begin to show up.</p>
<p>There are many advantages of storing your browsing history but you may have to delete it for various reasons. Maybe you don&#8217;t want anybody to know what all websites you&#8217;ve been visiting. At home you wouldn&#8217;t like your kids or your spouse to know what all you&#8217;ve been doing online. Whatever is the reason, you can easily delete your browsing or Internet history in FireFox.</p>
<p>In the menu, click Tools, and then Clear Recent History&#8230; you can also invoke this by pressing Ctrl Shift Del</p>
<p>You come across this window:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/Screenshot-Clear-Recent-History1.png" alt="Clear recent History in FireFox" title="Clear recent History in FireFox" width="382" height="168" class="aligncenter size-full wp-image-796" /></p>
<p>As you can see by default you can clear the Recent history of the last one hour. If you expand the Details dropdown you can individually select in FireFox what sort of browsing history you want to delete.</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/Screenshot-Clear-Recent-History2.png" alt="Clear Internet or browsing history from FireFox" title="Clear Internet or browsing history from FireFox" width="382" height="302" class="aligncenter size-full wp-image-797" /></p>
<p>You can easily see that you can delete browsing and download history, you can delete the information you have submitted through forms and the search engines, you can also delete cookies and cache. You can eliminate active logins too, but this means wherever you need to login you&#8217;ll have to enter your user name and password again.</p>
<p>You can also easily change the time range:</p>
<p><img src="http://www.howtoplaza.com/wp-content/uploads/2010/05/Screenshot-Clear-Recent-History3.png" alt="Delete recent browsing history in FireFox" title="Delete recent browsing history in FireFox" width="382" height="302" class="aligncenter size-full wp-image-798" /></p>
<p>After selecting the time range and the sort of browsing history you&#8217;d like to delete, you click Clear Now.</p>
<p>This is how you delete your browsing or Internet history in FirFox.</p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-delete-your-browsing-or-internet-history-in-firefox&title=How to delete your browsing or Internet history in FireFox&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-delete-your-browsing-or-internet-history-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide your computer files</title>
		<link>http://www.howtoplaza.com/how-to-hide-your-computer-files</link>
		<comments>http://www.howtoplaza.com/how-to-hide-your-computer-files#comments</comments>
		<pubDate>Fri, 07 May 2010 14:00:09 +0000</pubDate>
		<dc:creator>Sarah Watts</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Quick Tricks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.howtoplaza.com/?p=783</guid>
		<description><![CDATA[Do you have some computer files that you need to hide? Have you been storing information on your computer that you wouldn&#8217;t like people to access easily? It&#8217;s very easy to make documents and spreadsheets password protected but when it comes to images and video files, it becomes a bit difficult to hide them. Suppose [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-hide-your-computer-files"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.howtoplaza.com%2Fhow-to-hide-your-computer-files&amp;source=howtoplaza&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Do you have some computer files that you need to hide? Have you been storing information on your computer that you wouldn&#8217;t like people to access easily? It&#8217;s very easy to make documents and spreadsheets password protected but when it comes to images and video files, it becomes a bit difficult to hide them.</p>
<p>Suppose you&#8217;ve been downloading naughty images and videos from the Internet and you would like to keep them on your computer, yet hidden from your spouse and kids (<em>or parents, or siblings</em>). The old method is to hide them in a folder that is deep inside an array of other folders, something like C:f1f2f3f4the-naughty-file. To add more camouflage you can even change the name of the file.</p>
<p>But this is not a safe way to hide your computer files. Modern operating systems these days make it very easy to find all sorts of files on your hard drive. The best way to hide you computer files is to encrypt them, but foolproof encryption facility doesn&#8217;t come with every operating system.</p>
<p>So what do you do? There is a very simple way out. Compression utilities like WinZip and 7Zip allow you to password protect your compressed files. All you have to do is, move all the computer files you want to hide to a particular folder. Then you compress that folder and while compressing it, encrypt it with a password. When the compression is done, delete the original files. You can also make settings that if someone views the contents of the compressed files even the names of the files don&#8217;t show up.</p>
<p>This doesn&#8217;t mean your computer files are totally safe now. But it takes a very advanced or expensive technology to excess your files now. </p>
<div style="float:right"><a href="http://www.google.com/reader/link?url=http://www.howtoplaza.com/how-to-hide-your-computer-files&title=How to hide your computer files&srcTitle=The How To Do Things Blog&srcURL=http://www.howtoplaza.com"target="_blank" rel=""><img border="0" src="http://www.howtoplaza.com/wp-content/plugins/wp-google-buzz/icon/10.png" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=80" onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/> </a></div>]]></content:encoded>
			<wfw:commentRss>http://www.howtoplaza.com/how-to-hide-your-computer-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
