<?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>Stuntbox &#187; scripting</title>
	<atom:link href="http://stuntbox.com/blog/tag/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuntbox.com</link>
	<description>Design strategy and creative direction of the finest cut.</description>
	<lastBuildDate>Mon, 16 Apr 2012 17:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Nonplus Ultra Automator</title>
		<link>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F09%2Fnonplus-ultra-automator%2F&#038;seed_title=Nonplus+Ultra+Automator</link>
		<comments>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F09%2Fnonplus-ultra-automator%2F&#038;seed_title=Nonplus+Ultra+Automator#comments</comments>
		<pubDate>Sun, 11 Sep 2005 00:38:17 +0000</pubDate>
		<dc:creator>David Sleight</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.stuntbox.com/blog/2005/09/nonplus-ultra-automator/</guid>
		<description><![CDATA[The Little AppleScript Robot That Might. ]]></description>
			<content:encoded><![CDATA[<p>It might seem like odd timing for MacDevCenter to be posting a <a href="http://www.macdevcenter.com/pub/a/mac/2005/09/06/what-is-automator.html" title="MacDevCenter: What Is Automator">general overview of Automator</a> now, but after taking a look around the web that seems indicative of the general state of the helpful little robot. This comes just after MacSlash posed the question, <a href="http://macslash.org/article.pl?sid=05/08/26/1034215" title="MacSlash: Automator Languishing?">&#8220;Is Automator Languishing?&#8221;</a> </p>
<p>Languishing? Well, that might be a tad harsh, but Automator definitely falls well short of the drag-and-drop nirvana many of us had hoped for. So maybe the level of interest isn&#8217;t quite what it could be. The concept of a workflow-style app is definitely the key piece that&#8217;s been missing from AppleScript all this time. It should help it live up to its mandate–an easy to use English-like scripting language to help non-programmers get stuff done on their Macs. It&#8217;s just a lot of us are feeling like waiting for the next version is the thing to do. </p>
<p>Automator seems like it needs some time to grow up a bit. It&#8217;s off to a solid start. Hopefully, if it eat its vegetables and studies real hard in school it could grow up to be a strong, healthy app someday.  Throwing in a slick GUI way of doing some conditional logic and recursion would be a great step in the right direction. That, and a couple hundred more Actions. </p>
]]></content:encoded>
			<wfw:commentRss>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F09%2Fnonplus-ultra-automator%2F&#038;seed_title=Nonplus+Ultra+Automator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Manhandle a Disk Image</title>
		<link>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F04%2Fhow-to-manhandle-a-disk-image%2F&#038;seed_title=How+to+Manhandle+a+Disk+Image</link>
		<comments>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F04%2Fhow-to-manhandle-a-disk-image%2F&#038;seed_title=How+to+Manhandle+a+Disk+Image#comments</comments>
		<pubDate>Tue, 05 Apr 2005 05:30:19 +0000</pubDate>
		<dc:creator>David Sleight</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.stuntbox.com/blog/2005/04/how-to-manhandle-a-disk-image/</guid>
		<description><![CDATA[Make disk images do your bidding.]]></description>
			<content:encoded><![CDATA[<p>Got an OS X disk image that flat-out refuses to eject? Open a Terminal window and enter the following (remember to escape any special characters in your disk image name):</p>
<p><code>hdiutil unmount /Volumes/DISK_IMAGE_NAME -force</code></p>
<p>Presto. </p>
<p>I haven&#8217;t had to use this that often with any of the recent releases of OS X, but the other day I yanked a CF card from a FireWire reader a wee tad too early. Result? A CompactFlash card in my hand and a very grumpy disk image on my Desktop. Whoops. </p>
]]></content:encoded>
			<wfw:commentRss>http://stuntbox.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fstuntbox.com%2Fblog%2F2005%2F04%2Fhow-to-manhandle-a-disk-image%2F&#038;seed_title=How+to+Manhandle+a+Disk+Image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

