<?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>Make Tech Easier&#187; Dropbox</title>
	<atom:link href="http://maketecheasier.com/tag/dropbox/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Schedule Regular Database Backup to Dropbox</title>
		<link>http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01</link>
		<comments>http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:00:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Dropbox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=45127</guid>
		<description><![CDATA[Previously, I have shown you how to schedule a database backup using cron job and email yourself the database file, but if you have a big database, you will find that the emailing method might not work as well as you want it to be. A good alternative to this is to upload your database [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01&amp;title=How+to+Schedule+Regular+Database+Backup+to+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01">How to Schedule Regular Database Backup to Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/01/backup-db-main.jpg" alt="backup-db-main" title="backup-db-main" class="alignleft size-full wp-image-45144" />Previously, I have shown you how to <a href="http://maketecheasier.com/schedule-database-backup-using-cron-job/2011/07/25" title="How to Schedule Database Backup Using Cron Job">schedule a database backup using cron job and email yourself the database file</a>, but if you have a big database, you will find that the emailing method might not work as well as you want it to be. A good alternative to this is to upload your database to <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>. Here is a simple script that you can use to backup your database to Dropbox.<br />
<span id="more-45127"></span><br />
1. Download the script <a href="http://dl.dropbox.com/u/6864546/backup.zip">here</a>.</p>
<p>2. Extract the zip file. Open the <em>backup.php</em> with a text editor and edit your database and Dropbox credential.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/backup-db-script.png" alt="backup-db-script" title="backup-db-script" class="aligncenter size-full wp-image-45140" /></p>
<p>Optionally, you can create a backup folder in your Dropbox and insert the name of the folder to the backup.php. Your database will then be backed up to this folder. </p>
<p>3. Save and close the file. Upload the whole backup folder to your server. Note the uploaded location relative to the server root.</p>
<p>4. If you are using cPanel for your web hosting, log into it and go to the cron job section. </p>
<p><img alt="cron-cpanel" src="http://imagecdn.maketecheasier.com/2011/07/cron-cpanel.png" title="cron-cpanel" class="aligncenter" width="528" height="186" /></p>
<p>5. Create a new cron job. You can set the time and frequency to backup the database. Under the command field, copy and paste the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>php <span style="color: #660033;">-q</span> <span style="color: #000000; font-weight: bold;">/</span>path-to-backup-folder<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>backup.php</pre></div></div>

<p>Change the &#8220;path-to-backup-folder&#8221; to the location (relative to the server root) where you upload the backup folder.</p>
<p>6. Save the cron job. </p>
<p>That&#8217;s it. Now, your server will backup your database and upload it to your Dropbox account. </p>
<p><strong>Note</strong>: This is a generic method for backing up any database on a Linux server. However, if you are using WordPress, there are plugins that you can use to back up your database to Dropbox. One thing to note: if you have a big database, using the plugin to backup your database will use a lot of system resources and and might slow down (or even crash) your WordPress site if your server is not up to par.</p>
<p>Image credit: <a href="http://www.bigstockphoto.com/image-27134456/stock-photo-backup-word-on-white-keyboard" title="Backup word on white keyboard" target="_blank">Backup word on white keyboard</a> by Big Stock Photo.  </p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01&amp;title=How+to+Schedule+Regular+Database+Backup+to+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01">How to Schedule Regular Database Backup to Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dropbox Automator Saves Your Time From Doing Repetitive Tasks</title>
		<link>http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28</link>
		<comments>http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:58:58 +0000</pubDate>
		<dc:creator>JJ</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[automate task]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[dropbox automator]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=44722</guid>
		<description><![CDATA[As an avid user of Dropbox, I was delighted to see that there is a useful application which can automate many tasks that would otherwise eat up my valuable time. It&#8217;s called Dropbox Automator, and it&#8217;s here to make your life easier. Essentially it allows you to automate a number of different actions on files [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28&amp;title=Dropbox+Automator+Saves+Your+Time+From+Doing+Repetitive+Tasks&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28">Dropbox Automator Saves Your Time From Doing Repetitive Tasks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-main.png" alt="dropbox-automator-main" title="dropbox-automator-main" class="alignleft size-full wp-image-44974" />As an avid user of <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>, I was delighted to see that there is a useful application which can automate many tasks that would otherwise eat up my valuable time. It&#8217;s called <a href="http://dropboxautomator.com" target="_blank">Dropbox Automator</a>, and it&#8217;s here to make your life easier. Essentially it allows you to automate a number of different actions on files in your Dropbox, such as automatically converting documents to PDF or images to jpegs, or even encrypting or emailing files.<br />
<span id="more-44722"></span></p>
<h2>Setup</h2>
<p>Dropbox Automator has a simple interface which allows you to set rules to be applied to files that you place in your Dropbox folder. To begin with, however, you need to grant the software access to your Dropbox account. Considering the large number of security breaches that have taken place in 2011, I was a little wary about providing access. My solution was simply to create a new Dropbox account for testing this neat little app.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-login.png" alt="dropbox-automator-login" title="dropbox-automator-login" class="aligncenter size-full wp-image-44973" /></p>
<h2>Use</h2>
<p>After granting the app access to your Dropbox account, using it couldn’t be more straightforward.  You assign a folder for the set of rules you wish to apply, and then assign the rules for that folder. You can stack rules too, so that it will, for example, convert and e-mail a file.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-setup-1.png" alt="dropbox-automator-setup-1" title="dropbox-automator-setup-1" class="aligncenter size-full wp-image-44724" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-setup-2.png" alt="dropbox-automator-setup-2" title="dropbox-automator-setup-2" class="aligncenter size-full wp-image-44725" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-setup-3.png" alt="dropbox-automator-setup-3" title="dropbox-automator-setup-3" class="aligncenter size-full wp-image-44726" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-setup-4.png" alt="dropbox-automator-setup-4" title="dropbox-automator-setup-4" class="aligncenter size-full wp-image-44727" /></p>
<p>One thing to be careful of is not to create two rulesets for the same folder that act on the same filetypes. If you do this, you risk creating a never-ending loop. I found this out last night when I did just that and ended up with over 400 e-mails in my inbox for the same two files! What should have happened is that once one ruleset was completed, it was supposed to move the two files to a subdirectory called &#8220;processed&#8221;. I have a feeling, however, that these files were locked by the other automation process and as a result could not be moved.</p>
<h2>Round-up</h2>
<p>These shortcomings aside, Dropbox Automator is a powerful tool that has the potential to save you a large amount of time and make your life easier. For example, I do some of my invoicing in Microsoft Word, for customisation purposes. When I have finalised an invoice, I can put it in the Dropbox Automator folder and it will get converted to PDF and emailed to my inbox so all I need to do is forward the attachment on to the end client. This saves me selecting &#8220;save to PDF&#8221;, and browsing to the attached file in my web browser, and waiting for the file to upload. It’s not a huge amount of time, but if you group all the times I’ve done that together, it probably adds up to a lot. </p>
<p><img src="http://imagecdn.maketecheasier.com/2012/01/dropbox-automator-admin-1.png" alt="dropbox-automator-admin-1" title="dropbox-automator-admin-1" class="aligncenter size-full wp-image-44723" /></p>
<h2>Conclusion</h2>
<p>In conclusion, if you have any use for such automation features, I recommend giving it a try. Please post feedback below if you do.</p>
<p><a href="http://dropboxautomator.com" target="_blank">Dropbox Automator</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28&amp;title=Dropbox+Automator+Saves+Your+Time+From+Doing+Repetitive+Tasks&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28">Dropbox Automator Saves Your Time From Doing Repetitive Tasks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/dropbox-automator-saves-your-time-from-doing-repetitive-tasks/2012/01/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Of iPhone Apps 2011</title>
		<link>http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29</link>
		<comments>http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29#comments</comments>
		<pubDate>Thu, 29 Dec 2011 15:58:02 +0000</pubDate>
		<dc:creator>Emmanuel Banks</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[Flipboard]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=42984</guid>
		<description><![CDATA[The year is finally coming to a close and we are now getting ready to see what 2012 has in store. However, today we will take a look back at the best apps of 2011 for the iPhone and iPod Touch. There have been many popular applications that were released or were a hit this [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29&amp;title=Best+Of+iPhone+Apps+2011&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29">Best Of iPhone Apps 2011</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_main.jpg" alt="iOSApps2011_main" title="iOSApps2011_main" width="174" height="180" class="alignleft size-full wp-image-43217" />The year is finally coming to a close and we are now getting ready to see what 2012 has in store. However, today we will take a look back at the best apps of 2011 for the iPhone and iPod Touch. There have been many popular applications that were released or were a hit this year. The applications ranged from those geared toward photography to social media, and even one with both all in one app.<br />
<span id="more-42984"></span>
<div class="clear"></div>
<h2>Best of Social Networking</h2>
<p><img class="aligncenter size-full wp-image-42985" title="iOSApps2011_SocialNetworking" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_SocialNetworking.jpg" alt="" width="600" height="300" /></p>
<h3>1. Instagram</h3>
<p>Instagram brings creativity to any iPhone user and any iPhone photo. With just a pick of a filter, you can turn a mundane photo into something akin to artwork. The social media integration also allows other individuals to appreciate your photos.</p>
<h3>2. Facebook</h3>
<p><a href="http://maketecheasier.com/tag/facebook">Facebook</a> for iPhone wasn’t the best application out there in its early days. However, the later part of 2011 was great for the application. The new interface makes the application a lot cleaner, and the sidebar provides for quicker access to profiles.</p>
<h3>3. Google+</h3>
<p>The <a href="http://maketecheasier.com/tag/google-plus">Google+</a> application took a while in 2011 to reach iOS users. The Android users beat iPhone users to the punch on this one. But for many users, it was worth the wait. The Google+ application offers the full site in an iPhone friendly interface. I personally only have to go on the desktop when uploading large files.</p>
<h3>4. Twitter</h3>
<p>Twitter for iPhone wasn’t its best in its early users, but the social media website seemed to have hit a growth spurt during the later part of 2011. The new application now has a revamped interface known as Twitter Fly. The interface offers a simpler, better organized Twitter experience.</p>
<h2>Best of Photography</h2>
<p><img class="aligncenter size-full wp-image-42992" title="iOSApps2011_Photography" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_Photography1.jpg" alt="" width="320" height="480" /></p>
<h3>1. Camera+</h3>
<p>The native iPhone camera application is seen as too basic for many individual’s taste. Aside from some light editing, including enhancement, cropping, and redeye editing, you don’t have much to work with. Camera+ offers great editing features, filters, borders, and more. It’s the only camera application I need.</p>
<h3>2. iMovie</h3>
<p>If you have an iPhone 4S, then you most likely haven’t been taking as much advantage of the 1080p lying in your pocket than you should. The iMovie application brings on board video editing, allowing you to share amazing video to YouTube and social networking websites in a snap.</p>
<h3>3. Postagram</h3>
<p>Postagram offers a great complement to our other favorite application for 2011, Instagram. Postagram allows you to physically enjoy some of your Instagram photos for only 99 cents each. The photos, printed on high quality paper, are a perfect vacation memento or a wonderful, personal holiday gift.</p>
<h3>4. Adobe Photoshop Express</h3>
<p>This free application offers great minor tweaks and improvements to already great photos. In other words, it may not be the application for the heavy photographer, but the average iPhone user will greatly appreciate it. Features like cropping and black and white offers the final touch to great photos.</p>
<h2>Best of Games</h2>
<p><img class="aligncenter size-full wp-image-42987" title="iOSApps2011_Games" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_Games.jpg" alt="" width="320" height="480" /></p>
<h3>1. Angry Birds</h3>
<p>This two year old iPhone application has morphed into an App Store classic. This is why the whole Angry Birds series (Classic, Seasons, Rio etc), as one of the best iPhone game apps. It’s the game that some newly popular games base off of.</p>
<h3>2. Temple Run</h3>
<p>Temple Run is the highly addictive game that I thought was a great hit from the start. The objective is to go through an obstacle course, jumping over road cracks and more. Temple Run is now one of the top games on the app store, so if you haven’t heard of it, you don’t know what you’re missing out on!</p>
<h3>3. Charadium</h3>
<p>The loners in your life would find some company with the Charadium application. This game allows you to guess the word based on the drawn image of others you play with online. When the word is guessed, you get a point. It’s a great time passer.</p>
<h3>4. Doodle Jump</h3>
<p>Doodle Jump’s main objective is to draw the course that your character takes as it passes by various other hurtles. This is all while trying not to miss your step and fall to your death. Doodle Jump also has support for online multiplayer.</p>
<h2>Best of Travel</h2>
<p><img class="aligncenter size-full wp-image-42993" title="iOSApps2011_Traveling" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_Traveling1.jpg" alt="" width="320" height="480" /></p>
<h3>1. FlightTrack Pro</h3>
<p>This is one of my favorite travel applications out there. FlightTrack Pro offers a great hub for all of your travel information for your next trip. You have the ability to get any updates on your next flight, have airline emails forwarded here, and know when there are delays through push notifications.</p>
<h3>2. Packing Pro</h3>
<p>Who ever enjoys packing must not be avid travellers, because packing is one of the most put off activities in the whole travel trip. Have you ever considered having a packing assistant? Packing Pro is that application. The application gives you sample lists for what to pack, based on your upcoming trip so you can never forget anything.</p>
<h3>3. UberCab</h3>
<p>When you are leaving dinner with friends or arriving in your vacation spot, have you ever wanted to say “Let me call my driver”? UberCab allows you to do this. The application allows you to call a personal driver who can bring you from point A to point B in style  at affordable prices.</p>
<h3>4. TripColor</h3>
<p>Capture your travel memories with Trip Color. The simple application allows you to share travel photos, text, and more by using templates made according to your travel theme. This keeps family and friends in the loop, without it being stressful.</p>
<h2>Best of Productivity</h2>
<p><img class="aligncenter size-full wp-image-42994" title="iOSApps2011_Productivity" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_Productivity1.jpg" alt="" width="320" height="480" /></p>
<h3>1. Dropbox</h3>
<p><a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> allows you to have your online life, in the cloud. Simply upload files onto the application, and they are easily accessable on the Dropbox website on your desktop. This is the top, free, iCloud alternative for any user.</p>
<h3>2. Vlingo</h3>
<p>For the iPhone 4 and 3GS users out there without Siri, this is the next best thing for getting stuff done through the voice. <a href="http://maketecheasier.com/vlingo-an-app-similar-to-siri-assistant/2011/11/07" title="An App Similar to Siri Assistant … For the Rest of Us Who Don’t Have iPhone 4S">Vlingo</a> allows you to send text and email messages, use maps, update your status, call, and do web searches with your voice. Is it better than Siri? Some may say no, but it’s the best alternative out there.</p>
<h3>3. Remember the Milk</h3>
<p>This is one of my favorite to-do applications available on the app store. It focuses on the content, not just the design, providing you with a productive application. In addition, with a small work around, you can even hook it up with Siri!</p>
<h3>4. eTodo</h3>
<p>What Remember the Milk lacks in design is what eTodo makes up for. The application categories your tasks into three easy to understand categories, providing you with the ability to know what to focus on.</p>
<h2>Best of 2011…</h2>
<p><img class="aligncenter size-full wp-image-42995" title="iOSApps2011_AppoftheYear" src="http://imagecdn.maketecheasier.com/2011/12/iOSApps2011_AppoftheYear1.jpg" alt="" width="320" height="480" /></p>
<h3>Flipboard for iPhone</h3>
<p><a href="http://maketecheasier.com/flipboard-for-iphone-how-does-it-stack-up-against-the-ipad-version/2011/12/17" title="Flipboard For iPhone: How Does It Stack Up Against the iPad Version?">Flipboard</a> is the chosen best application for 2011. The application just became available for iPhone a few weeks ago, but it’s a hit in our books. The application allows you to consume everything important to you online, in just one application. Your Twitter feed, Instagram, and favorite news sources are all available in one area. The interface uses the photos from these posts, providing for a classic magazine look. Best of all, this application is free!</p>
<p>Is your favorite apps in the list around? If not, share with us in the comments.</p>
<p>Image credit: <a href="http://BigStockPhoto.com" title="Big Stock Photo" target="_blank">BigStockPhoto</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29&amp;title=Best+Of+iPhone+Apps+2011&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29">Best Of iPhone Apps 2011</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/best-of-iphone-apps-2011/2011/12/29/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Publishing Web Pages with Dropbox and DropPages</title>
		<link>http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23</link>
		<comments>http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23#comments</comments>
		<pubDate>Fri, 23 Sep 2011 23:58:48 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[droppages]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=38497</guid>
		<description><![CDATA[Dropbox is more than simply a convenient way to share, store, and sync files. Thanks to some clever individuals in the development community, you can do much more with Dropbox. One of the more interesting and useful third-party applications for Dropbox is DropPages. It turns Dropbox into a simple web server, letting you publish static [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23&amp;title=Publishing+Web+Pages+with+Dropbox+and+DropPages&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23">Publishing Web Pages with Dropbox and DropPages</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img alt="dropbox-logo" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-logo.jpg" title="dropbox-logo" class="alignleft" width="180" height="160" /><a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> is more than simply a convenient way to share, store, and sync files. Thanks to some clever individuals in the development community, you can <a href="http://wiki.dropbox.com/DropboxAddons">do much more</a> with Dropbox.</p>
<p>One of the more interesting and useful third-party applications for Dropbox is <a href="http://www.droppages.com">DropPages</a>. It turns Dropbox into a simple web server, letting you publish static web pages quickly and easily. You don&#8217;t even have to buy a domain or pay for hosting.</p>
<p>Here&#8217;s a look at how to get up and running with DropPages.<br />
<span id="more-38497"></span></p>
<h2>What You&#8217;ll Need</h2>
<p>Obviously, you&#8217;ll need a Dropbox account. It&#8217;s free, and you get plenty of storage. Especially if you only use your Dropbox account for serving your web pages.</p>
<p>You&#8217;ll also need some files called <em>themes</em>. These provide the framework for your web site, and you can download them <a href="http://droppages.com/Themes">here</a>. There are only three themes available, but they&#8217;re not bad looking.</p>
<p>That said, you can fine tune or create your own theme. How? Well, the themes are formatted with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>, a lightweight markup language that&#8217;s similar to Textile (which was <a href="http://maketecheasier.com/getting-to-know-textile/2011/08/13">covered</a> by Make Tech Easier). Once you learn a bit of Markdown, you can customize your theme.</p>
<p>Once you have all of that, you&#8217;re ready to go.</p>
<h2>Getting Set Up</h2>
<p>Log into Dropbox and create a new folder. Click the <em>New Folder</em> button, and then type a name for the folder in the space that appears.</p>
<p><img class="aligncenter size-full wp-image-38500" title="Creating a new folder in Dropbox" src="http://imagecdn.maketecheasier.com/2011/09/MTE_DropPages_newFolder.png" alt="Creating a new folder in Dropbox" width="443" height="105" /></p>
<p>The name of the folder must contain <em>.droppages.com</em> – for example, <em>scottnesbitt.droppages.com</em>. This will be the URL to your web site. When you&#8217;re done, click the <em>Create</em> button.</p>
<p>From there, click the <em>Share a Folder</em> button in Dropbox. In the window that opens, click <em>I&#8217;d like to share an existing folder</em> and then click the <em>Next</em> button.</p>
<p><img class="aligncenter size-full wp-image-38501" title="Sharing a folder in Dropbox, step 1" src="http://imagecdn.maketecheasier.com/2011/09/MTE_DropPages_shareFolder1.png" alt="Sharing a folder in Dropbox, step 1" width="507" height="302" /></p>
<p>Click the folder that you created earlier, and then click the <em>Next</em> button.</p>
<p><img class="aligncenter size-full wp-image-38502" title="Sharing a folder in Dropbox, step 2" src="http://imagecdn.maketecheasier.com/2011/09/MTE_DropPages_shareFolder2.png" alt="Sharing a folder in Dropbox, step 2" width="506" height="276" /></p>
<p>In the next window, type <em>server1@droppages.com</em> in the <em>Invite collaborators to this folder</em> field. Doing this shares the file with the DropPages server and turns Dropbox (or, at least, that shared folder) into a basic but workable web server. When you&#8217;re done, click the <em>Share folder</em> button.</p>
<p><img class="aligncenter size-full wp-image-38503" title="Sharing a folder in Dropbox, step 3" src="http://imagecdn.maketecheasier.com/2011/09/MTE_DropPages_shareFolder3.png" alt="Sharing a folder in Dropbox, step 3" width="505" height="300" /></p>
<p>The request needs to be manually approved by Dave McDermid, the developer of DropPages. That approval can take anywhere from a few hours to a couple of days.</p>
<p>Finally, remember that theme file you downloaded earlier? Extract it into your DropPages folder. Once your share request has been approved, your site will look something like this when you (or someone else) goes to the URL:</p>
<p><img class="aligncenter size-full wp-image-38504" title="A sample site" src="http://imagecdn.maketecheasier.com/2011/09/MTE_DropPages_sampleSite.png" alt="A sample site" width="600" height="355" /></p>
<h2>Final Thoughts</h2>
<p>DropPages isn&#8217;t high-octane Web publishing. But it&#8217;s not meant to be that. If you want to quickly put up a Web page or site, even just for a short while, the combination of DropPages and Dropbox is a great solution. Especially if your needs are simple and you don&#8217;t want to fool around with buying a domain, dealing with hosting, and coding web pages.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23&amp;title=Publishing+Web+Pages+with+Dropbox+and+DropPages&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23">Publishing Web Pages with Dropbox and DropPages</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/publishing-web-pages-with-dropbox-and-droppages/2011/09/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wuala: An Alternative To Dropbox With Security In Mind</title>
		<link>http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15</link>
		<comments>http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15#comments</comments>
		<pubDate>Mon, 15 Aug 2011 14:58:18 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[cross-platforms]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=36292</guid>
		<description><![CDATA[Dropbox is great, but it is not the best. While we love Dropbox for its versatility and cross-platform compatibility, we also hate it for its inability to secure files in the cloud. We have to either live with it, and leave our files vulnerable in the cloud, or make the extra effort to encrypt the [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15&amp;title=Wuala%3A+An+Alternative+To+Dropbox+With+Security+In+Mind&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15">Wuala: An Alternative To Dropbox With Security In Mind</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-logo.png" alt="wuala-logo" title="wuala-logo" width="200" height="84" class="alignleft size-full wp-image-36306" />Dropbox is great, but it is not the best. While we love <a href="http://maketecheasier.com/tag/dropbox" title="Dropbox">Dropbox</a> for its <a href="http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" title="4 Advanced Dropbox Tips and Tricks">versatility</a> and cross-platform compatibility, we also hate it for its inability to secure files in the cloud. We have to either live with it, and leave our files vulnerable in the cloud, or make the extra effort to <a href="http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" title="How to Encrypt Your Files And Improve Dropbox Security">encrypt the files</a> before syncing them online. Alternatively, we can switch to another cloud storage app that places security as the top most priority. Wuala is one such app.<br />
<span id="more-36292"></span><br />
<a href="http://www.wuala.com/" title="wuala">Wuala</a> is a cross-platform compatible cloud storage app that allows you to sync your local files to the cloud and access them from another computer. Wuala encrypts all your files before they are uploaded to the server. In the server, each file is split up into many different pieces and stored in multiple places, so you can be assured that they are secured. In addition, your password is never transmitted, which means that no one &#8211; not even the employees at Wuala &#8211; can see your private files.</p>
<p><a href="http://www.wuala.com/en/download/">Download</a> and install Wuala on your computer. On the first run, it will prompt you to create an account (or sign in to your existing account if you have one).</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-signin.png" alt="wuala-signin" title="wuala-signin" width="600" height="420" class="aligncenter size-full wp-image-36294" /></p>
<p>Once you are logged in, you will see your dashboard with several folders (Document, Music, Photos, Videos). Unlike Dropbox, Wuala does not integrate with your filesystem. Instead, it mounts itself as a drive in your system.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-folder.png" alt="wuala-folder" title="wuala-folder" width="600" height="375" class="aligncenter size-full wp-image-36297" /></p>
<p>You can get it to sync with any folder in your computer. To do so, click on the &#8220;New -> Sync&#8221; option and select the local folder that you want to sync.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-sync.png" alt="wuala-sync" title="wuala-sync" width="302" height="215" class="aligncenter size-full wp-image-36298" /></p>
<p>It also works the other way &#8211; syncing your Wuala document to your local computer. You just have to select the folder and go to &#8220;<em>File -> Synchronize with this computer</em>&#8220;. </p>
<p>There are several sharing options in Wuala. By default, all your files and folders are marked as Private. No one, other than you, can view your files. You can, however, change the file permission to <em>Share</em> or <em>Public</em>. For Share option, you can share your files with your contacts, either via email or web link. For Public option, the file/folder is publicly available for everyone.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-sharing-option.png" alt="wuala-sharing-option" title="wuala-sharing-option" width="600" height="640" class="aligncenter size-full wp-image-36299" /></p>
<h2>Wuala Preferences</h2>
<p>The Preferences section of Wuala is pretty comprehensive, covering everything from your account detail, connection speed, cache size, filesystem integration, notification and many more options.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-preferences.png" alt="wuala-preferences" title="wuala-preferences" width="600" height="455" class="aligncenter size-full wp-image-36301" /></p>
<h2>Trading of local storage in exchange for online storage</h2>
<p>When you sign up for a free account, you will receive 1Gb of storage space. To many of us, this is too little. If you need a lot of online storage space, and at the same time, you have plenty of free space in your local hard drive, you can trade your local space in exchange for online space. </p>
<p>It works like this: you need to first specify the amount of hard disk space you are willing to trade (say 100GB). Depending on the amount of time you are online (for example, you are connected to Wuala 70% of the time), you will be given a free online storage space equivalent to the product of the hard drive space you are trading and the time you spent online. In this case, you will have access to 70Gb (70% * 100Gb) of online storage space.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wuala-trading.png" alt="wuala-trading" title="wuala-trading" width="723" height="485" class="aligncenter size-full wp-image-36302" /></p>
<p>Alternatively, you can refer your friends to use Wuala and earn up to 3Gb of storage space. Lastly, there is always the premium plans that allow you to buy storage space for a annual fee.</p>
<h2>Conclusion</h2>
<p>Wuala comes with plenty of features and it is really an enjoyment to use it. Personally, I like its security feature and the ability to choose the folders that you want to sync. The only gripe is the 1Gb storage space. Most online storage services offer 2Gb (some offer up to 5Gb) for their free account. Upon comparison, Wuala&#8217;s 1Gb storage space is really pathetic and unattractive. With competitors like <a href="http://maketecheasier.com/keep-your-files-in-sync-with-spideroak/2010/06/30" title="Keep Your Files in Sync With SpiderOak">SpiderOak</a> and <a href="http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21">Ubuntu One</a>, this could really make a lot of differences.</p>
<p><a href="http://www.wuala.com/">Wuala</a> is available for Windows, Mac, Linux, iPhone and Android.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15&amp;title=Wuala%3A+An+Alternative+To+Dropbox+With+Security+In+Mind&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15">Wuala: An Alternative To Dropbox With Security In Mind</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/wuala-an-alternative-to-dropbox-with-security-in-mind/2011/08/15/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Encrypt Your Files And Improve Dropbox Security</title>
		<link>http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24</link>
		<comments>http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24#comments</comments>
		<pubDate>Sat, 25 Jun 2011 00:10:46 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[encrypt files]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=34710</guid>
		<description><![CDATA[Dropbox is indeed a great application. It gives you a free 2GB of storage space to store your files and allows you to access to them and sync them between different computers, regardless you are running Windows, Mac, Linux or any other smart mobile device. However, as good as it gets, there is one major [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24&amp;title=How+to+Encrypt+Your+Files+And+Improve+Dropbox+Security&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24">How to Encrypt Your Files And Improve Dropbox Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/06/dropbox-secure.jpg" alt="dropbox-secure" title="dropbox-secure" width="180" height="180" class="alignleft size-full wp-image-34753" />Dropbox is indeed a great application. It gives you a free 2GB of storage space to store your files and allows you to access to them and sync them between different computers, regardless you are running Windows, Mac, Linux or any other smart mobile device. However, as good as it gets, there is one major issue. All the files that you have stored in the cloud are not encrypted. Whoever hack into your account can view and access all the files in your account, including those confidential documents that you have synced over the cloud.</p>
<p>Why is this important to you? A <a href="http://blog.dropbox.com/?p=821" target="_blank">mistake</a> made by the Dropbox team few days back had left the Dropbox&#8217;s main door open for 4 hours. During this period, anyone can log into any account and access all the files in that account without any passwords. While this affects <em>only</em> 1% of its users (which amounts to about 250,000, and that is not a small number), if you are one of those whose accounts have been compromised and you have confidential files in your Dropbox, you better watch out for the bad things that might happen to you.<br />
<span id="more-34710"></span><br />
Since you never know when such incident will happen again, it is best to encrypt your files before you sync them to the cloud so there is a second level of defense when your account has been compromised.</p>
<h2>1. SecretSync</h2>
<p>SecretSync is a file-by-file encryption solution for Windows and Linux. Once installed, you will find a new &#8220;SecretSync&#8221; folder in your user directory. Any files that you place in this folder will be encrypted and sync to Dropox. </p>
<p>The installation and usage of SecretSync for Windows is pretty straightforward. You simply <a href="http://getsecretsync.com/ss/download/">download</a>, install and run it. it will then guide you through the encryption process.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/secretsync-windows-setup.png" alt="secretsync-windows-setup" title="secretsync-windows-setup" width="450" height="400" class="aligncenter size-full wp-image-34748" /></p>
<p>For Linux, the usage is purely command-line based.</p>
<p>1. You have to first <a href="http://getsecretsync.com/ss/download/">download</a> the deb file and install it in your system. </p>
<p>2. Open a terminal and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">secretsync</pre></div></div>

<p>This will run the installer and download the necessary files from SecretSync site. It will also run you through the setting up process.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/secretsync-linux-setup.png" alt="secretsync-linux-setup" title="secretsync-linux-setup" width="600" height="395" class="aligncenter size-full wp-image-34740" /></p>
<p>After the installation, type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">secretsync start</pre></div></div>

<p>to start the SecretSync service. You should see a new SecretSync folder in your Home directory. Any files you place in this folder will be encrypted and synced to Dropbox.</p>
<p><strong>Note</strong>: <em>The latest version of SecretSync will add itself to the autostart item automatically. The following step is meant for the older version.</em></p>
<p>To get SecretSync to autostart everytime you login, go to &#8220;System -> Preferences -> Startup Applications&#8221; and create a new startup item.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/secretsync-autostart.png" alt="secretsync-autostart" title="secretsync-autostart" width="368" height="207" class="aligncenter size-full wp-image-34749" /></p>
<p><a href="http://getsecretsync.com/">SecretSync</a></p>
<h2>2. Encfs</h2>
<p>Encfs is a better solution than SecretSync because it stores the encryption keys on your local machine and it can work in Linux (natively), Windows (via BoxCryptor) and Mac (via MacFuse), which is great if you use Dropbox on more than one operating system.</p>
<p>In Ubuntu, open a terminal and type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> encfs
<span style="color: #c20cb9; font-weight: bold;">sudo</span> addgroup <span style="color: #000000; font-weight: bold;">&lt;</span>your username<span style="color: #000000; font-weight: bold;">&gt;</span> fuse</pre></div></div>

<p>To create an encrypted folder, type the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">encfs ~<span style="color: #000000; font-weight: bold;">/</span>Dropbox<span style="color: #000000; font-weight: bold;">/</span>.encrypted ~<span style="color: #000000; font-weight: bold;">/</span>Private</pre></div></div>

<p>The above command instructs encfs to create an encrypted hidden folder (with name <em>.encrypted</em>) in Dropbox and mount it in the Private Folder in your Home directory.</p>
<p>When it prompts you for the configuration option, press &#8220;p&#8221; follow by Enter.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/encfs-option.png" alt="encfs-option" title="encfs-option" width="600" height="230" class="aligncenter size-full wp-image-34743" /></p>
<p>Next, it will ask you to enter your password. Be very careful with what you type since it won&#8217;t appear in the screen. </p>
<p>That&#8217;s it. Whatever files you place in the Private folder will be encrypted and synced with Dropbox.</p>
<p>To get the encrypted folder to automount everytime you log in, you can use <em>gnome-encfs</em>.</p>
<p>1. Download gnome-encfs <a href="http://dl.dropbox.com/u/6864546/gnome-encfs">here</a> (or grab the source <a href="https://bitbucket.org/obensonne/gnome-encfs/src">here</a>) to your Home folder.</p>
<p>2. Type the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ~<span style="color: #000000; font-weight: bold;">/</span>gnome-encfs <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin
gnome-encfs <span style="color: #660033;">-a</span> ~<span style="color: #000000; font-weight: bold;">/</span>Dropbox<span style="color: #000000; font-weight: bold;">/</span>.encrypted ~<span style="color: #000000; font-weight: bold;">/</span>Private</pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2011/06/encfs-gnome-automount.png" alt="encfs-gnome-automount" title="encfs-gnome-automount" width="548" height="139" class="aligncenter size-full wp-image-34744" /></p>
<p><strong>GUI for Encfs</strong></p>
<p>In Linux, <a href="http://tom.noflag.org.uk/cryptkeeper.html">Cryptkeeper</a> is an application that provides a graphical interface for encfs. It doesn&#8217;t come with the full configuration option for encfs, but if you need an easy way to get started quickly, this will be very useful.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/cryptkeeper-applet.png" alt="cryptkeeper-applet" title="cryptkeeper-applet" width="241" height="115" class="aligncenter size-full wp-image-34741" /></p>
<p>In Ubuntu,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cryptkeeper</pre></div></div>

<p>Cryptkeeper works as a system tray applet. If you are using Unity, use the following command to get it to work:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gsettings <span style="color: #000000; font-weight: bold;">set</span> com.canonical.Unity.Panel systray-whitelist <span style="color: #ff0000;">&quot;['Cryptkeeper']&quot;</span>
setsid unity</pre></div></div>

<p><strong>BoxCryptor</strong></p>
<p>BoxCryptor is not really a GUI for encfs, but its encryption method is compatible with encfs. If you have created an encrypted folder in Linux, you can use BoxCryptor in Windows to mount the same encrypted folder. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/06/boxcryptor-main.png" alt="boxcryptor-main" title="boxcryptor-main" width="469" height="371" class="aligncenter size-full wp-image-34758" /></p>
<h2>3. TrueCrypt</h2>
<p>TrueCrypt is another powerful and cross-platform compatible encryption tool that you can use. We have mentioned it <a href="http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17">here</a> and <a href="http://maketecheasier.com/password-protect-files-folders-in-windows/2011/05/23">here</a>, so we won&#8217;t go through it again. </p>
<p>One disadvantage of TrueCrypt is that you have to create a fixed size virtual container before you can use it. In addition, you can only get it to sync after you have unmounted it. This means that you won&#8217;t be able to sync your files in real time. Other than that, if you need a true cross-platform solution, then TrueCrypt is definitely the one for you.</p>
<p>That&#8217;s it. Which method do you use to secure your files in Dropbox?</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24&amp;title=How+to+Encrypt+Your+Files+And+Improve+Dropbox+Security&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24">How to Encrypt Your Files And Improve Dropbox Security</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/encrypt-files-in-dropbox/2011/06/24/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Taking Your To Do List Mobile with Todo.txt Touch</title>
		<link>http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31</link>
		<comments>http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31#comments</comments>
		<pubDate>Tue, 31 May 2011 23:58:21 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[text files]]></category>
		<category><![CDATA[todo]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=33781</guid>
		<description><![CDATA[If you want to keep your task list portable and future proof, no software does that better than todo.txt. It&#8217;s a command line script that saves your tasks to a simple text file &#8212; one that you can move between different computers and operating systems with ease. Todo.txt has been covered on Make Tech Easier [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31&amp;title=Taking+Your+To+Do+List+Mobile+with+Todo.txt+Touch&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31">Taking Your To Do List Mobile with Todo.txt Touch</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-33788" title="A todo list" src="http://imagecdn.maketecheasier.com/2011/05/To_do_list.jpg" alt="A todo list" width="160" height="120" />If you want to keep your task list portable and future proof, no software does that better than <a href="http://todotxt.com/">todo.txt</a>. It&#8217;s a command line script that saves your tasks to a simple text file &#8212; one that you can move between different computers and operating systems with ease. Todo.txt has been <a href="http://maketecheasier.com/6-web-based-to-do-lists-to-keep-focuse/2011/02/06/">covered on Make Tech Easier</a> in the past.</p>
<p>That&#8217;s all well and good if you&#8217;re chained to a desktop PC or laptop. But what happens if you frequently go mobile? Well, if you have an Android-powered phone and a Dropbox account, then you can turn to <a href="https://market.android.com/details?id=com.todotxt.todotxttouch">Todo.txt Touch</a>.<br />
<span id="more-33781"></span></p>
<h2>Getting It and Getting Going</h2>
<p>On your phone, go to the Android Market app and search for <em>todo.txt touch</em>. Then, tap the one search result. You&#8217;ll have to buy Todo.txt Touch; there&#8217;s no trial version. The app will set you back $2.00.</p>
<p>Once it&#8217;s installed, launch Todo.txt Touch.</p>
<p><img class="aligncenter size-full wp-image-33784" title="Todo.txt Touch main screen" src="http://imagecdn.maketecheasier.com/2011/05/MTE_todotxt_main2.png" alt="Todo.txt Touch main screen" width="320" height="381" /></p>
<p>The first thing you&#8217;ll need to do is link the app to your Dropbox account. When prompted, enter your Dropbox login information.</p>
<p>The app automatically saves your task list in a folder called <em>todo</em> in Dropbox. If you want to change the folder, tap the <strong>Menu</strong> button on your phone, and then tap <strong>Settings</strong>. On the Settings screen, tap <strong>File location</strong> and then type the name of another folder.</p>
<p><img class="aligncenter size-full wp-image-33785" title="Adding a location" src="http://imagecdn.maketecheasier.com/2011/05/MTE_todotxt_location.png" alt="Adding a location" width="320" height="250" /></p>
<h2>What If You Already Use Todo.txt on the Desktop?</h2>
<p>That&#8217;s not a problem. First, make sure that you&#8217;re syncing the folder on Dropbox that Todo.txt Touch writes to with your computer. That should happen automatically. Then, move the file todo.txt into that Dropbox folder. You&#8217;ll also have to edit the file todo.cfg on your computer to point to the Dropbox folder. You can find instructions explaining how to do that <a href="https://github.com/ginatrapani/todo.txt-cli/wiki/Quick-Start-Guide">here</a>.</p>
<p>When you sync your task list with Todo.txt Touch, you&#8217;ll always be up to date.</p>
<h2>Adding and Managing Tasks</h2>
<p>Tap the <em>Add</em> button on the top right of the Todo.txt Touch screen. In the window that pops up, enter what you have to do and then tap <strong>Add</strong>.</p>
<p><img class="aligncenter size-full wp-image-33786" title="Adding a task" src="http://imagecdn.maketecheasier.com/2011/05/MTE_todotxt_add.png" alt="Adding a task" width="320" height="509" /></p>
<p>Todo.txt uses a number of concepts from Getting Things Done (a popular method for personal organization). One of those concepts is <strong>contexts</strong>. A context is a thing, place, or person that you need to complete a task. All contexts have an @ sign in front of them For example, @Work denotes a task that you need to do in relation to your work. To include a context when adding a task, type <strong>@Context</strong> followed by the task.</p>
<p>You can also assign priorities to your tasks. To do that, tap a task on the main screen, and then tap <strong>Prioritize</strong>. On the Select priority screen, tap one of the priorities &#8212; ranging from A (most important) to E (least important).</p>
<p><img class="aligncenter size-full wp-image-33787" title="Setting a priority" src="http://imagecdn.maketecheasier.com/2011/05/MTE_todotxt_priority.png" alt="Setting a priority" width="320" height="510" /></p>
<p>If you need to modify or delete a task, just tap it. On the screen that opens, do one of the following:</p>
<ul>
<li>Tap <strong>Update</strong> to open the editing screen. From there, modify the task and then tap 	the <strong>Update</strong> button.</li>
<li>Tap <strong>Delete</strong>. When prompted, tap the <strong>Delete</strong> button to get rid of the task.</li>
</ul>
<h2>Finishing Up</h2>
<p>You have all of those tasks in your list. Obviously, you&#8217;re going to work your way through them. What do you do when you&#8217;re done? Tap the task that you&#8217;ve finished, and then tap <strong>Complete</strong> on the screen that opens. The task is crossed out in your list.</p>
<p>Once you&#8217;ve done marked a task as complete, remember to synchronize it in Dropbox. To do that, tap the <strong>Synchronize</strong> button on the top right of the Todo.txt Touch screen. On the screen that opens, tap <strong>Upload</strong>.</p>
<p>If you use Todo.txt and an Android phone, then Todo.txt Touch is a great way to make your task list even more portable. You get all the features you&#8217;re used to in Todo.txt but in a nice and easy-to-use graphical package.</p>
<p>Photo credit: <a href="http://commons.wikimedia.org/wiki/File:To_do_list.jpg" rel="nofollow" target="_blank">Purple Slog</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31&amp;title=Taking+Your+To+Do+List+Mobile+with+Todo.txt+Touch&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31">Taking Your To Do List Mobile with Todo.txt Touch</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/taking-your-to-do-list-mobile-with-todo-txt-touch/2011/05/31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Dropbox Portable, Bring It Everywhere You Go</title>
		<link>http://maketecheasier.com/make-dropbox-portable/2011/05/17</link>
		<comments>http://maketecheasier.com/make-dropbox-portable/2011/05/17#comments</comments>
		<pubDate>Tue, 17 May 2011 23:58:52 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=33318</guid>
		<description><![CDATA[We have covered tons and tons of Dropbox tips and tricks. The latest addition to our Dropbox library is to make it portable and bring it everywhere we go, on a USB drive. When it comes to accessing our Dropbox folder, there are many ways to do it. You can install the Dropbox desktop client [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17&amp;title=Make+Your+Dropbox+Portable%2C+Bring+It+Everywhere+You+Go&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-dropbox-portable/2011/05/17">Make Your Dropbox Portable, Bring It Everywhere You Go</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/05/dropboxportable-logo.jpg" alt="dropboxportable-logo" title="dropboxportable-logo" width="200" height="168" class="alignleft size-full wp-image-33325" />We have <a href="http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28/">covered </a><a href="http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22/">tons </a>and <a href="http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02/">tons </a>of <a href="http://maketecheasier.com/tag/dropbox/">Dropbox</a> tips and tricks. The latest addition to our Dropbox library is to make it portable and bring it everywhere we go, on a USB drive.</p>
<p>When it comes to accessing our Dropbox folder, there are many ways to do it. You can install the Dropbox desktop client on all your computers, open the browser and access the <a href="http://maketecheasier.com/a/dropbox">web version of Dropbox</a>, or if you are on the move and own an Android, iPhone or Blackberry, you can download the app and access it on the move. If none of the above work for you, one last way is to carry your Dropbox on your USB drive and bring it everywhere you go.<br />
<span id="more-33318"></span><br />
<a href="http://dropportable.ho.am/">DropboxPortableAHK</a> is a Dropbox portable app. It is based on the <a href="http://maketecheasier.com/tag/autohotkey/">AutoHotKey</a> script and allows you to place your Dropbox folder in a USB drive and sync it anywhere, everywhere.</p>
<p><strong>Note</strong>: <em>DropboxPortableAHK only works in Windows.</em></p>
<p>1. <a href="http://dropportable.ho.am/#english-download">Download DropboxPortableAHK</a> (~0.5MB, zip file)</p>
<p>2. Unzip the zip file. Plug in your USB drive and move the &#8220;DropboxPortableAHK&#8221; folder (the folder that you have just unzipped) to the USB drive.</p>
<p>3. Open the DropboxPortableAHK folder and double click the &#8220;DropboxPortableAHK.exe&#8221; file to run it.</p>
<p>4. It will prompt you to download the Dropbox daemon. Click Ok to proceed. If you are interested, you can also get it to download the beta version of Dropbox.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/05/dropboxportable-download-app.png" alt="dropboxportable-download-app" title="dropboxportable-download-app" width="489" height="173" class="aligncenter size-full wp-image-33321" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2011/05/dropboxportable-download-beta.png" alt="dropboxportable-download-beta" title="dropboxportable-download-beta" width="315" height="170" class="aligncenter size-full wp-image-33322" /></p>
<p>5. After the download finished, the configuration window will appear. From here, you can set your Dropbox folder and configure the app to update automatically.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/05/dropboxportable-config.png" alt="dropboxportable-config" title="dropboxportable-config" width="600" height="393" class="aligncenter size-full wp-image-33323" /></p>
<p>6. Lastly, it will walk you through the Dropbox setup process. If your USB drive comes with limited capacity (say 2GB or less), it is best for you to select &#8220;Selective Sync&#8221; and select only the important folders to sync.</p>
<p>That&#8217;s it. Once the sync is completed, you can bring your Dropbox everywhere in your USB drive. Anytime you need to sync your files, simply plug in your USB drive and double click the DropboxPortableAHK.exe file to run it.</p>
<p>DropboxPortableAHK is not affiliated with Dropbox.com, but it is still easy to install and use. If you really need to bring your Dropbox on your USB drive, this is the best solution.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17&amp;title=Make+Your+Dropbox+Portable%2C+Bring+It+Everywhere+You+Go&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/make-dropbox-portable/2011/05/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/make-dropbox-portable/2011/05/17">Make Your Dropbox Portable, Bring It Everywhere You Go</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-dropbox-portable/2011/05/17/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Sync Android&#8217;s SD Card With Dropbox</title>
		<link>http://maketecheasier.com/sync-android-with-dropbox/2011/04/30</link>
		<comments>http://maketecheasier.com/sync-android-with-dropbox/2011/04/30#comments</comments>
		<pubDate>Sat, 30 Apr 2011 14:58:17 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32110</guid>
		<description><![CDATA[Dropbox for Android is easily one of our favorite mobile app. It allows you to download and view your files in your Dropbox folder and also upload files to the server. It is best suited for people (like us) who like to work on the move. If there is anything that we are unsatisfied with, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30&amp;title=How+to+Sync+Android%26%238217%3Bs+SD+Card+With+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-android-with-dropbox/2011/04/30">How to Sync Android&#8217;s SD Card With Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropbox-android-sync.png" alt="dropbox-android-sync" title="dropbox-android-sync" width="200" height="200" class="alignleft size-full wp-image-32637" /><a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> for Android is easily one of our favorite mobile app. It allows you to download and view your files in your Dropbox folder and also upload files to the server. It is best suited for people (like us) who like to work on the move. If there is anything that we are unsatisfied with, it have to be the inability to sync your local files (in SD card) back to the server. </p>
<p>When you open a file from your Dropbox folder in Android, the file will be downloaded to your SD card and you can then view/edit the file with a file manager. However, after you have made changes to the file, the Dropbox app does not automatically sync it back to the server. The only solution is to manually upload the file. This is definitely not a good solution.<br />
<span id="more-32110"></span><br />
A good solution to overcome this is to use <strong>DropSpace</strong>, another app to do the stuff that Dropbox suppose to do, but didn&#8217;t. DropSpace allows you to create a link between a folder in your SD card and a sub-directory in Dropbox. Once the link is created, it will auto sync the files from/to your Dropbox.</p>
<p>Download <a href="https://market.android.com/details?id=kr.pe.meinside.DropSpace">DropSpace from the market</a> (it&#8217;s free)</p>
<p>Connect your Dropbox account to DropSpace.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropspace-login-to-dropbox.png" alt="dropspace-login-to-dropbox" title="dropspace-login-to-dropbox" width="320" height="328" class="aligncenter size-full wp-image-32625" /></p>
<p>Tap the &#8220;Manage Sync List&#8221; button to set up the sync.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropspace-dashboard.png" alt="dropspace-dashboard" title="dropspace-dashboard" width="320" height="453" class="aligncenter size-full wp-image-32626" /></p>
<p>Navigate to the directory on your SD card that you want to link and long tap on it to add to the sync list.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropspace-select-directory.png" alt="dropspace-select-directory" title="dropspace-select-directory" width="320" height="300" class="aligncenter size-full wp-image-32627" /></p>
<p>Next, it will show your Dropbox folder and you can do the same thing (long tap on the folder) to complete the sync configuration.</p>
<p>Lastly, go back to its main screen and tap the &#8220;Sync Now&#8221; to start the sync.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropspace-sync-now.png" alt="dropspace-sync-now" title="dropspace-sync-now" width="320" height="198" class="aligncenter size-full wp-image-32629" /></p>
<p>By default, you have to manually tap the &#8220;Sync Now&#8221; button everytime you want it to perform a sync. However, you can set it as a service and get it to run at a regular interval. You can also configure whether to remove the remote files when the local files are deleted.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropspace-run-as-service.png" alt="dropspace-run-as-service" title="dropspace-run-as-service" width="320" height="283" class="aligncenter size-full wp-image-32630" /></p>
<h2>Syncing notes to Dropbox</h2>
<p>If all you want is to create notes on your Android phone and have them synced to your Dropbox, <a href="https://market.android.com/details?id=com.kooklab.epistle">Epistle</a> is one such app that allows you to do so. With Epistle, you can create simple notes and it will automatically synced to the Epistle folder in Dropbox. I have found this to be extremely handy, especially when I need to jot down some ideas while on the move. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropbox-epistle.png" alt="dropbox-epistle" title="dropbox-epistle" width="320" height="509" class="aligncenter size-full wp-image-32634" /></p>
<p>Epistle also supports two-way sync. That means, if you create a text file on your desktop and drop it into the Dropbox Epistle folder, it will show up in your Android phone as well. </p>
<p>Until the Dropbox team implements the synchronization feature in their mobile apps, we will have to make use of the above mentioned apps to get things done. They might not be the most feature-complete app, but they get the jobs done.</p>
<p>What you say, Dropbox? Will you ever implement the synchronization feature to your mobile app? We are waiting&#8230;</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30&amp;title=How+to+Sync+Android%26%238217%3Bs+SD+Card+With+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sync-android-with-dropbox/2011/04/30" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sync-android-with-dropbox/2011/04/30">How to Sync Android&#8217;s SD Card With Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-android-with-dropbox/2011/04/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Ways To Make Good Use Of Dropbox For Android</title>
		<link>http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24</link>
		<comments>http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24#comments</comments>
		<pubDate>Sun, 24 Apr 2011 14:58:03 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[email files]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32193</guid>
		<description><![CDATA[When I made the switch to an Android phone from a Blackberry, one of the deciding factors was how I could easily share files with clients and club members. I am usually not at my office and do much of my work remotely. While Dropbox was accessible from my Blackberry, it was less than convenient [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24&amp;title=4+Ways+To+Make+Good+Use+Of+Dropbox+For+Android&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24">4 Ways To Make Good Use Of Dropbox For Android</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-32201" title="dropbox - logo" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-logo.jpg" alt="dropbox-logo" width="180" height="160" />When  I made the switch to an Android phone from a Blackberry, one of the  deciding factors was how I could easily share files with clients and club members. I am usually not at my office and do much of my work remotely. While Dropbox was accessible from my Blackberry, it was less than convenient to use regularly.</p>
<p>By doing a little reading and some planning ahead, I have come up with a few ways to use Dropbox while I am mobile. Below are a few tips to use  your <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> for Android more efficiently while on the go.<br />
<span id="more-32193"></span></p>
<h3>1. Share a folder or link</h3>
<p>This is probably the main use for me. It is really easy to share files via  email or other methods. During certain times of the year, I am emailing the same set of forms to different people all the time. I keep all of the files in a folder in my Dropbox. When someone calls or emails me, I can send them the forms in a zip file.</p>
<p>Open Dropbox for Android and navigate to the folder you want to share.</p>
<p><img class="size-full wp-image-32271 aligncenter" title="dropbox for android - files" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-files.png" alt="dropbox-for-android-files" width="288" height="456" /></p>
<p>Press and hold on the folder name. In the pop-up window, you will see <em>Open</em> or <em>Share a link</em>. In this case, select Share a link.</p>
<p><img class="aligncenter size-full wp-image-32196" title="dropbox for android - share a link" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-share-a-link.png" alt="dropbox-for-android-share-a-link" width="288" height="480" /></p>
<p>The share menu will appear asking how you want to share the link. Choose your method and send.</p>
<p><img class="aligncenter size-full wp-image-32197" title="dropbox for android - share screen" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-share-screen.png" alt="dropbox-for-android-share-screen" width="288" height="480" /></p>
<p>Fill  in the recipient’s address or phone number. When the recipient clicks the link, they will initiate a download of the files in that folder in a .ZIP format.</p>
<p><img class="aligncenter size-full wp-image-32195" title="dropbox for android - fill in the info" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-fill-in-the-info.png" alt="dropbox-for-android-fill-in-the-info" width="288" height="480" /></p>
<h3>2. Save or share app APKs</h3>
<p>If you download applications from places other than the Android Market, you will likely have the APK file on your SD card or computer. Well, if you make a folder for these files in your Dropbox, you can uninstall the applications you do not use all of the time. When you need the application again, download it from your Dropbox folder.</p>
<p><img class="aligncenter size-full wp-image-32194" title="dropbox for android - app apk" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-app-apk.png" alt="dropbox-for-android-app-apk" width="288" height="406" /></p>
<p>In the same manner, if you want to share an application, you can send a  link to a friend so they can download the APK file and install the application.</p>
<h3>3. Basic text reader and picture viewer</h3>
<p>A  nice feature of Dropbox for Android is you can open certain files without downloading them to your SD card or Android phone. If you have a  picture stored, you can open it within Dropbox. The same is true with a .txt file like you would use in Notepad.</p>
<p><img class="aligncenter size-full wp-image-32198" title="dropbox for android - text editor" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-for-android-text-editor.png" alt="dropbox-for-android-text-editor" width="288" height="480" /></p>
<h3>4. Resume and portfolio</h3>
<p>Another really handy thing to be able to do is share your resume at a moment’s notice. If you are looking for a job or freelance work, you  need to respond to opportunities as soon as you see them. If you see a  bookkeeping gig on Craigslist, you can shoot them a resume right away.</p>
<p>If you are a designer or photographer, you can quickly email a folder with all of the information such as a resume, sample pictures, references, links or anything else you’d like to send.</p>
<p>There are many other uses, what it comes down to is access and sharing. Be creative and I&#8217;m sure there are lots of ways you can find to use Dropbox for Android to make you more efficient.</p>
<p>Tell us your tips for being efficient while using your Android.</p>
<p>If you want more general tips on using Dropbox, here are a couple previous articles <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">Part 1</a> and <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31">Part 2</a>.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24&amp;title=4+Ways+To+Make+Good+Use+Of+Dropbox+For+Android&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24">4 Ways To Make Good Use Of Dropbox For Android</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-ways-to-make-good-use-of-dropbox-for-android/2011/04/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Advanced Dropbox Tips and Tricks</title>
		<link>http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22</link>
		<comments>http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22#comments</comments>
		<pubDate>Fri, 22 Apr 2011 14:58:16 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Dropbox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32363</guid>
		<description><![CDATA[At MTE we cannot live without Dropbox. In addition to showing you the basic usage of Dropbox, we have also highlighted a number of useful tips and tricks. In this article we will go beyond the basic tricks and show you 4 other ways you can use Dropbox like a pro. 1. Dropbox Keyboard Shortcuts [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22&amp;title=4+Advanced+Dropbox+Tips+and+Tricks&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22">4 Advanced Dropbox Tips and Tricks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/04/dropbox-app-icon.jpg" alt="dropbox-app-icon" title="dropbox-app-icon" width="200" height="201" class="alignleft size-full wp-image-32392" />At MTE we cannot live without <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>. In addition to showing you the <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">basic</a> usage of Dropbox, we have also highlighted a number of useful <a href="http://maketecheasier.com/5-more-interesting-ways-to-make-use-of-dropbox/2010/07/12">tips</a> and <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31">tricks</a>. In this article we will go beyond the basic tricks and show you 4 other ways you can use Dropbox like a pro.</p>
<h3>1. Dropbox Keyboard Shortcuts</h3>
<p>Keyboard shortcuts are useful when you want to quickly navigate through the Dropbox file browser. In fact they even allow you to perform a few actions that are normally not available.<br />
<span id="more-32363"></span><br />
To activate the keyboard shortcuts, first head to your <em>Account </em>options<em> </em>page by clicking on the link at the top of the Dropbox file browser page.</p>
<p><img class="aligncenter" title="dropbox-account" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-account.png" alt="dropbox-account" width="377" height="59" /></p>
<p>Next, select the <em>Account Settings</em> tab.</p>
<p><img class="aligncenter" title="dropbox-account2" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-account2.png" alt="dropbox-account2" width="575" height="88" /></p>
<p>On the &#8220;<em>Account Settings</em>&#8221; page ensure that the &#8220;<em>Enable file browser keyboard shortcuts</em>&#8221; option is checked.</p>
<p><img class="aligncenter" title="dropbox-accountsettings" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-accountsettings.png" alt="dropbox-accountsettings" width="425" height="245" /></p>
<p>Now you will have access to the following keyboard shortcuts while you browse your files:</p>
<ul>
<li><strong>a</strong>: Select all or no files</li>
<li><strong>n</strong>: Deselect all files</li>
<li><strong>c</strong>: Copy selected files</li>
<li><strong>m</em>: </strong>Move selected files</li>
<li><strong>u</strong>: Move up a directory</li>
<li><strong>p</strong>: Select deleted files</li>
<li><strong>i</strong>:<strong> </strong>Invert selected files</li>
<li><strong>/:</strong> Search</li>
<li><strong>d</strong>:<strong> </strong>Show/hide deleted files</li>
<li><strong>esc</strong>: Hide popup</li>
<li><strong>?</strong>: Show keyboard shortcuts</li>
<li><strong>k</strong>: Highlight previous file</li>
<li><strong>j</strong>: Highlight next file</li>
<li><strong>space</strong>: Select highlighted file</li>
<li><strong>o</strong>: View highlighted file</li>
</ul>
<h3>2. Find Your IP Address</h3>
<p>If you use Dropbox on multiple computers then you will be able to see all their IP addresses using Dropbox.</p>
<p>To do this, simply head over to the &#8220;<em>Account</em>&#8221; options page and select &#8220;<em>My Computers</em>&#8220;.</p>
<p><img class="aligncenter" title="dropbox-account3" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-account3.png" alt="dropbox-account3" width="575" height="88" /></p>
<p>The &#8220;<em>My Computers</em>&#8221; page will show you a list of all the computers that are connected to your Dropbox account or that have previously been connected. From this page you can &#8220;<em>Rename</em>&#8221; or &#8220;<em>Unlink</em>&#8221; those devices.</p>
<p><img class="aligncenter" title="dropbox-mycomputers" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-mycomputers.png" alt="dropbox-mycomputers" width="575" height="313" /></p>
<p>To view the IP address of a particular device, simply mouse-over the blue &#8220;<em>i</em>&#8221; icon.</p>
<p><img class="aligncenter" title="dropbox-ip" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-ip.png" alt="dropbox-ip" width="378" height="85" /></p>
<p>Another useful function of this feature is that it shows you where your laptop or other Dropbox enabled device is located if you happen to lose it (the only caveat is that this can be highly inaccurate since you only see the IP address).</p>
<h3>3. Upload Files and Images Automatically (Chrome extension)</h3>
<p>The beauty of Dropbox is that you can sync, upload and access your files from most internet capable devices. Hence, it is a useful repository for all your scraps of information. For example, if you find a nice image on the web, instead of manually saving it to a local hard drive it can be infinitely more useful if it is uploaded to your Dropbox account.</p>
<p>To do this, install the Chrome extension <em>Cloud Save</em>.</p>
<p><img class="aligncenter" title="dropbox-cloudsave" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-cloudsave.png" alt="dropbox-cloudsave" width="516" height="133" /></p>
<p>Once installed, you can use the context menu to save all kinds of files directly to your Dropbox. </p>
<p><img class="aligncenter" title="dropbox-saveas" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-saveas.png" alt="dropbox-saveas" width="650" height="356" /></p>
<p>The first time you do so, you will be prompted to connect <em>Cloud Save</em> with your Dropbox account.</p>
<p><img class="aligncenter" title="dropbox-allow" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-allow.png" alt="dropbox-allow" width="498" height="308" /></p>
<p><em>[NB: Cloud Save is a minimally tested third-party service. MTE does not take any responsibility for any harm that may befall your computer or data]</em></p>
<p>When saving files, you can save files to your Dropbox account by right-clicking and selecting <em>Dropbox</em>.</p>
<p><img class="aligncenter" title="dropbox-cloudsave2" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-cloudsave2.png" alt="dropbox-cloudsave2" width="521" height="364" /></p>
<p>Chrome will generate a prompt to notify you that your file has been uploaded.</p>
<p><img class="aligncenter" title="dropbox-notification" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-notification.png" alt="dropbox-notification" width="308" height="94" /></p>
<p>You can then view your uploaded file in the main <em>My Dropbox</em> folder.</p>
<p><img class="aligncenter" title="dropbox-unknownfile" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-unknownfile.png" alt="dropbox-unknownfile" width="127" height="77" /></p>
<p>You will note that the file does not have an extension. This can be a problem opening the file later on. To save the file with an extension, select <em>Cloud Save -> Save As&#8230; -> Dropbox</em>.</p>
<p><img class="aligncenter" title="dropbox-saveas" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-saveas1.png" alt="dropbox-saveas" width="650" height="356" /></p>
<p>On the next prompt, save the file with the appropriate extension.</p>
<p><img class="aligncenter" title="dropbox-savefile" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-savefile.png" alt="dropbox-savefile" width="362" height="153" /></p>
<p>Now you can open the file without hunting for the appropriate application to view it with.</p>
<h3>4. Use Dropbox to listen to music</h3>
<p>Dropbox allows you to upload all sorts of files, including music tracks. It even has a nifty minimalist music player that allows you to stream tracks one at a time. However, if you want to listen to a whole album or playlist you are better off using <strong>DropTunes</strong>.</p>
<p>First, head over to the <a href="https://droptun.es/login">DropTunes website</a> and login with your Dropbox e-mail and password.</p>
<p><img class="aligncenter" title="dropbox-droptunes" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-droptunes.png" alt="dropbox-droptunes" width="575" height="485" /></p>
<p><em>[NB: DropTunes is a minimally tested third-party service. MTE does not take any responsibility for any harm that may befall your computer or data]</em></p>
<p>Once you have logged in, you will see the main DropTunes interface, with a list of all your Dropbox files and folders. Select the folder with your music in it.</p>
<p><img class="aligncenter" title="dropbox-droptunes-main" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-droptunes-main.png" alt="dropbox-droptunes-main" width="575" height="447" /></p>
<p>Providing all your music has synced with your Dropbox account, you should see your files appear in a list.</p>
<p><img class="aligncenter" title="dropbox-droptunes-music" src="http://imagecdn.maketecheasier.com/2011/04/dropbox-droptunes-music.png" alt="dropbox-droptunes-music" width="575" height="447" /></p>
<p>Simply select <em>Play </em>and all the listed files will play in order.</p>
<p>The Flash version of DropTunes works on Chrome, Safari, Firefox, Opera, and IE8+, but it only plays mp3 files. The HTML5 version plays a greater number of files but only on selected browsers: mp3 and m4a file play on Chrome and Safari, ogg files play on Chrome, Firefox and Opera, and wav files play on Chrome, Safari, Firefox and Opera. You can switch between the Flash and HTML5 versions by clicking on the link at the top of the page.</p>
<h3>Bonus: Dropbox in your own language</h3>
<p>This is not really a trick or a tip, but we thought it would be useful to point out that Dropbox is now <a href="http://blog.dropbox.com/?p=709">available</a> in French, German, Spanish and Japanese.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22&amp;title=4+Advanced+Dropbox+Tips+and+Tricks&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22">4 Advanced Dropbox Tips and Tricks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-advanced-dropbox-tips-and-tricks/2011/04/22/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Titanium Backup: The Best Backup App For Android Power Users</title>
		<link>http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29</link>
		<comments>http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29#comments</comments>
		<pubDate>Tue, 29 Mar 2011 23:58:17 +0000</pubDate>
		<dc:creator>Andrew Vazquez</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=31183</guid>
		<description><![CDATA[Not all applications that are available on the Android market are free of charge. Some of the more useful apps can be had for a price. If you’re an Android power user, you’ve probably invested your fair share of money on higher end applications which may include any number of powerful utilities for your phone. [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29&amp;title=Titanium+Backup%3A+The+Best+Backup+App+For+Android+Power+Users&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29">Titanium Backup: The Best Backup App For Android Power Users</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-logo.jpg" alt="TitaniumBackup-logo" title="TitaniumBackup-logo" width="127" height="132" class="alignleft size-full wp-image-31317" />Not all applications that are available on the Android market are free of charge. Some of the more useful apps can be had for a price. If you’re an Android power user, you’ve probably invested your fair share of money on higher end applications which may include any number of powerful utilities for your phone. Like any other customer, you want to make sure to protect your investment. In the case of your applications, it would mean backing all of them up. Although there are a variety of ways to do this, one of the best methods involves using <strong>Titanium Backup</strong>, available on the Android Market.<br />
<span id="more-31183"></span><br />
As the name would suggest, Titanium Backup, is primarily a backup application. Apart from doing simple backups, it also includes features to keep every power user content. The application comes in two varieties: free and a donate version. The donate version unlocks most of the features that would cater to the power user crowd. Some features of the donate version include: batch backups and restoration, backup sync to the <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> file service, scheduled backups, and the ability to backup protected applications. Users also have the option of encrypting their backups for additional security upon restoration.</p>
<p><strong>Note</strong>: <em>It should be mentioned that in order to use these powerful features, you must have a <em>rooted</em> Android device. If you have not done any modification to your phones before, most probably your phones are not rooted.</em></p>
<p><img class="aligncenter size-full wp-image-31184" title="TitaniumBackup-market-download" src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-market-download.png" alt="TitaniumBackup-market-download" width="320" height="335" /></p>
<p>Go to the Android market and initiate a search for Titanium Backup (or go to the <a href="https://market.android.com/details?id=com.keramidas.TitaniumBackup">web-based market here</a>). Doing this will yield a search page that displays the actual application as well as the donate version license. Although the free version can be had, the paid-for version truly displays the applications full brilliance and potential. Download both applications and install them as you would any other app from the market.</p>
<p>Open the Titanium Backup application and select the “<em>problems?</em>&#8221; option. The application will then do a variety of system checks to ensure that its capabilities will not be prevented from functioning in any way. Once you receive the green light from the application, you will be free to make any backups that you see fit.</p>
<p><img class="aligncenter size-full wp-image-31186" title="TitaniumBackup-backup-options" src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-backup-options.png" alt="TitaniumBackup-backup-options" width="320" height="438" /></p>
<p>One feature that is especially handy is the Dropbox sync feature. In order to enable this, hit the menu button and select Preferences. Select &#8220;Enable Dropbox&#8221; from the menu. Directly beneath this option, select Dropbox settings to enter the appropriate credentials. After this you will be allowed to sync all apps directly to your Dropbox account. This feature is especially useful should your SD card fail for one reason or another.</p>
<p><img class="aligncenter size-full wp-image-31185" title="TitaniumBackup-enable-dropbox" src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-enable-dropbox.png" alt="TitaniumBackup-enable-dropbox" width="320" height="383" /></p>
<p>In order to initiate backups, select the Backup/Restore option located at the very top of the application’s screen. After selecting this icon, all of your available apps will be displayed in a list. Press on an application entry and you will be presented with a series of options for backing up that particular application. Also remember that you can perform batch operations, allowing you to backup multiple applications at once. To do so, hit the Menu button and select Batch. This will allow you to perform multiple backups.</p>
<p><img class="aligncenter size-full wp-image-31187" title="TitaniumBackup-batch-backup" src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-batch-backup.png" alt="TitaniumBackup-batch-backup" width="320" height="367" /></p>
<p>A final feature to be aware of is the ability to schedule backups.for your applications. Selecting schedules at the top right hand of the screen will allow you to create schedule recurring backups.</p>
<p><img class="aligncenter size-full wp-image-31188" title="TitaniumBackup-schedule-backup" src="http://imagecdn.maketecheasier.com/2011/03/TitaniumBackup-schedule-backup.png" alt="TitaniumBackup-schedule-backup" width="320" height="510" /></p>
<p>To summarize, Titanium Backup truly provides a powerful set of backup features for the Android power user. Not only does it perform its job intelligently, it also provides secure backups of all of your paid-for applications. Use and abuse your Android with total peace of mind.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29&amp;title=Titanium+Backup%3A+The+Best+Backup+App+For+Android+Power+Users&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29">Titanium Backup: The Best Backup App For Android Power Users</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/titanium-backup-the-best-backup-app-for-android-power-users/2011/03/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</title>
		<link>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02</link>
		<comments>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02#comments</comments>
		<pubDate>Wed, 02 Mar 2011 21:58:43 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=30397</guid>
		<description><![CDATA[If I had to list down the most useful tools that I&#8217;ve used in my computer life, Dropbox would be one of the top name on the list. It&#8217;s more than just a simple backup tool. The combination of desktop apps, web service and supports from tons of third-party applications, open up possibilities that I&#8217;ve [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;title=Two+Free+Tools+To+Synchronize+Any+Folder+To+Dropbox+%5BMac%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02">Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny.jpg" alt="MacDropAny" width="200" height="200" />If I had to list down the most useful tools that I&#8217;ve used in my computer life, Dropbox would be one of the top name on the list. It&#8217;s more than just a simple backup tool. The combination of desktop apps, web service and supports from tons of third-party applications, open up possibilities that I&#8217;ve never thought before: from collaborating on a novel, to triggering download from faraway computer, to running other local task remotely.</p>
<p>But Dropbox&#8217;s biggest strength is also its weakness. While the simple concept of synchronizing everything inside one Dropbox folder is the factor that keeps it above its competitors, this simplicity also means that it&#8217;s (almost) impossible to synchronize everything else outside that folder.<br />
<span id="more-30397"></span></p>
<h3>Meet Symlink</h3>
<p>If you are a Mac user who doesn&#8217;t like the idea of moving everything to Dropbox folder for the sake of synchronizing the content, there&#8217;s another way to achieve that. Basically, what we do is utilizing &#8220;<em>symbolic link</em>&#8221; (symlink) to create a reference to a folder and  then place the symlink inside Dropbox folder. Anything that happens to the folder will be mirrored by the symlink and vice versa. So, symlink is a perfect solution to the problem of synchronizing outside folder to Dropbox.</p>
<p>You could create symlink via command line in Terminal, but common computer users are &#8220;allergic&#8221; to command line. So here are two free and simple tools that you can use to create symlink without having to touch any command line.</p>
<h3>1. <a href="http://seiryu.home.comcast.net/~seiryu/symboliclinker.html">SymbolicLinker</a></h3>
<p>SymbolicLinker is a tiny contextual menu plugin (for Puma through Leopard users) and software service (for Snow Leopard &amp; later users) that, once installed, allows any user to create symbolic links to files inside the Finder. SymbolicLinker does this by adding a contextual menu item to the Finder that generates symbolic links to the selected files.</p>
<p>To use SymbolicLinker, download the compressed installer file. There are two important files there: SymbolicLinker.service for Snow Leopard (and later) users, and SymbolicLinker.plugin for Leopard (and previous version of Mac OS X) users. There&#8217;s also the installation instructions that will give you all the details.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Finder-Symlink.jpg" alt="Finder  Symlink" width="580" height="225" /></p>
<p>The usage is also simple. Create a symlink of a folder (either by right clicking or by using Service), then place the symlink inside your Dropbox folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Finder-Service.jpg" alt="Finder  Service" width="580" height="300" /></p>
<h3>2. <a href="http://wiki.dropbox.com/DropboxAddons/MacDropAny">MacDropAny</a></h3>
<p>MacDropAny is a tool built specifically to create symlink for Dropbox. The first time you open the application, it will ask you to choose which folder that you want to sync via Dropbox.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Choose-a-Folder.jpg" alt="Choose a Folder" width="537" height="400" /></p>
<p>Then the next step is choosing where in the Dropbox folder do you want to put the symlink. This option gives you the ability to organize those symlinks into a specific folder inside Dropbox. You could name the folder &#8220;External links&#8221; or something else according to your preferences.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Choose-Dropbox.jpg" alt="01b Choose Dropbox" width="537" height="400" /></p>
<p>The last step is to assign name to the Symlink. To avoid confusion, it&#8217;s advisable to name the symlink similar to the original folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Link.jpg" alt="MacDropAny  Link" width="360" height="149" /></p>
<p>MacDropAny will offer you to open the newly made symlink.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-succcess.jpg" alt="Success" width="360" height="113" /></p>
<h3>Testing Time</h3>
<p>Then it&#8217;s time to test the result. I dragged a text file into the symlink inside Dropbox folder.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Result.jpg" alt="Result" width="500" height="300" /></p>
<p>The text file appears on the original folder that I placed in the Desktop. Then I made changes into the text and saved. I checked the synchronized text on another computer, and it was updated. So the conclusion: the system works fine.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/03/MacDropAny-Original-Location.jpg" alt="Original Location" width="500" height="300" /></p>
<p>Words of warning though, it&#8217;s not advisable to sync folders with too many items inside &#8211; something like the Applications and Pictures folders &#8211; since Dropbox tends to behave erroneously when it tries to sync too many files. Read more about this in the <a href="http://wiki.dropbox.com/KnownIssues">Known Issues</a> page.</p>
<p>This two tools are the simplest solution that I could find to synchronized folders outside Dropbox. If you have other alternatives, please share them using the comment below.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02&amp;title=Two+Free+Tools+To+Synchronize+Any+Folder+To+Dropbox+%5BMac%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02">Two Free Tools To Synchronize Any Folder To Dropbox [Mac]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/synchronize-any-folder-to-dropbox/2011/03/02/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Extra Storage Space On Your Android Phone</title>
		<link>http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09</link>
		<comments>http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09#comments</comments>
		<pubDate>Wed, 09 Feb 2011 21:58:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[box.net]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[sd cards]]></category>
		<category><![CDATA[skydrive]]></category>
		<category><![CDATA[sorami]]></category>
		<category><![CDATA[storage space]]></category>
		<category><![CDATA[sugarsync]]></category>
		<category><![CDATA[zumodrive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28430</guid>
		<description><![CDATA[The demand for storage space is increasing. Even if you have 64GB of storage space in your Android phone, there will be times when it is not sufficient for your daily use. Other than the physical memory card that we use, one alternative is to use a cloud storage service to increase our storage space. [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;title=How+to+Get+Extra+Storage+Space+On+Your+Android+Phone&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09">How to Get Extra Storage Space On Your Android Phone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-storage.jpg" alt="android-storage" width="200" height="196" class="alignleft size-full wp-image-29553" />The demand for storage space is increasing. Even if you have 64GB of storage space in your Android phone, there will be times when it is not sufficient for your daily use. Other than the physical memory card that we use, one alternative is to use a cloud storage service to increase our storage space. With companies offering as high as 25GB of free cloud storage account, it is just so hard to resist the temptation. Let&#8217;s see how you can gain extra storage space on your Android phone with the following apps.<br />
<span id="more-28430"></span></p>
<h3>1. Dropbox</h3>
<p>Needless to say, our favorite app &#8211; Dropbox tops the list. The free account comes with a 2GB space, but you can <a href="http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28">gain extra storage space</a> (up to 8GB) by referring friends to use the service, or to get connected via any social means. The good thing about Dropbox is that it is available in among all platforms so you can easily drop a file in any of the computer and access it immediately in your mobile phone. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-dropbox.png" alt="android-dropbox" width="320" height="472" class="aligncenter size-full wp-image-29547" /></p>
<p>In the Android app, it doesn&#8217;t download and sync all the files like it does on the computer. It only shows a list of the files you have in the cloud and download the necessary file only when you need it. Similarly, you can upload files from the Dropbox app. One caveat though, it does not automatically sync the files/folders that you placed in the Dropbox folder.</p>
<p>One additional feature of the Dropbox app is that you can create files (Picture, Video, Audio, Text file, Folder) from your phone. This means that you can quickly take a photo and sync it to the Dropbox folder.</p>
<p><a href="https://market.android.com/details?id=com.dropbox.android">Market link</a></p>
<h3>2. Zumo Drive</h3>
<p><del datetime="2011-02-10T12:53:55+00:00">If you are unwilling to shell out money for online storage, then ZumoDrive will not be very attractive to you. The free account of ZumoDrive comes only with 1GB of storage space</del>. (<strong>Update</strong>: Zumodrive comes with 2GB of free storage space as well.) Nevertheless, ZumoDrive does have several tricks up its sleeves. First of all, ZumoDrive supports multiple platforms, including Windows, Mac, Linux, iPhone, Android and Palm Pre. This make managing your files much easier. Secondly, it comes with an inbuilt music player so you can play/stream your music directly from your ZumoDrive account. It saves you space in your SD card and allows you to listen to your music at the same time. Cool. </p>
<p><a href="https://market.android.com/details?id=com.zecter.droid">Market link</a></p>
<h3>3. SugarSync</h3>
<p>SugarSync offers 5GB for its free account, so it is a waste if you don&#8217;t sign up for it. Regular SugarSync will find the Android version familiar, as it comes with the usual Magic Briefcase and all connected devices. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-sugarsync.png" alt="android-sugarsync" width="320" height="477" class="aligncenter size-full wp-image-29548" /></p>
<p>When it first launches, it will scan your photo gallery and prompt you to backup all your photos to SugarSync. Unless you select &#8220;Yes&#8221; or &#8220;Never&#8221;, you will receive the prompt everytime you run the SugarSync app. Selecting &#8220;Yes&#8221; wil upload your photos in the background. </p>
<p>In my opinion, SugarSync is functionally similar to Dropbox, except that it provides 5GB of free storage space (3GB more than Dropbox). Both of them support multiple platforms, but Dropbox has the slight advantage with Linux support, while SugarSync don&#8217;t.</p>
<p><a href="https://market.android.com/details?id=com.sharpcast.sugarsync">Market link</a></p>
<h3>4. Box.net</h3>
<p>If you are looking for a no-frill app with simple interface, then Box.net is the one for you. The Android version of Box.net is just a simple implementation of its web interface. After you have login to the app, you can access or upload files to your web folder. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-boxnet.png" alt="android-boxnet" width="320" height="207" class="aligncenter size-full wp-image-29549" /></p>
<p>Similar to the Dropbox app, you can create media content from within the app. Tap on &#8220;<em>Menu -&gt; Create</em>&#8221; and you can choose to create either audio, video, or image file. Selecting the audio content will launch a voice recorder while the video content will activate your camera in video mode. </p>
<p>The free version comes with 5GB of storage space.</p>
<p><a href="https://market.android.com/details?id=com.box.android">Market link</a></p>
<h3>5. Sorami</h3>
<p>Of all the cloud based storage services, Microsoft&#8217;s Skydrive is the most general, giving you a whopping 25GB free storage space. The bad thing is, it is purely web based and doesn&#8217;t offer any tool for its users to access it from the desktop (or phone). Sorami is an implementation of Skydrive by third party developer. It allows you to access your Skydrive folder and download/upload files to it. This app is still in beta, so there are many unpolished areas, such as slow uploading, doesn&#8217;t support simultaneous upload of multiple files etc. Nevertheless, this is your only choice if you are an active Skydrive user.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/android-sorami.png" alt="android-sorami" width="320" height="508" class="aligncenter size-full wp-image-29550" /></p>
<p><a href="https://market.android.com/details?id=shoozhoo.sorami">Market link</a></p>
<p>Just the above apps can give you an extra 38GB of storage space. What other ways do you use to gain extra storage space for your mobile device?</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09&amp;title=How+to+Get+Extra+Storage+Space+On+Your+Android+Phone&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09">How to Get Extra Storage Space On Your Android Phone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/increase-storage-space-on-android-phone/2011/02/09/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>3 Ways to Install Applications On Android Without The Market</title>
		<link>http://maketecheasier.com/install-applications-without-the-market/2011/01/28</link>
		<comments>http://maketecheasier.com/install-applications-without-the-market/2011/01/28#comments</comments>
		<pubDate>Fri, 28 Jan 2011 12:58:16 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[apk]]></category>
		<category><![CDATA[ASTRO]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28445</guid>
		<description><![CDATA[Installing apps on Android is relatively straightforward with the Android Market. You search for an app, select it and click install. However, there are often times when you may want to install a newly released app or an app that is not available in the Android Market. In these cases you will usually have to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28&amp;title=3+Ways+to+Install+Applications+On+Android+Without+The+Market&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-applications-without-the-market/2011/01/28">3 Ways to Install Applications On Android Without The Market</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-no-android-market.jpg" alt="apkinstaller-no-android-market" width="200" height="195" class="alignleft size-full wp-image-28525" />Installing apps on Android is relatively straightforward with the Android Market. You search for an app, select it and click install. However, there are often times when you may want to install a newly released app or an app that is not available in the Android Market. In these cases you will usually have to manually download and install an <em>.apk</em> file. An .apk file behaves in a similar manner to a &#8220;.exe&#8221; file on Windows, you need to copy it to your device and run it. Here are some ways that you can manually install an application without going through the market.<br />
<span id="more-28445"></span></p>
<h3>Enable Unknown Sources</h3>
<p>Before attempting a manual installation of apps using the .apk files, you must first allow your phone to install from &#8220;<em>Unknown Sources</em>&#8221; (i.e. non-Market apps).</p>
<p>To do this, navigate to <em>Menu -&gt; Settings -&gt; Applications</em> and check the box marked &#8220;<em>Unknown Sources</em>&#8220;.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-unknown.png" alt="apkinstaller-unknown" width="319" height="419" /></p>
<h3>1. Installing app Using The Conventional Method</h3>
<p><strong>Step 1: Install File Manager</strong></p>
<p>Android does not natively come with any method of browsing the data on your SD card, so you will need to install a file manager from a market. There are a large variety of file managers available on Android, but my personal favourite is <a href="http://www.appbrain.com/app/astro-file-manager/com.metago.astro">ASTRO File Manager</a>.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-astro-file-manager.jpg" alt="astro file manager-main" width="270" height="455" /></p>
<p><strong>Step 2: Copy .apk file to SD card</strong></p>
<p>Once you have ASTRO File Manager installed, connect your Android device to your PC using your USB cable. Mount the SD card and copy over the .apk file you would like to install.</p>
<p><strong>Step 3: Install .apk</strong></p>
<p>On your Android device, navigate to the .apk file using ASTRO File Manager and select it.</p>
<p>This will open a dialog box allowing you to install the app. Select &#8220;<em>Open App Manager</em>&#8220;.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-app.png" alt="apkinstaller-app" width="286" height="194" /></p>
<p>On the next two pages, select &#8220;<em>Install</em>&#8221; and &#8220;<em>Install</em>&#8221; again to install the .apk.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-installapp.jpg" alt="apkinstaller-installapp" width="320" height="371" /></p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-appinstall.jpg" alt="apkinstaller-appinstall" width="313" height="450" /></p>
<p>Your new app is now installed.</p>
<h3>2. Installing app using Dropbox</h3>
<p>Dropbox is really a versatile app and is a waste if we don&#8217;t fully utilize it. The method is simple. In your computer, download the apk file to your Dropbox folder. Let it finish syncing. In your phone, open the Dropbox app, navigate to the folder where you keep the apk file, click on it. Dropbox will then download the apk file. The usual installation follows.</p>
<h3>3. Installing app Using the Online Apk Installer</h3>
<p>The online apk installer is a web app created by a helpful XDA-Developers forum member <a href="http://forum.xda-developers.com/member.php?u=2119034">htc-hd2</a>, with the aim to make manual installation of an .apk file much easier. It is useful if you want to share an apk file with a friend.</p>
<p><strong>Step 1: Upload File</strong></p>
<p>First, navigate to <a href="http://www.apkinstall.com">www.apkinstall.com</a>.</p>
<p>Here you will see a black <em>&#8220;Browse Files&#8230;</em>&#8221; button. Select this and choose the apk file on your PC.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-browse.png" alt="apkinstaller-browse" width="277" height="171" /></p>
<p>The apk file will remain active on the website for 15 minutes.</p>
<p><strong>Step 2: Scan QR Code</strong></p>
<p>Once you have uploaded the file, a QR code will appear on the website.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-qrcode.png" alt="apkinstaller-qrcode" width="316" height="380" /></p>
<p>You must scan this QR code with a Barcode Scanner. The website suggests using <a href="http://www.appbrain.com/app/barcode-scanner/com.google.zxing.client.android">Barcode Scanner</a>, however I personally prefer using <a href="http://www.appbrain.com/app/google-goggles/com.google.android.apps.unveil">Google Goggles</a>.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-barcode.png" alt="apkinstaller-barcode" width="320" height="479" /></p>
<p>Once the QR code has scanned, you can click on the link to download the .apk file straight to your device.</p>
<p><strong>Step 3: Install .apk</strong></p>
<p>After the .apk file has downloaded to your Android device you can install it by simply clicking on it and navigating through the installation pages.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2011/01/apkinstaller-download.png" alt="apkinstaller-download" width="321" height="164" /></p>
<h3>Conclusion</h3>
<p>Most users will probably be comfortable using the conventional method of installing Android apps. However, if you have a less tech-savvy friend who you want to share an apk with, you can always remotely upload it and send them the QR code to scan using their phone. This way they will not have to fiddle around with copying the apk to their phone and opening it using a file manager.</p>
<p>Let us know in the comments if you have been able to use this tool.</p>
<p>Credit: <a href="http://forum.xda-developers.com/showthread.php?t=909498">XDA-Developers</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28&amp;title=3+Ways+to+Install+Applications+On+Android+Without+The+Market&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-applications-without-the-market/2011/01/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-applications-without-the-market/2011/01/28">3 Ways to Install Applications On Android Without The Market</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-applications-without-the-market/2011/01/28/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>How to Install and Use Dropbox in Kubuntu</title>
		<link>http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24</link>
		<comments>http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24#comments</comments>
		<pubDate>Fri, 24 Dec 2010 22:00:11 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Kfilebox]]></category>
		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=26684</guid>
		<description><![CDATA[We have gone through how you can upgrade your Dropbox to version 1.0 in Ubuntu, but that method won&#8217;t work for Kubuntu (which is running KDE). The frontend for Ubuntu included with Dropbox currently has Gnome dependencies, namely Nautilus. If you are using Kubuntu or any other KDE-based distribution, you probably do not want Nautilus [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24&amp;title=How+to+Install+and+Use+Dropbox+in+Kubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24">How to Install and Use Dropbox in Kubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-26687 alignleft" title="kdropcase" src="http://imagecdn.maketecheasier.com/2010/12/kfilebox-main.jpg" alt="Kfilebox icon" width="128" height="111" />We have gone through how you can <a href="http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19">upgrade your Dropbox to version 1.0</a> in Ubuntu, but that method won&#8217;t work for Kubuntu (which is running KDE). The frontend for Ubuntu included with Dropbox currently has Gnome dependencies, namely Nautilus. If you are using Kubuntu or any other KDE-based distribution, you probably do not want Nautilus running, even in the background.</p>
<p>Kfilebox (formerly Kdropbox) is an easy-to-use utility that automatically downloads the latest Dropbox daemon and integrates Dropox with your KDE system.<br />
<span id="more-26684"></span><br />
<img class="aligncenter size-full wp-image-26685" title="daemon-download" src="http://imagecdn.maketecheasier.com/2010/12/kfilebox-daemon-download.png" alt="Automatic Dropbox daemon download" width="400" height="109" /></p>
<p><strong>Note</strong>: If you have previously installed Dropbox in Kubuntu, rename the <em>.dropbox-dist</em> folder to <em>.dropbox-dist-backup</em> in order for Kilfebox to download the latest version of the Dropbox daemon.</p>
<p>To install Kfilebox in Kubuntu:</p>
<p>1. Go to the project&#8217;s <a href="http://sourceforge.net/projects/kdropbox/files/" target="_blank">Sourceforge website</a></p>
<p>2. Click the latest version (currently Kfilebox-0.4.5)</p>
<p>3. Click Ubuntu 10.04 (even if you have 10.10)</p>
<p>4. Choose i386 (32 bit) or amd64 (64 bit), depending on your hardware</p>
<p>5. When it finishes downloading, click on the deb file to install and enter your password when prompted.</p>
<p>6. When the installation completes, find &#8220;Kfilebox&#8221; in your menu or press Alt-F2 and type kfilebox</p>
<p><img class="aligncenter size-full wp-image-26686" title="dropbox-firstrun" src="http://imagecdn.maketecheasier.com/2010/12/kfilebox-firstrun.png" alt="Kfilebox startup Dropbox account question" width="510" height="480" /></p>
<p>*<em>Kfilebox will then automatically start downloading the Dropbox daemon</em></p>
<p>7. When prompted check the appropriate button to tell Kfilebox whether you already have a Dropbox account or need to get a new one.</p>
<p>Once you finish the configuration, you can set Kfilebox to start when you login and tell it which folder to use for synchronization.  For more information about Kfilebox, visit the <a href="http://kdropbox.deuteros.es/" target="_blank">project website</a>.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24&amp;title=How+to+Install+and+Use+Dropbox+in+Kubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24">How to Install and Use Dropbox in Kubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-and-use-dropbox-in-kubuntu/2010/12/24/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Your Dropbox to Version 1.0 in Ubuntu</title>
		<link>http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19</link>
		<comments>http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19#comments</comments>
		<pubDate>Sun, 19 Dec 2010 13:00:47 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=26468</guid>
		<description><![CDATA[The Dropbox team has recently updated its popular Dropbox software to version 1.0 and shedded its beta tag. This newest version comes with selective sync (choosing which folders to sync on each computer), better bandwidth utilization and memory usage. In Windows/Mac, you just have to download the respective software and uninstall it in your system [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19&amp;title=How+to+Upgrade+Your+Dropbox+to+Version+1.0+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19">How to Upgrade Your Dropbox to Version 1.0 in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/12/dropbox-version1.png" alt="dropbox-version1" title="dropbox-version1" width="229" height="161" class="alignleft size-full wp-image-26474" />The Dropbox team has recently updated its popular Dropbox software to version 1.0 and shedded its beta tag. This newest version comes with selective sync (choosing which folders to sync on each computer), better bandwidth utilization and memory usage. </p>
<p>In Windows/Mac, you just have to download the respective software and uninstall it in your system (Be sure to uninstall the older version first). In Ubuntu, if you have installed Dropbox via PPA or deb file, you will find that it your Dropbox does not get updated with the system upgrade.<br />
<span id="more-26468"></span><br />
1. To upgrade your Dropbox account to 1.0, first shutdown the current Dropbox service. You should be able to do it by clicking the Dropbox icon at the panel and select &#8220;Quit Dropbox&#8221;.</p>
<p>2. Next, open your Nautilus File Manager and go to the Home folder. Press &#8220;Ctrl +h&#8221; to display hidden files. Scroll down the list until you see the <em>.dropbox-dist</em>. Rename the folder as <em>.dropbox-dist-backup</em>.</p>
<p>3. Lastly, go to &#8220;<em>Applications -> Internet -> Dropbox</em>&#8220;.  It will now prompt you to install the proprietary daemon. Click Ok to proceed. Once the download is completed, you will be running version 1.0 of Dropbox.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/dropbox-download-daemon.png" alt="dropbox-download-daemon" title="dropbox-download-daemon" width="399" height="238" class="aligncenter size-full wp-image-26469" /></p>
<p>To configure the selective sync, click on the Dropbox icon at the top panel and select &#8220;Preferences&#8221;. Go to the &#8220;Advanced&#8221; tab. You should see the &#8220;Selective Sync&#8221; button. Click on it and you will be able to choose the folders to sync.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/dropbox-selective-sync.png" alt="dropbox-selective-sync" title="dropbox-selective-sync" width="530" height="421" class="aligncenter size-full wp-image-26470" /></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19&amp;title=How+to+Upgrade+Your+Dropbox+to+Version+1.0+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19">How to Upgrade Your Dropbox to Version 1.0 in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/upgrade-dropbox-to-version-1-0-in-ubuntu/2010/12/19/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>3 Ways To Get Free Dropbox Storage Space</title>
		<link>http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28</link>
		<comments>http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28#comments</comments>
		<pubDate>Sun, 28 Nov 2010 13:00:57 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[storage space]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=25247</guid>
		<description><![CDATA[Dropbox is one of the best file sync and file sharing application available till date. The program supports multiple platforms and thus can be used to sync files, folders and documents from Windows, Linux, MAC computers and also from various mobile devices. If you are new to Dropbox and haven&#8217;t tried it yet, we suggest [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28&amp;title=3+Ways+To+Get+Free+Dropbox+Storage+Space&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28">3 Ways To Get Free Dropbox Storage Space</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-25248" title="dropbox-storage" src="http://imagecdn.maketecheasier.com/2010/05/dropbox-logo.jpg" alt="dropbox-logo" width="200" height="200" /><a href="http://maketecheasier.com/tag/dropbox">Dropbox</a> is one of the best file sync and file sharing application available till date. The program supports multiple platforms and thus can be used to sync files, folders and documents from Windows, Linux, MAC computers and also from various mobile devices.</p>
<p>If you are new to Dropbox and haven&#8217;t tried it yet, we suggest you read our earlier article on <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-i/2010/05/20">how to make the most out of Dropbox</a>.</p>
<p>Dropbox gives 2 gigabytes of free space to all users which is sufficient if you want to sync only a few folders between multiple computers. However, the 2 GB limit is not enough if you want to sync or backup a large collection of music albums, MP3&#8242;s, video files etc.</p>
<p>In this article, we will learn some tricks to increase Dropbox storage space and how you can use referral sign-ups to get up to 8GB of Dropbox storage space, all for free.<br />
<span id="more-25247"></span></p>
<h3>Get 250 MB Dropbox Storage Upgrade By Completing the Dropbox Tour</h3>
<p>Not many users know that Dropbox gives a free 250 MB storage upgrade to all users if you just complete the Dropbox tour by logging in to your Dropbox account. There is no need to wait for the referral sign-ups to complete, all you have to do is log into your Dropbox account and carry out the following steps:</p>
<p>1. Go to the &#8220;Get Started&#8221; tab and complete the steps of the introductory Dropbox tour.</p>
<p>2. Install the Dropbox client on your computer, you can skip this if the client is already installed on any one of your systems.</p>
<p>3. Put some files in your &#8220;My Dropbox&#8221; Folder.</p>
<p>4. Share a folder with your friends or colleagues.</p>
<p>5. Invite some friends to try out Dropbox for free.</p>
<p><img class="aligncenter size-full wp-image-25249" title="Free Dropbox Storage Space" src="http://imagecdn.maketecheasier.com/2010/11/dropbox-free-storage-space.png" alt="Free Dropbox Storage Space" width="550" height="323" /></p>
<p>When you have completed all of the above steps, you will get a bonus 250 MB of added storage space in your Dropbox account.</p>
<p>To check whether the bonus storage space has been added or not, simply go to<a href="https://www.dropbox.com/account" target="_blank" > dropbox.com/account</a> and check the amount of space allotted to you.</p>
<h3>Get 768 MB of Free Dropbox Space By Connecting Your Social Networking Accounts</h3>
<p>Dropbox has recently introduced a social sharing concept where you get a whooping 768 MB of added Dropbox space by simply connecting your social networking account&#8217;s with Dropbox. It works like this &#8211; for every completed action you get 128 MB of added space, you can always choose to complete only specific actions or choose to complete all of them.</p>
<p>Here are the steps that needs to be done:</p>
<p>1. Login to your Dropbox account and go to <a href="http://www.dropbox.com/free" target="_blank" >Dropbox.com/free</a>.</p>
<p>2. There are 6 actions available, completing each of the action will earn you 128 MB of free storage space. These actions are:</p>
<ul>
<li>Connect your Twitter account with Dropbox &#8211; 128 MB</li>
<li>Connect your Facebook account with Dropbox &#8211; 128 MB</li>
<li>Follow @Dropbox on Twitter &#8211; 128 MB</li>
<li>Give some feedback why you love Dropbox &#8211; 128 MB</li>
<li>Post the feedback message to your Facebook profile &#8211; 128 MB</li>
<li>Post the feedback message as a tweet to your Twitter profile &#8211; 128 MB</li>
</ul>
<p><img class="aligncenter size-full wp-image-25251" title="Get Free Dropbox Space" src="http://imagecdn.maketecheasier.com/2010/11/dropbox-get-extra-space.png" alt="Get Free Dropbox Space" width="550" height="903" /></p>
<p>When you are done connecting all your social account&#8217;s with Dropbox and have sent the small feedback message, your account will be upgraded with 768 MB of added Dropbox space. Great !</p>
<h3>Earn up to 8GB of Dropbox Space By Referring Friends</h3>
<p>Dropbox has a nice referral scheme which lets you earn up to 8GB of added Dropbox space by referring anyone to sign up for Dropbox. It works like this &#8211; you grab the referring link from your account&#8217;s referral section at <a href="http://www.dropbox.com/referrals" target="_blank" >dropbox.com/referrals</a>. Then you can send this link to your friends and followers via email, IM or post the link on social networking websites like Twitter, Facebook, MySpace and so on.</p>
<p>When your friends click the referring link and sign up for Dropbox, both you and your friend get a 250 MB storage bonus. This is a win-win situation for both parties and you should use your referring link to invite more friends to sign up for Dropbox.</p>
<p><img class="aligncenter size-full wp-image-25253" title="Earn More Dropbox Space By Referring Friends" src="http://imagecdn.maketecheasier.com/2010/11/dropbox-referrals.png" alt="Earn More Dropbox Space By Referring Friends" width="550" height="325" /></p>
<p>The best thing regarding Dropbox referrals is that you can invite your email contacts from Gmail, Yahoo, Hotmail or AOL email address and send automatic email invites directly from your Dropbox account. There is no need to copy paste the referring link in every email message.</p>
<p>Do you know any other way to earn some free Dropbox space ? Share your tips in the comments section.</p>
<p><strong>Note</strong>: Please do not include any Dropbox referral link in the comments. They will be <em>deleted</em> immediately.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28&amp;title=3+Ways+To+Get+Free+Dropbox+Storage+Space&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28">3 Ways To Get Free Dropbox Storage Space</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/3-ways-to-get-free-dropbox-storage-space/2010/11/28/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Snippet: How to Print Files Remotely Using Dropbox</title>
		<link>http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15</link>
		<comments>http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15#comments</comments>
		<pubDate>Fri, 15 Oct 2010 19:00:39 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=22640</guid>
		<description><![CDATA[HP and other manufacturers are gearing up to release a set of new printers that will allow the user to remotely print document. If you are using Dropbox you can have this same functionality now. Amit Agarwal at Digital Inspiration has written a simple VBS script that allows files uploaded to Dropbox to automatically print. [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15&amp;title=Snippet%3A+How+to+Print+Files+Remotely+Using+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15">Snippet: How to Print Files Remotely Using Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/10/remote-printer.jpg" alt="remote-printer" title="remote-printer" width="200" height="150" class="alignleft size-full wp-image-22959" />HP and other manufacturers are gearing up to release a set of new printers that will allow the user to remotely print document. If you are using Dropbox you can have this same functionality now.</p>
<p>Amit Agarwal at <a href="http://www.labnol.org/" target="_blank" >Digital Inspiration</a> has written a simple VBS script that allows files uploaded to Dropbox to automatically print.</p>
<p>To set-up the remote printing function you must do the following<br />
<span id="more-22640"></span><br />
1. Install Dropbox</p>
<p>2. Download the <a href="http://img.labnol.org/files/e-print.zip">zip file</a></p>
<p>3. Double-click the <em>eprint.vbs</em> file. A sub-folder (<em>PrintQueue</em>) will be created inside your main Dropbox folder.</p>
<p>Now any file that is placed inside the <em>PrintQueue</em> folder will automatically be printed. There is no need to run any additional commands or navigate any dialog boxes.</p>
<p>I have tested this with a variety of files, including txt, doc, xls, and jpg and they all print without any problems. Of course if you require any specific formatting you will have to manually do this <em>before</em> uploading the file into the <em>PrintQueue</em> folder.</p>
<p>The <em>PrintQueue </em>folder can be used with other computers (that have Dropbox) or with smartphones that have the Dropbox application installed. For example, I installed the Android <a href="http://maketecheasier.com/dropbox-android-app-review/2010/10/01">Dropbox</a> application and uploaded a txt file from my phone into the <em>PrintQueue</em> folder. This file immediately printed out.</p>
<p>* the vbs script is for Windows only.</p>
<p>via: <a href="http://www.labnol.org/internet/print-from-mobile-phones/17827/" target="_blank" >Digital Inspiration</a></p>
<p>Image credit: <a href="http://www.flickr.com/photos/mshades/" target="_blank" >MShades</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15&amp;title=Snippet%3A+How+to+Print+Files+Remotely+Using+Dropbox&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15">Snippet: How to Print Files Remotely Using Dropbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/print-files-remotely-using-dropbox/2010/10/15/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dropbox Android App Review</title>
		<link>http://maketecheasier.com/dropbox-android-app-review/2010/10/01</link>
		<comments>http://maketecheasier.com/dropbox-android-app-review/2010/10/01#comments</comments>
		<pubDate>Fri, 01 Oct 2010 21:00:20 +0000</pubDate>
		<dc:creator>Abhiroop Basu</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=22157</guid>
		<description><![CDATA[In my previous Dropbox article, I highlighted that Dropbox had released apps for the Android, iOS and Blackberry platforms. These enabled Dropbox users to access their data while on the move. However, the apps, especially the Android one, was very much in its infancy and there were a lot of basic functions that it lacked. [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01&amp;title=Dropbox+Android+App+Review&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/dropbox-android-app-review/2010/10/01">Dropbox Android App Review</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/10/dropbox-logo.jpg" alt="dropbox-logo" title="dropbox-logo" width="200" height="180" class="alignleft size-full wp-image-22168" />In my previous Dropbox <a href="http://maketecheasier.com/make-the-most-of-dropbox-part-ii/2010/05/31">article</a>, I highlighted that Dropbox had released apps for the Android, iOS and Blackberry platforms. These enabled Dropbox users to access their data while on the move. However, the apps, especially the Android one, was very much in its infancy and there were a lot of basic functions that it lacked.</p>
<p>Dropbox has recently updated its Android app and I thought it was a good time to review the app.<br />
<span id="more-22157"></span></p>
<h3>1. Set-Up</h3>
<p>After installing and launching the app you will land on the start page. Here you can choose to login or set-up a new account.</p>
<p><img class="aligncenter" title="dropbox-start-page" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-start-page.jpg" alt="dropbox-start-page" width="320" height="454" /></p>
<h3>2. Basic Usage</h3>
<p>Once you have logged in you will be presented with the list of folders that are in your Dropbox account.</p>
<p><img class="aligncenter" title="dropbox-folder" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-folder.jpg" alt="dropbox-folder" width="320" height="456" /></p>
<p>Browsing these folders is just like browsing the folders in the Dropbox folder in your home computer or through the web browser. You can click on any folder to browse the files inside.</p>
<p>For example, I clicked on the “<em>Photos</em>” folder to browse the pictures I had uploaded onto Dropbox.</p>
<p><img class="aligncenter" title="dropbox-photos2" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-photos2.jpg" alt="dropbox-photos2" width="320" height="455" /></p>
<p>The name and size of the files are prominently displayed. However, considering this was the “<em>Photos</em>” folder I expected there to be a gallery view to easily browse the image thumbnails, such as the one that is accessible on the web interface of Dropbox.</p>
<p>Nevertheless, browsing and downloading the files is very easy. To download a file, long click on a file until the context menu appears and from there select <em>“Download</em>”.</p>
<p><img class="aligncenter" title="dropbox-longclick" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-longclick.jpg" alt="dropbox-longclick" width="320" height="457" /></p>
<p>Additionally, you can “<em>Open</em>&#8221; the file which basically launches an app to try and read the file (this does not work with most files, such as .docx files), you can share the file (see below) or you can delete the file.</p>
<p>A short click on the file gives you similar options.</p>
<p><img class="aligncenter" title="dropbox-shortclick" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-shortclick.jpg" alt="dropbox-shortclick" width="320" height="380" /></p>
<h3>3. Upload a file</h3>
<p>Dropbox’s real power is its ability to easily sync different files across different devices. The Dropbox Android app makes this easy with the ability to “<em>Upload</em>” any file you want. Simply hold down the menu button until the options menu appears.</p>
<p><img class="aligncenter" title="dropbox-menu" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-menu.jpg" alt="dropbox-menu" width="320" height="456" /></p>
<p>Here, simply select the <em>“Upload</em>” button. This will give you a list of file-types you would like to upload. </p>
<p><img class="aligncenter" title="dropbox-upload" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-upload.jpg" alt="dropbox-upload" width="320" height="422" /></p>
<p>Select a file-type and you can browse your phone’s memory to find the appropriate file and have it upload to your Dropbox account.</p>
<p><img class="aligncenter" title="dropbox-upload-progress" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-upload-progress.jpg" alt="dropbox-upload-progress" width="320" height="315" /></p>
<h3>4. Create a File</h3>
<p>If you don’t already have a file to upload, you can create your own. Simply click on menu and “<em>New</em>”. From the create menu you can create various media files (pictures, video and audio), a basic text file or a folder.</p>
<p><img class="aligncenter" title="dropbox-create-options" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-create-options.jpg" alt="dropbox-create-options" width="320" height="456" /></p>
<p>The media options automatically launch your camera or camcorder app, while the “<em>Text file”</em> option gives you the option to launch a native text creation application or the Dropbox specific one.</p>
<p><img class="aligncenter" title="dropbox-texteditor" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-texteditor.jpg" alt="dropbox-texteditor" width="320" height="426" /></p>
<p>The “<em>DB Text Editor</em>” is a fairly basic text creation tool, with only the ability to create and edit a text file.</p>
<p><img class="aligncenter" title="dropbox-texteditor2" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-texteditor2.jpg" alt="dropbox-texteditor2" width="320" height="223" /></p>
<p>Once you are happy with the text file you can save it, by clicking on menu and “<em>Save file</em>”.</p>
<p><img class="aligncenter" title="dropbox-savetext" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-savetext.jpg" alt="dropbox-savetext" width="320" height="454" /></p>
<p>You will then be given the option to create a name for your file.</p>
<p><img class="aligncenter" title="dropbox-filename" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-filename.jpg" alt="dropbox-filename" width="320" height="404" /></p>
<p>The file will immediately sync with your Dropbox account and appear on your computer and the Dropbox web interface.</p>
<p><img class="aligncenter" title="dropbox-textbox" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-textbox.png" alt="dropbox-textbox" width="336" height="69" /></p>
<h3>5. Sharing Options</h3>
<p>Lastly, it is possible to share a link of your files and folders by long clicking a file or folder and selecting “<em>Share a link”.</p>
<p><img class="aligncenter" title="dropbox-sharing" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-sharing.jpg" alt="dropbox-sharing" width="320" height="427" /></em></p>
<p>There are a number of sharing options available here.</p>
<p><img class="aligncenter" title="dropbox-sharing options" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-sharing-options.jpg" alt="dropbox-sharing options" width="320" height="454" /></p>
<h3>6. Settings</h3>
<p>The settings menu has a few limited options. </p>
<p><img class="aligncenter" title="dropbox-settings" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-settings.jpg" alt="dropbox-settings" width="320" height="455" /></p>
<p>The main option is the ability to enable file-status icons, which can show whether a file in your Dropbox folder has been downloaded onto your phone.</p>
<p><img class="aligncenter" title="dropbox-settings2" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-settings2.jpg" alt="dropbox-settings2" width="320" height="454" /></p>
<p><img class="aligncenter" title="dropbox-filestatusicon" src="http://imagecdn.maketecheasier.com/2010/10/dropbox-filestatusicon.jpg" alt="dropbox-filestatusicon" width="320" height="260" /></p>
<p><strong>Pros:</strong></p>
<ul>
<li>Ability to access all your files on Dropbox</li>
<li>Can easily create and share public links of any folders</li>
<li>Can delete any file from your Dropbox account</li>
<li>Ability to create media and text files</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>No way to sync files to your mobile device (can only download individual files)</li>
<li>No gallery for images in the “Photos” folder</li>
<li>Inability to download folders</li>
</ul>
<h3>Bottom Line</h3>
<p>The Dropbox app for the Android mobile platform is a solid start for an app that prides itself on its ability to do seamless syncing. However, the addition of a few more essential features would make this the ultimate app to have.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01&amp;title=Dropbox+Android+App+Review&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/dropbox-android-app-review/2010/10/01" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/dropbox-android-app-review/2010/10/01">Dropbox Android App Review</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/dropbox-android-app-review/2010/10/01/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

