<?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>neilbert.com - the blog &#187; applescript</title>
	<atom:link href="http://neilbert.com/blog/tags/applescript/feed/" rel="self" type="application/rss+xml" />
	<link>http://neilbert.com/blog</link>
	<description>Interesting stuff I find or think.</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Automator to Get At Things Applescript Won&#8217;t Cooperate With</title>
		<link>http://neilbert.com/blog/using-automator-to-get-at-things-applescript-wont-cooperate-with/</link>
		<comments>http://neilbert.com/blog/using-automator-to-get-at-things-applescript-wont-cooperate-with/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:57:15 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[automator]]></category>

		<guid isPermaLink="false">http://neilbert.com/blog/?p=104</guid>
		<description><![CDATA[<p>One of the things that drew me to the Mac was Applescript &#8211; the idea of a scripting language that would work with most of the programs in the OS was&#8230; well, pretty freaking cool. </p>
<p>However, &#8220;most of the programs&#8221; eventually means &#8220;not the program I was using.&#8221; Then I came across this article &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that drew me to the Mac was Applescript &#8211; the idea of a scripting language that would work with most of the programs in the OS was&#8230; well, pretty freaking cool. </p>
<p>However, &#8220;most of the programs&#8221; eventually means &#8220;not the program I was using.&#8221; Then I came across this article &#8211; by using the Automator &#8220;Watch Me Do&#8221; recording function and a little bit of trickery, you can get the Applescript code to do whatever you need. </p>
<blockquote><p><a href="http://homepage.mac.com/simx/technonova/tips/random_useful_mac_os_x_user_tips.html">Random Useful Mac OS X User Tips</a>: &#8220;I lamented this in one of my posts about Leopard, but I noted that there didn&#8217;t seem to be a way to directly access the AppleScript code from the Watch Me Do feature — Automator only creates run-only plugins or scripts. This is annoying if you want to modify the UI script later to do something slightly different. In this situation, you&#8217;d have to redo the whole set of actions all over again.&#8221;</p></blockquote>
<p>Way cool. </p>
]]></content:encoded>
			<wfw:commentRss>http://neilbert.com/blog/using-automator-to-get-at-things-applescript-wont-cooperate-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More stuff on Mac</title>
		<link>http://neilbert.com/blog/more-stuff-on-mac/</link>
		<comments>http://neilbert.com/blog/more-stuff-on-mac/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 14:53:13 +0000</pubDate>
		<dc:creator>neil</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[quicksilver]]></category>

		<guid isPermaLink="false">http://neilbert.com/blog/?p=51</guid>
		<description><![CDATA[<p>I had an a-ha moment today. I&#8217;ve been dabbling a little in Applescript &#8211; I had a need for a timestamp, so I wrote a small script that would create one and dump it into the clipboard. I set it to trigger off CMD-1 via Quicksilver, and now, if I do CMD-1, CMD-V I get [...]]]></description>
			<content:encoded><![CDATA[<p>I had an a-ha moment today. I&#8217;ve been dabbling a little in Applescript &#8211; I had a need for a timestamp, so I wrote a small script that would create one and dump it into the clipboard. I set it to trigger off CMD-1 via Quicksilver, and now, if I do CMD-1, CMD-V I get a nice little time and date stamp pasted wherever the cursor is.</p>
<p>Then I started thinking. For work, every week I copy a bunch of files from where I work on them out to a shared folder on the network, then send an email to management saying &#8220;hey, they&#8217;re updated.&#8221; I then attach them to an email to send to one manager who doesn&#8217;t have access to the networked folder. I realized today that the entire process could be automated via Automator, linked to a Quicksilver trigger and *poof* the whole thing would be done.</p>
<p>This is the kind of stuff I was looking forward to doing on the Mac that I couldn&#8217;t do as easily on the Windows side.</p>
]]></content:encoded>
			<wfw:commentRss>http://neilbert.com/blog/more-stuff-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
