<?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>MountainManDan &#187; 2007 &#187; September</title>
	<atom:link href="http://mountainmandan.net/2007/09/feed/" rel="self" type="application/rss+xml" />
	<link>http://mountainmandan.net</link>
	<description>Code, Photos, Musings</description>
	<pubDate>Tue, 30 Jun 2009 19:23:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Barely Legal AR</title>
		<link>http://mountainmandan.net/2007/09/28/barely-legal-ar/</link>
		<comments>http://mountainmandan.net/2007/09/28/barely-legal-ar/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 18:33:49 +0000</pubDate>
		<dc:creator>Daniel Staudigel</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://mountainmandan.net/2007/09/28/barely-legal-ar/</guid>
		<description><![CDATA[I&#039;m working on the website for my adventure racing team, Barely Legal AR.  Keep an eye on it:
http://barelylegalar.com/
Don&#039;t mess up the website, or you&#039;re likely to land somewhere unpleasant!
]]></description>
			<content:encoded><![CDATA[<p>I&#039;m working on the website for my adventure racing team, Barely Legal AR.  Keep an eye on it:</p>
<p><a href="http://barelylegalar.com/">http://barelylegalar.com/</a></p>
<p>Don&#039;t mess up the website, or you&#039;re likely to land somewhere unpleasant!</p>
]]></content:encoded>
			<wfw:commentRss>http://mountainmandan.net/2007/09/28/barely-legal-ar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Controlling iTunes using Quicksilver&#8230; X-Tunes Keystrokes Work!</title>
		<link>http://mountainmandan.net/2007/09/20/x-tunes-with-quicksilver/</link>
		<comments>http://mountainmandan.net/2007/09/20/x-tunes-with-quicksilver/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 23:50:37 +0000</pubDate>
		<dc:creator>Daniel Staudigel</dc:creator>
		
		<category><![CDATA[Code Snippets]]></category>

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

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

		<guid isPermaLink="false">http://mountainmandan.net/2007/09/20/controlling-itunes-using-quicksilver-x-tunes-keystrokes-work/</guid>
		<description><![CDATA[I love X-Tunes, and have been using it on my MacBook Pro, using my old PowerBook&#039;s configuration files.  Finally, I&#039;ve gotten tired of the Rosetta-induced weird slowdowns, and other strangenesses associated with it not being Intel-compatible.  There is a pretty easy solution using Quicksilver, another app I run in the background.  If [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.pol-online.net/index.php?page=freeware">X-Tunes</a>, and have been using it on my MacBook Pro, using my old PowerBook&#039;s configuration files.  Finally, I&#039;ve gotten tired of the Rosetta-induced weird slowdowns, and other strangenesses associated with it not being Intel-compatible.  There is a pretty easy solution using <a href="http://quicksilver.blacktree.com/">Quicksilver</a>, another app I run in the background.  If you are unfamiliar with this software, you should probably take care of that.  Anyway, it allows you to assign hotkeys (including my favorite, command-space).  The easiest solution is to switch to the iTunes window when you press the combo (X-Tunes switched to it&#039;s mini-iTunes window), and then switch back to whatever you were doing on the upstroke (the X-Tunes window would disappear).</p>
<p>Unfortunately, there are no built-in ways to switch to iTunes on the press, and switch back to your app on the release, so I had to <a href="/_files/ITToggle.tgz">roll my own</a>.  It is a 27 line interface-less Cocoa script that checks what app is running, if it&#039;s iTunes, it switches to the last app in it&#039;s memory.  If it&#039;s not iTunes, then it switches to iTunes, and stores the current app in memory.  So, you just set it up to be executed on the press and release of your favorite keystroke.  Then, when you press your combo, iTunes pops up (and left/right/up/down control song and volume).  Unfortunately, I haven&#039;t figured out how to get the return key to trigger the play/pause action only in iTunes.  If I come up with something, I&#039;ll pass it along.</p>
<h2>The Tutorial:</h2>
<h3>Step 1:</h3>
<p>If you don&#039;t have it already, download and become familiar with <a href="http://quicksilver.blacktree.com/">Quicksilver</a>.  Then download <a href="/_files/ITToggle.tgz">ITToggle</a>.  Decompress them and stick the Release/ITToggle file somewhere where you will remember, say, ~/Library/Application Support/Quicksilver/Scripts/ or ~/Library/Scripts or ~/.bin/ or whatever you&#039;re comfortable with.  You will have to get to it later, so remember where you stick it.</p>
<h3>Step 2:</h3>
<p>Enter Quicksilver, and bring up triggers, and select custom triggers.</p>
<p><img id="image72" src="http://mountainmandan.net/wp-content/uploads/2007/09/step2a.jpg" alt="step2a.jpg" /></p>
<p>There are a few of my favorite triggers in there, but if you have none, that&#039;s OK too.  Add a trigger by hitting the &#034;+&#034; icon in the bottom right.<br />
Navigate to ITToggle, using Quicksilver, and as the action select &#034;Run (Shell Script)&#034; (you may have to add the plugin for this), not Open.  If you select open, it will open it using Terminal, and that will make the whole thing pointless, because Terminal is totally unnecessary.  Make sure it looks like it does here:</p>
<p><img id="image73" src="http://mountainmandan.net/wp-content/uploads/2007/09/step2b.jpg" alt="step2b.jpg" /></p>
<h3>Step 3:</h3>
<p>Now you have the step set up, but there is no trigger associated with it, so we&#039;ll have to add one.  Double-click the area that is set aside for the &#034;Trigger&#034;.  This will open up the info drawer, and we can change things from there.  Set the keystroke as you wish, and make sure the it it is set up to be on press and release, as seen here:</p>
<p><img id="image74" src="http://mountainmandan.net/wp-content/uploads/2007/09/step3a.jpg" alt="step3a.jpg" /></p>
<p>Now it should work (just not from Quicksilver, for some reason), try it from Safari or something.  Press should take you there, and release should take you back.</p>
]]></content:encoded>
			<wfw:commentRss>http://mountainmandan.net/2007/09/20/x-tunes-with-quicksilver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebExport 1.1r8 Released</title>
		<link>http://mountainmandan.net/2007/09/09/we11r8/</link>
		<comments>http://mountainmandan.net/2007/09/09/we11r8/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 05:56:08 +0000</pubDate>
		<dc:creator>Daniel Staudigel</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://mountainmandan.net/2007/09/09/we11r8/</guid>
		<description><![CDATA[This is the non-beta iPhoto 7-compatible version.  It is also compatible with 5 &#038; 6.  This is now the official version of WebExport.  Get it today.
]]></description>
			<content:encoded><![CDATA[<p>This is the non-beta iPhoto 7-compatible version.  It is also compatible with 5 &#038; 6.  This is now the official version of WebExport.  <a href="http://mountainmandan.net/webexport/">Get it today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mountainmandan.net/2007/09/09/we11r8/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
