<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/applescript">
<title>Public marks with tag applescript</title>
<description>Public marks with tag applescript</description>
<link>http://blogmarks.net/marks/tag/applescript</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058459704"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058298287"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597640"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597641"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597642"/>
<rdf:li resource="http://blogmarks.net/api/user/nicolargo/mark/1058244443"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597910"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058211773"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057912109"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057911375"/>
<rdf:li resource="http://blogmarks.net/api/user/marco/mark/1057867353"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819378"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819375"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819373"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819365"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819360"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819356"/>
<rdf:li resource="http://blogmarks.net/api/user/_Nico/mark/1057819336"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057804042"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057803981"/>
<rdf:li resource="http://blogmarks.net/api/user/gardenclogs/mark/1057927095"/>
<rdf:li resource="http://blogmarks.net/api/user/webs/mark/1057847975"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057420442"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/2661006"/>
<rdf:li resource="http://blogmarks.net/api/user/adampieniazek/mark/2460464"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058459704">
<title>Juri Pakaste - The Blog</title>
<link>http://juripakaste.fi/cgi/pyblosxom.cgi/iphoto-geodata-applescript.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Although the tools work, there's a downside compared to iPhoto's built-in Flickr support. iPhoto has wonderful geotagging support, as does Flickr, but iPhoto doesn't write the data to EXIF tags and that poses a problem for the tools. Uploadr reads just the files and so never sees the data, and apparently iPhoto doesn't provide the data to FlickrExport, either. The result is that Flickr won't know the locations of the photos.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-08T22:39:39Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>applescript, geolocation, exif, flickr</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://juripakaste.fi/cgi/pyblosxom.cgi/iphoto-geodata-applescript.html"><img border="0" src="http://blogmarks.net/screenshots/2009/08/08/c922fab1113c9f4fa31d37e12b58a3ca.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://juripakaste.fi/cgi/pyblosxom.cgi/iphoto-geodata-applescript.html">Juri Pakaste - The Blog</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Although the tools work, there's a downside compared to iPhoto's built-in Flickr support. iPhoto has wonderful geotagging support, as does Flickr, but iPhoto doesn't write the data to EXIF tags and that poses a problem for the tools. Uploadr reads just the files and so never sees the data, and apparently iPhoto doesn't provide the data to FlickrExport, either. The result is that Flickr won't know the locations of the photos.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geolocation">geolocation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/exif">exif</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flickr">flickr</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058459704">Copy</a> | 
<a href="http://blogmarks.net/link/3310153">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058298287">
<title>NodeBox Research | Photoshop Scripting</title>
<link>http://research.nodebox.net/index.php/Photoshop_Scripting</link>
<description>&lt;blockquote&gt;&lt;p&gt;To script Photoshop (or any Mac OS X application that uses apple scripting) using Python, you need appscript. Appscript is a wrapper around Applescript and provides an (almost) intuitive OO-approach to scripting. You can compile it yourself, or use my precompiled package. To install the precompiled package, unpack it in /Library/Python/2.3 . There should now be a couple of folders and files: aem, appscript, HTMLTemplate.py and HTMLTemplate.pyc, LaunchServices, osaterminology and osax.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-04-25T12:00:18Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, applescript, photoshop</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://research.nodebox.net/index.php/Photoshop_Scripting"><img border="0" src="http://blogmarks.net/screenshots/2009/04/25/a275ac8515341a7a8fa8f88ae93e9b05.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://research.nodebox.net/index.php/Photoshop_Scripting">NodeBox Research | Photoshop Scripting</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>To script Photoshop (or any Mac OS X application that uses apple scripting) using Python, you need appscript. Appscript is a wrapper around Applescript and provides an (almost) intuitive OO-approach to scripting. You can compile it yourself, or use my precompiled package. To install the precompiled package, unpack it in /Library/Python/2.3 . There should now be a couple of folders and files: aem, appscript, HTMLTemplate.py and HTMLTemplate.pyc, LaunchServices, osaterminology and osax.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photoshop">photoshop</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058298287">Copy</a> | 
<a href="http://blogmarks.net/link/3174659">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597640">
<title>AppleScript Programming - Wikibooks, collection of open-content textbooks</title>
<link>http://en.wikibooks.org/wiki/AppleScript_Programming</link>
<description></description>
<dc:date>2009-04-17T20:06:01Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>applescript, reference, wiki</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://en.wikibooks.org/wiki/AppleScript_Programming"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://en.wikibooks.org/wiki/AppleScript_Programming">AppleScript Programming - Wikibooks, collection of open-content textbooks</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wiki">wiki</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597640">Copy</a> | 
<a href="http://blogmarks.net/link/3420676">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597641">
<title>Scripting</title>
<link>http://developer.apple.com/documentation/ScriptingAutomation/AppleScript-date.html</link>
<description></description>
<dc:date>2009-04-17T20:04:14Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>applescript, reference, guide</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://developer.apple.com/documentation/ScriptingAutomation/AppleScript-date.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://developer.apple.com/documentation/ScriptingAutomation/AppleScript-date.html">Scripting</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/guide">guide</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597641">Copy</a> | 
<a href="http://blogmarks.net/link/3420677">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597642">
<title>XDroplets</title>
<link>http://www.rhythmiccanvas.com/software/xdroplets/index.html</link>
<description>A collection of Applescript droplets to launch your X11 programs from the Finder.</description>
<dc:date>2009-04-17T19:32:43Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>X11, mac, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.rhythmiccanvas.com/software/xdroplets/index.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.rhythmiccanvas.com/software/xdroplets/index.html">XDroplets</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">A collection of Applescript droplets to launch your X11 programs from the Finder.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/X11">X11</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597642">Copy</a> | 
<a href="http://blogmarks.net/link/3420678">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nicolargo/mark/1058244443">
<title>macosxhints.com - An AppleScript to keep your devices in sync</title>
<link>http://www.macosxhints.com/article.php?story=20060223140919435</link>
<description></description>
<dc:date>2009-03-19T15:04:53Z</dc:date>
<dc:author>nicolargo</dc:author>
<dc:subject>applescript, isync, automatique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.macosxhints.com/article.php?story=20060223140919435"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.macosxhints.com/article.php?story=20060223140919435">macosxhints.com - An AppleScript to keep your devices in sync</a></h4>
 
by <a href="http://blogmarks.net/user/nicolargo">nicolargo</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/isync">isync</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatique">automatique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058244443">Copy</a> | 
<a href="http://blogmarks.net/link/2901006">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597910">
<title>Camino. Mozilla Power, Mac Style</title>
<link>http://caminobrowser.org/</link>
<description>Simple &amp; faste browser for macs</description>
<dc:date>2009-03-06T08:56:09Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>applescript, mac, browser, camino, software, apps</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://caminobrowser.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://caminobrowser.org/">Camino. Mozilla Power, Mac Style</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/309363">1 other(s)</a> 
<p class="description">Simple & faste browser for macs</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/browser">browser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/camino">camino</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apps">apps</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597910">Copy</a> | 
<a href="http://blogmarks.net/link/309363">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058211773">
<title>AppleScript: Exploring the power of Folder Actions, part I - The Unofficial Apple Weblog (TUAW)</title>
<link>http://www.tuaw.com/2009/02/16/applescript-exploring-the-power-of-folder-actions-part-i/</link>
<description>&lt;blockquote&gt;&lt;p&gt;AppleScript feature on creating useful folder actions.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-02-17T04:58:43Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.tuaw.com/2009/02/16/applescript-exploring-the-power-of-folder-actions-part-i/"><img border="0" src="http://blogmarks.net/screenshots/2009/02/17/4b03d3760e80578057e706f3573eaf59.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.tuaw.com/2009/02/16/applescript-exploring-the-power-of-folder-actions-part-i/">AppleScript: Exploring the power of Folder Actions, part I - The Unofficial Apple Weblog (TUAW)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>AppleScript feature on creating useful folder actions.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058211773">Copy</a> | 
<a href="http://blogmarks.net/link/3102045">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057912109">
<title>AppleScript: Scripting Bridge</title>
<link>http://www.apple.com/applescript/features/scriptingbridge.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Mac OS X v.10.5 includes a new framework called Scripting Bridge that enables common languages, such as Ruby, Python, and Objective-C, to easily send Apple Events to scriptable applications.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-07-09T21:26:38Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>javascript, ruby, python, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.apple.com/applescript/features/scriptingbridge.html"><img border="0" src="http://blogmarks.net/screenshots/2008/07/10/31f22db008f206fe915ad5cbb677e7ec.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.apple.com/applescript/features/scriptingbridge.html">AppleScript: Scripting Bridge</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Mac OS X v.10.5 includes a new framework called Scripting Bridge that enables common languages, such as Ruby, Python, and Objective-C, to easily send Apple Events to scriptable applications.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ruby">ruby</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057912109">Copy</a> | 
<a href="http://blogmarks.net/link/2835568">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057911375">
<title>AppleScript: Unicode Support</title>
<link>http://www.apple.com/applescript/features/unicode.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;AppleScript is now entirely Unicode-based. Comments and text constants in scripts may contain any Unicode characters, and all text processing is done in Unicode, so all characters are preserved correctly regardless of the user’s language preferences.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-07-09T02:45:46Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>unicode, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.apple.com/applescript/features/unicode.html"><img border="0" src="http://blogmarks.net/screenshots/2008/07/09/fc0435d4b2c86fe4a1fe72d719e6dd5c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.apple.com/applescript/features/unicode.html">AppleScript: Unicode Support</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>AppleScript is now entirely Unicode-based. Comments and text constants in scripts may contain any Unicode characters, and all text processing is done in Unicode, so all characters are preserved correctly regardless of the user’s language preferences.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unicode">unicode</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057911375">Copy</a> | 
<a href="http://blogmarks.net/link/2834897">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/marco/mark/1057867353">
<title>Red Sweater Blog - Apple's Script</title>
<link>http://www.red-sweater.com/blog/502/apples-script</link>
<description>Apple should make JavaScript its default scripting language ?</description>
<dc:date>2008-06-03T20:56:17Z</dc:date>
<dc:author>marco</dc:author>
<dc:subject>javascript, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.red-sweater.com/blog/502/apples-script"><img border="0" src="http://blogmarks.net/screenshots/2008/06/03/378690432b63a18cf14643ea5b2f3006.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.red-sweater.com/blog/502/apples-script">Red Sweater Blog - Apple's Script</a></h4>
 
by <a href="http://blogmarks.net/user/marco">marco</a> 
<p class="description">Apple should make JavaScript its default scripting language ?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057867353">Copy</a> | 
<a href="http://blogmarks.net/link/2800970">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819378">
<title>Mac Automation: create a Mail-triggered &quot;spy cam&quot; - The Unofficial Apple Weblog (TUAW)</title>
<link>http://www.tuaw.com/2008/04/22/mac-automation-create-a-mail-triggered-spy-cam/</link>
<description>Applescript spy cam</description>
<dc:date>2008-04-29T13:40:33Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.tuaw.com/2008/04/22/mac-automation-create-a-mail-triggered-spy-cam/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/923adbb68079745b07c8f25f2a912b09.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.tuaw.com/2008/04/22/mac-automation-create-a-mail-triggered-spy-cam/">Mac Automation: create a Mail-triggered &quot;spy cam&quot; - The Unofficial Apple Weblog (TUAW)</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="description">Applescript spy cam</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819378">Copy</a> | 
<a href="http://blogmarks.net/link/2763194">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819375">
<title>Retrieve a Remote File - by Email - Murphy Mac</title>
<link>http://murphymac.com/retrieve-a-remote-file-by-email/</link>
<description>récupérer un fichier par E-mail en applescript</description>
<dc:date>2008-04-29T13:38:05Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, remote, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://murphymac.com/retrieve-a-remote-file-by-email/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/b7f7fad9232e3038ad8b5165bfe45cc3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://murphymac.com/retrieve-a-remote-file-by-email/">Retrieve a Remote File - by Email - Murphy Mac</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="description">récupérer un fichier par E-mail en applescript</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/remote">remote</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819375">Copy</a> | 
<a href="http://blogmarks.net/link/2763191">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819373">
<title>Murphy Mac</title>
<link>http://murphymac.com/page/5/</link>
<description>Recupérer un fichier par E-mail en Applescript</description>
<dc:date>2008-04-29T13:37:33Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://murphymac.com/page/5/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/ba3f3bacf1ec4271b79d1eba74729a5c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://murphymac.com/page/5/">Murphy Mac</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="description">Recupérer un fichier par E-mail en Applescript</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819373">Copy</a> | 
<a href="http://blogmarks.net/link/2763189">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819365">
<title>Doug's AppleScripts for iTunes ♫ Managing Tracks</title>
<link>http://dougscripts.com/itunes/scripts/scripts01.php?page=4#removeduplicates</link>
<description>Purger les doublons iTunes</description>
<dc:date>2008-04-29T13:28:29Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>itunes, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dougscripts.com/itunes/scripts/scripts01.php?page=4#removeduplicates"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/ad7d6e151b1eb9e796846ab6f75e0d48.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dougscripts.com/itunes/scripts/scripts01.php?page=4#removeduplicates">Doug's AppleScripts for iTunes ♫ Managing Tracks</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="description">Purger les doublons iTunes</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/itunes">itunes</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819365">Copy</a> | 
<a href="http://blogmarks.net/link/2763181">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819360">
<title>Select a Playlist by Email - And More - Murphy Mac</title>
<link>http://murphymac.com/select-a-playlist-by-email-and-more/</link>
<description></description>
<dc:date>2008-04-29T13:24:48Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://murphymac.com/select-a-playlist-by-email-and-more/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/cea7439bb22d09fd2e2e5d3af7b00172.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://murphymac.com/select-a-playlist-by-email-and-more/">Select a Playlist by Email - And More - Murphy Mac</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819360">Copy</a> | 
<a href="http://blogmarks.net/link/2763177">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819356">
<title>iTunes Alarm Clock - Murphy Mac</title>
<link>http://murphymac.com/itunes-alarm-clock/</link>
<description>Se réveiller avec iTunes avec un petit Applescript </description>
<dc:date>2008-04-29T13:19:09Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://murphymac.com/itunes-alarm-clock/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/81db5315eb37323bea05b214f01d45cd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://murphymac.com/itunes-alarm-clock/">iTunes Alarm Clock - Murphy Mac</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="description">Se réveiller avec iTunes avec un petit Applescript </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819356">Copy</a> | 
<a href="http://blogmarks.net/link/2763173">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Nico/mark/1057819336">
<title>AppleScript: Control your Mac with an e-mail - The Unofficial Apple Weblog (TUAW)</title>
<link>http://www.tuaw.com/2008/04/07/applescript-control-your-mac-with-an-e-mail/</link>
<description></description>
<dc:date>2008-04-29T13:02:00Z</dc:date>
<dc:author>_Nico</dc:author>
<dc:subject>mac, apple, e-mail, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.tuaw.com/2008/04/07/applescript-control-your-mac-with-an-e-mail/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/29/b82a67beebef11bb0c3fdbceee0cd70b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.tuaw.com/2008/04/07/applescript-control-your-mac-with-an-e-mail/">AppleScript: Control your Mac with an e-mail - The Unofficial Apple Weblog (TUAW)</a></h4>
 
by <a href="http://blogmarks.net/user/_Nico">_Nico</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apple">apple</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/e-mail">e-mail</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057819336">Copy</a> | 
<a href="http://blogmarks.net/link/2763154">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057804042">
<title>The Tao of Mac - URL Trigger</title>
<link>http://the.taoofmac.com/space/AppleScript/URL Trigger</link>
<description>&lt;blockquote&gt;&lt;p&gt;grab the current URL and other page information from Safari or Camino and paste it somewhere.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-04-21T03:43:08Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>applescript, url</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://the.taoofmac.com/space/AppleScript/URL Trigger"><img border="0" src="http://blogmarks.net/screenshots/2008/04/21/46b439de5ff9bed63f56d3af6b4f56fd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://the.taoofmac.com/space/AppleScript/URL Trigger">The Tao of Mac - URL Trigger</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>grab the current URL and other page information from Safari or Camino and paste it somewhere.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/url">url</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057804042">Copy</a> | 
<a href="http://blogmarks.net/link/2753043">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057803981">
<title>The Tao of Mac - Regarding AppleScript on Mail.app and RSS Items</title>
<link>http://the.taoofmac.com/space/blog/2008/04/18/2005#regarding-applescript-on-mail-app-and-rss-items</link>
<description>&lt;blockquote&gt;&lt;p&gt;to build a trivial little AppleScript to invoke my Python script straight from Mail.app, based on the premise that the numeric part of the filename is actually unique on Mail’s filesystem tree and that it matches the message id that you can (quite trivially) obtain in a script such as:&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-04-21T01:01:10Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, rss, applescript, email</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://the.taoofmac.com/space/blog/2008/04/18/2005#regarding-applescript-on-mail-app-and-rss-items"><img border="0" src="http://blogmarks.net/screenshots/2008/04/21/58a4f4f5a685f1a00bd53fa18a159fc4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://the.taoofmac.com/space/blog/2008/04/18/2005#regarding-applescript-on-mail-app-and-rss-items">The Tao of Mac - Regarding AppleScript on Mail.app and RSS Items</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>to build a trivial little AppleScript to invoke my Python script straight from Mail.app, based on the premise that the numeric part of the filename is actually unique on Mail’s filesystem tree and that it matches the message id that you can (quite trivially) obtain in a script such as:</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rss">rss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/email">email</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057803981">Copy</a> | 
<a href="http://blogmarks.net/link/2752983">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gardenclogs/mark/1057927095">
<title>主にAppleScriptの小物発表: Mac用ニコニコ動画ダウンロードツール：nVideoDownloader</title>
<link>http://27-75-31.cocolog-nifty.com/blog/2007/10/macnvideodownlo_5aae.html</link>
<description></description>
<dc:date>2008-04-01T04:52:00Z</dc:date>
<dc:author>gardenclogs</dc:author>
<dc:subject>application, download, mac, movie, software, tools, nicovideo, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://27-75-31.cocolog-nifty.com/blog/2007/10/macnvideodownlo_5aae.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://27-75-31.cocolog-nifty.com/blog/2007/10/macnvideodownlo_5aae.html">主にAppleScriptの小物発表: Mac用ニコニコ動画ダウンロードツール：nVideoDownloader</a></h4>
 
by <a href="http://blogmarks.net/user/gardenclogs">gardenclogs</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/download">download</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/movie">movie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nicovideo">nicovideo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057927095">Copy</a> | 
<a href="http://blogmarks.net/link/2849481">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/webs/mark/1057847975">
<title>Subversion Scripts for Mac OS X Finder</title>
<link>http://svn-finder.sourceforge.net/</link>
<description></description>
<dc:date>2007-12-03T16:13:47Z</dc:date>
<dc:author>webs</dc:author>
<dc:subject>delicious, subversion, mac, svn, osx, applescript, software, development, for:negatif, macosx, plugin, scm, finder</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://svn-finder.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/05/fa59fcd010c09b404bbd4acc3e383007.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://svn-finder.sourceforge.net/">Subversion Scripts for Mac OS X Finder</a></h4>
 
by <a href="http://blogmarks.net/user/webs">webs</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2242855">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/delicious">delicious</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/subversion">subversion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/osx">osx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/development">development</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/for%253Anegatif">for:negatif</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/macosx">macosx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scm">scm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/finder">finder</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057847975">Copy</a> | 
<a href="http://blogmarks.net/link/2242855">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057420442">
<title>Extraire les adresses mails de l'AddressBook</title>
<link>http://blogs.sun.com/bblfish/entry/my_bloomin_friends</link>
<description>&lt;blockquote&gt;&lt;p&gt;osascript -e 'tell application &quot;Address Book&quot; to get the value of every email of every person' | perl -pe 's/,  /n/g' | sort | uniq | pbcopy&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-08-28T21:12:18Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>perl, macosx, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogs.sun.com/bblfish/entry/my_bloomin_friends"><img border="0" src="http://blogmarks.net/screenshots/2007/08/28/8abf6f364d1dddacd4c1d42d18a465ff.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogs.sun.com/bblfish/entry/my_bloomin_friends">Extraire les adresses mails de l'AddressBook</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>osascript -e 'tell application "Address Book" to get the value of every email of every person' | perl -pe 's/,  /n/g' | sort | uniq | pbcopy</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/perl">perl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/macosx">macosx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057420442">Copy</a> | 
<a href="http://blogmarks.net/link/2422109">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/2661006">
<title>MacDevCenter.com: Replacing AppleScript with Ruby</title>
<link>http://www.macdevcenter.com/lpt/a/6942</link>
<description>When a Mac application is said to be scriptable, this usually means that it is scriptable through AppleScript</description>
<dc:date>2007-05-01T04:23:14Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>macosx, ruby, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.macdevcenter.com/lpt/a/6942"><img border="0" src="http://blogmarks.net/screenshots/2007/05/01/bb773745c7718ef9b887084eabe45239.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.macdevcenter.com/lpt/a/6942">MacDevCenter.com: Replacing AppleScript with Ruby</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">When a Mac application is said to be scriptable, this usually means that it is scriptable through AppleScript</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/macosx">macosx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ruby">ruby</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2661006">Copy</a> | 
<a href="http://blogmarks.net/link/2187258">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/adampieniazek/mark/2460464">
<title>macosxhints.com - Make (limited) use of the Apple Remote with VLC</title>
<link>http://www.macosxhints.com/article.php?story=20060318064612619</link>
<description></description>
<dc:date>2007-02-28T23:49:24Z</dc:date>
<dc:author>adampieniazek</dc:author>
<dc:subject>vlc, apple, remote, applescript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.macosxhints.com/article.php?story=20060318064612619"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.macosxhints.com/article.php?story=20060318064612619">macosxhints.com - Make (limited) use of the Apple Remote with VLC</a></h4>
 
by <a href="http://blogmarks.net/user/adampieniazek">adampieniazek</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vlc">vlc</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apple">apple</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/remote">remote</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applescript">applescript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2460464">Copy</a> | 
<a href="http://blogmarks.net/link/2019497">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>