<?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"
	>
<channel>
	<title>Comments on: Camino AppleScript</title>
	<atom:link href="http://schinckel.net/2005/08/22/camino-applescript/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/08/22/camino-applescript/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Mon, 01 Dec 2008 23:59:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Slowchildren.com</title>
		<link>http://schinckel.net/2005/08/22/camino-applescript/#comment-359</link>
		<dc:creator>Slowchildren.com</dc:creator>
		<pubDate>Thu, 06 Oct 2005 14:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/08/22/camino-applescript/#comment-359</guid>
		<description>&lt;strong&gt;Camino + Apple Script + Cocoalicious = Caminolicious&lt;/strong&gt;

Disclaimer: I don't think most of my friends are really going to understand this, but I'm put this out there anyway...for google. I recently discovered del.icio.us, which is a great bookmarking tool. While playing around with that, I found some of th...</description>
		<content:encoded><![CDATA[<p><strong>Camino + Apple Script + Cocoalicious = Caminolicious</strong></p>
<p>Disclaimer: I don&#8217;t think most of my friends are really going to understand this, but I&#8217;m put this out there anyway&#8230;for google. I recently discovered del.icio.us, which is a great bookmarking tool. While playing around with that, I found some of th&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://schinckel.net/2005/08/22/camino-applescript/#comment-288</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 25 Sep 2005 12:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/08/22/camino-applescript/#comment-288</guid>
		<description>tell application "Camino"
     OpenURL "http://blogs.23.nu/c0re/"
end tell

the openurl stuff is quite broken, for example,
gopher urls are opened as local files (that are not found, obviously). and i still have not figured out how
to make a new window, shoud be something like

set newBrowserWindow to make new browser window properties {URL: "http://172.30.20.75/"}

though it does not work :(</description>
		<content:encoded><![CDATA[<p>tell application &#8220;Camino&#8221;<br />
     OpenURL &#8220;http://blogs.23.nu/c0re/&#8221;<br />
end tell</p>
<p>the openurl stuff is quite broken, for example,<br />
gopher urls are opened as local files (that are not found, obviously). and i still have not figured out how<br />
to make a new window, shoud be something like</p>
<p>set newBrowserWindow to make new browser window properties {URL: &#8220;http://172.30.20.75/&#8221;}</p>
<p>though it does not work <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
