<?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>Paper Jammed &#187; Photos</title>
	<atom:link href="http://paperjammed.com/tag/photos/feed/" rel="self" type="application/rss+xml" />
	<link>http://paperjammed.com</link>
	<description>Has paper taken over your life?</description>
	<lastBuildDate>Fri, 06 May 2011 00:09:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Another fifty pictures scanned and ten thousand to go&#8230;where did I leave off?</title>
		<link>http://paperjammed.com/2011/02/19/another-fifty-pictures-scanned-and-ten-thousand-to-go-where-did-i-leave-off/</link>
		<comments>http://paperjammed.com/2011/02/19/another-fifty-pictures-scanned-and-ten-thousand-to-go-where-did-i-leave-off/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 04:12:41 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Scanning]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=1135</guid>
		<description><![CDATA[I have tons of old photos that I am always in the process of scanning in. Some are pictures from childhood, others are from my time in the Navy, and still others are from family life before digital photography (somewhere around the end of 2000 I bought my first digital camera, a Canon G1). I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1136" title="iStock_000003028590XSmall" src="http://paperjammed.com/wp-content/uploads/2011/02/iStock_000003028590XSmall-300x201.jpg" alt="" width="180" height="121" />I have tons of old photos that I am always in the process of scanning in. Some are pictures from childhood, others are from my time in the Navy, and still others are from family life before digital photography (somewhere around the end of 2000 I bought my first digital camera, a Canon G1).</p>
<p>I have been struggling with making everything digital for years now, and there are stacks of photos and thick albums that remain uncharted territory. Every once in awhile I sit down and scan in an album.</p>
<p>Trouble is, unless you do the whole job at once, it&#8217;s pretty easy to lose track of where you have already been. And if that&#8217;s not bad enough, we always bought double prints—they didn&#8217;t cost much more, and we could give some away. Now how do I know if I have scanned the long-lost twins of some photos that are already on my computer? That&#8217;s a problem for another day.</p>
<p>Here&#8217;s how I make sure I don&#8217;t scan the same single photo twice:</p>
<p><img class="size-full wp-image-1137 alignnone" title="20110219-marked-photos" src="http://paperjammed.com/wp-content/uploads/2011/02/20110219-marked-photos.jpg" alt="" width="500" height="375" /></p>
<p>That&#8217;s right, I leave breadcrumbs in the form of little dots on the back of each one.</p>
<p>Such a simple thing, but it saves me from a lot of head scratching and wasted time scanning the same stuff over and over.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2011/02/19/another-fifty-pictures-scanned-and-ten-thousand-to-go-where-did-i-leave-off/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A couple of AppleScript droplets to tweak EXIF timestamps</title>
		<link>http://paperjammed.com/2011/02/14/a-couple-of-applescript-droplets-to-tweak-exif-timestamps/</link>
		<comments>http://paperjammed.com/2011/02/14/a-couple-of-applescript-droplets-to-tweak-exif-timestamps/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 04:52:45 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Files and Folders]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Macros]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Scanning]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=1114</guid>
		<description><![CDATA[Most of the time I don&#8217;t really bother with the timestamp information that my camera embeds in each digital photo. In fact, I can&#8217;t remember the last time I checked to see if the clock was right. Scanned photographs are an entirely different brew. They typically represent events from the distant past, and scanner software [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1116" title="iStock_000010531463XSmall" src="http://paperjammed.com/wp-content/uploads/2011/02/iStock_000010531463XSmall-300x193.jpg" alt="" width="300" height="193" />Most of the time I don&#8217;t really bother with the timestamp information that my camera embeds in each digital photo. In fact, I can&#8217;t remember the last time I checked to see if the clock was right.</p>
<p>Scanned photographs are an entirely different brew. They typically represent events from the distant past, and scanner software EXIF data is hit or miss.</p>
<p>I looked for commercial software to handle a few special cases of EXIF data troubles, but came up empty handed. So I wrote a few useful AppleScript droplets that do these tasks quite nicely, and I will share them here.<span id="more-1114"></span></p>
<p><strong>Warning!</strong></p>
<p>These scripts use <strong>jhead</strong> to manipulate and <em>rewrite</em> your JPEG files!</p>
<p>Don&#8217;t be a fool. Experiment first with a safe set of throwaway JPEGs. And never use these tools on original files; always keep a backup.</p>
<p><strong>Prerequisite</strong></p>
<p>All of these scripts depend on a fine piece of free software called <a href="http://www.sentex.net/~mwandel/jhead/">jhead</a> written by <a href="http://www.sentex.net/~mwandel/index.html">Matthias Wandel</a>.</p>
<p>Installation is not difficult, but it does involve the command line.</p>
<ul>
<li>Go to the <a href="http://www.sentex.net/~mwandel/jhead/">jhead site</a></li>
<li>Scroll down to the <strong>Releases</strong> section and look for <strong>Pre-built OS-X Intel executable</strong></li>
<li>Right click on the <strong>jhead</strong> link on that row and choose <strong>Save Linked File to &#8220;Downloads&#8221;</strong></li>
</ul>
<p>At this point, I found that <strong>jhead</strong> was saved as <strong>jhead.txt</strong>. Oh well. We needed to do some command-line magic anyway.</p>
<ul>
<li>Open a terminal window and enter the following:</li>
</ul>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ <span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Downloads<br />
$ <span style="color: #c20cb9; font-weight: bold;">mv</span> jhead.txt jhead<br />
$ <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> jhead<br />
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> jhead <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</div></td></tr></tbody></table></div>
<p>These lines do the following:</p>
<ul>
<li>Lines 1 and 2 navigate to the Downloads directory and remove the &#8220;.txt&#8221; from the name</li>
<li>Line 3 makes the file executable by everyone on your Mac</li>
<li>Line 4 places the file in a public area where everyone on your Mac can see it (you will be prompted for your password)</li>
</ul>
<p><strong>Stripping All EXIF Data</strong></p>
<p>Sometimes I receive files that have corrupt EXIF data. I had a large quantity of scanned files in my collection that claimed to be scanned some time in 2038, while others insisted that they had been around since 1901. Neither situation is good, and I found that standard EXIF editing tools may fail to change these corrupt EXIF sections.</p>
<p>The answer is to blow away the EXIF data.</p>
<p>Download: <a href="http://paperjammed.com/wp-content/uploads/2011/02/Strip-EXIF.zip">Strip EXIF</a></p>
<p>This zip file contains a compiled AppleScript application. You can unzip it and place the application on your desktop. Safari will probably unzip it for you when you click the link.</p>
<p>To be safe, open AppleScript Editor and use it to open the <strong>Strip EXIF</strong> app to see its magic.</p>
<p>Now you can drop any number of JPEG files onto the <strong>Strip EXIF</strong> app and it will kindly eviscerate each JPEG, removing all traces of EXIF data.</p>
<p><strong>Adding Basic EXIF Data to a vanilla JPEG</strong></p>
<p>Some tools create JPEG files without EXIF date and time information within. This is typically the hallmark of photo manipulation software and dodgy scanner software. And if you happened to use the <strong>Strip EXIF</strong> app to rip out a bad EXIF block, then you will want to replace it with a proper data block so that you can still use camera date and timestamps.</p>
<p>Download: <a href="http://paperjammed.com/wp-content/uploads/2011/02/Add-Basic-EXIF.zip">Add Basic EXIF</a></p>
<p>Again, unzip the file, place the app on your desktop, and then drop any number of JPEG files onto <strong>Add Basic EXIF</strong>.</p>
<p>The app will set the EXIF date to the file creation timestamp.</p>
<p><strong>Spreading EXIF Timestamps</strong></p>
<p>This is the real reason why I wrote these scripts. I couldn&#8217;t find a satisfactory tool on the market that would allow me to automatically spread out the shooting times for a series of images.</p>
<p>Why would anyone want to do this? Because some processes give you fifty JPEG files all with the exact same creation time and exact same shooting time. I like to use file renaming tools to incorporate the shooting time in the filename, so that files sort by chronological order. This doesn&#8217;t work if all of the timestamps are the same.</p>
<p>So I wrote a little app that adjusts the first photo by one minute, the second by two minutes, and so on. If there are fifty photos, then the last one will have its shooting time adjusted by fifty minutes.</p>
<p>The result is a series of photos/scans that have different timestamps.</p>
<p>Download: <a href="http://paperjammed.com/wp-content/uploads/2011/02/Spread-EXIF-Timestamps.zip">Spread EXIF Timestamps</a></p>
<p>Again, please look at the short program before you run it.</p>
<p><strong>Closing Thoughts</strong></p>
<p>I hope that my favorite tool implements these tricks soon (<strong>A Better Finder Attributes</strong>, I&#8217;m looking at you!), but until then, I will be dropping my files onto these three little droplets.</p>
<p>The <strong>jhead</strong> tool is so versatile that I will probably end up with a whole slew of similar droplets that will do all kinds of spiffy stuff. Nevertheless, I would rather the commercial products already provided these features. Not everyone likes dipping into AppleScript and the command line!</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2011/02/14/a-couple-of-applescript-droplets-to-tweak-exif-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t punish your family with stacks of photos!</title>
		<link>http://paperjammed.com/2010/02/24/dont-punish-your-family-with-stacks-of-photos/</link>
		<comments>http://paperjammed.com/2010/02/24/dont-punish-your-family-with-stacks-of-photos/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 04:18:47 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Paperless Life]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Buying guide]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=890</guid>
		<description><![CDATA[A while back I had a rare opportunity indeed: I went on a business trip to India to visit our offshore team. We knew it was a once in a lifetime trip, so four of us took some vacation days and paid our own way on a side trip to some of the great cities [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-897" title="iStock_000000110397XSmall" src="http://paperjammed.com/wp-content/uploads/2010/02/iStock_000000110397XSmall-225x300.jpg" alt="iStockphoto" width="225" height="300" />A while back I had a rare opportunity indeed: I went on a business trip to India to visit our offshore team. We knew it was a once in a lifetime trip, so four of us took some vacation days and paid our own way on a side trip to some of the great cities of India after the business was done. When we finally sat down to pool our collection on layover in Frankfurt, there were over 1,500 photos.</p>
<p>What do you do with 1,500 photographs?</p>
<p>In hope of sparing some folks hours of boredom I&#8217;d like to share my ideas on this topic here.<span id="more-890"></span></p>
<p><strong>The Endless Stack of Photos</strong></p>
<p>We have all been there. A friend or family member brandishes a stack of photos, saying &#8220;Let me show you photos of our trip to Ecuador&#8230;&#8221; (oh no&#8230; here it comes&#8230;). At this point, you reach for the photographs, but they hold the stack out of reach. They then turn each one over slowly, telling a long tale about every single image. &#8220;Oh, look at this monkey, it was so cute when he stole the candy out of little Billy&#8217;s hand and spit it into Aunt Sally&#8217;s hair.&#8221; and so on and so on.</p>
<p>You begin to look at the size of the stack and estimate how long this process will take.</p>
<p>Everyone has been on the receiving end of this treatment, but have you ever been the perpetrator?</p>
<p>It&#8217;s an easy trap to fall in to. To be honest, when you are showing photos to a friend, each image brings back a wave of pleasant memories and it is tempting to bask in the enjoyment of the memory, talking about how you felt at the time, as your friend&#8217;s eyes begin to aquire a glossy sheen.</p>
<p><strong>Don&#8217;t Be <em>That Person</em></strong></p>
<p>Remember how it felt the last time you endured a four hour photo flipping marathon and have pity on those around you.</p>
<p>Here&#8217;s my strategy for pleasant photo sharing:</p>
<ul>
<li>Pare down the photo collection. Substantially.</li>
<li>Create an attractive photo album with the finest photos of the lot.</li>
<li>Hand the album to your friend and <em>let them turn the pages</em>.</li>
</ul>
<p>Back to those 1,500 photos from India&#8230;</p>
<p>Here is one of the pages from the album I made from that trip.</p>
<p><img class="alignnone size-full wp-image-903" src="http://paperjammed.com/wp-content/uploads/2010/02/20100224-album1.jpg" alt="" width="535" height="413" /></p>
<p>As you can see, the end result is fairly simplistic, with a few very nice photos.</p>
<p><strong>Paring Down the Stack</strong></p>
<p>Even the most avid photographer understands that <em>nobody</em> wants to see a thousand photos. And don&#8217;t think that just because you made a slideshow with music instead of printing the photos that you are exempt. You can afford to cut the number down quite a bit.</p>
<p>Consider that a typical Hollywood motion picture contains less than 10 percent of the total footage filmed. Stanley Kubrick, ever the perfectionist, took this to the extreme with shooting ratios around 100 to 1. Following the analogy, in photography, it is quite reasonable to take dozens of photos for every single picture that you might share to others.</p>
<p>The real trick is deciding exactly how far to go with the selection process.</p>
<p>In my experience, you can weed out the bad photos for hours, and when you think the job is done, you can still go back and toss out a few dozen more.</p>
<p>I filter my photos in three major phases, using the five-star rating tool of my photo library software to help keep things in order. I personally use iPhoto, but any other good photo library suite should offer ratings and smart folders.</p>
<p><strong>Phase 1: Removing obviously bad photos</strong></p>
<p>This is a very quick pass through the whole collection. I start by selecting everything and marking all photos with a neutral rating of three stars.</p>
<p>I then find any photos that are underexposed or are blurry and give them one single star. Along the way, any photos that obviously have no useful content get the same treatment.</p>
<p><strong>Phase 2: Identifying decent photos</strong></p>
<p>I use a smart folder to show all photos with three stars or greater. This hides all of the junk from the first pass.</p>
<p>Now, I go through each photo and give it a deeper look. I sort them into three different stacks, giving two stars to anything that has useless or boring content and giving four stars to photos that I think are worth showing to people. Photos that don&#8217;t fit either description retain the neutral three-star rating. These are often repeats of the one good photo I tossed in the four-star stack.</p>
<p><strong>Phase 3: Identifying the best of the best</strong></p>
<p>I use a new smart folder to show only photos with four stars or better.</p>
<p>This is the hardest part. I go through the photos and try to find the absolutely best photo that expresses each experience or thought.</p>
<ul>
<li>If the photos are of places, then it makes sense to check that you have at least one photo of each important place you visited.</li>
<li>If these are shapshots of friends and family, then you probably should verify that each person shows up in at least one of the pictures.</li>
</ul>
<p>I often have a difficult time working through photo collections from visits to my wife&#8217;s family in Brazil: there are hundreds of people in the pictures and I often have doubts over who is family and who isn&#8217;t. Fortunately, my wife sits patiently with me and helps at this stage.</p>
<p>Look again at the photos of the elephant ride and the snake charmer. I probably have two dozen different shots of the snake charmers, while the elephant shot was a single dodgy photo taken by the tour guide. I was able to pick the very best snake charmer photo, but I had little choice with the other—there was no way I was going to omit a picture of me on an elephant so I used it. These are the kinds of tradeoffs we are dealing with.</p>
<p><img class="alignnone size-full wp-image-896" src="http://paperjammed.com/wp-content/uploads/2010/02/20100224-rating-photos.jpg" alt="" width="535" height="350" /></p>
<p>You can see in this screenshot how I flagged most of the photos as three stars (I have already hidden all of the one-star dreck). There is one photo that has four stars, while the one next to it had an unappealing composition in my opinion, so it got two.</p>
<p><strong>How far should you go?</strong></p>
<p>I suppose this comes down to personal preference, but I like to keep things down to thirty or forty photos—from a starting point in the thousands. In a photo album, you can represent your whole trip in fifteen or twenty pages. This is far less intimidating than a big thick stack of photographs.</p>
<p>Of course, context is important. I will go out on a limb here and say that a new baby can be shown to co-workers in five photos.</p>
<p>In the end, I create a smart folder that shows only photos with five stars. And boy do they look good!</p>
<p><strong>Tweak the best photos</strong></p>
<p>My favorite tool of all for tweaking photos is the crop tool. A good crop can dramatically change the composition of a shot while still retaining the purity of the photo.</p>
<p>I will also straighten any slanting horizons and possibly fix funky light balance at this point. The tool set provided in iPhoto is quite adequate for these simple tasks.</p>
<p>Now create a slick photo album using any of the great tools available online.</p>
<p><strong>Make the Photo Album</strong></p>
<p>Again, I like using iPhoto. It allows you to easily create fancy albums using templates and so forth. Once you are done, you can buy a finished album with a few clicks.</p>
<p>Once you have your short list of photos, use a five-star smart folder as the source for the photo album. You can then spend a pleasant evening or two playing around with the layouts and composition and adding captions to your photos.</p>
<ul>
<li>Create a smart folder that shows only five-star photos</li>
<li>Create a new photo album based on that smart folder</li>
<li>Choose a pleasing layout</li>
<li>Add your photos in varying page styles to the book</li>
<li>Write some informative and/or witty captions for the photos</li>
</ul>
<p><img class="alignnone size-full wp-image-906" src="http://paperjammed.com/wp-content/uploads/2010/02/20100224-iphoto-edit2.jpg" alt="" width="535" height="306" /></p>
<p>This is a screenshot of the iPhoto application, with the A-list photos along the top and the snake charmer page in the editing window.</p>
<p>You can even make albums like this online, without any editing software whatsoever&#8230;</p>
<p><img class="alignnone size-full wp-image-907" src="http://paperjammed.com/wp-content/uploads/2010/02/20100224-winkflash.jpg" alt="" width="535" height="540" /></p>
<p>This is a similar photo album creation tool that is run completely from the <a href="http://www.winkflash.com/">Winkflash</a> website.</p>
<p>Now, finish picking out the features you want on your album (e.g. cover style) and place your order.<br />
In my opinion, these albums come with the optimal number of pages (usually 20). Any more pages could make it tedious and boring. Fit your vacation into those 20 pages.</p>
<p>These books usually cost around forty bucks, but they are worth every penny.</p>
<p><strong>The Finished Product</strong></p>
<p>When everything is done, you will have a beautiful printed photo album that looks like you bought it at a book store.</p>
<p>I have seen photo albums from three different outfits up close.</p>
<p><em>MyPublisher</em></p>
<p>I have a couple of albums from these guys and they are near perfect. The pages look like thick magazine pages, with magazine-quality photos. I found that my white-on-black text bled a little.<br />
Note that the leather used on the leather-bound books is paper thin.</p>
<p>These folks are always sending me coupons for 40% off, so it seems that you really don&#8217;t ever have to pay full price for their wares.</p>
<p><em>Apple iPhoto</em></p>
<p>These are identical to the MyPublisher books. Indeed, at one time iPhoto could send its output to either MyPublisher or Apple. I heard a rumor that MyPublisher did the books for Apple at one point.</p>
<p>The only down side to the Apple books is that you pay high shipping costs. Otherwise, the books are perfect.</p>
<p><em>Winkflash</em></p>
<p>A friend shared one of these with me. I happened to have my India album nearby, so we compared them. On the one hand, Winkflash is much cheaper; however, the image quality is not nearly as nice as the other books. Perhaps I was looking at a lower-end book from them, but the ink dots were a little coarse for my taste.</p>
<p><strong>Summary</strong></p>
<p>By putting a little effort in aggressive photo selection, basic image tweaks, and then taking advantage of the many photo book tools out there you can create a beautiful album that is a pleasure to leaf through.</p>
<p>These books have been available for several years; even so, whenever I hand one to a friend, they page through it, transfixed. People really love these albums and they actually enjoy looking through them.</p>
<p>Oh, and they make great gift ideas too!</p>
<p>What does this topic have to do with reducing paper in our lives? Believe me, printing one of these books is so much neater and cleaner than printing hundreds of loose photos. And you will enjoy them more.</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2010/02/24/dont-punish-your-family-with-stacks-of-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bring back the old-school way of managing computer folders and documents yourself!</title>
		<link>http://paperjammed.com/2010/01/24/bring-back-the-old-school-way-of-managing-computer-folders-and-documents-yourself/</link>
		<comments>http://paperjammed.com/2010/01/24/bring-back-the-old-school-way-of-managing-computer-folders-and-documents-yourself/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:25:40 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Paperless Life]]></category>
		<category><![CDATA[Searching and Indexing]]></category>
		<category><![CDATA[Files and Folders]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=857</guid>
		<description><![CDATA[One of my pet peeves in software is the black-box application that calmly sucks in all of your files and does everything for you, until the day you want to swich apps. This is the iTunes model, followed by many other products. I am of the opinion that rather than allowing an application to shuffle [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-858" title="iStock_000010275242XSmall" src="http://paperjammed.com/wp-content/uploads/2010/01/iStock_000010275242XSmall-300x225.jpg" alt="" width="300" height="225" />One of my pet peeves in software is the <a href="http://paperjammed.com/2009/03/24/help-my-data-is-being-held-hostage/">black-box application that calmly sucks in all of your files and does everything for you</a>, until the day you want to swich apps. This is the iTunes model, followed by many other products.</p>
<p>I am of the opinion that rather than allowing an application to shuffle your life randomly, why not do it the old fashioned way and move your documents into folders of your choosing?</p>
<p>This article discusses some of the advantages of old-school folder management and gives a few hints along the way.<span id="more-857"></span></p>
<p><strong>Why bother?</strong></p>
<p>By creating your own well thought out folder structure, you gain the following advantages:</p>
<ul>
<li>You can find something fairly easily without needing to launch the special app.</li>
<li>You can copy reasonable subsets of your document sets to friends or for backups.</li>
<li>Someone else can find something without needing the special app.</li>
<li>You can place files in a common network drive that others can see, from PC, Linux, or Mac.</li>
<li>You do not lose all of the metadata about your files if the document management app ceases to exist.</li>
</ul>
<p>People have been managing their documents this way for decades, so this is not anything new. What is new, however, is that folks don&#8217;t necessarily see what flexibility they give up when they allow the computer to squirrel things away on their behalf.</p>
<p><strong>What kind of folders?<br />
</strong></p>
<p>In short, pick some categories of documents that you will be filing, and optionally pick a timeframe which to partition the folders. This mirrors what we do with paper folders, doesn&#8217;t it? We create dozens of manila folders with tabs, and optionally create subsets of these files by date (e.g. Receipts, 2009).</p>
<p>One key difference helps us: Computer folders enjoy one feature that their physical counterparts lack—they can be nested several layers deep.</p>
<p><strong>A few examples are probably in order&#8230;</strong></p>
<p><img class="alignright size-full wp-image-859" title="20100124-file-folders" src="http://paperjammed.com/wp-content/uploads/2010/01/20100124-file-folders.gif" alt="" width="342" height="233" />I like to keep several kinds of scanned documents relating to day to day home paperwork. Over time, it has become clear that I scan lots of receipts, health insurance papers, banking papers, bills, and &#8230; everything else.</p>
<p>As such, I created the following top-level folders: <strong>Banking</strong>, <strong>Bills</strong>, <strong>Health Insurance</strong>, <strong>Receipts</strong>, and <strong>Miscellaneous</strong>.</p>
<p>Over time, they start to get stuffed to the gills with things, especially the Bills and the Receipts folders. My answer to this was to split them out by date. Within each category folder I have subfolders by date. This is because some categories need lots of years, while others might not need to be broken down by date at all.</p>
<p>Digital photos are a different creature: I feel that the date of the photo is the most important piece of information, and subject matter is secondary. For this reason, I store my photos in a series of top-level folders labeled with the years.</p>
<p>With photos I have a three-level system: <strong>Year</strong>, <strong>Month</strong>, and <strong>Subject</strong>. For example, within the <strong>Photos</strong> folder there is a <strong>2009</strong> folder. That contains a <strong>2009-02</strong> folder, and that one contains a folder called <strong>Cats</strong>. There are many ways to arrange these, I have chosen this approach.</p>
<p>I like iPhoto as much as anyone, and I use it for my photos. The difference is that, for me, iPhoto only holds a copy of each photo—the original photos are all stored on a NAS using the file structure I describe above.</p>
<p>Put a little thought into it and come up with a system that works for you.</p>
<p><strong>Closing thoughts</strong></p>
<p>We are looking for ease of use here, as well as avoiding lock-in to some proprietary app. We also want it to be easy to back up specific bits of the data and share specific bits.</p>
<p>By looking at my example above, you can see how easy it would be to find a bill from 2009. By <a href="http://paperjammed.com/2009/02/07/pick-a-file-name-style-and-stick-with-it/">following a specific naming convention</a>, you can see that each document is fairly descriptive as well. You don&#8217;t need DEVONthink or its brethren to tell you how to find the Allstate bill from June of 2009. In addition, the folder names are now easily searchable by my operating system, as are the filenames.</p>
<p>This might create extra work for you in the beginning, but do you really want to be at the mercy of someone else&#8217;s application?</p>
<p>Oh, and about making those folders? There are applications out there that can generate a bunch of folders for you following your own chosen rules. One I use is <a href="http://www.publicspace.net/BigMeanFolderMachine/index.html">The Big Mean Folder Machine</a>.  I wouldn&#8217;t want to depend on an automatic system for daily use, but as a one-time jump start, tools like this can work wonders.</p>
<p>Don&#8217;t forget to back up your files!</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2010/01/24/bring-back-the-old-school-way-of-managing-computer-folders-and-documents-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macworld: 7 tips for using Faces in iPhoto &#8217;09</title>
		<link>http://paperjammed.com/2009/07/20/macworld-7-tips-for-using-faces-in-iphoto-09/</link>
		<comments>http://paperjammed.com/2009/07/20/macworld-7-tips-for-using-faces-in-iphoto-09/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:13:34 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Searching and Indexing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Indexing]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=613</guid>
		<description><![CDATA[Thanks to its face-recognition tool, iPhoto ’09 can now put names to the faces in your photographs, letting you quickly sift through your library based on content rather than how photos are arranged. But putting this feature to work requires some effort on your part. A few months back I received my copy of iLife [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Thanks to its face-recognition tool, iPhoto ’09 can now put names to the faces in your photographs, letting you quickly sift through your library based on content rather than how photos are arranged. But putting this feature to work requires some effort on your part.</p></blockquote>
<p>A few months back I received my copy of iLife &#8217;09 and <a href="http://paperjammed.com/2009/02/24/tagging-my-photos-just-got-a-little-bit-easier-on-the-mac/">was quite pleased with the new Faces feature</a>—I recall losing a couple of evenings sifting through photos and finding people I had forgotten.</p>
<p>Derrick Story from Macworld has written an article providing some tips for getting the most out of Faces. Even if you have been using the product since it was released, you may find these tips useful.</p>
<p>For example, after reading the article I immediately set up a smart folder that shows all unassigned faces—called &#8220;Missing Persons.&#8221; A simple idea that I would have never thought of.</p>
<p>I still don&#8217;t tire of refining the Faces gallery in my iPhoto collection!</p>
<p>Read the full article here: <a href="http://www.macworld.com/article/141746/2009/07/faces_tips.html">7 tips for using Faces in iPhoto ’09</a> (Macworld.com)</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2009/07/20/macworld-7-tips-for-using-faces-in-iphoto-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you should digitize &#8216;everything&#8217;</title>
		<link>http://paperjammed.com/2009/05/11/why-you-should-digitize-everything/</link>
		<comments>http://paperjammed.com/2009/05/11/why-you-should-digitize-everything/#comments</comments>
		<pubDate>Mon, 11 May 2009 23:53:13 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Paperless Life]]></category>
		<category><![CDATA[Scanning]]></category>
		<category><![CDATA[Searching and Indexing]]></category>
		<category><![CDATA[Data Loss]]></category>
		<category><![CDATA[Good Sites]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=532</guid>
		<description><![CDATA[&#8220;How a lifestyle experiment and a disaster made me realize the value of turning atoms into bits&#8221; — Mike Elgin A couple of months back, Mike Elgin of Computerworld posted an article on his foray into the paperless world: Paperless office? Ha! How about a paperless life? In this followup article, he considers how lifestyle changes and [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p style="text-align: left;">&#8220;How a lifestyle experiment and a disaster made me realize the value of turning atoms into bits&#8221; — Mike Elgin</p>
</blockquote>
<p>A couple of months back, Mike Elgin of Computerworld posted an article on his foray into the paperless world: <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9128737">Paperless office? Ha! How about a paperless life?</a></p>
<p>In this followup article, he considers how lifestyle changes and the raging wildfires closing in on his city have made it clear to him that it is critical to protect whatever can be easily preserved in digital form.</p>
<p>Mike gives a sound strategy, starting off with a fast pass at just getting it digitized with little regard for perfection, followed by more focused efforts.</p>
<p>He pointed out how some objects just aren&#8217;t as important as the memories that they represent, illustrating this with a photograph of his son&#8217;s martial arts trophies that he has since donated to various organizations.</p>
<p>Mike makes it very clear that backups are mandatory. My kind of guy!</p>
<p>Here&#8217;s the whole article: <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9132739">Why you should digitize &#8216;everything&#8217;</a> (Computerworld.com)</p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2009/05/11/why-you-should-digitize-everything/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can there be life without a Printer?</title>
		<link>http://paperjammed.com/2009/03/31/can-there-be-life-without-a-printer/</link>
		<comments>http://paperjammed.com/2009/03/31/can-there-be-life-without-a-printer/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 01:24:22 +0000</pubDate>
		<dc:creator>Tad</dc:creator>
				<category><![CDATA[Paperless Life]]></category>
		<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[Good Sites]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://paperjammed.com/?p=448</guid>
		<description><![CDATA[Even in a paperless home we occasionally need to print something. Why put up with all of the aggravation that comes with the care and feeding of a printer when there are so many other options available?]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-453 alignright" src="http://paperjammed.com/wp-content/uploads/2009/03/istock_000000132084xsmall-300x199.jpg" alt="" width="300" height="199" />Some years ago I remember inviting one of the new guys at church to join in on the rotation for mowing the church lawn. He cocked an eyebrow and asked, &#8220;Is that the kind of lawnmower that evokes un-Christian thoughts?&#8221; Well, that has been my opinion of printers for as long as I have been aware of their existence.</p>
<p><strong>Why do we even need printers?</strong></p>
<p>As much as I would like to do away with the wretched devices altogether, most of us can&#8217;t cut the paper habit cold-turkey.<span id="more-448"></span></p>
<p>In fact, a means of generating an attractive well finished printed document will probably always be a critical component of any paperless home. Think about the many items we capture or scan in that we might wish to print again&#8230;</p>
<ul>
<li>Short cheat sheets and checklists</li>
<li>Recipes</li>
<li>Receipts, for the one time when you need to provide a hard copy</li>
<li>Sheet music</li>
<li>Archived meeting minutes or reports</li>
<li>And, of course, Photographs</li>
</ul>
<p><strong>Ditch the Photo Printer</strong></p>
<p>I must admit that the day I rid myself of my Epson Photo 870, I did so in a very undignified fashion. It was <em>quite</em> satisfying. Besides the whole cheap-printer/expensive-ink <span style="text-decoration: line-through;">scam</span> problem, the print head nozzles always clog. Then you paint the air blue for an hour as you attempt to clean the heads, wasting more precious ink in the process. As far as I know (or care, for that matter), unless you print loads of photos on a daily basis, your print head <em>will</em> clog. It&#8217;s inevitable.</p>
<p>In my opinion, unless you are an artsy photo type who prints and tweaks things all day long, the best photo printer is &#8230; no printer.</p>
<p>These days, I do all of my photo printing via <a href="http://winkflash.com/" target="_blank">Winkflash</a>.</p>
<p>It&#8217;s cheaper than buying the supplies for the printer, looks just as good, is more permanent (the photos are on real photo paper), and doesn&#8217;t cause aggravation.</p>
<p>When I was printing my own photos, I had to replace the 8&#215;10 picture of Stonehenge that I keep in my office every year or so, as the inks would yellow quickly as air seeped in around the edges. My current copy, printed by Winkflash, has been going for four or five years.</p>
<p>For a cost comparison, a couple of weeks ago I placed the following order:</p>
<pre>Qty Size      Unit Price  Price
3   4x6 Matte      $0.08  $0.24
5   5x7 Matte      $0.25  $1.25
1   8x10 Matte     $1.49  $1.49
                 Subtotal $2.98
                 Shipping $0.89
                    Total $3.87</pre>
<p>I only had the 4&#215;6 prints done because there was a checkbox next to the 5&#215;7&#8242;s for it and they only cost 8 cents each.</p>
<p>Shipping was a flat-rate 89 cents, all you can eat.</p>
<p>I ordered them on Thursday and they came on Monday. As a bonus, they don&#8217;t jack up the prices when you place large orders. I have printed sets of 200-300 4&#215;6 prints at times and they did them at the same rate. Amazing.</p>
<p><strong>Other Photo Options</strong></p>
<p>There are dozens of online printing services available. They distinguish themselves in the following areas:</p>
<ul>
<li>Ease of use</li>
<li>Quality of paper</li>
<li>Quality of ink</li>
<li>Overall print quality</li>
<li>Speed of Delivery</li>
<li>Price</li>
<li>Shipping cost</li>
<li>Add-ons (albums and calendars, for example)</li>
</ul>
<p>If you wish, you can even print your photos online and <a href="http://photo.walgreens.com/">pick them up at Walgreens in an hour</a>!</p>
<p><strong>Note:</strong> if you print online to a brick-and-mortar store, make sure they really are printing your photos on site and that the quality is good. Some years ago I tried a local retailer&#8217;s  online photo service, only to find out that I needed to go to the store in a week to pick up the photos. Why bother.</p>
<p>Here&#8217;s a <a href="http://www.bestwebbuys.com/photo_print_service_comparison.html">couple</a> of <a href="http://digital-photo-printing-review.toptenreviews.com/">sites</a> that compare the different online services (they sell stuff too—take their reviews with a grain of salt).</p>
<p><strong>Pick the service that best fits you</strong></p>
<p>I usually have all of my photos printed by Winkflash because they are remarkably cheap and I am satisfied with the quality. But, I print my fancy-schmancy photo albums of our vacations directly from <a href="http://www.apple.com/ilife/iphoto/print-products.html">Apple iPhoto</a>, at a substantially higher cost.</p>
<p>A friend showed me one of the photo albums printed from Winkflash, and we laid it alongside an album I had ordered through iPhoto: the print quality was substantially better in the more expensive album. Consequently, I am willing to pay a premium for Apple to print the album because it is extremely convenient to create the album in iPhoto and the quality is top-notch.</p>
<p>Photo printing is pretty inexpensive, so go ahead and try a few of the services. Print the same shot if you want, so you can compare finishes and quality.</p>
<p>By the way, I seem to recall talk that Apple used <a href="http://www.mypublisher.com/index.php">MyPublisher</a> to print their albums. I don&#8217;t know if this is still true, but I have albums from iPhoto and from MyPublisher and they are identical with the exception of the themes and Apple logo. They are both quite good, though MyPublisher is cheaper and it works on the PC!</p>
<p><strong>To be continued&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://paperjammed.com/2009/03/31/can-there-be-life-without-a-printer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

