<?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>alexking.org &#187; Software</title>
	<atom:link href="http://alexking.org/blog/topic/software/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:05:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mobile PwdHash</title>
		<link>http://alexking.org/blog/2010/01/30/mobile-pwdhash</link>
		<comments>http://alexking.org/blog/2010/01/30/mobile-pwdhash#comments</comments>
		<pubDate>Sat, 30 Jan 2010 22:06:09 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[alexking.org]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=4055</guid>
		<description><![CDATA[I updated my PwdHash page to tweak the CSS for mobile (webkit) browsers. It&#8217;s not quite a replacement for a native app on a mobile device, but it&#8217;s a lot better than the desktop version was. Feel free to use it if you like.
]]></description>
			<content:encoded><![CDATA[<p>I updated my <a href="http://alexking.org/pw">PwdHash page</a> to tweak the CSS for mobile (webkit) browsers. It&#8217;s not quite a replacement for a native app on a mobile device, but it&#8217;s a lot better than the desktop version was. Feel free to use it if you like.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4055&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2010/01/30/mobile-pwdhash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wanted Browser Keyboard Shortcut: Focus to First Field</title>
		<link>http://alexking.org/blog/2010/01/12/wanted-browser-keyboard-shortcut-focus-to-first-field</link>
		<comments>http://alexking.org/blog/2010/01/12/wanted-browser-keyboard-shortcut-focus-to-first-field#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:39:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3976</guid>
		<description><![CDATA[I&#8217;d love to have a keyboard shortcut that would set focus on the first visible field. Y&#8217;know, for web apps/sites that don&#8217;t set focus properly when the page loads.
My simple jQuery snippet works well for this &#8211; how easy would it be to turn that into Chrome and Firefox extensions?
Little project for someone?
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d love to have a keyboard shortcut that would set focus on the first visible field. Y&#8217;know, for web apps/sites that don&#8217;t set focus properly when the page loads.</p>
<p>My <a href="http://alexking.org/blog/2009/11/23/canonical-focus-on-first-field-jquery">simple jQuery snippet</a> works well for this &#8211; how easy would it be to turn that into Chrome and Firefox extensions?</p>
<p>Little project for someone?</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3976&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2010/01/12/wanted-browser-keyboard-shortcut-focus-to-first-field/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Chromium (Mac) Testing</title>
		<link>http://alexking.org/blog/2010/01/04/chromium-mac-testing</link>
		<comments>http://alexking.org/blog/2010/01/04/chromium-mac-testing#comments</comments>
		<pubDate>Mon, 04 Jan 2010 16:25:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3914</guid>
		<description><![CDATA[I&#8217;m trying out Chromium (Mac) as my primary browser for a while. I&#8217;d been holding out for these things:

Pukka support &#8211; the ability to launch an application from a bookmarklet.
FlashBlock support &#8211; can&#8217;t imagine browsing without it anymore.
PwdHash support
Accesskey support

Three out of four is close enough &#8211; I&#8217;ll keep composing blog posts in Firefox until [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying out Chromium (Mac) as my primary browser for a while. I&#8217;d been holding out for these things:</p>
<ol>
<li><del><a href="http://codesorcery.net/pukka" rel="external">Pukka</a> support &#8211; the ability to launch an application from a bookmarklet.</del></li>
<li><del><a href="http://www.chromeextensions.org/appearance-functioning/flashblock/" rel="external">FlashBlock</a> support &#8211; can&#8217;t imagine browsing without it anymore.</del></li>
<li><del><a href="https://chrome.google.com/extensions/detail/dnfmcfhnhnpoehjoommondmlmhdoonca" rel="external">PwdHash support</a></del></li>
<li><a href="http://code.google.com/p/chromium/issues/detail?id=23221" rel="external">Accesskey support</a></li>
</ol>
<p>Three out of four is close enough &#8211; I&#8217;ll keep composing blog posts in Firefox until accesskey support is implemented.</p>
<p>I&#8217;ve been with Firefox for a long time, and the 3.6 betas are a lot faster than the 3.5.x versions, but the bug with initial field focus on the Mac is really irritating. I should check if nightly builds have fixed that.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3914&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2010/01/04/chromium-mac-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry App World &#8211; an App Store with its own Problems</title>
		<link>http://alexking.org/blog/2009/12/15/blackberry-app-store-problems</link>
		<comments>http://alexking.org/blog/2009/12/15/blackberry-app-store-problems#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:31:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3839</guid>
		<description><![CDATA[The iPhone App Store has a lot of (well documented) problems, but on the flip side it has a very simple model that works like you expect it to.
The BlackBerry App World is trying to provide a similar service for BlackBerry users, however BlackBerry developers are also able to distribute and/or sell their apps directly [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone App Store has a lot of (well documented) problems, but on the flip side it has a very simple model that works like you expect it to.</p>
<p>The BlackBerry App World is trying to provide a similar service for BlackBerry users, however BlackBerry developers are also able to distribute and/or sell their apps directly from their own sites and/or through other online etailers. I think this is a better model overall, but it&#8217;s far from perfect.</p>
<p><a href="http://www.bellshare.com/berryweather/" rel="external">BerryWeather</a> (called <a href="http://appworld.blackberry.com/webstore/content/1062" rel="external">BeWeather in the App World</a>) is a bloody fantastic weather application. I&#8217;ve been using it since September, and it was the first app I purchased through the App World (Sept. 9th, for $9.99).</p>
<p>$10 is a bit steep for a weather app &#8211; especially contrasted with the great free options for the iPhone, but it&#8217;s beautiful, works wonderfully, and I am happy to pay for good software.</p>
<p>About a month or two ago, right around the time I <a href="http://twitter.com/alexkingorg/status/5953775808" rel="external">upgraded to OS 4.7</a>, BerryWeather started getting times confused. Instead of showing the weather for the next few hours, the times were off and it was showing me nighttime weather in the morning. Very annoying.</p>
<p>I tried:</p>
<ul>
<li>reinstalling</li>
<li>contacting support (even sent a screenshot, never received a reply)</li>
<li>doing a reset</li>
</ul>
<p>but nothing helped.</p>
<p>Then I saw that there was a 2.0 release on their web site &#8211; I had been running 1.5.x. I deleted my 1.5.x install and installed 2.0 and voila &#8211; everything was working properly again. According to the notes in 2.0, this version uses a new data source (WUnderground). It also had an upgrade price of $3.99.</p>
<p>Here&#8217;s where things got messy.</p>
<p>The 2.0 version was not available in App World (it is now). The 2.0 version <em>was</em> available from <a href="http://www.mobihand.com/product.asp?id=27173" rel="external">MobiHand</a>, but since I hadn&#8217;t purchased from them originally I could only buy the 2.0 version at the full $9.99 price. Also, I just bought this thing less than 3 months ago, charging for an upgrade already is a bit ridiculous.</p>
<p>So in order to purchase the upgrade at the appropriate price, I had to wait several weeks for the App World to push out the update.</p>
<p>A bunch of things are frustrating here:</p>
<ol>
<li>I had to buy an ugprade after 3 months because the old version stopped working properly. Paid upgrades should be to add features, not to fix problems.</li>
<li>There is no set of rules about how pricing is done &#8211; no expectations that the user can feel comfortable with.</li>
<li>I got no response from Bellshare&#8217;s support.</li>
<li>The App World didn&#8217;t have the newest version available for purchase while other etailers did.</li>
<li>I couldn&#8217;t purchase an upgrade from a different etailer (one who had the latest version).</li>
</ol>
<p>So there you have it. Another app store, but still plenty of problems. For all it&#8217;s problems, the iTunes App Store delivers on a consistent set of expectations for its users. The App World may be a better model for developers, but it doesn&#8217;t deliver the same simple experience to end users.</p>
<p>I&#8217;m not entirely convinced we&#8217;re making progress in the mobile arena. There is lots of churn and activity, but I&#8217;m not sure things are getting better. Hopefully all of that churn and activity will be better channeled and directed as people learn and understand the space better.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3839&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/12/15/blackberry-app-store-problems/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Save $28 on MobileMe</title>
		<link>http://alexking.org/blog/2009/12/09/mobileme-discount</link>
		<comments>http://alexking.org/blog/2009/12/09/mobileme-discount#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:00:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/?p=3843</guid>
		<description><![CDATA[Shawn helpfully pointed out that I could save a few bucks buy purchasing my MobileMe subscription through Amazon instead of directly from Apple.
The only complication with this is that I got the info on Monday and my free trial was expiring on Tuesday. If I bought MobileMe from Amazon on Monday, I wouldn&#8217;t receive the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://top-frog.com/" rel="external">Shawn</a> <a href="http://alexking.org/blog/2009/12/02/contact-sync-revisited#comment-117116">helpfully pointed out</a> that I could save a few bucks buy purchasing my MobileMe subscription through Amazon instead of directly from Apple.</p>
<p>The only complication with this is that I got the info on Monday and my free trial was expiring on Tuesday. If I bought MobileMe from Amazon on Monday, I wouldn&#8217;t receive the activation key until Tuesday at the earliest. This was a concern because I had no idea how MobileMe would handle it when I canceled my account, then tried to re-activate it without having ever had a paid account.</p>
<p>In the end I chose to cancel mainly out of curiosity, and ordered the MobileMe subscription from Amazon (with free 2-day delivery via Prime). It&#8217;s really annoying that they didn&#8217;t offer digital delivery of the activation key, but they didn&#8217;t so I waited until today to receive my little box with a piece of paper in it with the activation key. I was without MobileMe for a day, but that was hardly a concern as I only use it for contact sync.</p>
<p>When I received the MobileMe activation key on Wednesday, I went back to me.com and signed in with my old account credentials. I was allowed in, then shown a note saying I needed to activate my account. I followed the steps, clicked the &#8220;I have an activation key&#8221; button, entered the key and that was that.</p>
<p>I was pretty sure something in this process would break. My experience with software, especially sync, is that edge cases are not well handled. I really thought it would break.</p>
<p>It didn&#8217;t.</p>
<p>I was able to activate the old trial account, and my sync just started working again. I didn&#8217;t get dozens of duplicated contacts or have to do an &#8220;overwrite this machine on next sync&#8221; or anything. It just worked.</p>
<p>Nice job, Apple. I&#8217;m impressed.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3843&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/12/09/mobileme-discount/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Sync Revisited</title>
		<link>http://alexking.org/blog/2009/12/02/contact-sync-revisited</link>
		<comments>http://alexking.org/blog/2009/12/02/contact-sync-revisited#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:59:03 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/?p=3818</guid>
		<description><![CDATA[Here I am about to pay $100/year for contact sync.
I tried hard to avoid this, having tried pretty much every other solution out there, but none of them worked properly across several Macs plus a BlackBerry.
In the end I just need contact sync that works, and so far MobileMe is the only one that hasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am about to pay $100/year for contact sync.</p>
<p>I <a href="http://alexking.org/blog/2006/11/24/plaxo">tried</a> <a href="http://alexking.org/blog/2007/02/27/ditching-plaxo">hard</a> to <a href="http://alexking.org/blog/2009/09/08/contact-sync">avoid</a> <a href="http://alexking.org/blog/2009/09/10/address-book-via-dropbox-quirk">this</a>, having tried pretty much every other solution out there, but none of them worked properly across several Macs plus a BlackBerry.</p>
<p>In the end I just need contact sync that works, and so far MobileMe is the only one that hasn&#8217;t failed me. My 60 day trial is almost up, and I&#8217;m going to go ahead and let it bill me and stop wasting time trying other options.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3818&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/12/02/contact-sync-revisited/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Joyful Apps</title>
		<link>http://alexking.org/blog/2009/11/10/joyful-apps</link>
		<comments>http://alexking.org/blog/2009/11/10/joyful-apps#comments</comments>
		<pubDate>Wed, 11 Nov 2009 06:32:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3569</guid>
		<description><![CDATA[I&#8217;ve started building a list of applications that fill me with joy.

LaunchBar &#8211; can&#8217;t imagine life without it.
xScope &#8211; I don&#8217;t even use it that much, but when I do&#8230; so awesome.
Pukka &#8211; I&#8217;ve been using Delicious as a central data store more of late.

These aren&#8217;t all &#8220;must-have&#8221; apps, nor are they the ones I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started building a list of applications that fill me with joy.</p>
<ul>
<li><a href="http://obdev.at/launchbar" rel="external">LaunchBar</a> &#8211; can&#8217;t imagine life without it.</li>
<li><a href="http://iconfactory.com/software/xscope/" rel="external">xScope</a> &#8211; I don&#8217;t even use it that much, but when I do&#8230; so awesome.</li>
<li><a href="http://codesorcery.net/pukka" rel="external">Pukka</a> &#8211; I&#8217;ve been using Delicious as a central data store more of late.</li>
</ul>
<p>These aren&#8217;t all &#8220;must-have&#8221; apps, nor are they the ones I use most (if it were, <a href="http://barebones.com/products/bbedit/" rel="external">BBEdit</a> would be at or near the top). These are apps that meet or exceed my expectations every time I use them; and never give me the &#8220;if only it would&#8230;&#8221; thoughts. I think the common thread on these is that my usage of these apps is not as deep as the functionality each app provides.</p>
<p>What&#8217;s on your list?</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3569&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/11/10/joyful-apps/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Replacing Utilities</title>
		<link>http://alexking.org/blog/2009/10/13/replacin-utilities</link>
		<comments>http://alexking.org/blog/2009/10/13/replacin-utilities#comments</comments>
		<pubDate>Tue, 13 Oct 2009 13:29:03 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3682</guid>
		<description><![CDATA[Over the last five years I&#8217;ve heavily used MailTemplate and shadowClipboard. Both are great utilities, and neither works right on Snow Leopard (and no upgrades in sight).
As a result, I&#8217;ve found workarounds. Rather than move to different utilities for these features, I&#8217;ve tried to simplify. I&#8217;m already hopelessly dependent on LaunchBar, so coming up with [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last five years I&#8217;ve heavily used <a href="http://alexking.org/blog/2005/12/02/install-migrate">MailTemplate</a> and <a href="http://alexking.org/blog/2005/12/22/shadowclipboard">shadowClipboard</a>. Both are great utilities, and <a href="http://alexking.org/blog/2009/09/02/snow-leopard">neither works right on Snow Leopard</a> (and no upgrades in sight).</p>
<p>As a result, I&#8217;ve found workarounds. Rather than move to different utilities for these features, I&#8217;ve tried to simplify. I&#8217;m already hopelessly dependent on <a href="http://obdev.at/launchbar" rel="external">LaunchBar</a>, so coming up with solutions that depended on LaunchBar wasn&#8217;t really a problem for me. Here&#8217;s what I ended up with.</p>
<p>For email templates, I have created a new directory in my personal SVN repository and created text files for each of the reply templates (you might consider <a href="https://www.getdropbox.com/referrals/NTEwMjE5Njk" rel="external">Dropbox</a> for this too). I then added an indexing rule for that directory to LaunchBar, and use the Cmd+Option+C command to copy the contents of the selected file in LaunchBar to grab the templates and do a simple paste into Mail.app. This also allows me to customize the message a little more since I manually type in the person&#8217;s name, etc. A side-effect is that I&#8217;m no longer tied to Mail.app, should a better solution present itself for email.</p>
<p>For shadowClipboard I simply switched to the built-in clipboard history feature in LaunchBar 5. It took a little getting used to. I really liked being able to invoke shadowClipboard then use 0-9 to paste the contents of that appropriate clipboard. With LaunchBar&#8217;s implementation I have to arrow down a lot<sup><a href="#fn1255439877851n" id="fn1255439877851" class="footnote">1</a></sup>, but it isn&#8217;t too bad and works reliably.</p>
<p>One of the benefits of dropping two utilities is less maintenance and configuration on my various machines. Anything I can do to reduce the amount of time I spend configuring computers is very welcome. Another is the benefit of having fewer processes running on these machines.</p>
<p>I&#8217;ve shouted the praises of LaunchBar for <a href="http://alexking.org/search/launchbar">years</a> (wow, back to 2003!). I can&#8217;t imagine using a Mac without it.</p>
<ol class="footnotes">
<li id="fn1255439877851n">I&#8217;ve requested that they hook up 0-9 shortcuts, hopefully they will. [<a href="#fn1255439877851">back</a>]</li>
</ol>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3682&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/10/13/replacin-utilities/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thoughts on Tweetie 2</title>
		<link>http://alexking.org/blog/2009/10/10/thoughts-on-tweetie-2</link>
		<comments>http://alexking.org/blog/2009/10/10/thoughts-on-tweetie-2#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:49:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3671</guid>
		<description><![CDATA[Tweetie 2 has hit the twittersphere to universal praise and rejoicing. I have to admit it was one of the first app upgrades I&#8217;ve been excited to install in a while. After playing with it for a little while, I can say that it&#8217;s a great upgrade, more polished, lots of great new features that [...]]]></description>
			<content:encoded><![CDATA[<p>Tweetie 2 has hit the twittersphere to universal praise and rejoicing. I have to admit it was one of the first app upgrades I&#8217;ve been excited to install in a while. After playing with it for a little while, I can say that it&#8217;s a great upgrade, more polished, lots of great new features that most people would love, well worth the paltry $3 price tag and I prefer Tweetie 1.</p>
<p>I got a few &#8220;why&#8221; questions when <a href="http://twitter.com/alexkingorg/status/4753770505" rel="external">I posted this yesterday</a>, so I&#8217;ll try to answer.</p>
<p>Basically, all of my my complaints are rooted in <a href="http://alexking.org/blog/2008/07/02/occasional-twitter">the way I want to use Twitter</a>. I like having a casual real-time relationship with Twitter, I don&#8217;t want it to be an obligation. I don&#8217;t want an &#8220;inbox&#8221;, or a backlog of tweets staring me in the face.</p>
<ul>
<li>Notifications of replies and direct messages &#8211; that little indicator is an obligation, I don&#8217;t like it. I prefer to choose when I look for those things. I&#8217;ve heard that a double-tap is supposed to &#8220;mark all as read&#8221;, but that didn&#8217;t seem to work for me.</li>
<li>I can&#8217;t get to the bottom of my friend&#8217;s stream. Again this is a feature for most people &#8211; Tweetie 2 auto-loads the next tweets in your stream as you scroll towards the bottom. I never get to the end! Tweetie 1 would give me 20 and let me choose if I want to keep going.</li>
<li>Tweetie 2 remembers my scroll location. I haven&#8217;t used it long enough to be 100% sure on this, but on several occasions I&#8217;ve launched Tweetie 2 and found myself pretty far down my friends stream instead of up at the top. That backlog of tweets is exactly what I don&#8217;t want. In contrast, Tweetie 1 always started at the top of the stream.</li>
</ul>
<p>I realize that for most people these are great new features. Without options to turn these things off<sup><a href="#fn1255189558843n" id="fn1255189558843" class="footnote">1</a></sup> Tweetie 1 fits me better. Thankfully, since Tweetie 2 is a different app, I have access to both and can choose to stick with Tweetie 1 if I want to.</p>
<ol class="footnotes">
<li id="fn1255189558843n"><a href="http://www.atebits.com/tweetie-mac/" rel="external">Tweetie for Mac</a> allows you to choose to return to your scroll position or go to the newest tweet, for example. [<a href="#fn1255189558843">back</a>]</li>
</ol>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3671&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/10/10/thoughts-on-tweetie-2/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fresh Installs</title>
		<link>http://alexking.org/blog/2009/10/03/fresh-installs</link>
		<comments>http://alexking.org/blog/2009/10/03/fresh-installs#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:19:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3586</guid>
		<description><![CDATA[As I briefly noted on Twitter, I will typically install everything fresh when setting up a new Mac. There are a variety of reasons why I think this is a good idea, but here is one you might not always think of.
When you do a fresh install of applications that you use frequently, you see [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://twitter.com/alexkingorg/status/3573387679" rel="external">I briefly noted on Twitter</a>, I will typically install everything fresh when setting up a new Mac. There are a variety of reasons why I think this is a good idea, but here is one you might not always think of.</p>
<p>When you do a fresh install of applications that you use frequently, you see them differently than you normally do. They have all of their default settings, not the options you have selected.</p>
<p>As a result of this, I ended up discovering several features that had been added to software I&#8217;ve used for a long time. If I&#8217;d migrated my preferences, I never would have seen some of these features.</p>
<p>All users have certain usage patterns with software, and that includes the developer who created the software. The developer will optimize certain paths through their software without thinking twice about it. If you use the software in a different way, going back to revisit the &#8220;beaten path&#8221; (and new features that may have widened that path even further) can be pretty interesting.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3586&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/10/03/fresh-installs/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Address Book via DropBox Quirk</title>
		<link>http://alexking.org/blog/2009/09/10/address-book-via-dropbox-quirk</link>
		<comments>http://alexking.org/blog/2009/09/10/address-book-via-dropbox-quirk#comments</comments>
		<pubDate>Thu, 10 Sep 2009 23:17:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3612</guid>
		<description><![CDATA[So far my Address Book sync via Dropbox solution is working well. The only issue I&#8217;ve seen so far is having to restart Mail.app to get names and addresses properly paired up from time to time.
If you see a weird name/email address combination in Mail.app, a quit and restart of Mail.app should fix it.
]]></description>
			<content:encoded><![CDATA[<p>So far my <a href="http://alexking.org/blog/2009/09/08/contact-sync">Address Book sync via Dropbox</a> solution is working well. The only issue I&#8217;ve seen so far is having to restart Mail.app to get names and addresses properly paired up from time to time.</p>
<p>If you see a weird name/email address combination in Mail.app, a quit and restart of Mail.app should fix it.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3612&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/09/10/address-book-via-dropbox-quirk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard</title>
		<link>http://alexking.org/blog/2009/09/02/snow-leopard</link>
		<comments>http://alexking.org/blog/2009/09/02/snow-leopard#comments</comments>
		<pubDate>Wed, 02 Sep 2009 23:52:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3591</guid>
		<description><![CDATA[I upgraded my work machine to Snow Leopard. I had to jump through some minor hoops to get my dev environment back up and running again, and I&#8217;m also finding myself missing two utilities that haven&#8217;t been updated yet: iStat Menus and MailTemplate.
I was thrilled that updates for MsgFiler, SuperDuper, Pukka and PathFinder were immediately [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my work machine to Snow Leopard. I had to jump through some minor hoops to get my dev environment back up and running again, and I&#8217;m also finding myself missing two utilities that haven&#8217;t been updated yet: <a href="http://www.islayer.com/apps/istatmenus/" rel="external">iStat Menus</a> and <a href="http://mailtemplate.mactank.com/" rel="external">MailTemplate</a>.</p>
<p>I was thrilled that updates for <a href="http://www.tow.com/msgfiler/" rel="external">MsgFiler</a>, <a href="http://www.shirt-pocket.com/SuperDuper/" rel="external">SuperDuper</a>, <a href="http://codesorcery.net/pukka" rel="external">Pukka</a> and <a href="http://cocoatech.com" rel="external">PathFinder</a> were immediately available.</p>
<p>I&#8217;m also not noticing the speed increase people have been talking about, but my machine didn&#8217;t feel slow before either.</p>
<p>Looks like it&#8217;s a couple of hours per machine upgrade &#8211; I&#8217;ll likely proceed slowly with upgrading my other boxes.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3591&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/09/02/snow-leopard/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using PwdHash 1.5 with Firefox 3.5</title>
		<link>http://alexking.org/blog/2009/07/04/using-pwdhash-1-5-with-firefox-3-5</link>
		<comments>http://alexking.org/blog/2009/07/04/using-pwdhash-1-5-with-firefox-3-5#comments</comments>
		<pubDate>Sat, 04 Jul 2009 22:01:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3436</guid>
		<description><![CDATA[I use PwdHash for my passwords &#8211; if you aren&#8217;t using something like this, you probably should be.
I&#8217;m sure there will be an update to the PwdHash plugin to make it officially compatible with Firefox 3.5, but until then here are steps to use it on a Mac:

Upgrade to Firefox 3.5.
Quit Firefox if it&#8217;s currently [...]]]></description>
			<content:encoded><![CDATA[<p>I use PwdHash for my passwords &#8211; if you aren&#8217;t using something like this, you probably <a href="http://alexking.org/blog/2007/02/02/passwords">should</a> <a href="http://alexking.org/blog/2007/02/05/more-on-passwords">be</a>.</p>
<p>I&#8217;m sure there will be an update to the <a href="https://addons.mozilla.org/en-US/firefox/addon/1033" rel="external">PwdHash plugin</a> to make it officially compatible with Firefox 3.5, but until then here are steps to use it on a Mac:</p>
<ol>
<li>Upgrade to Firefox 3.5.</li>
<li>Quit Firefox if it&#8217;s currently running.</li>
<li>Locate your Firefox profile data &#8211; it should be in /Users/(your username)/Library/Application Support/Firefox/Profiles/(some characters).(your profile).</li>
<li>Find the PwdHash extension in your extensions directory &#8211; it will be named {bb8d77b0-a845-4249-a205-ef7395587b69}.</li>
<li>Open the install.rdf file inside this directory with your favorite text editor &#8211; you can confirm that you are editing the right file by looking for this string around line 18: <code>&lt;em:name>PwdHash&lt;/em:name></code></li>
<li>Find the &#8220;max version&#8221; element and change it to read: <code>&lt;em:maxVersion>3.5.*&lt;/em:maxVersion></code></li>
<li>Save and close the file.</li>
<li>Now move the entire {bb8d77b0-a845-4249-a205-ef7395587b69} directory out of the extensions directory, launch Firefox, then quit it again.</li>
<li>Now move the entire {bb8d77b0-a845-4249-a205-ef7395587b69} directory back into the extensions directory and launch Firefox again.</li>
<li>Confirm that PwdHash is enabled by choosing Tools &gt; Add-ons from the main menu.</li>
</ol>
<p>As far as I can tell, version 1.5 of the PwdHash extension works fine with Firefox 3.5 but your mileage may vary.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3436&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/07/04/using-pwdhash-1-5-with-firefox-3-5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVN Zapper Updated</title>
		<link>http://alexking.org/blog/2008/12/30/svn-zapper-updated</link>
		<comments>http://alexking.org/blog/2008/12/30/svn-zapper-updated#comments</comments>
		<pubDate>Tue, 30 Dec 2008 23:40:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/12/30/svn-zapper-updated</guid>
		<description><![CDATA[Thanks to Adam Tow, I&#8217;ve got a newly updated version of SVN Zapper available. This version should be nicely compatible with Mac OS X 10.5.x.
]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://tow.com/" rel="external">Adam Tow</a>, I&#8217;ve got a newly updated version of <a href="http://alexking.org/projects/svn-zapper">SVN Zapper</a> available. This version should be nicely compatible with Mac OS X 10.5.x.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3251&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/12/30/svn-zapper-updated/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ShareThis Snappiness</title>
		<link>http://alexking.org/blog/2008/12/29/sharethis-snappiness</link>
		<comments>http://alexking.org/blog/2008/12/29/sharethis-snappiness#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:15:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/12/29/sharethis-snappiness</guid>
		<description><![CDATA[You may have noticed ShareThis loading a lot faster these days. The team has made some great changes under the hood that have enabled better performance and a much snappier response. The widget now pops up immediately, just like ShareThis Classic. I&#8217;ve been beta testing the new performance features here for a little while and [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed <a href="http://blog.sharethis.com/2008/12/16/fast-as-fast-can-be-updated-sharethis-widget-pours-on-the-speed/#comments" rel="external">ShareThis loading a lot faster</a> these days. The team has made some great changes under the hood that have enabled better performance and a much snappier response. The widget now pops up immediately, just like ShareThis Classic. I&#8217;ve been beta testing the new performance features here for a little while and love the results.</p>
<p>Congrats to the team on the great improvements!</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3250&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/12/29/sharethis-snappiness/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
