<?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: Applescript Monday:  Make a Clear Desktop Script</title>
	<atom:link href="http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/feed/" rel="self" type="application/rss+xml" />
	<link>http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/</link>
	<description>How to&#039;s and ideas on the use of Technology with Speculative fiction on the side.</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:36:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Clay Moore</title>
		<link>http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/comment-page-1/#comment-451</link>
		<dc:creator>Clay Moore</dc:creator>
		<pubDate>Wed, 30 Mar 2011 13:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/#comment-451</guid>
		<description>To make a script react when a new file is added to a folder you would need to make  a folder action and run your script as a script action in the workflow.  Hope this helps</description>
		<content:encoded><![CDATA[<p>To make a script react when a new file is added to a folder you would need to make  a folder action and run your script as a script action in the workflow.  Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry Faciana</title>
		<link>http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/comment-page-1/#comment-447</link>
		<dc:creator>Perry Faciana</dc:creator>
		<pubDate>Thu, 24 Feb 2011 20:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/#comment-447</guid>
		<description>Great post, but I&#039;m having a different issue with select all. I&#039;m a photographer and am trying to write a script to manipulate images through a process. I&#039;m stuck at a point where I can manually make the script react, but like it to automatically react when a new image is written to a specific folder. Here is what I have so far:

set this_file to choose file without invisibles
set the target_length to 800
try
	tell application &quot;Image Events&quot;
		-- start the Image Events application
		launch
		-- open the image file
		set this_image to open this_file
		-- perform action
		scale this_image to size target_length
		-- save the changes
		save this_image with icon
		-- purge the open image data
		close this_image
	end tell
on error error_message
	display dialog error_message
end try

I think I&#039;m close if I can get the first line of code corrected. Any assistance would be appreciated

Perry</description>
		<content:encoded><![CDATA[<p>Great post, but I&#8217;m having a different issue with select all. I&#8217;m a photographer and am trying to write a script to manipulate images through a process. I&#8217;m stuck at a point where I can manually make the script react, but like it to automatically react when a new image is written to a specific folder. Here is what I have so far:</p>
<p>set this_file to choose file without invisibles<br />
set the target_length to 800<br />
try<br />
	tell application &#8220;Image Events&#8221;<br />
		&#8211; start the Image Events application<br />
		launch<br />
		&#8211; open the image file<br />
		set this_image to open this_file<br />
		&#8211; perform action<br />
		scale this_image to size target_length<br />
		&#8211; save the changes<br />
		save this_image with icon<br />
		&#8211; purge the open image data<br />
		close this_image<br />
	end tell<br />
on error error_message<br />
	display dialog error_message<br />
end try</p>
<p>I think I&#8217;m close if I can get the first line of code corrected. Any assistance would be appreciated</p>
<p>Perry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AppleScript Mondays: Extending the Clear Desktop Script</title>
		<link>http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/comment-page-1/#comment-396</link>
		<dc:creator>AppleScript Mondays: Extending the Clear Desktop Script</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/#comment-396</guid>
		<description>[...] = &#039;haebben&#039;;Last week we discussed making a clear desktop script to move files to a folder in our home directory. There are a few things I want to add and something [...]</description>
		<content:encoded><![CDATA[<p>[...] = &#39;haebben&#39;;Last week we discussed making a clear desktop script to move files to a folder in our home directory. There are a few things I want to add and something [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/comment-page-1/#comment-380</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 16 Mar 2010 00:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://clayssite.com/2010/03/15/applescript-monday-do-something-practical/#comment-380</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by haebben: From Clays Site: Applescript Monday: Do Something Practical http://bit.ly/9JASHU...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by haebben: From Clays Site: Applescript Monday: Do Something Practical <a href="http://bit.ly/9JASHU.." rel="nofollow">http://bit.ly/9JASHU..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

