<?xml version="1.0" encoding="UTF-8"?>
<posts type="array">
  <post>
    <author>Simon Schoeters</author>
    <content>&lt;h3&gt;Download&lt;/h3&gt;

&lt;p&gt;&lt;img src="/images/lightroom.gif" alt="" /&gt; &lt;a href="http://svn.suffix.be/public/lightroom/iPhotoExport.dmg" title="Download the iPhotoExport plugin from the public SVN repository"&gt;Download iPhotoExport v0.1&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;What?&lt;/h3&gt;

&lt;p&gt;The Lightroom to iPhoto plugin exports the selected photos from Adobe Lightroom to iPhoto and creates an album with the exported photos if needed.&lt;/p&gt;

&lt;p&gt;Why would one like to duplicate photos from Lightroom in iPhoto? Well, Lightroom is my main photo repository but I miss the tight integration with Mac OS X like iPhoto has. iPhoto makes it easy to browse your photo library from different applications (like Finder and Mail) or export the photos to external devices (like the iPhone or iPod), Ligthroom doesn't.&lt;/p&gt;

&lt;p&gt;The plugin was tested with Adobe Photoshop Lightroom 1.3.1 and iPhoto '08 7.1.1, other versions may work but I didn't check.&lt;/p&gt;

&lt;h3&gt;Installation&lt;/h3&gt;

&lt;p&gt;Installing is pretty easy: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://svn.suffix.be/public/lightroom/iPhotoExport.dmg" title="Download the iPhotoExport plugin from the public SVN repository"&gt;Download&lt;/a&gt; the plugin,&lt;/li&gt;
&lt;li&gt;open the downloaded disk image and&lt;/li&gt;
&lt;li&gt;double click on it. Lightroom will install the plugin for you.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To install manually, move the plugin folder to /Library/Application Support/Adobe/Lightroom/Modules/ to install for all users or move it to ~/Library/Application Support/Adobe/Lightroom/Modules/ if you only want to install the plugin for yourself. In either case you'll have to create the Modules folder within the Lightroom folder if it's not already there.&lt;/p&gt;

&lt;p&gt;Restart Adobe Lightroom if it was running.&lt;/p&gt;

&lt;h3&gt;Export a few photos&lt;/h3&gt;

&lt;p&gt;Just export your photos like you would normally do but select iPhoto from the top area of the export dialog. Set the options (resolution, export format, create an iPhoto album or not, etc.) and export your photos.&lt;/p&gt;

&lt;img src="/images/export_plugin.gif" alt="Export window screenshot" /&gt;

&lt;h3&gt;Uninstalling&lt;/h3&gt;

&lt;p&gt;To uninstall the plugin you just need to delete it from the &amp;lsquo;Modules&amp;rsquo; folder or move it to where Lightroom won't find it.&lt;/p&gt;

&lt;h3&gt;For developers&lt;/h3&gt;

&lt;p&gt;All Adobe Lightroom plugins are written in &lt;a href="http://www.lua.org/" class="ext" title="A light-weight, embeddable scripting language"&gt;Lua&lt;/a&gt;. It's not possible to address the iPhoto API directly from Lua as the API is only available for AppleScript. The plugin exports the photos to a temporary location with Lua and triggers an AppleScript that imports the photos in iPhoto. The workaround is ugly for various reasons (an intermediate file is used for the Lua - AppleScript communication, the user sees the AppleScript popping up when exporting, etc.) so if anyone knows a decent Lua to AppleScript bridge it would be nice to know.&lt;/p&gt;

&lt;p&gt;It's also the very first time I used Lua so feel free to optimize the code where needed. I'm planning to add the following when I can:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Get rid of the Lua to AppleScript overhead.&lt;/li&gt;
	&lt;li&gt;Error handling when something goes wrong.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Features I would like to add but the iPhoto API doesn't support (yet). Let's hope one of the following iPhoto releases updates the API.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Creation of iPhoto folders form within the export dialog.&lt;/li&gt;
	&lt;li&gt;Name the new iPhoto event.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can get the source code from my &lt;a href="http://svn.suffix.be/public/lightroom/" title="Plublic SVN repository for Lightroom plugins"&gt;SVN repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I haven't tested it myself but it should work in Lightroom 2 as Ingemar points out, will test it myself as soon as possible.&lt;/p&gt;</content>
    <created-at type="datetime">2007-12-19T15:32:49+01:00</created-at>
    <id type="integer">13</id>
    <location-id type="integer">1</location-id>
    <permalink>lightroom-iphoto-export</permalink>
    <title>Lightroom to iPhoto export</title>
    <updated-at type="datetime">2008-09-01T13:00:45+02:00</updated-at>
  </post>
  <post>
    <author>Simon Schoeters</author>
    <content>&lt;p&gt;Today we launched a new website: &lt;a href="http://www.milkcarton.be/" title="Mac OS X applications and frameworks by milkcarton" class="ext" rel="me"&gt;milkcarton.be&lt;/a&gt;. Last year we started developing a small Cocoa application but got stuck and never got to something &amp;lsquo;release worthy&amp;rsquo;, the half finished program was waiting there to be forgotten. A few months ago we decided to pick up where we left of and fix the design mistakes we made last year. We started from scratch and here we are, releasing our first private beta today!&lt;/p&gt;

&lt;h3&gt;Lustro&lt;/h3&gt;

&lt;p&gt;What is this mysterious app? It listens to the name &lt;strong&gt;Lustro&lt;/strong&gt; and is a small Address Book exporter for Mac OS X Leopard. It exports all your contacts to &lt;abbr title="Comma-separated values"&gt;CSV&lt;/abbr&gt;, tab-delimited or hCard files or overwrites your Google Contacts with the ones on your Mac (so that you have access to all your Address Book contacts in GMail). If this sounds like something you could use you can &lt;a href="http://www.milkcarton.be/contact" title="Contact milkcarton" class="ext" rel="me"&gt;drop us a note&lt;/a&gt; as we are still looking for beta testers. Lustro is free and open source so there is no excuse to chicken out on this one.&lt;/p&gt;

&lt;h3&gt;milkcarton&lt;/h3&gt;

&lt;p&gt;We didn't really have a decent home for Lustro so we decided to create a new website to host these little applications, frameworks or other bits of code we designed and will design. That's &lt;a href="http://www.milkcarton.be/" title="Mac OS X applications and frameworks by milkcarton" class="ext" rel="me"&gt;milkcarton.be&lt;/a&gt;: hop over there to and have a look around.&lt;/p&gt;

</content>
    <created-at type="datetime">2008-06-20T18:15:57+02:00</created-at>
    <id type="integer">29</id>
    <location-id type="integer">1</location-id>
    <permalink>launching-milkcarton-lustro</permalink>
    <title>Launching milkcarton with Lustro</title>
    <updated-at type="datetime">2008-06-20T18:15:57+02:00</updated-at>
  </post>
  <post>
    <author>Simon Schoeters</author>
    <content>&lt;div class="hreview"&gt;

&lt;p class="item"&gt;&lt;span class="fn"&gt;Sharecard&lt;/span&gt; is a &amp;euro;1.59 app from &lt;a href="http://www.doseido.com/products/sharecard" title="Sharecard product page @ Doseido" class="url ext"&gt;Doseido&lt;/a&gt; that sends an iPhone contact in vCard format by mail. I browsed around on the App Store for a way to easily share my contact information when I meet someone. My requirements: fast, efficient, easy to use and a polished &lt;abbr title="User Interface"&gt;UI&lt;/abbr&gt; is a plus.&lt;/p&gt;

&lt;div class="description"&gt;

	&lt;p&gt;I couldn't find a free app to send vCards and choose Sharecard for it's good looking UI. Yes, I know, the iPhone &lt;abbr title="Operating System"&gt;OS&lt;/abbr&gt; 3.0 should do this out-of-the-box, fingers crossed. With Sharecard you can choose to include your name, organization, e-mail, phone, address and/or chat information in the vCard. I played with the application and sent some feedback to the author. The next release fixed some &amp;ndash; not all &amp;ndash; of my remarks. Here are a few things I'm still missing:&lt;/p&gt;

	&lt;ul&gt;
	&lt;li&gt;The mail will be send from a Doseido mail address. To me this feels like sleek advertising from the developer. It would be acceptable for a free app but for a paid app I expect it to use my own e-mail address (idem for the subject field, or the ad link at the bottom). It also makes the mail more obscure for the guy receiving my vCard, not to mention spam filters.&lt;/li&gt;
	&lt;li&gt;Notes are not included in the card. This is a pity as I use this field to add all the missing data (eg. my Skype or bank account).&lt;/li&gt;
	&lt;li&gt;The company name is replaced by &lt;samp&gt;(null)&lt;/samp&gt; when no company name is given, this should be an empty field.&lt;/li&gt;
	&lt;li&gt;The contact photo is not included, now, I know from my own experience that this is hard to do so I shouldn't be too picky about this one.&lt;/li&gt;
	&lt;li&gt;The type of both the phone number and e-mail address is wrong, the vCard source shows &lt;samp&gt;type=TERNET&lt;/samp&gt; and &lt;samp&gt;type=bile&lt;/samp&gt;.&lt;/li&gt;
	&lt;li&gt;All my phone numbers are prefixed with the country code (eg. +32 for Belgium) but Sharecard removes the plus sign, making the phone number unusable.&lt;/li&gt;
	&lt;/ul&gt;

	&lt;p&gt;Let's wait for the next iPhone OS update. It'll include contact sharing out-of-the-box, making applications like Sharecard &lt;abbr class="rating" title="1"&gt;superfluous&lt;/abbr&gt;.&lt;/p&gt;

&lt;/div&gt;

&lt;h3&gt;Related&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&amp;ldquo;&lt;a href="/blog/future-of-business-cards" title="My business card concept blog post"&gt;The future of business cards&lt;/a&gt;&amp;rdquo;, my view on business cards with &lt;abbr title="Radio-Frequency IDentification"&gt;RFID&lt;/abbr&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="hidden"&gt;
	&lt;span class="summary"&gt;Sharcard, vCard mailer for iPhone&lt;/span&gt;
	&lt;abbr title="2004-03-31T20:00" class="dtreviewed"&gt;Mar 31, 2004&lt;/abbr&gt;
	&lt;span class="reviewer vcard"&gt;&lt;span class="fn"&gt;Simon Schoeters&lt;/span&gt;&lt;/span&gt;
	&lt;span class="type"&gt;product&lt;/span&gt;
	&lt;span class="version"&gt;0.3&lt;/span&gt;
&lt;/div&gt;

&lt;/div&gt;</content>
    <created-at type="datetime">2009-03-31T17:57:21+02:00</created-at>
    <id type="integer">53</id>
    <location-id type="integer">8</location-id>
    <permalink>sharecard-review</permalink>
    <title>Sharecard for iPhone</title>
    <updated-at type="datetime">2009-03-31T17:57:21+02:00</updated-at>
  </post>
</posts>
