<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" 
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>bioneural.net &#187; Mac</title>
	<atom:link href="http://www.bioneural.net/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioneural.net</link>
	<description>bioneural.net is for stuff worth sharing: commentary by Bruce McKenzie. Major topics covered are gadgets, informatics, Internet, Mac, mobile, musings, New Zealand, photography, Project Koru, quicklinks, rant, rave, travel and Windows</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:49:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<title>bioneural.net</title>
		<url>http://www.bioneural.net/images/kiwi-yellow-64px.png</url>
		<link>http://www.bioneural.net</link>
		<width>64</width>
		<height>64</height>
		<description>bioneural.net</description>
	</image>
		<item>
		<title>Find which application is using a file</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:44:15 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1598</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Not infrequently during my use of Apple's OS X 10.6 (Snow Leopard) I have been seeing a dialogue upon emptying the Trash telling me that 'This operation can't be completed because the item "xxx" is in use'. The culprit has been Mail.app, and the scenario seems to occur when I attempt to delete a file after having sent it as an attachment (and some time after the event at that).


Here is the dialogue:



Given that I know the file is not open, how do I find out what application thinks it is still in use? Thanks to a response on Apple Discussions, all you need to do is run the 'list open files' (lsof) command in Terminal.app:


sudo lsof /path/to/file


A shortcut to entering the file path correctly is to drag and drop the file from the Finder into the open Terminal window.

In this example, Mail.app was refusing to let go of a Dilbert .gif file I had sent some hours previously:



The solution was to quit Mail, empty the Trash, and relaunch Mail. Easily solved, but something Apple should be fixing, surely? ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Air Sharing between iPhone and Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:14:38 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1579</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Air Sharing is a fab app for iPhone that lets you mount a file store on the device to the desktop as a wireless share. You can browse your files using any decent web browser, and even upload files to the phone&#8212;albeit one file at a time. This limitation can be overcome by mounting the iPhone as a network drive (on Mac from the Finder Go &#62; Connect to Server... and enter the server address). Rather than have to visit this menu each time, wouldn't it be nice if there were a one-click way to mount iPhone? There's a app for that.


Yep, there's an app for that if you're willing to make one. Fear not, this is very simple using Automator which brings AppleScripting to the Rest of Us.

The iPhone supports Apple's Bonjour networking protocol, and can be recognised by either the assigned device name or IP address. If like me you use your iPhone on more than one WiFi network, it might be assigned a different IP address via DHCP. Because of this it makes sense to use the iPhone's Bonjour name rather than IP address, which you can identify from within Air Sharing by taping on the WiFi icon:




My Air Sharing app is built with three Automator actions: Get Specified Servers, Connect to Servers, and Show Growl Notification (Growl is an essential OS X add-on). In Automator drag these actions to the right side of the window in the order shown:



In the Get Specified Servers action click Add ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>PhotoLinker evolves geotagging on Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:32:35 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1554</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> PhotoLinker 2.0 ($US50, 30 day trial) is described by its developer as a 'pro geotagging and annotation tool'. Geotaggers who were familiar with GPSPhotoLinker will recognize the family resemblance, but will also appreciate the magnitude of changes this new app brings. It's no longer dependent upon use of a GPS track logger for a start, as integrated mapping now supports a manual geotagging mode (hence the dropping of 'GPS' from the name). There are improvements to workflow, a map viewer, a facility for track and waypoint management, and the pi&#232;ce de r&#233;sistance&#8212;EXIF metadata annotation. And yet it retains the incredible flexibility and the same precise control over automatic geotagging parameters that I appreciated in my review of GPSPhotoLonker. This post takes you on a visual walkthrough of the many new and refined features.


Disclosure: A single user license for PhotoLinker was provided by Early Innovations for the purposes of this evaluation (v2.0.1). I have a personal interest in the success of the Geotag Icon.

Offset

When you first click on the Geotagging Console button a HUD prompts you for the time zone your camera was using when the photographs to be geotagged were taken. As a general rule this is easier if your camera is always set to UTC (GMT) which is what your track logger will also be recording. The HUD helpfully prompts you to use a date and time-shifting tool if the images and tracks you load don't appear to match.



Adding tracks and photos

You can add GPX tracks, single or multiple, ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://downloads.earlyinnovations.com/PhotoLinkerIntroduction.mov" length="11853399" type="video/quicktime" />
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>The dark art of AirPort networking</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:29:23 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1504</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Until recently I was using the dodgy BeBox supplied by my Internet access provider as both a DSL modem and wireless router. The ST585v6 could create a wireless distribution system (WDS) to extend my home LAN to the attic iMac, but only over insecure WEP. So we bought a new dual-band (2.4 and 5GHz, 802.11b/g/n) Apple Time Capsule, thinking it would simplify connecting to an AirPort Express and at the same time provide wireless Time Machine backups with shared network-attached storage (NAS). In the event fully integrating this new device consumed hours, with victory arriving only after the discovery of occult keystroke trickery&#8212;not at all the Apple experience I have come to expect.


Bridging WAN and LAN

The first step was to get my BeBox working in bridge mode, functioning as a DSL modem only and handing over my public IP address to the Time Capsule. For the record (in case I need to repeat the exercise), Be sent me this advice:


If you would like to, you could switch the BeBox into bridged mode, it would then behave entirely as a modem without routing function. To do this, please follow this procedure: 


	Access the SpeedTouch configuration page by opening a web browser and typing in the Address Bar 192.168.1.254;
	Click on SpeedTouch &#62; Set up;
	Click Next, then choose Multi IP 3 Data Ports;
	Click Next, then Start.


After that your BeBox will no longer be accessible through the web interface and telnet server. This will set your be box in bridge mode.


Things actually proved more ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>An OS X player for More FM Wellington</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:29:13 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wellington]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1499</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Good radio stations can be hard to come by. My personal preference is for a mix of older and contemporary tracks, with a healthy dose of variety but nothing too far outside mainstream. One such radio station is Wellington's More FM, to which you can listen live using your web browser. I'm not keen on Internet radio delivered via a browser window because I usually end up closing the tab/ window by mistake! This Saturday morning project produced an OS X app to keep in the Dock for when the urge to listen to More FM strikes; it opens a network stream and commences automatic playback, using either of the VLC or QuickTime players.




Tested under Mac OS X 10.5.6 using VLC 0.9.9 (Intel) and QT 7.6.

A browser-based player

Windows Media Player 10 content as streamed by More FM won't playback via your Mac within Safari unless you have downloaded and installed both Windows Media Player 9 for Mac OS X and Windows Media® Components for QuickTime from Microsoft:



A VLC-based player

This Automator application for OS X uses the Play Movie from URL automator action by Jason Prell, available from Apple here. You'll need to have installed this action and of course the veritable VLC to use it:



If Play Movie from URL is not pre-installed you'll see an error:



A QuickTime-based player

QuickTime is installed with Mac OS X by default. This app uses the default Run AppleScript action included with Automator, but QuickTime needs the help of Flip4Mac WMV to handle the WMA2 audio ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Desktop refits with GeekTool and friends</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:53:12 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1446</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Further to my previous post on how to get BBC weather feeds on your desktop, this article collects together other scripts for GeekTool I've come across and customized (hat tip to the original sources, which I neglected to record). Who says the command line doesn't have equal status alongside the Mac OS X eye candy? Suggestions for optimization/ improvement or additional useful scripts most welcome.


Creating headings

Create headings using an echo shell command, just as when using PHP. For example:


echo " //UPTIME:"


Within GeekTool you can specify a custom font face, colour and opacity, text alignment, accompanying icon, refresh time, and whether the output should be "on top" of other windows&#8212;as for any of the following shell commands:



Reporting system uptime

The following shell command will report system uptime:


uptime &#124; awk '{sub(":", "h ", $3); sub(",", "min", $3); print "Time since last system boot: " $3}'




Monitoring memory usage

Does you Photoshop work or toying in Parallels merit investment in additional RAM? The following shell command will allow you to monitor memory usage, showing the total RAM in use and top running processes (the window is sized so that the top 10 are visible):


uptime &#124; top -l 1 &#124; awk '/PhysMem/ {print "RAM in use: " $8 " \n"}'; top -ocpu -FR -l2 -n20 &#124; grep '^....[1234567890] ' &#124; grep -v ' 0.0% ..:' &#124; cut -c 1-24,33-42,64-77




Identifying CPU hogs

Why is that non-essential utility app you just installed consuming 97% of your CPU cycles? The following shell command will allow you to monitor how much of ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Live BBC weather using GeekTool</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:33:00 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1426</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> GeekTool is great fun and seems an ideal means of occupying the mind while avoiding something else you should be doing. This Preference Pane for OS X basically lets you create a "live" desktop, auto-updating with data extracted using shell scripts (which can themselves call AppleScripts), image overlays, or log and other text files. I found many inspiring examples around the web to appropriate for my own desktop (see here; apologies for failing to note sources)&#8212;but one thing I had to work out by trial-and-error was bringing BBC Weather into the mix.


Assuming you already have GeekTool installed (free), go download and install Lynx, a command-line web browser available for OS X here (free).

Now enter your town, city, country or UK post code on the BBC Weather website. Look for the "latest observations feed" link. For example, for Chesterfield the feed link is:


http://feeds.bbc.co.uk/weather/feeds/rss/obs/id/3282.xml


In GeekTool create a new shell script with the following command:


lynx -dump http://feeds.bbc.co.uk/weather/feeds/rss/obs/id/3282.xml


This will show you the text file that we will be working with, created from the RSS feed. Alternatively you might open the same URL in Lynx itself from the Terminal:



In a TextEdit window (for editing convenience) we now write AWK commands to search for and pull out the bits we want. I found these articles served as a useful AWK primer. You can also search-and-replace text as in the following code to remove redundant commas:


{gsub(/,/,"")};


Find a unique word on each line from which you want to extract text. For example, to refer to the line containing ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>HoudahGeo take two best for geotaggers</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:28:13 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1421</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> HoudahGeo was at version 1.4.2 when I last looked at it in a Mac geotagging software showdown. A license costs $US30 (50% less for students; also TrailPay option) although this is a free upgrade for those with a 1.x license. The following is a largely visual tour of HoudahGeo 2.1, illustrating its ability to perform both automatic and manual geotagging via an outstanding 3-step interface, and to share geotagged images with users of Google Earth, Flickr, and Locr&#8212;or any service/ software than can read EXIF metadata or CSV/ GPX files.


Disclosure: A single user license for HoudahGeo was provided by Houdah Software for the purposes of this evaluation.

You should be geotagging

Geotagging&#8212;surely you've heard the term? The geotagging 'ABC' post here on bioneural.net is rather popular, and since the software showdown post was published geotagging in general, and on the Mac in particular, has seen a number of exciting developments.

CDFinder has been updated with significant geotagging functionality (e.g. export of variable-size images to KMZ). GraphicConverter can edit geotags and create them using Google Earth. Geotag is a cross-platform tool seeing active development. An update to Nikon ViewNX brings free manual geotagging functionality. Even Apple have got in on the act with the release of iPhoto '09, which supports manual geotagging and sharing of geotagged images to Flickr Map (there are options for older iPhoto versions too). Of course the iPhone can geotag images taken with that device's camera, and track logging apps are available via the App Store.

The range of Mac-compatible data ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>CDFinder update will please geotaggers</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F05%2Fcdfinder-update-will-please-geotaggers%2F&amp;seed_title=CDFinder+update+will+please+geotaggers</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F05%2Fcdfinder-update-will-please-geotaggers%2F&amp;seed_title=CDFinder+update+will+please+geotaggers#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:30:22 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1356</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> I previously reviewed CDFinder, an asset manager that specialises in metadata, and looked at its potential role in the Mac geotagging workflow. The freshly-squeezed version 5.5 brings a few bug fixes, general enhancements, and of particular personal interest improved support for GPS-related functions. This post considers finding geotagged images, integration with other mapping services, integration with other geo-aware applications (via contextual menu modules), copying GPS locations, displaying KMZ files on your Google Map mash-up, and finding nearby images via your website.


Finding geotagged images

One option is to use the new GeoFinder. Click your way around the map, acquire a position from Google Earth, choose from a pre-set location or add a custom location to discover images within a custom radius of your starting point:



Alternatively right-click any geotagged image (automatically badged with the Geotag Icon) for access to other images in your catalogue based on common IPTC header information or EXIF data:



Integration with other mapping services

CDFinder allows you to view the location of the current image using Google Earth or a good number of online mapping services (Flickr, Panoramio, MapQuest, Google Maps, SmugMug, WikiMapia, Woophy, OpenStreetMap, Geody, and Yahoo! Maps). You can also upload directly to Locr (account required):



Integration with other geo-aware applications

A number of Mac applications include contextual menu modules that let you access functionality by right-clicking an image in the Finder, for example. In the following screen capture the GPS-Info CMM and GraphicConverter modules are loaded:



In terms of workflow you might add Automator actions or batch-process geotagged images using GraphicConverter ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F01%2F05%2Fcdfinder-update-will-please-geotaggers%2F&amp;seed_title=CDFinder+update+will+please+geotaggers/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Get your GPS fix with RouteBuddy 2.2</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F08%2F14%2Fget-your-gps-fix-with-routebuddy-22%2F&amp;seed_title=Get+your+GPS+fix+with+RouteBuddy+2.2</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F08%2F14%2Fget-your-gps-fix-with-routebuddy-22%2F&amp;seed_title=Get+your+GPS+fix+with+RouteBuddy+2.2#comments</comments>
		<pubDate>Thu, 14 Aug 2008 12:11:27 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[routebuddy]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tomtom]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1180</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> RouteBuddy is an application for Mac marketed as "iTunes for your GPS" in reflection of some interface similarities. It works with most GPS receivers to plot your live position on high-quality street maps, but can also import and export saved data to/ from some devices, applications, and online services. With full-featured and highly portable personal navigation devices increasingly affordable (e.g. TomTom, Garmin) and free tools available for direction-finding and location-sharing (e.g. Google Maps, Google Earth), you may be forgiven for wondering what gap in the market RouteBuddy aims to fill. This question set the brief for my review as I determined to assess its strengths and weakness against the tools you may use already.


Disclosure: A single user license for RouteBuddy 2.1.1&#8211;2.2 with UK &#38; Ireland maps was provided by RouteBuddy Ltd. for the purposes of this review. Tested using a 1.83GHz Intel Core Duo MacBook with 2GB RAM.

Skip to:


	Prelude
	The RouteBuddy interface in brief
	RouteBuddy and GPS device compatibility
	Have software, need map
	Tracking
	Planning
	Navigating
	Importing
	Exporting
	Sharing
	Analyzing
	Plotting
	Managing
	Finding
	Summary and conclusion


Prelude

I gave up on Route 66 (now defunct route-planning software) with the arrival of Google Maps, but still largely relied on a spiral-bound paper road atlas&#8212;until I hired a car with "sat nav". After a false start with Navman, I migrated to the more Mac-friendly TomTom platform, which led me to discover the sport of geocaching. Then it was back to Navman, and then TomTom again, by which time I had caught up with photo geotagging&#8212;and that has become something of a preoccupation. Why am I boring you with ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2008%2F08%2F14%2Fget-your-gps-fix-with-routebuddy-22%2F&amp;seed_title=Get+your+GPS+fix+with+RouteBuddy+2.2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
	</channel>
</rss>
