<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: on apple scripting languages and pain</title>
	<atom:link href="http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:50:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: joe</title>
		<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/comment-page-1#comment-312</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 20 Oct 2005 17:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://wptest.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html#comment-312</guid>
		<description>+1 for that!
</description>
		<content:encoded><![CDATA[<p>+1 for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Kindall</title>
		<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/comment-page-1#comment-311</link>
		<dc:creator>Jerry Kindall</dc:creator>
		<pubDate>Sun, 02 Oct 2005 23:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://wptest.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html#comment-311</guid>
		<description>AppleScript&#039;s learning curve is about like any other programming language. It&#039;s just that everybody expects learning AppleScript to be easier than it is because it looks so much like English.
</description>
		<content:encoded><![CDATA[<p>AppleScript&#8217;s learning curve is about like any other programming language. It&#8217;s just that everybody expects learning AppleScript to be easier than it is because it looks so much like English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup Brain</title>
		<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/comment-page-1#comment-313</link>
		<dc:creator>Backup Brain</dc:creator>
		<pubDate>Tue, 27 Sep 2005 20:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://wptest.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html#comment-313</guid>
		<description>&lt;strong&gt;See, it&#039;s not just me&lt;/strong&gt;

Quote of the day, from limon, by Laura Lemay, on apple scripting languages and pain: But it seems like every time I delve into Applescript I rapidly descend into complete madness, ending up hours later phrasing and rephrasing the same...
</description>
		<content:encoded><![CDATA[<p><strong>See, it&#8217;s not just me</strong></p>
<p>Quote of the day, from limon, by Laura Lemay, on apple scripting languages and pain: But it seems like every time I delve into Applescript I rapidly descend into complete madness, ending up hours later phrasing and rephrasing the same&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dori</title>
		<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/comment-page-1#comment-310</link>
		<dc:creator>Dori</dc:creator>
		<pubDate>Tue, 27 Sep 2005 20:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://wptest.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html#comment-310</guid>
		<description>Thanks, Laura! It&#039;s nice to know that I&#039;m not the only one who feels this way.

You might check out &lt;a href=&quot;http://www.latenightsw.com/freeware/JavaScriptOSA/&quot; rel=&quot;nofollow&quot;&gt;JavaScript OSA&lt;/a&gt; from &lt;a href=&quot;http://www.latenightsw.com/&quot; rel=&quot;nofollow&quot;&gt;Late Night Software&lt;/a&gt;.
</description>
		<content:encoded><![CDATA[<p>Thanks, Laura! It&#8217;s nice to know that I&#8217;m not the only one who feels this way.</p>
<p>You might check out <a href="http://www.latenightsw.com/freeware/JavaScriptOSA/" rel="nofollow">JavaScript OSA</a> from <a href="http://www.latenightsw.com/" rel="nofollow">Late Night Software</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://blog.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html/comment-page-1#comment-309</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Tue, 27 Sep 2005 16:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://wptest.lauralemay.com/2005/09/on-apple-scripting-languages-and-pain.html#comment-309</guid>
		<description>AppleScript isn&#039;t so bad. It&#039;s just different and takes getting used to. And like other things, it helps if you learn a bit about it first. Matt Neuberg&#039;s book&#039;s a good start. So&#039;s Danny Goodman&#039;s update to his classic AppleScript tome. There&#039;s a few others too. And plenty of support available in Apple&#039;s AppleScript Users mailing list.

Actually Dashboard doesn&#039;t just use Javascript. This is just what it uses in its presentation layer. It can also use AppleScript, the Cocoa APIs and shell scripting of any variety in combination with the HTML/CSS/Javascript presentation layer.
</description>
		<content:encoded><![CDATA[<p>AppleScript isn&#8217;t so bad. It&#8217;s just different and takes getting used to. And like other things, it helps if you learn a bit about it first. Matt Neuberg&#8217;s book&#8217;s a good start. So&#8217;s Danny Goodman&#8217;s update to his classic AppleScript tome. There&#8217;s a few others too. And plenty of support available in Apple&#8217;s AppleScript Users mailing list.</p>
<p>Actually Dashboard doesn&#8217;t just use Javascript. This is just what it uses in its presentation layer. It can also use AppleScript, the Cocoa APIs and shell scripting of any variety in combination with the HTML/CSS/Javascript presentation layer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

