<?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"
	>

<channel>
	<title>One-Button Mouse</title>
	<atom:link href="http://onebuttonmouse.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onebuttonmouse.com</link>
	<description>Illustration and other random pixelry by Anthony Piraino</description>
	<pubDate>Tue, 08 Jul 2008 04:59:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Cocoa Resources</title>
		<link>http://onebuttonmouse.com/ramblings/cocoa-resources/</link>
		<comments>http://onebuttonmouse.com/ramblings/cocoa-resources/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 04:57:36 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/cocoa-resources/</guid>
		<description><![CDATA[While in the process of writing and launching <a href="http://domainbrainapp.com/">DomainBrain</a>, a few friends asked me where to find good info for getting started with Cocoa programming. In the interest of flattening the learning curve for others, here's a list of the books, tutorials and websites that helped me the most.]]></description>
			<content:encoded><![CDATA[<p>While in the process of writing and launching <a href="http://domainbrainapp.com/">DomainBrain</a>, a few friends asked me where to find good info for getting started with Cocoa programming. In the interest of flattening the learning curve for others, here&#8217;s a list of the books, tutorials and websites that helped me the most.</p>
<p>Even as a newcomer to Mac programming, with the help of these resources I was able to learn enough about Objective-C and Cocoa to write a useful and functional app for the Mac without too much pain and heartache. Your mileage may vary, but this list should get you down the road a bit.</p>
<h3>Introductory Tutorials</h3>
<p><strong><a href="http://www.macdevcenter.com/pub/ct/37">O&#8217;Reilly&#8217;s Programming With Cocoa Tutorials</a></strong><br />
A series of tutorials helpful for introducing the basics of Cocoa programming - Xcode, Interface Builder, how an app actually goes together. Start at the bottom and work your way up as needed. I abandoned them at about the 11th tutorial, but they were very helpful up until that point.</p>
<p><strong><a href="http://cocoadevcentral.com/">Cocoa Dev Central</a></strong><br />
Compiled by Scott Stevenson, Cocoa Dev Central has a nice mix of very basic and more advanced tutorials, and links to other resources.</p>
<h3>Reference Websites</h3>
<p><strong><a href="http://developer.apple.com/reference/Cocoa/index.html">Cocoa Reference Library</a></strong><br />
Apple&#8217;s own documentation on Cocoa&#8217;s various frameworks and classes. Many of the listings can be annoyingly brief, but they generally give a good overview of what methods are available to what classes.</p>
<p><strong><a href="http://cocoadev.com/">CocoaDev</a></strong><br />
This wiki run by <a href="http://stevenf.com/">Steven Frank</a> was by far the most useful resource I found. Some of the discussions were a bit intimidating for a beginner, but the example code written by the site&#8217;s users on many of the topics went a long way towards explaining how classes and methods could be put to use. When trying to figure out a coding problem, I would often have to piece together info from several different websites, and it was rare that the search function at CocoaDev wouldn&#8217;t point me towards at least some of the information I needed to arrive at a solution.</p>
<h3>Books</h3>
<p><strong><a href="http://www.amazon.com/Programming-Objective-C-Developers-Library-Stephen/dp/0672325861">Programming In Objective-C</a></strong><br />
This book by Stephen Kochan was a great intro to the Objective-C language. It starts you off writing very simple programs and compiling them in the Terminal, so you don&#8217;t even have to worry about figuring out Xcode and Interface Builder right off the bat. Probably not a great book if you have a decent amount of programming experience already - it spends quite a bit of time on some basic programming concepts like loops and variables and such. But if this is your first programming language - or you&#8217;re a bit rusty - it&#8217;s a good place to start.</p>
<p><strong><a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1215492363&#038;sr=1-1">Cocoa Programming for Mac OS X</a></strong><br />
I haven&#8217;t actually read this book yet (the third edition wasn&#8217;t out yet, and I decided to wait for it rather than purchase the second edition), but from what I understand, any list of Cocoa resources would be remiss not to mention it. Aaron Hillegass&#8217; book is widely considered to be the bible of Mac OS X programming.</p>
<p>So that&#8217;s my list. If you know of any great Mac OS X programming resources that I missed, leave a comment to let others know about them.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/cocoa-resources/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Presenting DomainBrain 1.0</title>
		<link>http://onebuttonmouse.com/ramblings/presenting-domainbrain-10/</link>
		<comments>http://onebuttonmouse.com/ramblings/presenting-domainbrain-10/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:10:38 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/presenting-domainbrain-10/</guid>
		<description><![CDATA[Writing an application for the Mac has been a longtime goal of mine. I'm happy to say that I can finally check that goal off of my list: Presenting <a href="http://domainbrainapp.com/">DomainBrain 1.0</a>.

<a href="http://domainbrainapp.com/">DomainBrain</a> is a handy tool for Mac OS X that helps webmasters and web designers keep track of server and login information for websites they maintain.]]></description>
			<content:encoded><![CDATA[<p><img src="/assets/ramblings/domainbrain.png" alt="DomainBrain" align="left" style="margin-right:20px;" />Writing an application for the Mac has been a longtime goal of mine. I&#8217;m happy to say that I can finally check that goal off of my list: Presenting <a href="http://domainbrainapp.com/">DomainBrain 1.0</a>.</p>
<p><a href="http://domainbrainapp.com/">DomainBrain</a> is a handy tool for Mac OS X that helps webmasters and web designers keep track of server and login information for websites they maintain. I work on quite a few websites for myself and others, and keeping track of URLs, usernames and passwords, and database configuration info for those sites has always been a bit of a pain. DomainBrain is designed to keep all that info in one place with a simple, straightforward interface.</p>
<p>DomainBrain is free for use with four domains or fewer. To keep track of info for more than four domains, you can purchase a license for $14. Visit the <a href="http://domainbrainapp.com/">DomainBrain homepage</a> to get more info and to download and try DomainBrain. Take it for a spin and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/presenting-domainbrain-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Truth is Out There</title>
		<link>http://onebuttonmouse.com/ramblings/the-truth-is-out-there/</link>
		<comments>http://onebuttonmouse.com/ramblings/the-truth-is-out-there/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 01:45:56 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Art]]></category>

		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/the-truth-is-out-there/</guid>
		<description><![CDATA[Earlier today, someone wrote to ask about a desktop picture that I had posted on a previous incarnation of One-Button Mouse. When I redesigned the site, I brought over my old icon sets, but didn't keep any of my old desktops online.]]></description>
			<content:encoded><![CDATA[<div class="view"><img src="/assets/desktops/bisonalien/view.jpg" alt="Bison II: Alien Abduction" /></div>
<p>Earlier today, someone wrote to ask about a desktop picture that I had posted on a previous incarnation of One-Button Mouse. When I redesigned the site, I brought over my old icon sets, but didn&#8217;t keep any of my old desktops online.</p>
<p>The desktop she was asking about - &#8220;Bison II: Alien Abduction&#8221; - had been one of my favorites, so I&#8217;ve updated it and reposted it.  It&#8217;s now <a href="http://onebuttonmouse.com/desktops/bisonalien/">available for download</a> in widescreen and fullscreen formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/the-truth-is-out-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bison II: Alien Abduction</title>
		<link>http://onebuttonmouse.com/desktops/bisonalien/</link>
		<comments>http://onebuttonmouse.com/desktops/bisonalien/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 23:38:43 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Desktops]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/desktops/bisonalien/</guid>
		<description><![CDATA[Original photo taken in Yellowstone National Park. There may have been some, er&#8230; retouching of the image in Photoshop at some point&#8230;
Images are for use on your personal desktop only.
Download: Widescreen &#124; Fullscreen
]]></description>
			<content:encoded><![CDATA[<p>Original photo taken in Yellowstone National Park. There may have been some, er&#8230; retouching of the image in Photoshop at some point&#8230;</p>
<p>Images are for use on your personal desktop only.</p>
<p>Download: <a href="/assets/desktops/bisonalien/wide.jpg">Widescreen</a> | <a href="/assets/desktops/bisonalien/full.jpg">Fullscreen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/desktops/bisonalien/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iSource: View Source for your iPhone</title>
		<link>http://onebuttonmouse.com/ramblings/isource-view-source-for-your-iphone/</link>
		<comments>http://onebuttonmouse.com/ramblings/isource-view-source-for-your-iphone/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 03:47:17 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/isource-view-source-for-your-iphone/</guid>
		<description><![CDATA[So I launched <a href="http://iconfactory.com/software/twitterrific/">Twitterrific</a> on Thursday morning, and saw <a href="http://twitter.com/simplebits/statuses/417048932">this tweet</a> by <a href="http://simplebits.com/">Dan Cederholm</a>:

<blockquote>wishes he could view source in iSafari.</blockquote>

Obviously, this was a hole in the market that needed filling, and it sounded like it would make for a fun, relatively simple project. So with some technical advice and code tweakage from Chief Typist <a href="http://furbo.org/">Craig Hockenberry</a>, I created a web app called <a href="http://onebuttonmouse.com/tools/isource/">iSource</a> - give it a URL and it will show you the source code for that URL right there in your browser.]]></description>
			<content:encoded><![CDATA[<p>So I launched <a href="http://iconfactory.com/software/twitterrific/">Twitterrific</a> on Thursday morning, and saw <a href="http://twitter.com/simplebits/statuses/417048932">this tweet</a> by <a href="http://simplebits.com/">Dan Cederholm</a>:</p>
<blockquote><p>wishes he could view source in iSafari.</p></blockquote>
<p>Obviously, this was a hole in the market that needed filling, and it sounded like it would make for a fun, relatively simple project. So with some technical advice and code tweakage from Chief Typist <a href="http://furbo.org/">Craig Hockenberry</a>, I created a web app called <a href="http://onebuttonmouse.com/tools/isource/">iSource</a> - give it a URL and it will show you the source code for that URL right there in your browser.</p>
<p>Of course, things move fast on the Internet, and so by Friday afternoon iSource&#8217;s functionality had been surpassed by <a href="http://shauninman.com/vs/?url=">ViewS</a>, a similar app created by <a href="http://shauninman.com/">Shaun Inman</a> that was <a href="http://shauninman.com/archive/2007/11/16/mobilesafari_view_source">geared towards</a> improving upon certain areas of iSource.</p>
<p>The original version of iSource only accepted URLs through the form field on the page. ViewS improved on this by allowing URLs to be submitted through query strings, which enables you to create a bookmarklet for the site.</p>
<p>Bookmarklets make a web app like this even more useful, allowing you to avoid a lot of unnecessary typing on your iPhone by letting you jump from any web page straight to its rendered source code. So Friday evening I reworked iSource to allow query strings, and bookmarklets.</p>
<p>Here&#8217;s the JavaScript code for the iSource bookmarklet:</p>
<pre><code>javascript:location='http://onebuttonmouse.com/tools/isource/?url='+escape(location)</code></pre>
<p>If you&#8217;re not on an iPhone at the moment, you could drag the following link into your bookmarks bar: <a href="javascript:location='http://onebuttonmouse.com/tools/isource/?url='+escape(location)">iSource Bookmarklet</a>. Then you should be able to sync it to your iPhone.</p>
<p>If you want to get the bookmarklet directly on your iPhone, the best way is probably to bookmark <a href="http://onebuttonmouse.com/tools/isource/?url=">this link</a>, then edit the bookmark to add <code>javascript:location='</code> before the url and <code>'+escape(location)</code> after it (hat tip to Shaun for this method of saving the bookmarklet).</p>
<p>While I was at it, I implemented some of the other improvements Shaun mentioned, such as adopting the browser&#8217;s user agent to ensure that you&#8217;re viewing the same source code that was used to render the page in the browser. I have a few other improvements in mind for <a href="http://onebuttonmouse.com/tools/isource/">iSource</a>, so I&#8217;ll be working on them as time allows.</p>
<p>[Update (11/18/07): iSource now plays nicely with various character encodings.]</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/isource-view-source-for-your-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Goodbye Dreamhost, Hello Media Temple</title>
		<link>http://onebuttonmouse.com/ramblings/goodbye-dreamhost-hello-media-temple/</link>
		<comments>http://onebuttonmouse.com/ramblings/goodbye-dreamhost-hello-media-temple/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 00:16:21 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/goodbye-dreamhost-hello-media-temple/</guid>
		<description><![CDATA[It took a few days, but everything went surprisingly well, as far as I can tell.

Over the weekend I moved onebuttonmouse.com from <a href="http://dreamhost.com/">Dreamhost</a> to <a href="http://mediatemple.net/">Media Temple</a>. Dreamhost was great for the first few years I used them - excellent price, responsive customer service, and any problems were few and far between. Unfortunately, over the past couple of years, that changed. Two of my sites went down three separate times earlier this month, sometimes taking my email service along with them, and that was the last straw.]]></description>
			<content:encoded><![CDATA[<p>It took a few days, but everything went surprisingly well, as far as I can tell.</p>
<p>Over the weekend I moved onebuttonmouse.com from <a href="http://dreamhost.com/">Dreamhost</a> to <a href="http://mediatemple.net/">Media Temple</a>. Dreamhost was great for the first few years I used them - excellent price, responsive customer service, and any problems were few and far between. Unfortunately, over the past couple of years, that changed. Two of my sites went down three separate times earlier this month, sometimes taking my email service along with them, and that was the last straw.</p>
<p>So over the weekend I packed up the code, dumped the data, and carted everything on over to Media Temple. It&#8217;s been weird getting used to how another webhost runs things, but their support people have been very helpful, and they even have 24-hour phone support.</p>
<p>I should also mention an <a href="http://davidseah.com/archives/2007/01/09/moving-wordpress-part-ii-media-temple-ho/">extremely useful article</a> by David Seah, in which he detailed his own move over to Media Temple. Reading over his process really helped me organize my thoughts on how to go about the move, and his post also gave a bit of concrete technical info that saved me a lot of time in one instance - namely his command-line database dump, which I used to get the data out of my <a href="http://haveamint.com">Mint</a> database after DNS server propagation left me without easy access to Dreamhost&#8217;s web-based mySQL admin tool.</p>
<p>I still have a few other sites to switch over, but I&#8217;m not too worried now that this one is out of the way. In the meantime, let me know if you see any problems with the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/goodbye-dreamhost-hello-media-temple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>End of a Season, and of a Photoset</title>
		<link>http://onebuttonmouse.com/ramblings/end-season-and-photoset/</link>
		<comments>http://onebuttonmouse.com/ramblings/end-season-and-photoset/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 02:55:18 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/end-season-and-photoset/</guid>
		<description><![CDATA[Here's a photo I took last month while driving around Guilford County, NC - an old barn outside of Summerfield. This is a great example of what some post-processing such as level and saturation adjustments can do for a photo. I wasn't very pleased with how this looked straight out of the camera, but after some relatively minor global tweaks, it's now one of my favorite recent photos.]]></description>
			<content:encoded><![CDATA[<div class="view"><img src="/assets/ramblings/season.jpg" alt="End of a Season" /></div>
<p>Here&#8217;s a photo I took last month while driving around Guilford County, NC - an old barn outside of Summerfield. This is a great example of what some post-processing such as level and saturation adjustments can do for a photo. I wasn&#8217;t very pleased with how this looked straight out of the camera, but after some relatively minor global tweaks, it&#8217;s now one of my favorite recent photos.</p>
<p>I&#8217;ve also recently finished adding to my <a href="http://www.flickr.com/photos/piraino/sets/72157600344165328/">Southwest Vacation</a> photoset on Flickr. A <a href="http://www.flickr.com/photos/piraino/1472244628/in/set-72157600344165328/">Route 66 mural</a>, a <a href="http://www.flickr.com/photos/piraino/1471396391/in/set-72157600344165328/">field of petrified wood</a>, and a <a href="http://www.flickr.com/photos/piraino/1471402705/in/set-72157600344165328/">relic of roadtrips from an earlier era</a> close out the set.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/end-season-and-photoset/feed/</wfw:commentRss>
		</item>
		<item>
		<title>20 Movies I&#8217;d Take to a Deserted Island</title>
		<link>http://onebuttonmouse.com/ramblings/twentymovies/</link>
		<comments>http://onebuttonmouse.com/ramblings/twentymovies/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 02:58:48 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Pop Culture]]></category>

		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/twentymovies/</guid>
		<description><![CDATA[It's the quintessential movie-lover's question. No, not, "What's that sticky stuff on the theater floor?" While that's an intriguing question, I'm not sure we really want to know the answer.

No, the question I'm referring to is this: "You're stranded on a deserted island - which 20 movies would you want to have with you?"]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the quintessential movie-lover&#8217;s question. No, not, &#8220;What&#8217;s that sticky stuff on the theater floor?&#8221; While that&#8217;s an intriguing question, I&#8217;m not sure we really want to know the answer.</p>
<p>No, the question I&#8217;m referring to is this: &#8220;You&#8217;re stranded on a deserted island - which 20 movies would you want to have with you?&#8221;</p>
<p>I did my best to put together my picks, but I must admit that I&#8217;m not fully satisfied with my list. There are many movies - both classics and more recent releases - that I simply haven&#8217;t gotten around to seeing yet. I&#8217;m sure my list suffers because of that. Let&#8217;s just call this my first pass at such a list. If anyone is really offended by any of my picks, you&#8217;re welcome to buy me a Netflix subscription for Christmas.</p>
<p>Coincidentally, a few friends of mine - <a href="http://gedmaheux.wordpress.com/2007/09/12/20-flicks-for-a-deserted-island/">Gedeon Maheux</a>, <a href="http://coreymarion.com/?p=40">Corey Marion</a>, and <a href="http://davegoblog.wordpress.com/2007/09/13/movies-for-a-deserted-island/">David Miller</a> - have also been stranded on their own deserted islands, and they&#8217;ve compiled their own top 20 lists. I&#8217;ve marked entries of mine that were also picked by one of them.</p>
<p>So without further ado, and presented in very rough (but not exact) descending order, the 20 movies I&#8217;d take to a deserted island:</p>
<p><b>The Princess Bride</b><br />
Fencing. Fighting. Torture. Revenge. Giants. Monsters. Chases. Escapes. True love. Miracles. What more could you ask for? <em>(Also picked by Ged and Corey)</em></p>
<p><b>The Lord of the Rings trilogy</b><br />
Hours upon hours of epic, Middle-Earth fun. The entire trilogy was very well written and directed, the acting is great, the effects are amazing, the music inspiring. <em>(Also picked by Ged and Corey)</em></p>
<p><b>The original Star Wars trilogy</b><br />
Luke Skywalker&#8217;s journey from whiny farm boy to whiny Jedi master. <em>(Also picked by Ged, Corey and David)</em></p>
<p><b>Raiders of the Lost Ark</b><br />
The adventure movie by which all adventure movies must be measured. <em>(Also picked by Ged)</em></p>
<p><b>Die Hard</b><br />
The action movie by which all other action movies must be measured. Also doubles as a good Christmas-movie-that-isn&#8217;t-really-a-Christmas-movie. <em>(Also picked by Corey)</em></p>
<p><b>Moulin Rouge</b><br />
When I saw this Baz Luhrmann film in the theater I was blown away by every aspect of it - the visual style, the adaptations of modern-day pop songs, the fact that McGregor and Kidman were doing all the singing. I generally don&#8217;t care for musicals at all, but Moulin Rouge is in a class by itself.</p>
<p><b>The Matrix</b><br />
Just the first one. There are some good parts in the second one, but the third really dropped the ball, which sort of ruins the second one since they are dependent upon each other. Luckily the first can stand on its own. <em>(Also picked by Ged and Corey)</em></p>
<p><b>Pirates of the Caribbean</b><br />
It was just a lot of fun. What can I say. But then, my expectations were pretty low, considering that the film is based on a theme park ride. Of course, it <em>is</em> one of my favorite theme park rides&#8230;</p>
<p><b>Dr. Strangelove</b><br />
Megatons of paranoid, Cold War goodness.</p>
<p><b>Alien</b><br />
Creepy and claustrophobic.</p>
<p><b>The Shawshank Redemption</b><br />
By far the best screen adaptation of a Stephen King story, and a great film in its own right. <em>(Also picked by Ged)</em></p>
<p><b>Shaun of the Dead</b><br />
Probably the funniest zombie movie ever made. <em>(Also picked by Ged)</em></p>
<p><b>Saving Private Ryan</b><br />
As close as I ever want to get to actual war. Spielberg does an amazing job of drawing you into the action, particularly in the opening scenes on Omaha Beach. <em>(Also picked by Ged)</em></p>
<p><b>Ronin</b><br />
Some of the best car chases ever, plus DeNiro ambushes someone with a cup of coffee.</p>
<p><b>Some Like it Hot</b><br />
&#8220;Well, nobody&#8217;s perfect!&#8221; <em>(Also picked by David)</em></p>
<p><b>Happenstance (Le Battement d&#8217;ailes du papillon)</b><br />
A humorous and intricate look at how random accidents bring two people together. It&#8217;s great fun to see how some seemingly insignificant event at some point in the film affects things later on.</p>
<p><b>Better Off Dead</b><br />
A staple of my cable-tv-fueled youth.</p>
<p><b>Trainspotting</b><br />
Hilarious and disturbing at the same time.</p>
<p><b>The Fifth Element</b><br />
I&#8217;ve only seen this one time, in the theater, but I remember being amazed by the visuals and the story line. I&#8217;ve put it on my &#8220;to rent&#8221; list, so we&#8217;ll see if it&#8217;s still as incredible as I remember.</p>
<p><b>A Christmas Story</b><br />
Perfectly captures the joy and the anxiety of the Christmas season. <em>(Also picked by David)</em></p>
<p>:::</p>
<p>There are a few glaring omissions on my list. One in particular is that there are no Pixar movies listed, despite the fact that I love their films. I chalk this up to having a 5 year old and a 3 year old who keep Pixar films in a steady rotation through our DVD player. Give me about 10 years or so and I&#8217;m sure they&#8217;ll be back on the list. In the meantime, feel free to leave your own suggestions in the comments.</p>
<p><b>Update:</b> Travis <a href="http://www.sexyblueplastic.com/?p=3">begins his list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/twentymovies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simplicity 1.0</title>
		<link>http://onebuttonmouse.com/ramblings/simplicity/</link>
		<comments>http://onebuttonmouse.com/ramblings/simplicity/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:56:23 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/simplicity/</guid>
		<description><![CDATA[Earlier this week, Flying Meat released <a href="http://flyingmeat.com/acorn/">Acorn</a>, a new image-editing application for the Mac. Acorn is the first of several new image editors coming to the Mac - <a href="http://nolobe.com/iris/">Iris</a> and <a href="http://www.pixelmator.com/">Pixelmator</a> being the other two.

John Gruber suggests a <a href="http://daringfireball.net/linked/2007/september#tue-11-pigford">possible reason</a> for the sudden glut of image editors: <a href="http://www.apple.com/macosx/features/coreimage/">CoreImage</a>, Mac OS X's image processing framework lowers the technical barriers to producing this type of application.

That's probably a significant factor, but these new apps also represent part of a larger trend.]]></description>
			<content:encoded><![CDATA[<p>Earlier this week, Flying Meat released <a href="http://flyingmeat.com/acorn/">Acorn</a>, a new image-editing application for the Mac. Acorn is the first of several new image editors coming to the Mac - <a href="http://nolobe.com/iris/">Iris</a> and <a href="http://www.pixelmator.com/">Pixelmator</a> being the other two.</p>
<p>John Gruber suggests a <a href="http://daringfireball.net/linked/2007/september#tue-11-pigford">possible reason</a> for the sudden glut of image editors: <a href="http://www.apple.com/macosx/features/coreimage/">CoreImage</a>, Mac OS X&#8217;s image processing framework lowers the technical barriers to producing this type of application.</p>
<p>That&#8217;s probably a significant factor, but these new apps also represent part of a larger trend.</p>
<p>Anyone who has used Adobe Photoshop or Illustrator for any length of time can probably tell you the exact number of RPMs on the <a href="http://en.wikipedia.org/wiki/Spinning_wait_cursor">spinning beachball cursor</a>. Though they&#8217;re industry-standard apps, they often are slow, dodgy, and filled with features that often go unused. And that&#8217;s part of the allure of apps like Acorn.</p>
<p>If other recent software releases are any indication, there&#8217;s a definite shift away from feature bloat and huge, sprawling apps, and towards conciseness and simplicity. Freeverse&#8217;s <a href="http://www.freeverse.com/apps/app/?id=6020">Lineform</a> offers a simplified alternative to Illustrator. <a href="http://hogbaysoftware.com/projects/writeroom">WriteRoom</a> from HogBay Software is a reaction to toolbar-filled text editors such as Microsoft Word. Of course, in the realm of web-based apps we have <a href="http://37signals.com/">37Signals</a> who have built a brand around the idea of simplified, no-nonsense apps.</p>
<p>The iPod is a great example of this trend in hardware form. Wonderfully sparse, yet intuitive controls, plus a pared down feature set remove the obstacles between the listener and the music. It&#8217;s all about the experience.</p>
<p>Simplicity and a limited scope can encourage focus, productivity, and an enjoyment of the task at hand. There&#8217;s a market for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/simplicity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aperture Quick Tips</title>
		<link>http://onebuttonmouse.com/ramblings/aperture/</link>
		<comments>http://onebuttonmouse.com/ramblings/aperture/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 05:34:54 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://onebuttonmouse.com/ramblings/aperture/</guid>
		<description><![CDATA[Back in high school and college, I was really into photography. I used to carry my Ricoh SLR around with me everywhere, and even had my own black and white darkroom set up in my parents' basement. This was of course back in the days of film, when you couldn't look at the back of the camera to see how your shot turned out, and the charge on a camera battery would last a year or two instead of a week or two. Three-ring binders full of negatives, and old Ilford boxes full of prints were my prefered method of photo organization (and I use that term very loosely).

After taking up digital photography five years ago, iPhoto replaced the binders and boxes. Even more recently, this past spring I replaced my Canon Powershot S50 with a <a href="http://www.dpreview.com/reviews/specs/Nikon/nikon_d80.asp">Nikon D80</a> digital SLR, and replaced iPhoto with <a href="http://www.apple.com/aperture/">Aperture</a>.

Aperture is a great tool for organizing and retouching photos. Apple has done a nice job of making the interface very intuitive, however there are a few simple-but-useful tricks that may not be immediately obvious. Here are a couple that I've found.]]></description>
			<content:encoded><![CDATA[<p>Back in high school and college, I was really into photography. I used to carry my Ricoh SLR around with me everywhere, and even had my own black and white darkroom set up in my parents&#8217; basement. This was of course back in the days of film, when you couldn&#8217;t look at the back of the camera to see how your shot turned out, and the charge on a camera battery would last a year or two instead of a week or two. Three-ring binders full of negatives, and old Ilford boxes full of prints were my prefered method of photo organization (and I use that term very loosely).</p>
<p>After taking up digital photography five years ago, iPhoto replaced the binders and boxes. Even more recently, this past spring I replaced my Canon Powershot S50 with a <a href="http://www.dpreview.com/reviews/specs/Nikon/nikon_d80.asp">Nikon D80</a> digital SLR, and replaced iPhoto with <a href="http://www.apple.com/aperture/">Aperture</a>.</p>
<p>Aperture is a great tool for organizing and retouching photos. Apple has done a nice job of making the interface very intuitive, however there are a few simple-but-useful tricks that may not be immediately obvious. Here are a couple that I&#8217;ve found.</p>
<h3>Go Wide</h3>
<p>After launching Aperture, hitting &#8220;H&#8221; on your keyboard brings up the Adjustments HUD palette. This palette has sliders for adjusting exposure, saturation, and more.</p>
<div class="view"><img src="/assets/ramblings/aperture_palette1.jpg" alt="Default palette size is pretty narrow" /></div>
<p>The default size of the Adjustments palette is pretty narrow though, which makes it difficult to tweak the sliders by very small increments. To make your life easier, and give yourself better control over your adjustments, grab the lower right corner of the palette and make it wider.</p>
<div class="view"><img src="/assets/ramblings/aperture_palette2.jpg" alt="Make the palette wider for more control" /></div>
<p>Doing this gives you more space to work with on the sliders, and allows small movements to translate into small, careful adjustments.</p>
<p>(Yes, you could use the numerical widgets next to the sliders for even more precise control, but I&#8217;ve found that they tend to be kind of balky, at least on my older, low-RAM, lame-vid-card G5. Your mileage may vary.)</p>
<h3>Leveling the Playing Field</h3>
<p>Aperture suffers from the unfortunate absence of a curves adjustment. It does have a levels adjustment, but its default configuration is lacking in power, having only sliders for highlight, shadow, and midtones.</p>
<div class="view"><img src="/assets/ramblings/aperture_quarter1.jpg" alt="Only three controls on the levels adjustment" /></div>
<p>To make the levels adjustment earn its keep, click on the &#8220;Show Quarter-Tone Controls&#8221; button in the top right corner of the levels adjustment area. This adds two more sliders to your levels adjustment.</p>
<div class="view"><img src="/assets/ramblings/aperture_quarter2.jpg" alt="Quarter-tones gives you five controls" /></div>
<p>By nudging those quarter-tone controls in towards the center slightly, you can increase the contrast of your midtones without losing detail in your highlight and shadow areas, much like using an <a href="http://www.creativepro.com/story/feature/18117.html">S-shaped curve</a> in Photoshop&#8217;s Curves palette.</p>
<h3>RAW vs. JPEG</h3>
<p>This last tip isn&#8217;t Aperture-specific, but I&#8217;m throwing it in anyway: Consider taking advantage of RAW. Apps like Aperture and Lightroom are designed specifically to work with RAW images, and you&#8217;re missing out on a lot of flexibility if you&#8217;re still shooting JPEGs. RAW gives you 12 or more bits per channel to work with, whereas JPEGs only have 8 bits per channel. Greater bitdepths equal a larger amount of usable data, which equates to more potential detail in your images.</p>
<p>Here&#8217;s a practical example. The photo on the left is the master RAW image. The sky around the horse&#8217;s head looks totally blown out - the color reads as pure white in Aperture. If this was a JPEG, there wouldn&#8217;t be too much you could do with this. Your horse would be stuck riding off into an unnaturally-white sunset.</p>
<div class="view"><img src="/assets/ramblings/aperture_raw.jpg" alt="RAW lets you recover more detail" /></div>
<p>However, since it&#8217;s a RAW image, there is actually recoverable detail in there. Pulling the exposure slider down darkens the exposure and brings out that detail. As you can see in the image on the right, there were actually clouds in that blown out area.</p>
<p>RAW does require a bit more work to get a final image. When you shoot JPEGs, the camera is essentially doing post-processing for you, bumping up sharpness and saturation. RAW images give you data straight from the camera with no post-processing. So they will need a bit more tweaking on your part, but they&#8217;ll give you a lot more to work with. If you enjoy processing and tweaking your images to perfection, it&#8217;s definitely worth it to give RAW a try.</p>
<p>Aperture is a great digital darkroom. It has some rough edges, but is still very powerful, fun to explore, and it definitely beats a three-ring binder and a dark basement full of smelly chemicals.</p>
]]></content:encoded>
			<wfw:commentRss>http://onebuttonmouse.com/ramblings/aperture/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.286 seconds -->
