<?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 another colleague of mine got himeself an iMac. After a sleepless night he is looking for some extra software so I took a look in my Applications folder and here is my list of most useful Mac OS X apps. The ones with a &amp;hearts; are the ones I need, the others are great applications I don't need evey day or the ones I download again next time I need them for a specific task.&lt;/p&gt;

&lt;ul&gt;
	&lt;!-- image editors --&gt;
	&lt;li&gt;&lt;a href="http://www.adobe.com/products/photoshop/" title="Photoshop, still the major image editor" class="ext"&gt;Adobe Photoshop&lt;/a&gt; &amp;hearts; is the image editor, no questions asked. Tried numerous alternatives from Pixelmator to GIMP but I keep going back to Photoshop.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.adobe.com/products/photoshoplightroom/" title="Photo editing with Lightroom" class="ext"&gt;Adobe Photoshop Lightroom&lt;/a&gt; &amp;hearts; a must have if you regularly edit photos or shoot in RAW.&lt;/li&gt;

	&lt;!-- editors --&gt;
	&lt;li&gt;&lt;a href="http://www.macromates.com/" title="The missing editor for Mac OS X" class="ext"&gt;TextMate&lt;/a&gt; &amp;hearts; is an editor that combines the power of command line editing with a nice &lt;abbr title="Graphical User Interface"&gt;GUI&lt;/abbr&gt; wrapped around it.&lt;/li&gt;

	&lt;!-- internet applications --&gt;
	&lt;li&gt;&lt;a href="http://www.mozilla.com/firefox/" title="Firefox, a great development browser" class="ext"&gt;Firefox&lt;/a&gt; &amp;hearts; as development browser. I use Safari for my daily browsing stuff but the Firefox extensions make it indispensable for web development.&lt;/li&gt;
	
	&lt;li&gt;&lt;a href="http://www.acquisitionx.com/" title="Aquisition X, a peer-to-peer file sharing program" class="ext"&gt;Aquisition X&lt;/a&gt; a peer-to-peer file sharing program which connects to Gnutella and BitTorrent networks.&lt;/li&gt;
	
	&lt;li&gt;&lt;a href="http://www.adiumx.com/" title="Adium X, the chat client for Mac" class="ext"&gt;Adium X&lt;/a&gt; &amp;hearts; is a free and open source instant messaging application that can connect to &lt;abbr title="AOL Instant Messenger"&gt;AIM&lt;/abbr&gt;, &lt;abbr title="The Microsoft Network"&gt;MSN&lt;/abbr&gt;, Jabber, Facebook, GTalk and more.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.skype.com/" title="VoIP with Skype" class="ext"&gt;Skype&lt;/a&gt; &amp;hearts; makes calls from your computer - free to other people on Skype and cheap to phones and mobiles around the world.&lt;/li&gt;	

	&lt;li&gt;&lt;a href="http://www.transmissionbt.com/" title="Transmission, a simple, lightweight BitTorrent client" class="ext"&gt;Transmission&lt;/a&gt; is a fast, easy, and free BitTorrent client with a focus on being lightweight yet feature-filled.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.panic.com/transmit/" title="Transmit, a great FTP client" class="ext"&gt;Transmit&lt;/a&gt; &amp;hearts; is still the best FTP program for Mac OS X in my opinion. It supports Amazon S3, iDisk, WebDAV, &lt;abbr title="File Transfer Protocol"&gt;FTP&lt;/abbr&gt;, &lt;abbr title="Secure File Transfer Protocol"&gt;SFTP&lt;/abbr&gt;, &lt;abbr title="Transport Layer Security/Secure Sockets Layer"&gt;TLS/SSL&lt;/abbr&gt;.&lt;/li&gt;
		
	&lt;li&gt;&lt;a href="http://www.spanningsync.com/" title="Sync iCal and Google Calendar" class="ext"&gt;Spanning Sync&lt;/a&gt; &amp;hearts; syncs your iCal with Google Calendar on a scheduled basis.&lt;/li&gt;	
	
	&lt;!-- video converters --&gt;
	&lt;li&gt;&lt;a href="http://www.handbrake.fr/" title="DVD to MPEG-4 converter" class="ext"&gt;Handbrake&lt;/a&gt; is a free and open source multithreaded &lt;abbr title="Digital Versatile Disc"&gt;DVD&lt;/abbr&gt; to &lt;abbr title="Moving Picture Experts Group"&gt;MPEG&lt;/abbr&gt;-4 converter.&lt;/li&gt;
	
	&lt;li&gt;&lt;a href="http://www.isquint.org/" title=" iPod or iPhone video conversion" class="ext"&gt;iSquint&lt;/a&gt; is free movie converter from numerous movie formats to iPod, iPhone and Apple TV compatible formats.&lt;/li&gt;
	
	&lt;!-- video players --&gt;
	&lt;li&gt;&lt;a href="http://www.videolan.org/vlc/" title="VLC, the &amp;lsquo;play all&amp;rsquo; media player" class="ext"&gt;VLC Media Player&lt;/a&gt; &amp;hearts; plays all the more obscure movie formats QuickTime doesn't know about.&lt;/li&gt;
	
	&lt;li&gt;With &lt;a href="http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx" title="Play Windows Media files in your QuickTime player" class="ext"&gt;Flip4Mac&lt;/a&gt; &amp;hearts; you can play Windows Media files (.wma and .wmv) directly in QuickTime player and view these files in your browser.&lt;/li&gt;
	
	&lt;li&gt;&lt;a href="http://www.araelium.com/screenflick/" title="Screen capturing with Screenflick" class="ext"&gt;Screenflick&lt;/a&gt; &amp;hearts; is a screen capturing app that can record portions of the screen and record audio simultaneous from microphones and the system audio.&lt;/a&gt;&lt;/li&gt;	
	
	&lt;li&gt;&lt;a href="http://www.zattoo.com/ " title="Zattoo is real TV on your PC" class="ext"&gt;Zattoo&lt;/a&gt; free real streaming TV. For Belgium it shows VT4, VIJFtv and La Une.&lt;/li&gt;
	
	&lt;!-- development --&gt;
	&lt;li&gt;&lt;a href="http://www.versionsapp.com/" title="Versions, a Subversion client" class="ext"&gt;Versions&lt;/a&gt; &amp;hearts; is still in beta and it already replaced my command line &lt;abbr title="Subversion"&gt;SVN&lt;/abbr&gt; skills or how a GUI can make your life easier.&lt;/li&gt;

	&lt;!-- others --&gt;
	&lt;li&gt;&lt;a href="http://www.blacktree.com/quicksilver" title="Quicksilver application and task launcher" class="ext"&gt;Quicksilver&lt;/a&gt; is a fantastic launcher I used to start applications with a simple shortcut but Spotlight kind of replaced it. Still, it's much more powerfull and has loads of plug-ins.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.houdah.com/houdahGeo/" title="Geocoding for the Mac" class="ext"&gt;HoudaGeo&lt;/a&gt; &amp;hearts; is a one-stop photo geo coding application which can read &lt;abbr title="Global Positioning System"&gt;GPS&lt;/abbr&gt; log files or use Google Maps to add geographic coordinates to your photos.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://wakaba.c3.cx/s/apps/unarchiver.html" title="The Unarchiver, a BOMArchiveHelper replacement" class="ext"&gt;The Unarchiver&lt;/a&gt; &amp;hearts; is designed to handle many more formats than BOMArchiveHelper,  the built-in archive unpacker program in Mac OS X. It supports Zip, Tar-GZip, Tar-BZip2, Rar, 7-zip, LhA, StuffIt and many other more or less obscure formats.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.barebones.com/products/Yojimbo/" title="Yojimbo, an unstructured information organizer" class="ext"&gt;Yojimbo&lt;/a&gt; &amp;hearts; is an information organizer to store unstructured information like password, notes, etc. Use it to keep website payment confirmations, flight numbers, passwords, code snippets and others but looking for a free alternative here.&lt;/li&gt;

&lt;li&gt;&lt;a href="http://www.parallels.com/en/products/desktop/" title="Parallels, run Windows, Linux and Mac OS X side by side"&gt;Parallels&lt;/a&gt; is a OS virtualization tool that let's you run Windows or Linux on your Mac side by side.&lt;/li&gt;

&lt;li&gt;&lt;a href="http://lightheadsw.com/caffeine/" title="Caffeine, keep your Mac awake" class="ext"&gt;Caffeine&lt;/a&gt; &amp;hearts; is a tiny program that puts an icon your your menu bar. Click it to prevent your Mac from automatically going to sleep, dimming the screen or starting screen savers. Click it again to go back. Greet free app to keep around.&lt;/li&gt;

	&lt;li&gt;&lt;a href="http://www.macports.org/" title="Software package manager MacPorts" class="ext"&gt;MacPorts&lt;/a&gt; is a software package manager for Mac OS X, not the tool for everyone but a great help if you need to install UNIX software from time to time and don't like the &amp;lsquo;configure, make, make&amp;rsquo; install way. Free, of course.&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;A few duplicates or applications that do more or less the same things as the ones above but for free.&lt;/p&gt;

&lt;ul&gt;

	&lt;li&gt;&lt;a href="http://cabos.sourceforge.jp/" title="Cabos, a peer-to-peer file sharing program" class="ext"&gt;Cabos&lt;/a&gt; &amp;hearts; is a free open source alternative for Aquisition X. The &lt;abbr title="User Interface"&gt;UI&lt;/abbr&gt; doesn't look as good but hey, it's free.&lt;/li&gt;	
	
	&lt;li&gt;&lt;a href="http://www.cyberduck.ch/" title="Cyberduck, a free FTP app" class="ext"&gt;Cyberduck&lt;/a&gt; is a free and open source alternative for Transmit. It supports FTP, SFTP, WebDAV &amp;amp; Amazon S3. Again, the UI is the trade of but offers great value for, well, no money.&lt;/li&gt;
		
&lt;/ul&gt;

</content>
    <created-at type="datetime">2008-07-18T14:31:08+02:00</created-at>
    <id type="integer">31</id>
    <location-id type="integer">3</location-id>
    <permalink>mac-apps-for-switchers</permalink>
    <title>Mac apps for switchers</title>
    <updated-at type="datetime">2008-10-10T21:22:10+02:00</updated-at>
  </post>
</posts>
