<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>applescript &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/applescript/</link>
	<description>Feed of posts on WordPress.com tagged "applescript"</description>
	<pubDate>Sat, 26 Dec 2009 10:11:12 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[2 iPhone App Dev Roles in NYC to 140k - Relo OK]]></title>
<link>http://ossjobs.wordpress.com/2009/12/21/2-iphone-app-dev-roles-in-nyc-to-140k-relo-ok/</link>
<pubDate>Mon, 21 Dec 2009 23:37:38 +0000</pubDate>
<dc:creator>Beau Gould</dc:creator>
<guid>http://ossjobs.wordpress.com/2009/12/21/2-iphone-app-dev-roles-in-nyc-to-140k-relo-ok/</guid>
<description><![CDATA[Our New York City client is a full-service agency for the digital age. They are looking for 2 full t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Our New York City client is a full-service agency for the digital age. They are looking for 2 full time, on-site, salaried Senior iPhone App Developers paying to $140,000 + benefits. Relocation assistance provided if required.  US Citizens, Green Card holders, EAD or CAN only please.</p>
<p>POSITION #1 &#8211; Senior iPhone App Developer, NYC 100-130k<br />
POSITION #2 &#8211; Mobile Tech Lead, NYC 120-140k </p>
<p>Skill Requirements: </p>
<p>* Strong C, C++ and Objective C<br />
* XML and SQL<br />
* MVC design pattern<br />
* Xcode<br />
* iPhone SDK  </p>
<p>Both roles are VERY hands-on senior, hard core, iPhone App Developer roles where the person/s they hire for each role has been 100% hands-on for years, not necessarily iPhone apps of course, but C, C++, Objective-C and the like for a majority of their career.  Current iPhone app dev experience as well.</p>
<p>TO APPLY: The absolute best way to apply for this job would be to not only submit your resume and/or portfolio or samples, but to elaborate on how your experience relates to the job description and submit your salary requirements to beau-AT-open-source-staffing.com &#8211; These applications will get noticed first. </p>
<p>Thank you and happy holidays,  </p>
<p>Beau J. Gould<br />
Open Source Staffing<br />
www.open-source-staffing.com<br />
beau-AT-open-source-staffing.com </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PathTools and iTerm instead of Terminal]]></title>
<link>http://michaelangela.wordpress.com/2009/12/14/pathtools-and-iterm-instead-of-terminal-3/</link>
<pubDate>Mon, 14 Dec 2009 09:44:50 +0000</pubDate>
<dc:creator>michaelangela</dc:creator>
<guid>http://michaelangela.wordpress.com/2009/12/14/pathtools-and-iterm-instead-of-terminal-3/</guid>
<description><![CDATA[So as noted, I tried using PathTools with FleBuilder under Eclipse 3.5 except FlexBuilder just has t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So <a href="http://michaelangela.wordpress.com/2009/11/30/eclipse-pathtools-and-a-503-error-for-the-dtd/" target="_blank">as noted</a>, I tried using PathTools with FleBuilder under Eclipse 3.5 except FlexBuilder just has too many issues under 3.5. I gave up on PathTools with FlexBuilder but it&#8217;s been just awesome with the recent JaveEE 3.5 build. I only had one not-even-gripe as there really isn&#8217;t anything to complain about. It opens Terminal for the new paths instead of iTerm. Fortunately a little scripting later and it&#8217;s all good based on some code from the <a href="http://iterm.sourceforge.net/scripting.shtml" target="_blank">iTerm site</a> and <a href="http://snippets.dzone.com/posts/show/961" target="_blank">also this snippet</a>.</p>
<p>You can see in the PathTool preferences what is called in order to do some of the interaction. Launching a terminal in the selected path is simple enough and is located here: /Applications/eclipse/configuration/org.eclipse.osgi/bundles/685/1/.cp/scripts/cdterminal.scpt</p>
<p>Changing that to the following makes it launch iTerm instead, with a little simple error correction. I hadn&#8217;t done Applescript stuff before so was just trying it out. I love these little bits of integration/customizations that are possible.<br />
<blockquote>on run argv<br />set cdTo to item 1 of argv<br />tell application &#8220;iTerm&#8221;<br />activate<br />&#8211; talk to the first terminal<br />tell the first terminal<br />&#8211; launch a default shell in a new tab in the same terminal<br />try<br />launch session &#8220;Default Session&#8221;<br />on error<br />display dialog &#8220;There was an error creating a new tab in iTerm.&#8221; buttons {&#8220;OK&#8221;}<br />end try<br />tell the last session<br />try<br />&#8211; cd to the requested cdTo path<br />write text &#8220;cd &#8221; &#38; cdTo<br />on error<br />display dialog &#8220;There was an error cding to the requested path.&#8221; buttons {&#8220;OK&#8221;}<br />end try<br />end tell<br />end tell<br />end tell<br />return<br />end run</p></blockquote>
<p>
<div><img src="http://img.zemanta.com/pixy.gif?x-id=1f6fe109-e04a-8773-a3ac-6552c43d9013" alt="" /></div>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=33d1a993-71b4-8a89-be57-569983297960" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PathTools and iTerm instead of Terminal]]></title>
<link>http://michaelangela.wordpress.com/2009/12/14/pathtools-and-iterm-instead-of-terminal-2/</link>
<pubDate>Mon, 14 Dec 2009 09:41:34 +0000</pubDate>
<dc:creator>michaelangela</dc:creator>
<guid>http://michaelangela.wordpress.com/2009/12/14/pathtools-and-iterm-instead-of-terminal-2/</guid>
<description><![CDATA[So as noted, I tried using PathTools with FleBuilder under Eclipse 3.5 except FlexBuilder just has t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So <a target="_blank" href="http://michaelangela.wordpress.com/2009/11/30/eclipse-pathtools-and-a-503-error-for-the-dtd/">as noted</a>, I tried using PathTools with FleBuilder under Eclipse 3.5 except FlexBuilder just has too many issues under 3.5. I gave up on PathTools with FlexBuilder but it&#8217;s been just awesome with the recent JaveEE 3.5 build. I only had one not-even-gripe as there really isn&#8217;t anything to complain about. It opens Terminal for the new paths instead of iTerm. Fortunately a little scripting later and it&#8217;s all good based on some code from the <a target="_blank" href="http://iterm.sourceforge.net/scripting.shtml">iTerm site</a> and <a target="_blank" href="http://snippets.dzone.com/posts/show/961">also this snippet</a>.</p>
<p>You can see in the PathTool preferences what is called in order to do some of the interaction. Launching a terminal in the selected path is simple enough and is located here: /Applications/eclipse/configuration/org.eclipse.osgi/bundles/685/1/.cp/scripts/cdterminal.scpt</p>
<p>Changing that to the following makes it launch iTerm instead, with a little simple error correction. I hadn&#8217;t done Applescript stuff before so was just trying it out. I love these little bits of integration/customizations that are possible.<br />
<blockquote>on run argv<br />&#160;&#160;&#160; set cdTo to item 1 of argv<br />&#160;&#160;&#160; tell application &#8220;iTerm&#8221;<br />&#160;&#160;&#160; &#160;&#160;&#160; activate<br />&#160;&#160;&#160; &#160;&#160;&#160; &#8212; talk to the first terminal<br />&#160;&#160;&#160; &#160;&#160;&#160; tell the first terminal<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#8212; launch a default shell in a new tab in the same terminal<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; try<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; launch session &#8220;Default Session&#8221;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; on error<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; display dialog &#8220;There was an error creating a new tab in iTerm.&#8221; buttons {&#8220;OK&#8221;}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; end try<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; tell the last session<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; try<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#8212; cd to the requested cdTo path<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; write text &#8220;cd &#8221; &#38; cdTo<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; on error<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; display dialog &#8220;There was an error cding to the requested path.&#8221; buttons {&#8220;OK&#8221;}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; end try<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; end tell<br />&#160;&#160;&#160; &#160;&#160;&#160; end tell<br />&#160;&#160;&#160; end tell<br />&#160;&#160;&#160; return<br />end run</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=1f6fe109-e04a-8773-a3ac-6552c43d9013" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[iPhone and the Polaroid PoGo Printer]]></title>
<link>http://odelljamie.wordpress.com/2009/12/12/iphone-and-the-polaroid-pogo-printer/</link>
<pubDate>Sun, 13 Dec 2009 03:45:43 +0000</pubDate>
<dc:creator>odelljamie</dc:creator>
<guid>http://odelljamie.wordpress.com/2009/12/12/iphone-and-the-polaroid-pogo-printer/</guid>
<description><![CDATA[I bought a Polaroid PoGo Printer the other day.  It was on sale at &#8220;The Shack&#8221; for $29.9]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I bought a <a href="http://www.polaroid.com/Products/Polaroid+PoGo/Overview/Overview/1804" target="_blank">Polaroid PoGo Printer</a> the other day.  It was on sale at &#8220;The Shack&#8221; for $29.99.  I&#8217;d always been intrigued because its little and battery powered.  The printer uses ZINK technology.  Its inkless &#8212; the color is embedded in the paper and appears when the printer heats the paper.  More about ZINK can be found <a href="http://www.zink.com/how-ZINK-works" target="_blank">here</a>.</p>
<p>The printer connects via USB to Pict-Bridge enabled cameras and via Bluetooth to cameras and PCs.  One thing it does not do, however, is connect to an iPhone!  So I set out to see if I could print to the PoGo printer from my iPhone.</p>
<p>The first way is to copy the picture to a computer and then print from there &#8212; but that just isn&#8217;t fun enough.  So I decided to see if I could at least automate this process and keep it wireless.</p>
<p>The picture&#8217;s path would still be iPhone to computer to printer.  This is the process I used:</p>
<p>1.  Take picture on iPhone<br />
2.  Email picture to myself from iPhone<br />
3.  Use mail&#8217;s rules to detect the picture<br />
4.  Have the mail rule run an AppleScript to send the picture to the printer</p>
<p>So &#8212; next I had to figure out the AppleScript and the rule.  I find AppleScript not particularly intuitive.  Figuring out how to get the picture from the email and then send it to the printer via Bluetooth was basically a process of Google Search, trial, and error.  In the end, I cobbled it all together.  My solution is fairly fragile.  It barely works, but it does work.</p>
<p>Here&#8217;s the AppleScript:</p>
<pre>using terms from application "Mail"
 on perform mail action with messages newMessages
 tell application "Mail"
 (* Only process 1 message.  Note: rule ensures the message has at least 1 .jpg
attachment *)
 set firstMessage to item 1 of newMessages
 set theAttachment to first item of the firstMessage's mail attachments
 set theAttachmentPath to ((path to home folder) as text) &#38; "test:"

 -- Make the file name unique-ish by adding a number representing the time to the file
name.  This is because iPhone sends pictures as photo.jpg.  
 set theAttachmentFileName to theAttachmentPath &#38; (time of (current date) as string) &#38;
theAttachment's name
 save theAttachment in theAttachmentFileName
 -- Use Bluetooth File Exchange to send the file to the printer.  I could only make
this work by using the numeric name for the printer.  This is found from getting additional
info about the device from Bluetooth preferences.
 -- You have to pass the file name as a POSIX formatted string.
 tell application "Bluetooth File Exchange"
 send file POSIX path of theAttachmentFileName as string to device "00-04-48-13-95-11"

 end tell (* Bluetooth File Exchange *)

 -- Make sure the file is fully transferred to the printer before deleting it.
 delay 30

 tell application "Finder"
 delete theAttachmentFileName
 end tell (* Finder *)

 end tell (* Mail *)
 end perform mail action with messages
end using terms from</pre>
<p>In order to use the script, you need to create a folder on your Mac called &#8220;test&#8221;.  This folder needs to be at the top level of your user (Macintosh HD:&#60;username&#62;:test).  You can go thru the script and change the name and location of the folder, if you want.  Also, I saved the script into that folder &#8212; just to keep everything together.</p>
<p>Next you need to create a rule in Apple&#8217;s mail.app.  Here&#8217;s the rule I created:</p>
<p><a href="http://odelljamie.wordpress.com/files/2009/12/screen-shot-2009-12-12-at-7-29-25-pm.png"><img class="size-medium wp-image-19 alignnone" title="Pogo Print Rule" src="http://odelljamie.wordpress.com/files/2009/12/screen-shot-2009-12-12-at-7-29-25-pm.png?w=300" alt="Pogo Print Rule" width="300" height="148" /></a></p>
<p>Note:  You also need to create a mail folder called &#8220;temp&#8221;.  The messages are stored there.  You can delete them after the image has been printed.</p>
<p>To use the rule and script:</p>
<p>1.  Make sure your printer is paired with your Mac.  Instructions on pairing the Polaroid PoGo printer with a Mac can be found <a href="http://www.polaroid.com/Products/Polaroid+PoGo/Tips+%26+Tricks/Tips+%26+Tricks/1392" target="_blank">here</a>.<br />
2.  Make sure the printer is fully charged, turned on, and connected to your Mac.<br />
3.  Make sure mail.app is running on your Mac<br />
4.  Take a picture with your iPhone (or you can use one from your photo gallery on the iPhone).<br />
5.  Click on the &#8220;share&#8221; button when viewing the photo, and choose &#8220;Email Photo.&#8221;<br />
6.  Send the photo to yourself (the account where you created the rule in mail.app)<br />
7.  Once the photo is sent from your iPhone, and received by your Mac &#8212; printing should automatically begin.</p>
<p>My script will only print the first photo attached to an email.  Also, you should not send a second photo until the first one is completely printed.  Things will not work if the printer battery is nearly depleted or the printer doesn&#8217;t have any paper.</p>
<p>If anyone has any suggestions on how to improve this process let me know.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[InDesign: Remove hyphenation from all paragraph styles]]></title>
<link>http://macproductionartist.wordpress.com/2009/12/09/indesign-remove-hyphenation-from-all-paragraph-styles/</link>
<pubDate>Wed, 09 Dec 2009 20:58:41 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/12/09/indesign-remove-hyphenation-from-all-paragraph-styles/</guid>
<description><![CDATA[Hi, Ever get a template from a designer, or even a file, and late in the game, at the 11th hour, hav]]></description>
<content:encoded><![CDATA[Hi, Ever get a template from a designer, or even a file, and late in the game, at the 11th hour, hav]]></content:encoded>
</item>
<item>
<title><![CDATA[The fastest way to tweet, EVER (Mac)]]></title>
<link>http://terminaltechie.wordpress.com/2009/12/05/the-fastest-way-to-tweet-ever-mac/</link>
<pubDate>Sat, 05 Dec 2009 23:14:35 +0000</pubDate>
<dc:creator>Leo Adamek</dc:creator>
<guid>http://terminaltechie.wordpress.com/2009/12/05/the-fastest-way-to-tweet-ever-mac/</guid>
<description><![CDATA[So, you may recall my twitter shell script, that allowed you to enter a tweet and have it done, well]]></description>
<content:encoded><![CDATA[So, you may recall my twitter shell script, that allowed you to enter a tweet and have it done, well]]></content:encoded>
</item>
<item>
<title><![CDATA[Acciones de carpeta]]></title>
<link>http://chilenomac.wordpress.com/2009/11/30/acciones-de-carpeta/</link>
<pubDate>Mon, 30 Nov 2009 06:38:18 +0000</pubDate>
<dc:creator>varodonaire</dc:creator>
<guid>http://chilenomac.wordpress.com/2009/11/30/acciones-de-carpeta/</guid>
<description><![CDATA[Las acciones de carpeta son uno de los elementos menos conocidos de OS X. La idea de fondo es que po]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Las acciones de carpeta son uno de los elementos menos conocidos de OS X. La idea de fondo es que podemos <strong>asignar un flujo</strong> (de Automator o AppleScript) a una carpeta para que cuando se añada un elemento nuevo dentro de ella, ocurra algo. Por ejemplo, subir archivos a un servidor, añadir las imágenes a iPhoto, convertir los archivos a otro tipo y un largo etcétera.</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/folder-actions-setup.jpg"><img class="alignleft size-thumbnail wp-image-2352" title="Folder Actions Setup" src="http://chilenomac.wordpress.com/files/2009/11/folder-actions-setup.jpg?w=150" alt="" width="150" height="150" /></a></p>
<p>Un uso más bien simple pero no por ello menos efectivo es el que haremos a continuación. No sé si sea problema mío, pero generalmente no me doy cuenta cuando salta el stack de <em>Descargas</em>, al haberse bajado algún archivo. Esto puede ser un poco desagradable a veces, por ejemplo, cuando un amigo me manda algo y necesita que le comente rápidamente sobre el tema y yo, muy distraídamente, sigo haciendo otras cosas.</p>
<p>¿Cuál es el plan? Es muy simple, se trata de configurar una acción para la carpeta de <em>Descargas</em> que, cuando se termine de descargar un archivo, nos <strong>dé un aviso</strong> con la posibilidad de mostrarnos el archivo. De hecho, si estamos usando Snow Leopard, nos avisará 3 segundos después de cuando el archivo deje de cambiar de tamaño, lo que ocurre con gran probabilidad cuando se termina de bajar.</p>
<p><!--morePara continuar con el plan, sigue leyendo el artículo--></p>
<p>Entonces, manos a la obra. Abrimos como siempre Automator y nos pregunta qué tipo de flujo queremos realizar. Elegimos <strong>Acción de Carpeta</strong></p>
<p style="text-align:center;"><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-36-28.png"><img class="aligncenter size-medium wp-image-2355" title="Tipo de acción" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-36-28.png?w=300" alt="" width="300" height="260" /></a></p>
<p>Luego de eso, nos muestra la típica ventana de Automator, pero preguntándonos en qué carpeta usaremos la acción. En este caso, elegimos Descargas.</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-56-24.png"><img class="aligncenter size-medium wp-image-2356" title="Ventana de Automator" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-56-24.png?w=300" alt="" width="300" height="211" /></a></p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-56-24.png"></a>Una vez elegida la carpeta, buscaremos en las acciones de Automator (en la barra lateral) la acción <em>Solicitar confirmación.</em> Esta acción nos muestra un mensaje y prosigue con el flujo si la respuesta es positiva. Si no, cancela todo.</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-13.png"><img class="aligncenter size-medium wp-image-2357" title="Diálogo" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-13.png?w=300" alt="" width="300" height="211" /></a></p>
<p>Escribimos un mensaje apropiado</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-44.png"><img class="aligncenter size-medium wp-image-2358" title="Mensaje" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-44.png?w=300" alt="" width="300" height="211" /></a></p>
<p>Y terminamos el flujo añadiendo la acción del finder <em>Mostrar ítems del Finder.</em></p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-55.png"><img class="aligncenter size-medium wp-image-2359" title="Mostrar ítems del Finder" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-57-55.png?w=300" alt="" width="300" height="211" /></a></p>
<p>Guardamos con un nombre apropiado (en mi caso, &#8220;Preguntar Mostrar ítems del Finder&#8221;) y estamos con Automator.</p>
<p>Ahora, lo que debemos hacer es <strong>configurar</strong>, efectivamente, la acción en la carpeta de descargas. Para eso la selecionamos en el Finder y buscamos en el menú contextual cómo configurar la acción de carpeta. En Snow Leopard, podemos hacerlo en el submenú Servicios.</p>
<p><a style="text-decoration:none;" href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-02.png"><img class="aligncenter size-medium wp-image-2360" title="Configurar" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-02.png?w=300" alt="" width="300" height="187" /></a></p>
<p>Esto abre la configuración de acciones de carpeta. Nos da a elegir una lista con las acciones disponibles.</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-08.png"><img class="aligncenter size-medium wp-image-2361" title="Configuración acciones de carpeta" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-08-e1259562603529.png?w=300" alt="" width="300" height="228" /></a></p>
<p>Seleccionamos la acción que deseamos</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-17.png"><img class="aligncenter size-medium wp-image-2362" title="Seleccionar" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-17.png?w=271" alt="" width="271" height="300" /></a></p>
<p>Y nos muestra la carpeta y sus acciones relacionadas.</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-28.png"><img class="aligncenter size-medium wp-image-2363" title="Carpetas y acciones" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-28.png?w=300" alt="" width="300" height="238" /></a></p>
<p>Y estamos. Cuando descarguemos un archivo, aparecerá una ventana como esta (¡con error en la interfaz de usuario y todo! En este caso, el error es del sistema)</p>
<p><a href="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-53.png"><img class="aligncenter size-medium wp-image-2364" title="Cuadro de diálogo" src="http://chilenomac.wordpress.com/files/2009/11/captura-de-pantalla-2009-11-30-a-las-2-59-53.png?w=300" alt="" width="300" height="139" /></a>Y bueno, funciona como debe funcionar. Las acciones de carpeta pueden ser bastante útiles y eficaces, dada la variedad de acciones de automator y de scripts que podemos integrar. ¡Espero que haya sido útil!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FLA to PNG via AppleScript plus JSFL]]></title>
<link>http://julifos.wordpress.com/2009/11/23/fla-to-png-via-applescript-plus-jsfl/</link>
<pubDate>Mon, 23 Nov 2009 20:29:11 +0000</pubDate>
<dc:creator>julifos</dc:creator>
<guid>http://julifos.wordpress.com/2009/11/23/fla-to-png-via-applescript-plus-jsfl/</guid>
<description><![CDATA[We use this as a droplet, so we can convert dropped FLA files to PNG in a shot. The original script ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We use this as a droplet, so we can convert dropped FLA files to PNG in a shot. The original script is much larger, as PNG files are post-processed before using them (need some tweaks in GraphicConverter or a similar apple-scriptable app), but it is a skeleton you can use in many little automation projects involving the wonderful world of AppleScript and Flash Javascript (aka JSFL), the language used to automate and extend the Flash IDE capabilities.</p>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 440px"><a href="http://julifos.wordpress.com/files/2009/11/script2.png" target="_blank"><img src="http://julifos.wordpress.com/files/2009/11/script2th.png" alt="AppleScript --&#62; FLA to PNG" title="AppleScript --&#62; FLA to PNG" width="430" height="459" class="size-full wp-image-31" /></a><p class="wp-caption-text">AppleScript --&#62; FLA to PNG (click to enlarge)</p></div>
<p>The FLA file will be exported as PNG using the last settings you used to export a PNG file.</p>
<p>You can <a href="http://www.pescadosweb.com/docs/downloads/fla2png.zip">download it here</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Replace Inline Graphics in ID with Applescript]]></title>
<link>http://macproductionartist.wordpress.com/2009/11/21/replace-inline-graphics-in-id-with-applescript/</link>
<pubDate>Sat, 21 Nov 2009 20:37:17 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/11/21/replace-inline-graphics-in-id-with-applescript/</guid>
<description><![CDATA[As you know, I&#8217;m fond of low-tech solutions. A fellow posted a request to a forum and asked ho]]></description>
<content:encoded><![CDATA[As you know, I&#8217;m fond of low-tech solutions. A fellow posted a request to a forum and asked ho]]></content:encoded>
</item>
<item>
<title><![CDATA[AppleScript Applications - Hiding the dock icon]]></title>
<link>http://maeks84.wordpress.com/2009/11/17/applescript-applications-hiding-the-dock-icon/</link>
<pubDate>Wed, 18 Nov 2009 04:09:17 +0000</pubDate>
<dc:creator>Matthew</dc:creator>
<guid>http://maeks84.wordpress.com/2009/11/17/applescript-applications-hiding-the-dock-icon/</guid>
<description><![CDATA[AppleScript is useful for all kinds of little tasks. If you&#8217;ve created one that you run fairly]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>AppleScript is useful for all kinds of little tasks.  If you&#8217;ve created one that you run fairly often, but do not want it to appear in the dock, there is an easy fix for that.</p>
<p>First, save the AppleScript as an Application Bundle.  As a side note, saving as an Application creates a Power-PC application that will launch slower on Intel machines.  An Application Bundle creates a Universal Binary which will launch faster and is required anyway to hide the icon.  See this <a href="http://www.macosxhints.com/article.php?story=2006080109510225">Mac OS X Hints article</a>.</p>
<p>Second, you must modify the applications <em>Info.plist</em> file.  This can be found by right-clicking the app and selecting Show Package Contents.  The file can be found in the Contents folder.  Add the lines<br />
<code>&#60;key&#62;LSUIElement&#60;/key&#62;<br />
	&#60;string&#62;1&#60;/string&#62;</code><br />
just above the line that reads as <em>&#60;key&#62;WindowState&#60;/key&#62;</em>.  Save and you&#8217;re done.</p>
<p>Another option is to download <a href="http://cid-8bcd10ea2181d2c0.skydrive.live.com/self.aspx/AppleScript/Droplets/Icon%20Hider.zip">Icon Hider</a> and drag&#8217;n'drop your application to it.  I included the code, so if you wish to see it simply drag&#8217;n'drop the app to the Script Editor.  Beware, though, after editing a plist file with Icon Hider the plist file will not appear correctly in TextEdit.  It works fine though in Mac OS X 10.5.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Updating Links in InDesign]]></title>
<link>http://macproductionartist.wordpress.com/2009/11/17/updating-links-in-indesign/</link>
<pubDate>Wed, 18 Nov 2009 00:01:21 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/11/17/updating-links-in-indesign/</guid>
<description><![CDATA[Hi, Well, my next goal is to make this blog better. I&#8217;m having my editor and graphic design fr]]></description>
<content:encoded><![CDATA[Hi, Well, my next goal is to make this blog better. I&#8217;m having my editor and graphic design fr]]></content:encoded>
</item>
<item>
<title><![CDATA[Ready-Set-Do!]]></title>
<link>http://asepsotic.wordpress.com/2009/11/16/ready-set-do/</link>
<pubDate>Mon, 16 Nov 2009 02:28:12 +0000</pubDate>
<dc:creator>Alastair</dc:creator>
<guid>http://asepsotic.wordpress.com/2009/11/16/ready-set-do/</guid>
<description><![CDATA[I wonder why there aren&#8217;t as many reviews on the GTD package, Ready-Set-Do! It&#8217;s basical]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I wonder why there aren&#8217;t as many reviews on the GTD package, <a href="http://homepage.mac.com/toddvasquez/Ready-Set-Do!/Personal93.html">Ready-Set-Do!</a></p>
<p>It&#8217;s basically a bunch of AppleScripts but created in such a way that the Finder and iCal are everything you need for your GTD system.</p>
<p>It utilises some very basic in-built OS X tech like getting iCal to open a &#8220;Weekly Review&#8221; script on a particular day and at a particular time.</p>
<p>It&#8217;s a bit hefty for a download compared to other GTD standalone applications but it does have an excellent summary guide to the GTD system. At the very least you could use Ready-Set-Do! as a practice platform and move on to other more expensive, complex and paid set-ups if you wish. (See also: <a href="http://www.taskcoach.org/">Task Coach</a> and <a href="http://www.trgtd.com.au/">Thinking Rock</a>)</p>
<p>Running AppleScripts can be a bit slow of course. But I genuinely appreciate the effort the programmer has made: Even as a bunch of AppleScripts, Ready-Set-Do! feels like a seamless and coherent system. (I surmise it must have taken excellent planning on the programmer&#8217;s part to do this.) </p>
<p>At the same time, because of its aim to integrate both Finder&#8217;s Folder Actions and iCal&#8217;s alarms it feels amazingly &#8220;transparent&#8221; &#8211; your experience of GTD becomes just a way of re-organising what you <i>already have</i> as opposed to needing to have and learn a new set of tools or applications.</p>
<p>I remember GTD wasn&#8217;t about the tech per se. And the very fact that you can&#8217;t do a Quicksilver keystroke means you&#8217;re being asked to think in that split second if the material is really relevant.</p>
<p>Like art, there is always &#8220;the shock of the new&#8221;. Ready-Set-Do! seems to have made it easy for those new to GTD to assume a fresher understanding of what their manner of working lacks.</p>
<p>Or as Shunryu Suzuki-Roshi used to say: &#8220;All of you are perfect just as you are and you could use a little improvement.&#8221;</p>
<p>-</p>
<p>Theoretically, if you&#8217;ve been well-trained by Ready-Set-Do!, you can well use the folder structure given to you as your GTD system. That is, you can create projects as folders (which is what RSD already does) but create actionables using text files using something like <a href="http://growlichat.com/NuFile.php">NuFile</a>.</p>
<p>And mark things off as done with Finder&#8217;s Labels. There are no check-boxes in the Finder anyway.</p>
<p>Contexts could be done by hashtagging <code>#context</code> in the Comments field of the file or even having Title, Subject, Context fields in the text file itself. I imagine this is the sort of thing that would make the &#8220;Search For&#8221; section of the Leopard Finder sidebar fun and useful.</p>
<p>It&#8217;s essentially like <a href="http://culturedcode.com/things/">Things</a>, just that you aren&#8217;t paying anyone money. You only get things like autocomplete of tags and all that automation if you pay for a new piece of software.</p>
<p>As well: I do remember that there are shareware and open-source tagging software available for the Mac. I don&#8217;t tag that much except when blogging. I tag my posts only to create references of themes and contexts. In other words, my tags are rather &#8220;indeterminate&#8221; as a lexical system, hence my not using them for actual file/to-do organisation.</p>
<p>I so need an IT friend. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve tried creating smart folders for my own purposes like &#8220;Find files downloaded in the past 24h in the Downloads folder&#8221;, but I don&#8217;t know how to. Smart folders on OS X by GUI still seem quite specific in regards to the criteria for search. Time-based searches seem difficult &#8211; unless of course I <a href="http://www.macworld.com/article/60386/2007/10/handcode.html">code my searches</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Feliz primer lustro para Mozilla]]></title>
<link>http://abrazador.wordpress.com/2009/11/11/feliz-primer-lustro-para-mozilla/</link>
<pubDate>Wed, 11 Nov 2009 14:11:37 +0000</pubDate>
<dc:creator>Adrian Morales</dc:creator>
<guid>http://abrazador.wordpress.com/2009/11/11/feliz-primer-lustro-para-mozilla/</guid>
<description><![CDATA[&quot;Designed Firefox&quot; by Applescript Mozilla Firefox está de cumpleaños. Ayer se cumplió un l]]></description>
<content:encoded><![CDATA[&quot;Designed Firefox&quot; by Applescript Mozilla Firefox está de cumpleaños. Ayer se cumplió un l]]></content:encoded>
</item>
<item>
<title><![CDATA[Batch process PDF Optimizer in folders of folders]]></title>
<link>http://macproductionartist.wordpress.com/2009/11/10/batch-process-pdf-optimizer-in-folders-of-folders/</link>
<pubDate>Tue, 10 Nov 2009 16:24:12 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/11/10/batch-process-pdf-optimizer-in-folders-of-folders/</guid>
<description><![CDATA[In a recent post, I showed you how to develop a batch process for optimizing PDFs. I came across a q]]></description>
<content:encoded><![CDATA[In a recent post, I showed you how to develop a batch process for optimizing PDFs. I came across a q]]></content:encoded>
</item>
<item>
<title><![CDATA[FileMaker to MySQL via AppleScript]]></title>
<link>http://julifos.wordpress.com/2009/11/03/filemaker-to-mysql-via-applescript/</link>
<pubDate>Tue, 03 Nov 2009 21:26:55 +0000</pubDate>
<dc:creator>julifos</dc:creator>
<guid>http://julifos.wordpress.com/2009/11/03/filemaker-to-mysql-via-applescript/</guid>
<description><![CDATA[This is the AppleScript code we use to pass data from FileMaker to a remote MySQL database. It requi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is the AppleScript code we use to pass data from FileMaker to a remote MySQL database. It requires FileMaker, the <a href="http://dev.mysql.com/downloads/">MySQL</a> binary installed in your machine and a connection to a remote MySQL-powered server.</p>
<p>The &#8220;code&#8221; tag is crap, so I&#8217;ll post an image of the code and a link to the code itself. You can <a href="http://www.pescadosweb.com/docs/downloads/FM2MySQL.zip">download it here</a>.</p>
<div id="attachment_24" class="wp-caption aligncenter" style="width: 440px"><a href="http://julifos.wordpress.com/files/2009/11/script.png" target="_blank"><img src="http://julifos.wordpress.com/files/2009/11/script_th2.png" alt="AppleScript --&#62; FileMaker to MySQL" title="AppleScript --&#62; FileMaker to MySQL" width="430" height="964" class="size-full wp-image-24" /></a><p class="wp-caption-text">AppleScript --&#62; FileMaker to MySQL (click to enlarge)</p></div>
<p>This way we feel comfortable working &#8220;at home&#8221; with a full-blown interface in FileMaker and we can populate changes to the server when needed.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Eject Disks 0.4]]></title>
<link>http://tumbleseed.wordpress.com/2009/10/29/eject-disks-0-4/</link>
<pubDate>Thu, 29 Oct 2009 21:32:22 +0000</pubDate>
<dc:creator>rickokid</dc:creator>
<guid>http://tumbleseed.wordpress.com/2009/10/29/eject-disks-0-4/</guid>
<description><![CDATA[Convince Finder to eject disks. Download Eject Disks 0.4 Eject Disks version 0.4 is released! Get it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><img class="alignleft" src="http://www.torrfamily.org/tumbleseed/images/scripteditor.png" alt="Script Cream" />Convince Finder to eject disks.</h3>
<p style="text-align:right;"><a title="Eject Disks 0.4" href="http://dl.getdropbox.com/u/243697/tumbleseed/eject-disks-04.zip">Download Eject Disks 0.4</a></p>
<p>Eject Disks version 0.4 is released! Get it from the link above.</p>
<p>Changelog:</p>
<ul>
<li> Fixed drag and drop and Finder selection.</li>
<li> Added more timely dialog boxes using <a href="http://cocoadialog.sourceforge.net/">CocoaDialog</a>.</li>
<li> Changed Finder selection options so you can choose to do a normal scan if there is an inadvertent Finder selection.</li>
<li> Fixed bug parsing optical volumes with spaces in the name so they don&#8217;t appear twice.</li>
<li> If a disk and it&#8217;s subvolume(s) are selected for ejection, now subvolumes are skipped instead of throwing errors.</li>
<li> Removed official Tiger support since I no longer have a Tiger test system.</li>
</ul>
<p>More info on the <a title="Eject Disks" href="/products/eject-disks/">Eject Disks product page</a>.</p>
<p>Tested on:</p>
<ul>
<li><span style="text-decoration:line-through;">Mac OS X 10.4 (Tiger)</span></li>
<li>Mac OS X 10.5 (Leopard)</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can/Could/Why-Can't-We Open a Terminal Window from Finder... ]]></title>
<link>http://chimac.net/2009/10/29/cancouldwhy-cant-we-open-a-terminal-window-from-finder/</link>
<pubDate>Thu, 29 Oct 2009 18:19:16 +0000</pubDate>
<dc:creator>chimac</dc:creator>
<guid>http://chimac.net/2009/10/29/cancouldwhy-cant-we-open-a-terminal-window-from-finder/</guid>
<description><![CDATA[You can read the post here or just use this solution.  A script to open current Finder folder in the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You can read the post <a href="http://discussions.apple.com/thread.jspa?threadID=2215247&#38;tstart=0" target="_self">here </a>or just use this solution.  <a href="http://www.macosxhints.com/article.php?story=2003110619193517" target="_self">A script to open current Finder folder in the Terminal</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[iMug Presents, Well Me, on Snow Leopard Services]]></title>
<link>http://peterstagg.com/2009/10/28/imug-presents-well-me-on-snow-leopard-services/</link>
<pubDate>Wed, 28 Oct 2009 12:50:35 +0000</pubDate>
<dc:creator>PSDC</dc:creator>
<guid>http://peterstagg.com/2009/10/28/imug-presents-well-me-on-snow-leopard-services/</guid>
<description><![CDATA[Last night the good people from iMug had me over to talk about Snow Leopard and in particular the im]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Last night the good people from <a href="http://www.imug.com.au/">iMug</a> had me over to talk about <a href="http://www.apple.com/macosx/">Snow Leopard</a> and in particular the improved services menu. There a good mob the guys and gals of iMug mostly older professionals who use Macs as part of their every day work / life.</p>
<p>Basically I demonstrated for them the improvements (under the hood) that Apple have made in the latest version of OS X (10.6). By my count Snow Leopard contains over 100 significant modifications and improvements, but more than enough people have already covered most of these on other blogs so I&#8217;ll not add to the noise on this. If you are interested to find out more then check out Apple&#8217;s <a href="http://www.apple.com/macosx/refinements/enhancements-refinements.html">enhancements and refinements</a> page.<!--more--></p>
<p>Other then the update to 64 bit in the system and many of the core apps the big ticket item is the upgraded to the services menu. In older versions of OS X the services menu appeared as a menu item in the drop-down menu under the program name in the menu bar. It contained a long list of ever service, functions provided by other applications to the system and other applications on it. Whilst this was a cool way of extending the overall functionality of the system it was not very user friendly as the list contained every service available whether you used them or not and whether they were relevant to what you were doing  at the time. Having a service to rotate an image available when your editing text in a text editor is obviously as useful as proverbs on a Bull.</p>
<p>Well Apple have made some very significant changes. The service menu is now contextually aware so if you are editing text in a text editor you will only see the services that are relevant to the task at hand. Even more handy is the appearance of the services menu in the context menu (control+click / right click) of all applications that support this functionality and in the Action drop-down menu in finder (the button with the cog wheel icon on it). So there are at least three convenient locations you can find the services menu now.</p>
<p>The services menu is also configurable now. To do this all you have to do is click on &#8216;Service Preferences…&#8217; in the service menu or open the Keyboard Shortcuts tab of the Keybord preferences pane and you can switch the service on and off as you like. You can also change the keyboard shortcuts for each service. The trick is to double click on the existing shortcut (or select a service and hit enter) to make changes.</p>
<p>If you want to take things to the next step and create your own services you can do so with the new service template in Automator. All in all I think what Apple have done with services in Snow Leopard is brilliant and should bring the power of automation to many more Mac users. I suspect this is due in no small part to <a href="http://en.wikipedia.org/wiki/Sal_Soghoian">Sal Soghoian</a> [<a href="http://homepage.mac.com/applescript.guru/">2</a>] the product manager for automation technologies at apple who introduced me (and about a hundred other transient <a href="http://en.wiktionary.org/wiki/BFF">BFFs</a>) to the new services menu a few months ago.</p>
<p>The <a href="http://www.macosxautomation.com/">Mac OS X Automation</a> web site, which was set up by Sal, is the best place to find out more about <a href="http://www.macosxautomation.com/services/index.html">services</a>. There are a number of service you can download from the site as well and tutorial on how to roll-your-own as well. There is a good primer article over at <a href="http://www.macworld.com/article/142419/2009/08/snowleopardservices.html">MacWorld</a> and a <a href="http://en.wikipedia.org/wiki/Services_menu">Wikipedia entry</a> about the service menu too.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Snow Leopard Addendum]]></title>
<link>http://macproductionartist.wordpress.com/2009/10/25/snow-leopard-addendum/</link>
<pubDate>Sun, 25 Oct 2009 18:44:58 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/10/25/snow-leopard-addendum/</guid>
<description><![CDATA[Matt Neuberg has written a great account of his discovery of the bug in Snow Leopard that adversely ]]></description>
<content:encoded><![CDATA[Matt Neuberg has written a great account of his discovery of the bug in Snow Leopard that adversely ]]></content:encoded>
</item>
<item>
<title><![CDATA[ID Paragraph Styles and XML tags]]></title>
<link>http://macproductionartist.wordpress.com/2009/10/21/indesign-paragraph-styles-xml-elements/</link>
<pubDate>Wed, 21 Oct 2009 06:21:30 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/10/21/indesign-paragraph-styles-xml-elements/</guid>
<description><![CDATA[One of the easiest ways to use XML in InDesign CS3 is to name the XML tags exactly the same as the p]]></description>
<content:encoded><![CDATA[One of the easiest ways to use XML in InDesign CS3 is to name the XML tags exactly the same as the p]]></content:encoded>
</item>
<item>
<title><![CDATA[Good Applescript Post on "Stuff from Hsoi" Blog]]></title>
<link>http://macproductionartist.wordpress.com/2009/10/19/good-applescript-post-on-stuff-from-hsoi-blog/</link>
<pubDate>Tue, 20 Oct 2009 00:06:39 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/10/19/good-applescript-post-on-stuff-from-hsoi-blog/</guid>
<description><![CDATA[Here&#8217;s a great article in defense of Applescript from the blogger John C. Daub at Stuff from H]]></description>
<content:encoded><![CDATA[Here&#8217;s a great article in defense of Applescript from the blogger John C. Daub at Stuff from H]]></content:encoded>
</item>
<item>
<title><![CDATA[Adding Attributes to ID XML]]></title>
<link>http://macproductionartist.wordpress.com/2009/10/19/adding-attributes-to-id-xml/</link>
<pubDate>Mon, 19 Oct 2009 19:45:13 +0000</pubDate>
<dc:creator>paeon</dc:creator>
<guid>http://macproductionartist.wordpress.com/2009/10/19/adding-attributes-to-id-xml/</guid>
<description><![CDATA[Found a question on Adobe discussions that asked how to add attributes to some first level elements.]]></description>
<content:encoded><![CDATA[Found a question on Adobe discussions that asked how to add attributes to some first level elements.]]></content:encoded>
</item>
<item>
<title><![CDATA[Freedom 0.5.1 ☆]]></title>
<link>http://macin.wordpress.com/2009/10/17/freedom-051/</link>
<pubDate>Sat, 17 Oct 2009 02:32:03 +0000</pubDate>
<dc:creator>kabbala</dc:creator>
<guid>http://macin.wordpress.com/2009/10/17/freedom-051/</guid>
<description><![CDATA[Freedom 0.5.1 (2009-05-04) Fred Stutzman 일정 시간 인터넷을 꺼 주는(!) 유틸리티. (via thriftmac) 내 맥에서는 제대로 동작하지 않는]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;">
<table border="0" align="center">
<tbody>
<tr align="center">
<td width="48" valign="top"><a href="http://macin.wordpress.com/files/2009/10/freedom-0-5-1-icon.png"><img src="http://macin.wordpress.com/files/2009/10/freedom-0-5-1-icon.png?w=48" alt="Freedom 0.5.1 Icon" title="Freedom 0.5.1 Icon" width="48" height="48" class="alignnone size-thumbnail wp-image-9634" /></a></td>
<td><a href="http://macfreedom.com/">Freedom</a> 0.5.1 <a href="http://macfreedom.com/2009/05/freedom-v051/">(2009-05-04)</a><br />
Fred Stutzman</td>
</tr>
</tbody>
</table>
</div>
<p>일정 시간 인터넷을 꺼 주는(!) 유틸리티. (via <a href="http://www.thriftmac.com/freedom">thriftmac</a>)</p>
<p>내 맥에서는 제대로 동작하지 않는데, 우선 시간을 제대로 입력받지 못 한다. (기본값 480분으로 설정)</p>
<div style="text-align:center;"><a href="http://macin.wordpress.com/files/2009/10/freedom-0-51-time-input-full.png"><img src="http://macin.wordpress.com/files/2009/10/freedom-0-51-time-input.png" alt="Freedom 0.51 Time Input" title="Freedom 0.51 Time Input" width="360" height="124" class="alignnone size-full wp-image-9642" style="margin-bottom:15px;-moz-box-shadow:0 10px 30px grey;-webkit-box-shadow:0 10px 30px grey;box-shadow:0 10px 30px grey;" /></a><br />
<a href="http://macin.wordpress.com/files/2009/10/freedom-0-51-time-left-full.png"><img src="http://macin.wordpress.com/files/2009/10/freedom-0-51-time-left.png" alt="Freedom 0.51 Time Left" title="Freedom 0.51 Time Left" width="360" height="70" class="alignnone size-full wp-image-9641" style="margin-bottom:15px;-moz-box-shadow:0 10px 30px grey;-webkit-box-shadow:0 10px 30px grey;box-shadow:0 10px 30px grey;" /></a></div>
<p>그리고 실행 중에 어플리케이션을 선택하면 기부를 요구하는 화면이 뜨는데, 여기서 Exit를 누르면 그냥 종료된다. 사용자가 인터넷 사용을 재개하는데 약간의 장애물을 설정하는 게 좋지 않을까?</p>
<div style="text-align:center;"><img src="http://macin.wordpress.com/files/2009/10/freedom-0-51-donation.png" alt="Freedom 0.51 donation" title="Freedom 0.51 donation" width="360" height="225" class="alignnone size-full wp-image-9646" style="margin-bottom:15px;-moz-box-shadow:0 10px 30px grey;-webkit-box-shadow:0 10px 30px grey;box-shadow:0 10px 30px grey;" /></div>
<p>이 화면에서 Register&#62;Cancel을 해도 어플리케이션이 종료된다.</p>
<p>어플리케이션 아이콘은 <a href="http://www.icon-king.com/">David Vignoni</a>이 KDE 3.x를 위해 제작한 <a href="http://www.icon-king.com/projects/nuvola/">Nuvola</a> Icon 1.0 <a href="http://www.kde-look.org/content/show.php?content=5358">(2004-10-15)</a> 중 Clock 아이콘이다.</p>
<div style="text-align:center;">무료/10.00 USD begware · <a href="http://macfreedom.com/wp-content/dmg/Freedom.dmg">download</a></div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
