<?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>Aint that special &#187; Automator</title>
	<atom:link href="http://duck-wing.com/wp/category/automator/feed/" rel="self" type="application/rss+xml" />
	<link>http://duck-wing.com/wp</link>
	<description>Another yummy waste of time</description>
	<lastBuildDate>Mon, 25 Feb 2008 21:36:39 +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>One script to rule them all</title>
		<link>http://duck-wing.com/wp/2007/07/29/one-script-to-rule-them-all/</link>
		<comments>http://duck-wing.com/wp/2007/07/29/one-script-to-rule-them-all/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 19:36:16 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/2007/07/29/one-script-to-rule-them-all/</guid>
		<description><![CDATA[
I tend to listen to Podcasts (one of the best is MacBreak Weekly) while I work. But when my wife starts talking to me from the other room, I have to stop what I&#8217;m doing to navigate to iTunes just to click Pause. It finally reached a level of annoyance that made me fired up [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://duck-wing.com/wp/wp-content/uploads/2007/07/applscripte.jpg" height="106" width="248" border="1" hspace="4" vspace="4" alt=" Images Zinc Osx Feature Applescript" /></p>
<p>I tend to listen to Podcasts (one of the best is <a href="http://www.macbreak.com/?2350bd60">MacBreak Weekly</a>) while I work. But when my wife starts talking to me from the other room, I have to stop what I&#8217;m doing to navigate to <a href="http://www.apple.com/itunes/">iTunes</a> just to click Pause. It finally reached a level of annoyance that made me fired up Script Editor and throw together a little script to do it for me. This is just about as simple an Apple Script as you can get:</p>
<p style="text-indent:0pt;"><span style="font-family:Verdana;color:#0000ff;"><strong>tell</strong></span><span style="font-family:Verdana;"> </span><span style="font-family:Verdana;color:#0000ff;">application</span><span style="font-family:Verdana;"> &#8220;iTunes&#8221;<br />
</span></p>
<p style="text-indent:0pt;"><span style="font-family:Verdana;">	</span><span style="font-family:Verdana;color:#0000ff;">playpause</span><span style="font-family:Verdana;"><br />
</span></p>
<p style="text-indent:0pt;"><span style="font-family:Verdana;color:#0000ff;"><strong>end</strong></span><span style="font-family:Verdana;"> </span><span style="font-family:Verdana;color:#0000ff;"><strong>tell</p>
<p></strong></span></p>
<p>Now, just save it as an application and bind it to some key you&#8217;re not using. I used one of the buttons on my <a href="http://www.wacom.com/intuos/6x11.cfm">Wacom Tablet</a>. One key press and the podcast will either pause or play depending upon its current state.</p>
<p>It&#8217;s so great that Apple included a little hook for the Pause/Play function. This is yet another great feature of OSX. If something&#8217;s missing that you really want it to do, chances are that a short Apple Script or Automator Action can remedy the situation.</p>
<p>I think this little trick will hold me over until <a href="http://www.engadget.com/2007/07/27/is-this-the-new-imac-keyboard/">that new keyboard</a> sees the light of day.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/AppleScript" rel="tag">AppleScript</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Programming" rel="tag">Programming</a>, <a href="http://www.technorati.com/tag/iTunes" rel="tag">iTunes</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2007/07/29/one-script-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Image sucking with Automator</title>
		<link>http://duck-wing.com/wp/2006/11/12/image-sucking-with-automator/</link>
		<comments>http://duck-wing.com/wp/2006/11/12/image-sucking-with-automator/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 21:52:20 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[iPhoto]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=75</guid>
		<description><![CDATA[
Here&#8217;s a quick Automator script to pull all of the image links in the frontmost Safari window into iPhoto. I use this when I stumble across a web page with great photos I want to add to my gallery.
Notice that what this script does is download to the desktop and then import to iPhoto. After [...]]]></description>
			<content:encoded><![CDATA[<p>
Here&#8217;s a quick Automator script to pull all of the image links in the frontmost Safari window into iPhoto. I use this when I stumble across a web page with great photos I want to add to my gallery.<br />
<br />Notice that what this script does is download to the desktop and then import to iPhoto. After completion, it deletes the originals from the desktop. This way I am sure to get the full resolution images rather than the lower resolution web thumb nails
</p>
<p>
<img src="http://macgiver.wordpress.com/files/2006/11/AutoImageURL.png" height="315" width="430" border="1" hspace="4" vspace="4" alt="Temp" />
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Automator" rel="tag">Automator</a>, <a href="http://www.technorati.com/tag/iPhoto" rel="tag">iPhoto</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Productivity" rel="tag">Productivity</a>, <a href="http://www.technorati.com/tag/Programming" rel="tag">Programming</a>, <a href="http://www.technorati.com/tag/Tip" rel="tag">Tip</a>, <a href="http://www.technorati.com/tag/Trick" rel="tag">Trick</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/11/12/image-sucking-with-automator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick shot Automator</title>
		<link>http://duck-wing.com/wp/2006/09/23/quick-shot-automator/</link>
		<comments>http://duck-wing.com/wp/2006/09/23/quick-shot-automator/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 03:05:43 +0000</pubDate>
		<dc:creator>Macgiver</dc:creator>
				<category><![CDATA[Automator]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://duck-wing.com/wp/?p=50</guid>
		<description><![CDATA[I use a lot of Applescript when I use my Mac. I&#8217;ve learned quite a bit about the language over the years. Needless to say that it makes me a little snobby about using Automator. For the most part, I hate automator because it is so limited. What it has is pretty much all you [...]]]></description>
			<content:encoded><![CDATA[<p>I use a lot of Applescript when I use my Mac. I&#8217;ve learned quite a bit about the language over the years. Needless to say that it makes me a little snobby about using Automator. For the most part, I hate automator because it is so limited. What it has is pretty much all you get to do. However, once in awhile I gain an added appreciation for its simplicity. Here is an Automator &#8220;script&#8221; that takes a screenshot and then places the screen shot in my blog photos library within iPhoto. I&#8217;m sure if I worked long enough I could have come up with an Applescript to do it, but Automator allowed me to do it in about 10 seconds of work. Here it is (and yes, I used this automator &#8220;script&#8221; to take the screenshot)</p>
<p><a href="http://macgiver.wordpress.com/files/2006/09/Automator-1.png"><img src="http://macgiver.wordpress.com/files/2006/09/Automator-1-tm.jpg" height="351" width="394" border="1" hspace="4" vspace="4" alt="Automator" /></a></p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/OSX" rel="tag">OSX</a>, <a href="http://www.technorati.com/tag/Programming" rel="tag">Programming</a>, <a href="http://www.technorati.com/tag/Automator" rel="tag">Automator</a>, <a href="http://www.technorati.com/tag/Software" rel="tag">Software</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://duck-wing.com/wp/2006/09/23/quick-shot-automator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
