<?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:gml="http://www.opengis.net/gml"
>

<channel>
	<title>chrisfleming.org</title>
	<atom:link href="http://www.chrisfleming.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfleming.org</link>
	<description>musings on photography, mapping and life in general.</description>
	<lastBuildDate>Sun, 11 Apr 2010 23:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Edinburgh mapping party &#8211; Penicuik</title>
		<link>http://www.chrisfleming.org/osm/edinburgh-mapping-party-penicuik/</link>
		<comments>http://www.chrisfleming.org/osm/edinburgh-mapping-party-penicuik/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 23:02:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.chrisfleming.org/?p=276</guid>
		<description><![CDATA[﻿ So we had the first of what will hopefully be a series of many Scottish mapping parties on Saturday, the idea is to pick somewhere which is reasonably accessible and still in need of mapping and get together and spend some time filling in some of the big gaps outside of the city. There was enough [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-289" href="http://www.chrisfleming.org/osm/edinburgh-mapping-party-penicuik/attachment/screenshot_016/"></a><a title="View to the Pentlands." href="http://www.flickr.com/photos/61663261@N00/4512365680/"><img src="http://farm3.static.flickr.com/2272/4512365680_c76b496195_b.jpg" alt="View to the Pentlands." width="660" /></a>﻿</p>
<p>So we had the first of what will hopefully be a series of many Scottish mapping parties on Saturday, the idea is to pick somewhere which is reasonably accessible and still in need of mapping and get together and spend some time filling in some of the big gaps outside of the city.</p>
<p>There was enough of an outline of the roads to divide the town up into sectors and we headed off on bicycles and in cars to cover the town.</p>
<p>We meet back for lunch at the <a href="http://www.openstreetmap.org/browse/node/693525734">Peni Deli</a> where we were able to compare our tracks on my eeePC, although my gpsbabel kung-fu failed me and I only managed to pull waypoints and not the full tracks from the Garmin. However it was still a valuable tool to see who had managed to cover what area&#8217;s, and importantly what was left to be covered.</p>
<p><a rel="attachment wp-att-289" href="http://www.chrisfleming.org/osm/edinburgh-mapping-party-penicuik/attachment/screenshot_016/"><img title="Penicuik Mapping - state at Lunchtime" src="http://www.chrisfleming.org/wp/wp-content/uploads/2010/04/screenshot_016.png" alt="" width="660" height="688" /></a>﻿</p>
<p>We then split up to cover some of the area&#8217;s left, to map in the afternoon. I think that we may have got things slightly wrong here as we ended up with some duplication in terms of the area&#8217;s covered; however this isn&#8217;t necessary a bad thing as it has meant that some area&#8217;s have ended up much better than if a single person would have covered them.</p>
<p>But, there is a lesson for the future, especially when we have lots of people trying to map a small area is that we all would be better carrying paper maps with the area&#8217;s each person is covering written on them or possibly working much closer as a team through an area and dividing up to cover various road, paths, building etc.</p>
<p>Overall the day was a huge success, we managed to elevate Penicuik largely to the &#8220;mapped&#8221; status although I have no doubt that we will have missed some roads and certainly haven&#8217;t covered all the myriad of various footways around the estates.</p>
<style type="text/css">#map_1 {padding: 0; margin: 0;}#map_1 img{padding: 0; margin: 0;border:none}</style><div id="map_1" style="width:660px; height:450px; overflow:hidden; padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-3.222,55.832).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,14);  var lgml = new OpenLayers.Layer.GML("GPX_1", "http://www.chrisfleming.org/osm/penicuik.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
<p>Overall, I covered 25 miles on my bike on my bike as shown by the blue line on the map above.</p>
<div class="wp-caption alignnone" style="width: 670px"><a title="OpenStreetMap Team meet at the end of the day in Tesco's car park" href="http://www.flickr.com/photos/61663261@N00/4512094195/"><img src="http://farm3.static.flickr.com/2391/4512094195_4b1397bc3c_b.jpg" alt="OpenStreetMap Team meet at the end of the day in Tesco's car park" width="660" height="495" /></a><p class="wp-caption-text">The Team at the end of the day.</p></div>
<p>It&#8217;s also worth putting out a big cheers to <a href="http://www.openstreetmap.org/user/Central%20America">Bob</a> for doing the hard work in organising this, and hopefully see some of you ﻿at the <a href="http://wiki.openstreetmap.org/wiki/Mapping_Party/Glasgow#Mapping_party">Glasgow mapping party</a> on the 22nd May.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/osm/edinburgh-mapping-party-penicuik/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point featurename="[55.832, -3.222]">55.832 -3.222</georss:point>
	</item>
		<item>
		<title>Weekend Away in the Peaks</title>
		<link>http://www.chrisfleming.org/photos/weekend-away-peaks/</link>
		<comments>http://www.chrisfleming.org/photos/weekend-away-peaks/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:04:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.chrisfleming.org/?p=266</guid>
		<description><![CDATA[We just got back from our annual weekend away with friends. As usual I took the GPS down with me do do some OpenStreetMapping,  however the map is so good these days that apart from the odd postbox and having to reclassify a track to a road there was not a huge amount to add. [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 670px"><a href="http://www.flickr.com/photos/chrisfleming/4385214459/"><img class=" " src="http://farm5.static.flickr.com/4031/4385214459_b58f6e0842_b.jpg" alt="" width="660" /></a><p class="wp-caption-text">Finding the Way</p></div>
<p>We just got back from our <a href="http://www.chrisfleming.org/gallery2/v/friends/04Feb_Edmundbyers_0/">annual</a> <a href="http://www.chrisfleming.org/gallery2/v/friends/Wales2007/">weekend</a> <a href="http://www.chrisfleming.org/gallery2/v/friends/Lakes2009/">away</a> with friends.</p>
<p>As usual I took the GPS down with me do do some <a href="http://www.openstreetmap.org/">OpenStreetMapping</a>,  however the map is so good these days that apart from the<a href="http://www.openstreetmap.org/browse/node/652878753"> odd postbox</a> and having to reclassify a <a href="http://www.openstreetmap.org/browse/way/39990472">track to a road</a> there was not a huge amount to add. I was even able to use the garmin files to successfully navigate a small walk.</p>
<p>This left plenty of time to drink a few beers and take lots of <a href="http://www.flickr.com/photos/chrisfleming/sets/72157623378448985/detail/">pictures</a> <img src='http://www.chrisfleming.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/weekend-away-peaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="53.27253,-1.82324">53.270463 -1.8204192</georss:point>
	</item>
		<item>
		<title>New Year. New Blog. Probably the same old story.</title>
		<link>http://www.chrisfleming.org/housekeeping/new-year-new-blog-probably-the-same-old-story/</link>
		<comments>http://www.chrisfleming.org/housekeeping/new-year-new-blog-probably-the-same-old-story/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:43:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Housekeeping]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/?p=245</guid>
		<description><![CDATA[So here I am again. I&#8217;ve switch the blog from serendipity to wordpress. Despite the possible security issues with  wordpress, I&#8217;ve a number of wordpress blogs and I have a script which should help me keep them all up to date using svn. In addition, I&#8217;m in the process of moving my hosting from gradwell [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 670px"><img class="   " src="http://farm3.static.flickr.com/2745/4252176094_94603bf340_b.jpg" alt="" width="660" height="454" /><p class="wp-caption-text">New Year New Starter</p></div>
<p>So here I am again. I&#8217;ve switch the blog from <a href="http://www.s9y.org/">serendipity</a> to <a href="http://wordpress.org/">wordpress</a>. Despite the possible security issues with  wordpress, I&#8217;ve a number of wordpress blogs and I have a script which should help me keep them all up to date using svn.</p>
<p>In addition, I&#8217;m in the process of moving my hosting from <a href="http://www.gradwell.com/">gradwell</a> to a Virtual Machine hosted by <a href="http://www.bytemark.co.uk/">bytemark</a> partly because it will be cheaper for me and also because I was finding it hard getting support questions answered by  gradwell. This also means that at low volumes the response time from a dedicated server is much faster than from shared hosting. With the rollout of google&#8217;s new Caffeine infrastructure it&#8217;s likely that <a href="http://googlewebmastercentral.blogspot.com/2010/01/state-of-index-2009.html">speed will become a factor in the search results</a>.</p>
<p>So I&#8217;ve also built a new template for the site. It&#8217;s basically a cut down hacked around version of the standard wordpress <a href="http://binarybonsai.com/wordpress/kubrick/">kubrik template</a>. From the previous site I&#8217;ve cut down on the use of colour and I&#8217;ve dropped headers entirely and kept a single sidebar. There are lots of tweaks that still need to be applied.</p>
<div id="attachment_246" class="wp-caption alignleft" style="width: 320px"><a rel="attachment wp-att-246" href="http://blog.chrisfleming.org/housekeeping/new-year-new-blog-probably-the-same-old-story/attachment/website_before/"><img class="size-full wp-image-246" title="Before" src="http://blog.chrisfleming.org/wp/wp-content/uploads/2010/01/website_before.png" alt="" width="310" height="281" /></a><p class="wp-caption-text">Before</p></div>
<div id="attachment_247" class="wp-caption alignleft" style="width: 320px"><a rel="attachment wp-att-247" href="http://blog.chrisfleming.org/housekeeping/new-year-new-blog-probably-the-same-old-story/attachment/website_new/"><img class="size-full wp-image-247" title="After" src="http://blog.chrisfleming.org/wp/wp-content/uploads/2010/01/website_new.png" alt="" width="310" height="281" /></a><p class="wp-caption-text">After</p></div>
<p>So, I&#8217;m hoping to provide regular updates on my usual activities&#8230; Progress on the bread making front, <a href="http://www.flickr.com/photos/chrisfleming">photography</a>, <a href="http://www.openstreetmap.org/">OpenStreetMap</a>, <a href="http://www.bedlamites.co.uk/">Bedlamites</a> and whatever else comes up <img src='http://www.chrisfleming.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In reality I probably won&#8217;t end up doing anything for another 3 months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/housekeeping/new-year-new-blog-probably-the-same-old-story/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Broken Silence</title>
		<link>http://www.chrisfleming.org/photos/broken-silence/</link>
		<comments>http://www.chrisfleming.org/photos/broken-silence/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:12:40 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Bedlamites]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[edinburgh]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[fringe]]></category>
		<category><![CDATA[party]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=186</guid>
		<description><![CDATA[I really do plan to try and keep this up to date more often as I sort through my photo&#8217;s expect some updates to appear. First up is the photo&#8217;s I took at the Friends of Bedlam AGM and end of Fringe Party.]]></description>
			<content:encoded><![CDATA[<p>I really do plan to try and keep this up to date more often as I sort through my photo&#8217;s expect some updates to appear. First up is the photo&#8217;s I took at the <a href="http://www.bedlamites.co.uk/">Friends of Bedlam</a> AGM and <a href="http://www.bedlamites.co.uk/v/Events/Fringe2009/">end of Fringe Party</a>.</p>
<p><a href="http://www.bedlamites.co.uk/v/Events/Fringe2009/IMG_2961.JPG.html"><img src="http://www.bedlamites.co.uk/d/6247-2/IMG_2961.JPG" alt="" width="700" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/broken-silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="Bedlam Theatre">55.9462472 -3.1907222</georss:point>
	</item>
		<item>
		<title>New passport.</title>
		<link>http://www.chrisfleming.org/photos/new-passport/</link>
		<comments>http://www.chrisfleming.org/photos/new-passport/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 00:01:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[citizenship]]></category>
		<category><![CDATA[passport]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=183</guid>
		<description><![CDATA[Finally. I have a new Nationality and passport to go with it. I&#8217;m impressed by the efficiency of of Identity and passport agency service. I had an interview with them on Tuesday to &#8220;confirm my identity&#8221; and the new passport arrived today.]]></description>
			<content:encoded><![CDATA[<p><a title="photo sharing" rel="lightbox[all]" href="http://farm4.static.flickr.com/3247/2967309821_16c710b6ca_b.jpg"><img class="flickr-photo" src="http://farm4.static.flickr.com/3247/2967309821_16c710b6ca.jpg" alt="New Bitish Passport" width="700" /></a><br />
Finally. I have a new Nationality and passport to go with it.</p>
<p>I&#8217;m impressed by the efficiency of of Identity and passport agency service. I had an interview with them on Tuesday to &#8220;confirm my identity&#8221; and the new passport arrived today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/new-passport/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Holiday on Lewis!</title>
		<link>http://www.chrisfleming.org/photos/holiday-on-lewis/</link>
		<comments>http://www.chrisfleming.org/photos/holiday-on-lewis/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 19:33:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[lewis]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=181</guid>
		<description><![CDATA[Photos from Last months holiday in Lewis have finally been uploaded to my Flickr account]]></description>
			<content:encoded><![CDATA[<p><a title="photo sharing" rel="lightbox[all]" href="http://farm4.static.flickr.com/3232/2605108009_19c4bbbe4c_b.jpg"><img src="http://farm4.static.flickr.com/3232/2605108009_19c4bbbe4c_b.jpg" alt="" width="700" /></a><br />
<a href="http://flickr.com/photos/chrisfleming/sets/72157605501743086/">Photos from Last months holiday in Lewis</a> have finally been uploaded to <a href="http://www.flickr.com/people/chrisfleming/">my Flickr account</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/holiday-on-lewis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point featurename="Isle Of LEwis">58.2436089 -6.6672019</georss:point>
	</item>
		<item>
		<title>A Cold day.</title>
		<link>http://www.chrisfleming.org/photos/a-cold-day/</link>
		<comments>http://www.chrisfleming.org/photos/a-cold-day/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 13:19:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[canal]]></category>
		<category><![CDATA[ducks]]></category>
		<category><![CDATA[edinburgh]]></category>
		<category><![CDATA[forth and union]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[winter]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=180</guid>
		<description><![CDATA[I took these pictures at the Lochrin basin at the end of the union canal. The sun was just warm enough to melt the ice, but anything in the shade remained icy. Full size versions are available on Flickr]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 660px"><a rel="lightbox[all]" href="http://farm3.static.flickr.com/2040/2187948846_a2f39b37e4_b.jpg"><img src="http://farm3.static.flickr.com/2040/2187948846_a2f39b37e4_b.jpg" alt="" width="650" height="434" /></a><p class="wp-caption-text">The shadow looks almost 3D in the ice.</p></div>
<div class="wp-caption alignnone" style="width: 660px"><img class=" " src="http://farm3.static.flickr.com/2137/2188825963_fa352ac472_b.jpg" alt="" width="650" /><p class="wp-caption-text">The view from the front</p></div>
<p>I took these pictures at the Lochrin basin at the end of the union canal. The sun was just warm enough to melt the ice, but anything in the shade remained icy. Full size versions are available on <a href="http://www.flickr.com/photos/chrisfleming/2187948846/in/photostream/">Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/a-cold-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.931830632239425, -3.198394775390625]">55.931830632239425 -3.198394775390625</georss:point>
	</item>
		<item>
		<title>Days getting shorter.</title>
		<link>http://www.chrisfleming.org/photos/days-getting-shorter/</link>
		<comments>http://www.chrisfleming.org/photos/days-getting-shorter/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 18:37:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[edinburgh]]></category>
		<category><![CDATA[runway]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=179</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[all]" href="http://www.chrisfleming.org/gallery2/d/6618-2/Edinburgh_Airport_Sunset.jpg"><img src="/gallery2/d/6617-2/Edinburgh_Airport_Sunset.jpg" alt="" width="650" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/days-getting-shorter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[56.00100476835128, -3.354949951171875]">56.00100476835128 -3.354949951171875</georss:point>
	</item>
		<item>
		<title>Agilent Live III</title>
		<link>http://www.chrisfleming.org/photos/agilent-live-iii/</link>
		<comments>http://www.chrisfleming.org/photos/agilent-live-iii/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 19:05:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[band]]></category>
		<category><![CDATA[bongo club]]></category>
		<category><![CDATA[edinburgh]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=178</guid>
		<description><![CDATA[My pictures from Agilent Live III are now online A Big thanks and well done to all the bands that performed (Early Shift, Bad Monkey, Kirstyn Knowles, The Remedy, The Jack, Skellum and Kipper. Also special thanks go to Gavin for all the hard working organizing this once again.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6448-4/img_3637.jpg" alt="" width="220" height="330" /><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6454-4/img_3691.jpg" alt="" width="220" height="330" /><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6461-2/img_3707.jpg" alt="" width="440" height="293" /></p>
<p><a rel="lightbox[all]" href="http://www.chrisfleming.org/gallery2/d/6393-3/img_3758.jpg"></a><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6479-2/img_3825.jpg" alt="" width="440" height="293" /></p>
<p><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6468-4/img_3758.jpg" alt="" width="220" height="330" /><img class="alignnone" src="http://www.chrisfleming.org/gallery2/d/6488-3/img_3917.jpg" alt="" width="220" height="330" /></p>
<p>My pictures from <a href="http://www.chrisfleming.org/gallery2/v/friends/work/AgilentLiveIII/">Agilent Live III are now online</a></p>
<p>A Big thanks and well done to all the bands that performed (Early Shift, Bad Monkey, <a href="http://www.myspace.com/kjkband">Kirstyn Knowles</a>, The Remedy, <a href="http://www.the-jack.co.uk/">The Jack</a>, <a href="http://www.myspace.com/skellummusic">Skellum</a> and Kipper. Also special thanks go to Gavin for all the hard working organizing this once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/agilent-live-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.949696680037476, -3.179592490196228]">55.949696680037476 -3.179592490196228</georss:point>
	</item>
		<item>
		<title>Pirates?</title>
		<link>http://www.chrisfleming.org/photos/pirates/</link>
		<comments>http://www.chrisfleming.org/photos/pirates/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 12:27:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[pirates]]></category>

		<guid isPermaLink="false">http://blog.chrisfleming.org/wp/?p=177</guid>
		<description><![CDATA[So I just happened to upload this picture on to my flickr pages in the early hours of the morning, not because of talk like a pirate day, but as part of my general sorting out of my photos taken over the Summer. However because of the pirate theme, it has made it&#8217;s way onto [...]]]></description>
			<content:encoded><![CDATA[<p><a class="serendipity_image_link" href="/uploads/skull_crossbones_800.jpg"><!-- s9ymdb:14 --><img style="border: 0px none; padding-left: 5px; padding-right: 5px;" src="/uploads/skull_crossbones_800.jpg" alt="" width="700" /></a><br />
So I just happened to upload this picture on to <a href="http://www.flickr.com/photos/chrisfleming/">my flickr pages</a> in the early hours of the morning, not because of <a href="http://www.yarr.org.uk/">talk like a pirate day</a>, but as part of my general sorting out of my photos taken over the Summer. However because of the pirate theme, it has made it&#8217;s way onto the &#8220;Interesting&#8221; page on flickr!</p>
<p>We had stopped at <a href="http://www.flickr.com/photos/chrisfleming/1404515378/">Melrose Abbey</a> on the way back from <a href="http://www.chrisfleming.org/gallery2/v/friends/Katherine_and_Colins_Wedding/">Katherine and Colin&#8217;s wedding</a>, and I took this picture while walking about on a fine sunny day.</p>
<p><strong>UPDATE: </strong>Thanks to <a href="http://www.syddware.com/cgi-bin/pirate.pl">http://www.syddware.com/cgi-bin/pirate.pl</a></p>
<p><span style="color: red;">A sea dog says &#8216;t this way: </span><br />
So  I jus&#8217; happened t&#8217; upload this picture on t&#8217; me flickr pages in th&#8217;  early hours o&#8217; th&#8217; mornin&#8217;, nay on accoun&#8217; o&#8217; o&#8217; talk like a  swashbuckler tide, but as part o&#8217; me general sortin&#8217; ou&#8217; o&#8217; me photos  taken o&#8217;er th&#8217; Summer. Howerebecause o&#8217; th&#8217; swashbuckler theme, &#8216;t has made &#8217;tis way  onto th&#8217; &#8220;Interesting&#8221; page on flickr!<br />
This picture be taken at Melrose Abbey on th&#8217; way aft from Katherine an&#8217;  Colin`s weddin&#8217;, on a fine sunny tide.<br />
<span style="color: red;">Ya  scurvy dog who ortin&#8217; t&#8217; be keel hauled!</span></p>
<p><strong>UPDATE2: </strong>Thanks to commenters on Flickr, the Latin above reads &#8220;memento  mori&#8221;  or &#8220;remember you are mortal&#8221;, or something of that ilk? (someone  else recons  &#8220;Mei Entomo&#8221;) anyone any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisfleming.org/photos/pirates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point featurename="melrose abbey, melrose, scotland">55.59891 -2.718022</georss:point>
	</item>
	</channel>
</rss>
