<?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>berbs.us &#187; Productivity</title>
	<atom:link href="http://berbs.us/tag/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://berbs.us</link>
	<description>a blog by jason berberich</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Extensions vs Bookmarklets</title>
		<link>http://berbs.us/2010/03/extensions-vs-bookmarklets/</link>
		<comments>http://berbs.us/2010/03/extensions-vs-bookmarklets/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 17:30:02 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://berbs.us/?p=872</guid>
		<description><![CDATA[I've been using Google Chrome since the first beta was released back in the fall of 2008, and it quickly became the default browser on my laptop. For over a year, speed and an uncluttered interface were its main selling points, as it lacked the one big thing Firefox had over it: extensions. The ability [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2007/02/my-favorite-firefox-extensions/' rel='bookmark' title='Permanent Link: My Favorite Firefox Extensions'>My Favorite Firefox Extensions</a></li>
<li><a href='http://berbs.us/2008/09/chrome-is-googles-latest-jab-at-microsoft/' rel='bookmark' title='Permanent Link: Chrome is Google’s Latest Jab at Microsoft'>Chrome is Google’s Latest Jab at Microsoft</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I’ve been using Google Chrome since the first beta was released back in the fall of 2008, and it quickly became the default browser on my laptop. For over a year, <em>speed</em> and an uncluttered interface were its main selling points, as it lacked the one big thing Firefox had over it: <strong>extensions</strong>. The ability to customize and extend Firefox in ways unimagined by the <a href="http://www.mozilla.org/" >Mozilla</a> team has allowed it to become a powerful platform instead of simply a web browser. Then finally, last December, Google opened up its browser</p>

<p>The thing is, after using Chrome for a while, I realized that I didn’t really need — or miss — all those extensions I had collected in Firefox. Instead, I’ve found that since that I’m usually wanting to initial a search or take some sort of action on the page I’m viewing at the moment, simple <a rel="nofollow" href="http://en.wikipedia.org/wiki/Bookmarklet" >bookmarklets</a> are almost always Good Enough.<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> These lightweight snippets of JavaScript sit out of the way in my Chrome bookmarks bar until needed, when each is just a click away from performing its specialized task. Best of all, since they’re just bookmarks, Chrome automatically syncs them across any Mac or PC I use.</p>

<p>Taking this obsession one or two steps further, I’m now experimenting with a web app called <a href="http://quixapp.com" >Quix</a> that allows me to access <em>all</em> of my favorite bookmarklets from a sort-of command-line interface. When I need to take an action, I hit the Quix link in my bookmark bar and up pops a text prompt:</p>

<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://media.berbs.us/images/quix-example.png" title="Quix Prompt" alt="Quix Prompt" class="aligncenter" width="356" height="135" /></p>

<p>If I want to format the current page for easier reading, I can type <code>read</code>. To save the page for later viewing on <a href="http://www.instapaper.com/" >InstaPaper</a>, I type <code>insta</code>. If I’m looking at a page about a book and want to see if our local library has it available, I type <code>odin</code>. You get the idea.</p>

<p>Quix comes with a <strong>ton</strong> of commands <a href="http://quixapp.com/help/" >already defined for you</a>, covering a good 80% of what I need. The <em>great</em> thing is that I can define my <a href="http://gist.github.com/341611" >own command file</a> to override the default Quix commands or add my own custom ones. I’m hosting the text file as a gist on GitHub, so anyone is free to view and customize it for their own use.</p>

<p>There’s a lot to be said about simple solutions, and browser bookmarklets fit that description nicely.</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>Google added extensions to Chrome late last year, and since then, the only two I use are <a rel="nofollow" href="https://chrome.google.com/extensions/detail/hdokiejnpimakedhajhdlcegeplioahd?hl=en" >LastPass</a> and <a rel="nofollow" href="https://chrome.google.com/extensions/detail/gofhjkjmkpinhpoiabjplobcaignabnl?hl=en-US" >FlashBlock</a>. Both offer functionality that isn’t easily duplicated using the bookmarklet model. <a href="#fnref:1" rev="footnote">↩</a></p>
</li>

</ol>
</div>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2007/02/my-favorite-firefox-extensions/' rel='bookmark' title='Permanent Link: My Favorite Firefox Extensions'>My Favorite Firefox Extensions</a></li>
<li><a href='http://berbs.us/2008/09/chrome-is-googles-latest-jab-at-microsoft/' rel='bookmark' title='Permanent Link: Chrome is Google’s Latest Jab at Microsoft'>Chrome is Google’s Latest Jab at Microsoft</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2010/03/extensions-vs-bookmarklets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Great Uses For Dropbox</title>
		<link>http://berbs.us/2009/08/two-great-uses-for-dropbox/</link>
		<comments>http://berbs.us/2009/08/two-great-uses-for-dropbox/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 15:39:53 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://berbs.us/?p=600</guid>
		<description><![CDATA[Dropbox is one of my favorite little pieces of software. It's practically invisible, silently keeping your dropbox folder synchronized on all the computers you have it installed on (Windows, Macintosh, or Linux). I can't recommend it highly enough. Because Dropbox is so easy to use, it's easy to forget that it's also very powerful. Here are two [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2009/03/an-automated-macintosh-workflow-for-getting-new-tv-episodes-from-the-internet-to-your-ipod/' rel='bookmark' title='Permanent Link: An Automated Macintosh Workflow for Getting New TV Episodes From the Internet to Your iPod'>An Automated Macintosh Workflow for Getting New TV Episodes From the Internet to Your iPod</a></li>
<li><a href='http://berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/' rel='bookmark' title='Permanent Link: How the Command Line Saved Me from 19 Hours of Tedious Work'>How the Command Line Saved Me from 19 Hours of Tedious Work</a></li>
<li><a href='http://berbs.us/2008/12/my-favorite-tech-things-for-2008/' rel='bookmark' title='Permanent Link: My Favorite Tech Things for 2008'>My Favorite Tech Things for 2008</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
<li><a href='http://berbs.us/2004/12/adventures-in-podcasting/' rel='bookmark' title='Permanent Link: Adventures In Podcasting'>Adventures In Podcasting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.getdropbox.com/referrals/NTQ3NTU1OQ" >Dropbox</a> is one of my favorite little pieces of software. It’s practically <em>invisible</em>, silently keeping your dropbox folder synchronized on all the computers you have it installed on (Windows, Macintosh, or Linux). <strong>I can’t recommend it highly enough.</strong></p>

<p><strong> </strong>Because Dropbox is so easy to use, it’s easy to forget that it’s also very powerful. Here are <del datetime="2009-09-30T04:59:43+00:00">two</del><ins datetime="2009-09-30T04:59:43+00:00"> three</ins> advanced ways I’m using this great utility.</p>

<h2>1. Secure Cross-Platform Password Sync</h2>

<p>There are dozens, maybe <em>hundreds</em>, of pieces of software that will securely store passwords and other information you want to keep secret (credit card numbers, etc.). I stumbled upon what <em>might </em>be the simplest possible solution. <a href="http://messagevault.org/" ></a></p>

<p><a href="http://messagevault.org/" >Message Vault</a> is a free/open source self-encrypting/decrypting archive written entirely in HTML and JavaScript. It’s a single HTML file encrypted with 128-bit <a rel="nofollow" href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard" >AES</a> encryption. You can keep it in your Dropbox folder and easily change your archive locally on your computer, plus you can view it on <em>any computer with a web browser</em> via the Dropbox web interface. It’s extremely secure if you choose a good password and requires <strong>no</strong> special software for viewing. It couldn’t be much easier.</p>

<p><em>Note:</em> You could also use your Dropbox to sync a <a href="http://www.truecrypt.org/" >Trucrypt</a> archive or a <a href="http://keepass.info/" >KeePass</a> database file, but both require additional software to decrypt the contents inside.</p>

<h2>2. Remotely Start BitTorrent Downloads</h2>

<p>On occasion while at work I think of an audio or video file I’d like to download via BitTorrent. In order to take it easy on our office network though, I’ll start the download from my work computer and have our iMac at <em>home</em> do the real work. Here’s how that works.</p>

<p>The Mac OS BitTorrent client <a href="http://www.transmissionbt.com" >Transmission</a> includes an option to have it watch a folder for new <em>.torrent</em> files and then automatically start downloading their content. That preference looks like this (it’s at the very bottom of the window):</p>

<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter" title="Transmission watch folder option" src="http://media.berbs.us/images/transmission-watch.png" alt="Transmission watch folder option" width="490" height="354" />
If you wanted, you could simply set your watch folder to your Dropbox or one of its subfolders. Then, on the remote computer, you just download the <em>.torrent</em> file and drop it into your Dropbox. Within a few seconds, it will get synchronized with your <em>other</em> computer, which will then start the BitTorrent download as soon as Transmission sees the torrent file show up in the Dropbox folder.</p>

<p>I added an extra step in my workflow.  I’m a user of the rule-based <a href="http://www.noodlesoft.com/hazel.php" >Hazel</a> utility that lets me trigger actions when certain events happen. In this case, I actually have my Transmission watch folder set to a subfolder of my Downloads folder for organizational. When a new torrent file shows up in my Dropbox, I have a Hazel rule that catches this action and automatically moves the file to the watch folder. Once this happens, I instantly get feedback on my remote computer, as Dropbox will inform me that the torrent file has been removed/deleted on both computers. This lets me know my download has started on the iMac.</p>

<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter" title="Hazel Dropbox rule" src="http://media.berbs.us/images/hazel-dropbox.png" alt="Hazel Dropbox rule" width="490" height="387" /></p>

<h2>3. Remotely Add Music to Your iTunes 9 Library</h2>

<p>One of the least mentioned new features of iTunes 9 is the <a rel="nofollow" href="http://lifehacker.com/5356619/itunes-finally-adds-watched-folder-to-automatically-add-new-music" >addition of a watched folder</a> to allow you to automatically add music to your library. Add Dropbox and a Hazel rule and you’ve got the ability to update iTunes from another computer.</p>

<p>For this tip, I added a subfolder to my Dropbox simply called <em>Music</em>. This is where I move music files on the remote computer that I want added to iTunes library on my Macintosh.</p>

<p>Next, add your Dropbox <em>Music</em> folder to Hazel and create a rule called <em>Move to iTunes</em> that moves any music files found by Hazel to your iTunes watch folder, found at <code>~/Music/iTunes/iTunes Music/Automatically Add to iTunes/</code></p>

<p>That rule will look like this:</p>

<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter" title="Hazel-Dropbox Rule" src="http://media.berbs.us/images/itunes-hazel-rule.png" alt="" width="490" height="374" /></p>

<p>To test it out, drag one or more MP3 files into your Dropbox <em>Music</em> folder on your remote computer. Once the files have finished syncing, you should get notified that they have been deleted from the Dropbox. This means that Hazel has done its job and moved them out of Dropbox and into the iTunes watch folder. After that, it takes only a few seconds for the songs to appear in your iTunes library.</p>

<p>So, there you go — <del datetime="2009-09-30T04:59:43+00:00">two</del><ins datetime="2009-09-30T04:59:43+00:00"> three</ins> clever uses for your Dropbox. There are lots of other <a href="http://wiki.getdropbox.com/TipsAndTricks" >tips and tricks</a> too, if you’re interested.</p>

<p>If you don’t have one yet, now’s a great time to <a href="https://www.getdropbox.com/referrals/NTQ3NTU1OQ" >signup for a free account</a>.</p>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2009/03/an-automated-macintosh-workflow-for-getting-new-tv-episodes-from-the-internet-to-your-ipod/' rel='bookmark' title='Permanent Link: An Automated Macintosh Workflow for Getting New TV Episodes From the Internet to Your iPod'>An Automated Macintosh Workflow for Getting New TV Episodes From the Internet to Your iPod</a></li>
<li><a href='http://berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/' rel='bookmark' title='Permanent Link: How the Command Line Saved Me from 19 Hours of Tedious Work'>How the Command Line Saved Me from 19 Hours of Tedious Work</a></li>
<li><a href='http://berbs.us/2008/12/my-favorite-tech-things-for-2008/' rel='bookmark' title='Permanent Link: My Favorite Tech Things for 2008'>My Favorite Tech Things for 2008</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
<li><a href='http://berbs.us/2004/12/adventures-in-podcasting/' rel='bookmark' title='Permanent Link: Adventures In Podcasting'>Adventures In Podcasting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2009/08/two-great-uses-for-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Organization with Sandy and Jott</title>
		<link>http://berbs.us/2008/01/mobile-organization-with-sandy-and-jott/</link>
		<comments>http://berbs.us/2008/01/mobile-organization-with-sandy-and-jott/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 20:20:00 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2008/01/mobile-organization-with-sandy-and-jott/</guid>
		<description><![CDATA[Since its release in May 2005, I had been using 37signals' Backpack web application to keep track of pretty much anything I needed to remember. It worked well for awhile, but eventually became a burden. It became a dumping ground for everything in my head, and I began to dread logging into my account each [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/' rel='bookmark' title='Permanent Link: Getting Things Done with Backpack, SMS, and Google’s Apps'>Getting Things Done with Backpack, SMS, and Google’s Apps</a></li>
<li><a href='http://berbs.us/2009/08/what-i-use-on-my-blackberry-tour/' rel='bookmark' title='Permanent Link: What I’m Using On My BlackBerry Tour'>What I’m Using On My BlackBerry Tour</a></li>
<li><a href='http://berbs.us/2005/07/amabuddy/' rel='bookmark' title='Permanent Link: Amabuddy'>Amabuddy</a></li>
<li><a href='http://berbs.us/2007/09/grand-forks-finally-has-high-speed-mobile-internet-ev-do/' rel='bookmark' title='Permanent Link: Grand Forks Finally has High Speed Mobile Internet (EV-DO)!'>Grand Forks Finally has High Speed Mobile Internet (EV-DO)!</a></li>
<li><a href='http://berbs.us/2007/11/google-maps-mobile-20-makes-a-great-alternative-to-vz-navigator/' rel='bookmark' title='Permanent Link: Google Maps Mobile 2.0 Makes a Great Alternative to VZ Navigator'>Google Maps Mobile 2.0 Makes a Great Alternative to VZ Navigator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since its <a href="http://37signals.com/svn/archives2/backpack_launches_a_new_breed_of_personal_and_business_information_manager.php" >release in May 2005</a>, I had been using 37signals’ <a href="http://backpackit.com/" >Backpack</a> web application to keep track of pretty much anything I needed to remember. It worked well for awhile, but eventually became a burden. It became a dumping ground for everything in my head, and I began to dread logging into my account each and every day. This was obviously a bad sign.</p>

<p>The breaking point came in November <a href="http://berbs.us/2007/11/review-two-weeks-with-verizons-blackberry-pearl-8130/" >when I got my new Blackberry smart phone</a>. Here I was, with a great little computer and fast mobile internet access, but using Backpack on it was a huge pain. Yeah, I could send emails to my Backpack pages and have them show up as notes and to-dos, but there wasn’t an easy way to access my information from my phone. And, one of my favorite features of Backpack — email/sms notifications — offered no way to add these on the go. It felt like an information black hole.</p>

<p>So, I decided to turn to a several other web apps to fill the void. First, for the random info I gather and access frequently, I use <a rel="nofollow" href="http://google.com/notebook/" >Google Notebook</a>. It offers a <a rel="nofollow" href="http://www.google.com/notebook/download" >Firefox extension</a>, <a rel="nofollow" href="http://www.google.com/ig/directory?url=notebook.xml" >iGoogle Gadget</a>, and <a rel="nofollow" href="http://www.google.com/notebook/m" >mobile version</a> for easy and convenient access.</p>

<p><span class="mt-enclosure mt-enclosure-image"><img class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" src="http://media.berbs.us/images/sandy-logo.gif" alt="I want Sandy" width="228" height="125" /></span></p>

<p>Next, for any sort of to-do item I need to be reminded of, I use an awesome web app called <a href="http://iwantsandy.com/" >Sandy</a>. According to the site, Sandy acts as your personal email assistant. Just send an email or text message to a special email address known only by you, and the software will intelligently recognize dates, times, tags, and other keywords to create lists, reminders, notes, etc. For example, to add an item to your shopping list, you can send an email like this:</p>

<pre>Remember to get milk and bananas @todo @shopping</pre>

<p>This will add a new item, “get milk and bananas” to your to-do and shopping lists, which you can access on the go by sending a message like this:</p>

<pre>@lookup @shopping</pre>

<p>You can also have Sandy remind you of something on a certain date or at a certain time:</p>

<pre>Remind me to pay the water bill on 2/5 @monthly.</pre>

<p>This tells Sandy to send an email every month reminding you to pay the water bill, beginning February 5th.</p>

<p>There’s <a href="http://iwantsandy.com/help/guide" >a lot of other stuff you can have Sandy do for you</a> too, making it a very powerful way to manage your information, especially if you have mobile email access on a Blackberry or other smartphone. The big thing for me is that adding and retrieving my stuff from Sandy are equally easy, whether I’m at my computer, or just with my phone.</p>

<p><span class="mt-enclosure mt-enclosure-image"><img class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" src="http://media.berbs.us/images/jott-logo.gif" alt="Jott Logo" width="200" height="100" /></span></p>

<p>As great as my Blackberry is, there are often situations where making an actual call is quicker and/or safer than typing out an email. <a href="http://jott.com" >Jott</a> is made for exactly these cases. Once you setup your account, all you need to do is call their toll free number, and say who you want to “jott”. This could be “me” or “myself”, anyone you’ve added to your address book, or even our good friend Sandy, thanks to a feature called <a href="http://jott.com/how-to/jott-links" >Jott Links</a>. After the system makes sure it heard you correctly, it gives you up to 30 seconds to leave your message.</p>

<p>After you hang up, the magic begins. Word has it, Jott sends your voice message to medical transcriptionists in India, who will transcribe your words into text. Typically, this gets emailed to you or the recipient you picked. If you chose a Jott Link like Sandy, however, some even more amazing things happen. In the Sandy example, if you say “remind me oo call for a dentist appointmentat 10am tomorrow”, this gets translated to text and sent to your Sandy account, where it will automatically get created as a scheduled reminder. Jott Links are also available for Google Calendar, Twitter, Amazon, and other online services.</p>

<p>So, that’s my new mobile organization workflow. I love that I can send myself reminders and little notes the moment an idea pops into my head, and that I can easily access them from my phone or any computer. It works quite well for me, but admittedly, I’m not most people (I’m often reminded of this fact). I’d love to hear what works for you. Index cards? PDA? Something else?</p>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/' rel='bookmark' title='Permanent Link: Getting Things Done with Backpack, SMS, and Google’s Apps'>Getting Things Done with Backpack, SMS, and Google’s Apps</a></li>
<li><a href='http://berbs.us/2009/08/what-i-use-on-my-blackberry-tour/' rel='bookmark' title='Permanent Link: What I’m Using On My BlackBerry Tour'>What I’m Using On My BlackBerry Tour</a></li>
<li><a href='http://berbs.us/2005/07/amabuddy/' rel='bookmark' title='Permanent Link: Amabuddy'>Amabuddy</a></li>
<li><a href='http://berbs.us/2007/09/grand-forks-finally-has-high-speed-mobile-internet-ev-do/' rel='bookmark' title='Permanent Link: Grand Forks Finally has High Speed Mobile Internet (EV-DO)!'>Grand Forks Finally has High Speed Mobile Internet (EV-DO)!</a></li>
<li><a href='http://berbs.us/2007/11/google-maps-mobile-20-makes-a-great-alternative-to-vz-navigator/' rel='bookmark' title='Permanent Link: Google Maps Mobile 2.0 Makes a Great Alternative to VZ Navigator'>Google Maps Mobile 2.0 Makes a Great Alternative to VZ Navigator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2008/01/mobile-organization-with-sandy-and-jott/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Command Line Saved Me from 19 Hours of Tedious Work</title>
		<link>http://berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/</link>
		<comments>http://berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 08:35:00 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/</guid>
		<description><![CDATA[At work the other day, I ran into a somewhat odd problem. I had a Windows server with nearly 3,000 folders, each containing a PDF file and an empty ZIP file, looking a little something like this: 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc &#124;-- 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.zip &#124;-- 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.pdf Sidenote: In case you're curious, that long, weird looking string of numbers and [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2009/08/two-great-uses-for-dropbox/' rel='bookmark' title='Permanent Link: Three Great Uses For Dropbox'>Three Great Uses For Dropbox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>At work the other day, I ran into a somewhat odd problem. I had a Windows server with nearly 3,000 folders, each containing a PDF file and an empty ZIP file, looking a little something like this:</p>

<pre>
2ec99d82-4b79-4454-9f4a-3b52c1cc63cc
|-- 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.zip
|-- 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.pdf
</pre>

<p>Sidenote: In case you’re curious, that long, weird looking string of numbers and letters is called a <a href="http://betterexplained.com/articles/the-quick-guide-to-guids/" >GUID</a> (globally unique identifier).</p>

<p>The problem was that I needed to compress the PDF file into a ZIP archive, and then move it up one directory, for an end result of this:</p>

<pre>
2ec99d82-4b79-4454-9f4a-3b52c1cc63cc 
|-- 2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.pdf 
2ec99d82-4b79-4454-9f4a-3b52c1cc63cc.zip
</pre>

<p>In this case, the <em>why</em> isn’t important. I had a ton of these PDFs I had to compress, one way or another. In situations like this, I do some quick mental math to figure out roughly how long it would take to do the job manually and weigh that against the time and effort of creating an automated solution. I did about 20 of these by hand, and from start to finish (including deleting the empty ZIP file, waiting for folders to refresh, and cutting and pasting the ZIP file), it took about 25 seconds:</p>

<pre>
25 seconds * 2900 = 72,500 seconds
72,500 seconds / (60 seconds / 1 minute) = 1,208 minutes
1,208 minutes / (60 minutes / 1 hour) = 20.14 hours
</pre>

<p>Here, it’s pretty obvious that an automated solution was in order, and would take <em>a lot</em> less time than to manually process these files.</p>

<p>Whenever you’re looking to automate something on a computer, command line (i.e., DOS prompt) utilities are your best friends. Linux and Unix are built on top of these types of specialized tools, and with a little effort, you can duplicate most of that power in Windows too.</p>

<p>My solution called for a ZIP utility could be run from DOS — a job filled nicely by my favorite open source file compression tool, <a href="http://www.7-zip.org/" >7-Zip</a>. Next, I needed a way to run 7-Zip on each and every PDF file buried within their subdirectories, while ignoring anything else in those same subdirectories. Some quick research brought me to a Microsoft program called <a rel="nofollow" href="http://technet2.microsoft.com/windowsserver/en/library/9660fea1-65c7-48cf-b466-204ba159381e1033.mspx?mfr=true" >Forfiles</a> that did exactly what I was looking for — iterate through a folder or directory tree and do <em>something</em> for each file it found.</p>

<p>To make things a little easier on myself, I copied all of the folders and their files from the server to a Windows XP machine, where I could experiment and work on my solution without the fear of screwing up the original versions. These all went into a folder called <strong>unzipped</strong>, while the compressed versions would go into — you guessed it — <strong>zipped</strong>.</p>

<p>After some tinkering for a total of about an hour over the course of two days, I ended up with this working command line script:</p>

<pre>
C:\>c:\forfiles.exe /P c:\unzipped /M *.pdf /S /C "cmd /c c:\7za a -tzip c:\zipped\@fname.zip @path"
</pre>

<p>There’s a lot going on in that single line, so I’ll break it down for you piece by piece:</p>

<p><strong>C:&gt;</strong> — Because I’m working with multiple programs and directories, I placed everything on the root of the hard drive to keep it simple and reduce confusion.</p>

<p><strong>c:\forfiles.exe</strong> — This runs the Forfiles command line program.</p>

<p><strong>/P c:\unzipped</strong> — Tells Forfiles the folder path where it should start working</p>

<p><strong>/M *.pdf</strong> — Specifies that it should only worry about files that end in a .PDF file extension.</p>

<p><strong>/S</strong> — Indicates that it should also look for PDF files within subdirectories of c:\unzipped.</p>

<p><strong>/C</strong> — Tells Forfiles to execute the command immediately following and within quotes.</p>

<p><strong>cmd /c</strong> — Launches another command prompt specifically for use by the next program.</p>

<p><strong>c:\7za</strong> — Kicks off the command line version of 7-Zip.</p>

<p><strong>a</strong> — Tells 7-Zip to create an archive file.</p>

<p><strong>–tzip</strong> — Indicates that the type of the archive file should be the ZIP format.</p>

<p><strong>c:\zipped\@fname.zip</strong> — The ultimate location of the resulting ZIP file. Note that here, <em>@fname</em> is a variable from Forfiles that returns the name of the file it’s working on, minus the file extension.</p>

<p><strong>@path</strong> — The full file path of the PDF file that should be zipped. This is also a Forfiles variable.</p>

<p>So, there you have it. It took less than seven minutes for this little script to find and compress all 2,900 PDF files I had. Not bad, considering it would have taken me half of my work week.</p>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2009/08/two-great-uses-for-dropbox/' rel='bookmark' title='Permanent Link: Three Great Uses For Dropbox'>Three Great Uses For Dropbox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2008/01/how-the-command-line-saved-me-from-19-hours-of-tedious-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things Done with Backpack, SMS, and Google’s Apps</title>
		<link>http://berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/</link>
		<comments>http://berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 22:21:42 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/</guid>
		<description><![CDATA[I have to admit: I love the Getting Things Done productivity system, but I'm not very good at sticking with it. At some point in the process, I forget about the single, trusted place to put down all of the "stuff" in my head (ideas, to-dos, etc.) and end up with multiple dumping spots. Random [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2006/05/loving-google-calendar/' rel='bookmark' title='Permanent Link: Loving Google Calendar'>Loving Google Calendar</a></li>
<li><a href='http://berbs.us/2006/10/tip-of-the-day-customize-your-google-homepage/' rel='bookmark' title='Permanent Link: Tip of the Day: Customize Your Google Homepage'>Tip of the Day: Customize Your Google Homepage</a></li>
<li><a href='http://berbs.us/2008/01/mobile-organization-with-sandy-and-jott/' rel='bookmark' title='Permanent Link: Mobile Organization with Sandy and Jott'>Mobile Organization with Sandy and Jott</a></li>
<li><a href='http://berbs.us/2009/05/email-rebooted-google-previews-wave/' rel='bookmark' title='Permanent Link: Email Rebooted: Google Previews Wave'>Email Rebooted: Google Previews Wave</a></li>
<li><a href='http://berbs.us/2007/10/its-time-for-gmail-and-grandcentral-to-hook-up/' rel='bookmark' title='Permanent Link: It’s Time for Gmail and GrandCentral to Hook-up'>It’s Time for Gmail and GrandCentral to Hook-up</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have to admit: I love the <a href="http://berbs.us/2005/09/getting-things-done-presentation/" >Getting Things Done</a> productivity system, but I’m not very good at sticking with it. At some point in the process, I forget about the single, trusted place to put down all of the “stuff” in my head (ideas, to-dos, etc.) and end up with multiple dumping spots. Random index cards at home, at the office, some things in my work email, some in my Gmail account, some on my white board — it gets bad. Bad enough that I can’t really trust my lists anymore, because I just might be forgetting something somewhere.</p>

<p>This past week, I finally said “enough”. I managed to get trust back into my system by consolidating everything back into my <a href="http://backpackit.com/?referrer=BPSLJ" >Backpack</a> and <a rel="nofollow" href="http://www.google.com/calendar/" >Google Calendar</a> accounts. Any event that happens at a specific date and time goes into my calendar. Everything else goes into a Backpack page for a specific project or topic. If I need to remind myself of an appointment or to do anything else, both Gcal and Backpack can send me email and text messages when I want.</p>

<p>The real benefit since reorganizing has been in getting stuff <em>into my system</em>. Each Backpack page has a unique secret email address that can receive info from my email (Gmail) or from a text message from my phone. This functionality has been there all along, but I didn’t take advantage of it until recently.</p>

<p>If I need to capture an idea, but I’m doing something where I’m not at a computer or can’t type on my phone’s keypad (while driving, for example), I can call up a <a href="http://www.celltell.tv/" >CellTell</a> phone number and leave myself a voice note. A few minutes later, it shows up on my Backpack home page where I can play it back and make a longterm decision of how to deal with it.</p>

<p>Having all of my opened items and commitments in one spot has been a load off my mind. If you struggle to track all of your to-dos, ideas, and appointments, my might want to take a look at doing something similar.</p>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2006/05/loving-google-calendar/' rel='bookmark' title='Permanent Link: Loving Google Calendar'>Loving Google Calendar</a></li>
<li><a href='http://berbs.us/2006/10/tip-of-the-day-customize-your-google-homepage/' rel='bookmark' title='Permanent Link: Tip of the Day: Customize Your Google Homepage'>Tip of the Day: Customize Your Google Homepage</a></li>
<li><a href='http://berbs.us/2008/01/mobile-organization-with-sandy-and-jott/' rel='bookmark' title='Permanent Link: Mobile Organization with Sandy and Jott'>Mobile Organization with Sandy and Jott</a></li>
<li><a href='http://berbs.us/2009/05/email-rebooted-google-previews-wave/' rel='bookmark' title='Permanent Link: Email Rebooted: Google Previews Wave'>Email Rebooted: Google Previews Wave</a></li>
<li><a href='http://berbs.us/2007/10/its-time-for-gmail-and-grandcentral-to-hook-up/' rel='bookmark' title='Permanent Link: It’s Time for Gmail and GrandCentral to Hook-up'>It’s Time for Gmail and GrandCentral to Hook-up</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2007/03/getting-things-done-with-backpack-sms-and-googles-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Favorite Firefox Extensions</title>
		<link>http://berbs.us/2007/02/my-favorite-firefox-extensions/</link>
		<comments>http://berbs.us/2007/02/my-favorite-firefox-extensions/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 21:09:57 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2007/02/my-favorite-firefox-extensions/</guid>
		<description><![CDATA[One of my friends recently asked me what I'm using for extensions in Firefox 2, then suggested I share my list with the world. So, that's exactly what I'm doing here. I'll split them up by category so you can find the ones that apply to you. Improving the Firefox Interface Even though Firefox is [...]


Possibly related posts:<ol><li><a href='http://berbs.us/2008/12/my-favorite-tech-things-for-2008/' rel='bookmark' title='Permanent Link: My Favorite Tech Things for 2008'>My Favorite Tech Things for 2008</a></li>
<li><a href='http://berbs.us/2010/03/extensions-vs-bookmarklets/' rel='bookmark' title='Permanent Link: Extensions vs Bookmarklets'>Extensions vs Bookmarklets</a></li>
<li><a href='http://berbs.us/2008/08/will-ubiquity-for-firefox-change-the-way-we-use-the-web/' rel='bookmark' title='Permanent Link: Will Ubiquity for Firefox Change the Way We Use the Web?'>Will Ubiquity for Firefox Change the Way We Use the Web?</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
<li><a href='http://berbs.us/2009/08/two-great-uses-for-dropbox/' rel='bookmark' title='Permanent Link: Three Great Uses For Dropbox'>Three Great Uses For Dropbox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of my friends recently asked me what I’m using for extensions in <a rel="nofollow" href="http://www.mozilla.com/en-US/firefox/" >Firefox 2</a>, then suggested I share my list with the world. So, that’s exactly what I’m doing here. I’ll split them up by category so you can find the ones that apply to you.</p>

<h3>Improving the Firefox Interface</h3>

<p>Even though Firefox is amazing out of the box (or, more accurately, after the download), I use a few extensions to fill in some gaps.</p>

<h4><a href="http://adblockplus.org/en/" >Adblock Plus</a></h4>

<p><a href="http://adblockplus.org/en/" >Adblock Plus</a> blocks so many web ads, it’s <em>really</em> tough browsing on a computer where it’s not installed. It comes with a set of filter subscriptions that will automatically stay up-to-date so you only have to see the ads you really want to. Highly recommended.</p>

<h4><a href="http://downloadstatusbar.mozdev.org/" >Download Statusbar</a></h4>

<p>Firefox’s default download manager annoys the heck out of me, but <a href="http://downloadstatusbar.mozdev.org/" >Download Statusbar</a> fixes this. Just as its title says, it displays a download status bar at the bottom of the browser window to let you know when your files are completely retrieved.</p>

<h4><a href="https://addons.mozilla.org/firefox/1122/" >Tab Mix Plus</a></h4>

<p>I’m a huge fan of tabbed browsing, so I appreciate the extras offered by the <a href="https://addons.mozilla.org/firefox/1122/" >Tab Mix Plus</a> extension. Among other things, it color codes unread tabs, gives you the download status for each one, and lets you lock and protect tabs so you won’t close them accidentally.</p>

<h4><a href="https://addons.mozilla.org/firefox/1951/" >Fission</a></h4>

<p>One of the nice little touches I appreciate in Apple’s Safari browser is the address bar that doubles as a progress indicator. The <a href="https://addons.mozilla.org/firefox/1951/" >Fission</a> extension’s only job is to add this feature to Firefox, and it does it well.</p>

<h4><a href="http://roachfiend.com/archives/2006/08/28/errorzilla-useful-error-pages-for-firefox/" >ErrorZilla</a></h4>

<p><a href="http://roachfiend.com/archives/2006/08/28/errorzilla-useful-error-pages-for-firefox/" >ErrorZilla</a> replaces the default Firefox error page with a set of options, including going to a <a href="http://www.coralcdn.org/" >Coral Cache</a> version of the page (if it’s available), visiting the <a href="http://www.archive.org/web/web.php" >Wayback Machine</a>, or doing a trace route or ping to see if the web server is down. It comes in handy every so often.</p>

<h3>Power Tools</h3>

<p>Here are some other extensions that don’t fit into the above category:</p>

<h4><a href="http://greasemonkey.mozdev.org/" >Greasemonkey</a></h4>

<p><a href="http://greasemonkey.mozdev.org/" >Greasemonkey</a> is a little hard to describe. It lets you create little scripts that can modify pretty much any webpage right before it’s rendered in Firefox. You don’t have to actually write scripts yourself (there are <a href="http://userscripts.org/" >tons available for download</a>), though there’s a good <a href="http://diveintogreasemonkey.org/" >guide available for free</a> in case you get adventurous.</p>

<p>One of my favorite user scripts is one that creates a “smart” subscribe subscribe button for every page that has an RSS feed. If I’m already subscribed to that feed in Google Reader, it displays a little check mark letting me know I’ve already got it. A nice feature, especially when you have a couple of hundred subscriptions.</p>

<h4><a href="http://www.iopus.com/imacros/firefox/" >iMacros for Firefox</a></h4>

<p>To be honest, I have the <a href="http://www.iopus.com/imacros/firefox/" >iMacros</a> extension installed, but haven’t done much with it yet. I like the idea a lot though. It lets you write macros for a web page that automate repetitive tasks.</p>

<h4><a href="https://addons.mozilla.org/firefox/1033/" >PwdHash</a></h4>

<p><a href="https://addons.mozilla.org/firefox/1033/" >PwdHash</a> makes it easy to create site-specific passwords, giving you a higher level of security than if you just use a single password everyone.</p>

<h4><a href="https://addons.mozilla.org/firefox/4106/" >Operator</a></h4>

<p><a href="https://addons.mozilla.org/firefox/4106/" >Operator</a> exposes <a href="http://microformats.org/" >Microformats</a> present on pages and makes it easy to work with them. A little handy now, but Firefox 3 will probably have this sort of functionality built right in.</p>

<h4><a href="http://blog.codeeg.com/tails-firefox-extension-03/" >Tails</a></h4>

<p><a href="http://blog.codeeg.com/tails-firefox-extension-03/" >Tails</a> is another <a href="http://microformats.org/" >Microformat</a> reader, though this one is lighter-weight than Operator. Basically does the same thing though.</p>

<h3>Attention</h3>

<h4><a href="http://www.attentiontrust.org/node/414" >Attention Recorder</a></h4>

<p>Right up front, I admit this one is pretty geeky. There’s a small movement going on right now advocating the ownership of your personal attention data made as you use the web. I’ll write more about this at some point in the future. </p>

<p>For now though, <a href="http://www.attentiontrust.org/node/414" >Attention Recorder</a> captures your clickstream and browsing history in a file on your computer which you can do whatever you want with. You can also choose to upload this same data to a trusted 3rd party such as <a href="http://www.root.net/" >Root Vault</a> for storage and analysis.</p>

<h4><a rel="nofollow" href="http://del.icio.us/help/firefox/extension" >del.icio.us extension</a></h4>

<p>I’ve been storing my bookmarks and links of interest to <a rel="nofollow" href="http://del.icio.us/berberich" >my del.icio.us account</a> for almost two years now instead of saving them in Firefox. Not only are they now easier to search and available from any computer, there’s also the side benefit of sharing them with everyone else. I’m just that nice of a guy!</p>

<p>The <a rel="nofollow" href="http://del.icio.us/help/firefox/extension" >del.icio.us extension</a> makes it really easy to tag and save pages as you browse, and gives you quick access to your account when you need it.</p>

<h3>Web Development</h3>

<p>As you probably know, I’ve been big into web design and development for a while now. There are some <em>awesome</em> tools available for Firefox that makes the process easier. Here are some of my favorites.</p>

<h4><a href="http://www.getfirebug.com/" >Firebug</a></h4>

<p><a href="http://www.getfirebug.com/" >Firebug</a> is <strong>unbelievable</strong>. This tool has become invaluable in debugging CSS and JavaScript. You can easily see how styles cascade (or don’t) across your HTML elements and edit them on the fly to see how things look in the browser. It can also <a href="http://ajaxian.com/archives/ajax-debugging-with-firebug" >debug AJAX requests</a>, something that has personally helped me in my Ruby on Rails projects.</p>

<p>If you do any sort of web design or programming, do yourself a favor and download Firebug. It’s free, but it’s one extension I’d actually pay money for.</p>

<h4><a href="http://chrispederick.com/work/webdeveloper/" >Web Developer</a></h4>

<p>I’ve been using the <a href="http://chrispederick.com/work/webdeveloper/" >Web Developer</a> extension since 2004, and it has become an indispensable part of my web design toolkit. Some of its functionality is duplicated by Firebug, but there’s still a ton of other features there, including a “view generated source” option, which lets you view the HTML as it’s currently displayed in the browser window. This is one of those things that come in <em>really handy</em> when debugging AJAX and JavaScript that modify the <a href="http://www.w3.org/DOM/" >Document Object Model</a> after the page is actually downloaded from the server.</p>

<h4><a href="http://users.skynet.be/mgueury/mozilla/" >Html Validator</a></h4>

<p>I’ve become used to regularly <a href="http://validator.w3.org/" >validating</a> my HTML documents during development, and the <a href="http://users.skynet.be/mgueury/mozilla/" >Html Validator</a> extension makes this process automatic. Instead of manually going out to the W3C validator service, this extension will do the validation locally on your computer right after the page is rendered in Firefox. This can save a lot of time over the course of your project.</p>

<p>I’ll make one small note on this extension: I have run into some cases where this extension says a page has valid markup, but where the official validator picks out some problems. Even so, it’s still a good first line defense.</p>

<h4><a href="http://livehttpheaders.mozdev.org/" >Live HTTP Headers</a></h4>

<p>Useful mainly when doing web development/programming, <a href="http://livehttpheaders.mozdev.org/" >Live HTTP Headers</a> lets you take a peek at the conversation going on between your computer and the web servers it gets content from. You probably won’t use it on a daily basis, but it comes in handy in special cases.</p>

<h4><a href="http://www.designmeme.com/2006/06/19/professor-x-extension-for-firefox/" >Professor X</a></h4>

<p><a href="http://www.designmeme.com/2006/06/19/professor-x-extension-for-firefox/" >Professor X</a> lets you take a look at the content of a page’s “head” section without viewing the source. Nothing earth shattering here, but still a nice option to have.</p>

<h4><a href="http://tools.seobook.com/firefox/seo-for-firefox.html" >SEO For Firefox</a></h4>

<p>The <a href="http://tools.seobook.com/firefox/seo-for-firefox.html" >SEO For Firefox</a> extension adds a bunch of search engine optimization links and resources that’ll give you better insight into a page’s search rankings, along with a bunch of other useful info.</p>

<p>Well, there you go. I hope you found one or two tools that can help you out. If you’ve got a favorite extension, please let me know about it in the comments.</p>


<p>Possibly related posts:<ol><li><a href='http://berbs.us/2008/12/my-favorite-tech-things-for-2008/' rel='bookmark' title='Permanent Link: My Favorite Tech Things for 2008'>My Favorite Tech Things for 2008</a></li>
<li><a href='http://berbs.us/2010/03/extensions-vs-bookmarklets/' rel='bookmark' title='Permanent Link: Extensions vs Bookmarklets'>Extensions vs Bookmarklets</a></li>
<li><a href='http://berbs.us/2008/08/will-ubiquity-for-firefox-change-the-way-we-use-the-web/' rel='bookmark' title='Permanent Link: Will Ubiquity for Firefox Change the Way We Use the Web?'>Will Ubiquity for Firefox Change the Way We Use the Web?</a></li>
<li><a href='http://berbs.us/2004/10/great-software/' rel='bookmark' title='Permanent Link: Great Software'>Great Software</a></li>
<li><a href='http://berbs.us/2009/08/two-great-uses-for-dropbox/' rel='bookmark' title='Permanent Link: Three Great Uses For Dropbox'>Three Great Uses For Dropbox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2007/02/my-favorite-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Procrastinator’s Clock</title>
		<link>http://berbs.us/2007/01/the-procrastinators-clock/</link>
		<comments>http://berbs.us/2007/01/the-procrastinators-clock/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 04:48:15 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2007/01/the-procrastinators-clock/</guid>
		<description><![CDATA[Last week David Seah released the Procrastinator’s Clock, a simple clock that runs somewhere between on time and 15 minutes ahead. If you’re the type of person to set your clock 10 minutes ahead, then build that buffer into your plans anyway, it might be worth a look. Besides being fun, the Procrastinator’s Clock reminds [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <a href="http://davidseah.com" >David Seah</a> released the <a href="http://davidseah.com/archives/2007/01/17/a-chindogu-clock-for-procrastinators/" >Procrastinator’s Clock</a>, a simple clock that runs somewhere between on time and 15 minutes ahead. If you’re the type of person to set your clock 10 minutes ahead, then build that buffer into your plans anyway, it might be worth a look.</p>

<p><img src="http://media.berbs.us/images/procrasinators-clock.jpg" alt="The Procrastinator's Clock" width="366" height="231" /></p>

<p>Besides being fun, the Procrastinator’s Clock reminds me of a somewhat similar idea I had a year or two ago. Mine was for an alarm clock that would go off randomly some time between on time and an hour early. I still haven’t tried building it yet though…</p>
]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2007/01/the-procrastinators-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicksilver</title>
		<link>http://berbs.us/2005/02/quicksilver/</link>
		<comments>http://berbs.us/2005/02/quicksilver/#comments</comments>
		<pubDate>Wed, 16 Feb 2005 23:50:12 +0000</pubDate>
		<dc:creator>Jason Berberich</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://labs.berbs.us/2005/02/quicksilver/</guid>
		<description><![CDATA[Today I downloaded and installed Quicksilver on my PowerMac at work after about a week of curiousity. I first read about it on 43 Folders (one of my favorite new sites), which offers a bunch of “life hacks” with the aim of becoming more productive in work and life. I have to admit that I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I downloaded and installed <a href="http://quicksilver.blacktree.com/" >Quicksilver</a> on my PowerMac at work after about a week of curiousity. I first read about it on <a href="http://www.43folders.com/2004/09/quicksilver_gra.html" >43 Folders</a> (one of my favorite new sites), which offers a bunch of “life hacks” with the aim of becoming more productive in work and life.</p>

<p>I have to admit that I really didn’t understand what Quicksilver did when I downloaded it. I had a vague idea that it is a productivity tool and is considered a “launcher”, but that was about it. After a few minutes of using it though, the light bulb finally flickered on. I haven’t used it very much yet but can see what all the fuss is about. From looking at some of the <a href="http://www.43folders.com/quicksilver/" >posts</a> on 43 folders about Quicksilver, I haven’t even scratched the surface yet.</p>

<p>It’s definately worth a download if you’re a Mac user! Quicksilver is free, and if you like it you can send the auther a donation to show your appreciation.</p>
]]></content:encoded>
			<wfw:commentRss>http://berbs.us/2005/02/quicksilver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
