<?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 for Ben Cardy</title>
	<atom:link href="http://www.bencardy.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bencardy.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 13 Oct 2010 13:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Dropbox Applescript by Steph Moreland</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-12</link>
		<dc:creator>Steph Moreland</dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-12</guid>
		<description>This is a great script. I&#039;m using Dropbox to synch my Things database so that I have it at work and home but I&#039;m trying to find a way for my little automator script to determine that Dropbox is done synching and then launch Things.</description>
		<content:encoded><![CDATA[<p>This is a great script. I&#8217;m using Dropbox to synch my Things database so that I have it at work and home but I&#8217;m trying to find a way for my little automator script to determine that Dropbox is done synching and then launch Things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by John</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-10</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 15 May 2010 01:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-10</guid>
		<description>Script works great. Thanks!

I wonder, rather than copying a file to my dropbox folder when the script runs, is there a way to &#039;move&#039; the file to my dropbox folder?

So that way I don&#039;t have two copies of the file?

Thanks!</description>
		<content:encoded><![CDATA[<p>Script works great. Thanks!</p>
<p>I wonder, rather than copying a file to my dropbox folder when the script runs, is there a way to &#8216;move&#8217; the file to my dropbox folder?</p>
<p>So that way I don&#8217;t have two copies of the file?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by gemmes</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-9</link>
		<dc:creator>gemmes</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-9</guid>
		<description>Oops, pasted code from google search. Should be something like this:

&quot;Macintosh HD:Users:username:Documents:SendtoDropbox.app&quot;</description>
		<content:encoded><![CDATA[<p>Oops, pasted code from google search. Should be something like this:</p>
<p>&#8220;Macintosh HD:Users:username:Documents:SendtoDropbox.app&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by gemmes</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-8</link>
		<dc:creator>gemmes</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-8</guid>
		<description>I created a small .scpt file to trigger a FastScripts keyboard shortcut:

tell application &quot;Finder&quot; to open the selection using &quot;Macintosh HD:Users:Jono:Documents:File A.app&quot;</description>
		<content:encoded><![CDATA[<p>I created a small .scpt file to trigger a FastScripts keyboard shortcut:</p>
<p>tell application &#8220;Finder&#8221; to open the selection using &#8220;Macintosh HD:Users:Jono:Documents:File A.app&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by How To: Save Time with Dropbox and AppleScripts Launchers</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-7</link>
		<dc:creator>How To: Save Time with Dropbox and AppleScripts Launchers</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-7</guid>
		<description>[...] an incredible time saving hack, totally worth messing a little bit with AppleScripts. (thanks to Ben Cardy for the [...]</description>
		<content:encoded><![CDATA[<p>[...] an incredible time saving hack, totally worth messing a little bit with AppleScripts. (thanks to Ben Cardy for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by gemmes</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-6</link>
		<dc:creator>gemmes</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-6</guid>
		<description>How would I or could you possibly create a .scpt file to go with it so I just select a file and hit a keyboard shortcut to send the file to the .app file. 

Dont really know AppleScript, maybe a dumb question but this would be more useful to me.</description>
		<content:encoded><![CDATA[<p>How would I or could you possibly create a .scpt file to go with it so I just select a file and hit a keyboard shortcut to send the file to the .app file. </p>
<p>Dont really know AppleScript, maybe a dumb question but this would be more useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by elasticthreads</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-5</link>
		<dc:creator>elasticthreads</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-5</guid>
		<description>Thanks. I implemented the script as a snow leopard service so you can just right click on a file and run the script. Also added that, if you&#039;re trying to run it on a file that&#039;s already in your dropbox/public, it won&#039;t re-copy the file there but still give you the public URL

http://tr.im/Cl5d</description>
		<content:encoded><![CDATA[<p>Thanks. I implemented the script as a snow leopard service so you can just right click on a file and run the script. Also added that, if you&#8217;re trying to run it on a file that&#8217;s already in your dropbox/public, it won&#8217;t re-copy the file there but still give you the public URL</p>
<p><a href="http://tr.im/Cl5d" rel="nofollow">http://tr.im/Cl5d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by Resources Roundup: 25 Links to the Best AppleScripts Tutorials and Examples</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-4</link>
		<dc:creator>Resources Roundup: 25 Links to the Best AppleScripts Tutorials and Examples</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-4</guid>
		<description>[...] Dropbox Applescript [...]</description>
		<content:encoded><![CDATA[<p>[...] Dropbox Applescript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dropbox Applescript by Kyle</title>
		<link>http://www.bencardy.co.uk/blog/dropbox-applescript/comment-page-1/#comment-3</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bencardy.co.uk/?p=254#comment-3</guid>
		<description>Thanks for the script - it works as advertised...  unless you filename has spaces in it.  I&#039;m going to take a crack at modifying your code to see if i can get it to work regardless, but i thought i&#039;ld give you a heads up.

thanks!e</description>
		<content:encoded><![CDATA[<p>Thanks for the script &#8211; it works as advertised&#8230;  unless you filename has spaces in it.  I&#8217;m going to take a crack at modifying your code to see if i can get it to work regardless, but i thought i&#8217;ld give you a heads up.</p>
<p>thanks!e</p>
]]></content:encoded>
	</item>
</channel>
</rss>

