<?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/"
	>

<channel>
	<title>LordElph's Ramblings &#187; Geocaching</title>
	<atom:link href="http://blog.dixo.net/category/geocaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dixo.net</link>
	<description>Stuff and nonsense about software development and whatever else I find fun...</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:04:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ammotin is coming!</title>
		<link>http://blog.dixo.net/2009/04/27/ammotin-is-coming/</link>
		<comments>http://blog.dixo.net/2009/04/27/ammotin-is-coming/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 23:35:04 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/?p=284</guid>
		<description><![CDATA[I&#8217;ve been spending a lot of spare time recently building a desktop application aimed at geocachers and walkers called Ammotin. As it is approaching a point where is becoming useful, I&#8217;ve set up ammotin.com to track the development and gather feedback.
Stay tuned to  ammotin.com for more updates!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a lot of spare time recently building a desktop application aimed at geocachers and walkers called Ammotin. As it is approaching a point where is becoming useful, I&#8217;ve set up <a href="http://ammotin.com">ammotin.com</a> to track the development and gather feedback.</p>
<p>Stay tuned to  <a href="http://ammotin.com">ammotin.com</a> for more updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2009/04/27/ammotin-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m a Qt Convert!</title>
		<link>http://blog.dixo.net/2009/03/31/im-a-qt-convert/</link>
		<comments>http://blog.dixo.net/2009/03/31/im-a-qt-convert/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:11:54 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/?p=280</guid>
		<description><![CDATA[Once upon a time, I used to do a lot of GUI app development. My professional career started back in 1993 writing Windows 3.1 apps in C, and continued for several years, switching to C++ and using the MFC framework. But from about 1998 I found myself steadily doing  less native GUI application development, [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, I used to do a lot of GUI app development. My professional career started back in 1993 writing Windows 3.1 apps in C, and continued for several years, switching to C++ and using the MFC framework. But from about 1998 I found myself steadily doing  less native GUI application development, and more and more web server based work.</p>
<p>While I enjoy all the work I do, I do miss being closer to the machine. The average PC is ridiculously powerful these days, but your average web application can&#8217;t do much with that power.</p>
<p>I&#8217;ve switched my home desktop to Ubuntu recently, and loving it. But, there&#8217;s a few Windows apps I miss. What&#8217;s a developer to do? What is a developer, skilled in C++ GUI development, to do, eh? Answer me that.</p>
<p>The recent release of <a href="http://www.qtsoftware.com/downloads">Qt4.5</a> and it&#8217;s accompanying <a href="http://www.qtsoftware.com/products/licensing/licensing">licence change</a> couldn&#8217;t have come at a better time. I had an itch to scratch, and it looked <em>gooood</em>. One simple install, and you have a great IDE, a GUI designer, and a stack of great classes and widgets. I was sold on the ease of integrating a <a href="http://www.qtsoftware.com/products/library/modular-class-library#info_webkit">WebKit browser</a> and the fact I could build a <a href="http://www.qtsoftware.com/products/library/modular-class-library#info_scripting">ECMAScript based scripting engine</a> for my app. But there&#8217;s so much more! I was a little skeptical of the smoke and mirrors behind the <a href="http://doc.trolltech.com/4.5/signalsandslots.html">signals and slots</a> paradigm, but having used it for a weekend, I&#8217;m sold. </p>
<p>Bottom line is that I spent more time writing my app than figuring out the framework. There&#8217;s hardly any &#8220;boilerplate&#8221; crap in each class. Once you&#8217;ve written your first signal and slot handler, you&#8217;re away. It&#8217;s all thriller, and no filler <img src='http://blog.dixo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As if that wasn&#8217;t exciting enough, recompiling for Windows and Mac is easy too. Qt doesn&#8217;t just get you closer to your machine, it gets you closer to *all* machines. Hallelujah, Flying Spaghetti Monster be praised, I&#8217;ve rediscovered a love of programming I didn&#8217;t know I&#8217;d lost.</p>
<p>Anyway&#8230;..</p>
<p>I don&#8217;t want to say too much about the app I&#8217;m writing, aside from the fact that it&#8217;s aimed at geocachers. It&#8217;s called <a href="http://ammotin.com">Ammotin</a>, and will probably get released much later in the year. I think it will be spectacular, because Qt has got me so fired up and focussing on the app, that I don&#8217;t need to worry too much about the framework.</p>
<p>Am I over excited?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2009/03/31/im-a-qt-convert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m walking 62 miles in less than 30 hours!</title>
		<link>http://blog.dixo.net/2008/02/09/im-walking-62-miles-in-less-than-30-hours/</link>
		<comments>http://blog.dixo.net/2008/02/09/im-walking-62-miles-in-less-than-30-hours/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 12:48:46 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2008/02/09/im-walking-62-miles-in-less-than-30-hours/</guid>
		<description><![CDATA[I&#8217;ve formed a team to take on the Oxfam Trailwalker Challenge &#8211; a 62 mile walk on the South Downs that must be undertaken in less than 30 hours! Our training is well underway, and it looks like we&#8217;ll be shooting for around 25 hours. 
On the big day I&#8217;ll be sending pics and reports [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve formed a team to take on the Oxfam Trailwalker Challenge &#8211; a 62 mile walk on the South Downs that must be undertaken in less than 30 hours! Our training is well underway, and it looks like we&#8217;ll be shooting for around 25 hours. </p>
<p>On the big day I&#8217;ll be sending pics and reports to the <a href="http://trailwalker.dixo.net">team blog</a>, and you&#8217;ll also be able to send us messages of support via SMS too.</p>
<p>We&#8217;re hoping to raise £1500 for Oxfam, so if you can possibly afford it, please consider <a href="http://justgiving.com/pauldixon">sponsoring me</a>.</p>
<p>You can keep track of our training and out how to sponsor us on our team blog at <a href="http://trailwalker.dixo.net">http://trailwalker.dixo.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2008/02/09/im-walking-62-miles-in-less-than-30-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geocaching Map Linker script updated</title>
		<link>http://blog.dixo.net/2007/10/10/geocaching-map-linker-script-updated/</link>
		<comments>http://blog.dixo.net/2007/10/10/geocaching-map-linker-script-updated/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 16:00:54 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2007/10/10/geocaching-map-linker-script-updated/</guid>
		<description><![CDATA[Geocaching.com have been tweaking their HTML layout, breaking a GreaseMonkey script I wrote to link OS maps from cache descriptions. This is now fixed, see downloads section for link. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.geocaching.com">Geocaching.com</a> have been tweaking their HTML layout, breaking a <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey </a>script I wrote to link OS maps from cache descriptions. This is now fixed, see <a href="/downloads">downloads</a> section for link. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2007/10/10/geocaching-map-linker-script-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monkey Magic</title>
		<link>http://blog.dixo.net/2007/05/31/monkey-magic/</link>
		<comments>http://blog.dixo.net/2007/05/31/monkey-magic/#comments</comments>
		<pubDate>Thu, 31 May 2007 11:58:34 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2007/05/31/monkey-magic/</guid>
		<description><![CDATA[The geocaching.com website is undergoing some cosmetic changes at the moment, breaking most of the Greasemonkey scripts which have sprung up to correct its deficiencies. I wrote one which inserted links to various mapping services, which needed some TLC after they dropped OS grid references from UK cache pages.
Fortunately, thanks to the geotools javascript library [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.geocaching.com">geocaching.com</a> website is undergoing some cosmetic changes at the moment, breaking most of the <a href="http://greasemonkey.mozdev.org/">Greasemonkey</a> scripts which have sprung up to correct its deficiencies. I wrote one which inserted links to various mapping services, which needed some TLC after they dropped OS grid references from UK cache pages.</p>
<p>Fortunately, thanks to the <a href="http://www.nearby.org.uk/tests/GeoTools2.html">geotools javascript library</a> which I had a hand in creating, you can perform a reasonable WGS84 to OSGB conversion entirely on the client side.</p>
<p>So, within a few hours of the geocaching.com developers &#8220;breaking&#8221; their site, myself and others went and fixed it again with the wonder of Greasemonkey. You can find my script for inserting map links <a href="http://files.dixo.net/GeocachingMapLinker.user.js">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2007/05/31/monkey-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Spray</title>
		<link>http://blog.dixo.net/2007/04/01/gps-spray/</link>
		<comments>http://blog.dixo.net/2007/04/01/gps-spray/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 09:50:59 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2007/04/01/gps-spray/</guid>
		<description><![CDATA[My new business. One day only. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://gpspray.googlepages.com/">My new business</a>. One day only. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2007/04/01/gps-spray/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arise Lord Elph</title>
		<link>http://blog.dixo.net/2007/02/17/arise-lord-elph/</link>
		<comments>http://blog.dixo.net/2007/02/17/arise-lord-elph/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 09:33:47 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2007/02/17/arise-lord-elph/</guid>
		<description><![CDATA[It&#8217;s my birthday today, and the long suffering Lady Elph made things all offical by buying me a lordship. I now own a square foot of Scotland! I&#8217;m a real lord, I&#8217;ve got a certificate and everything. Oh yes.
My little parcel of land is up near Fort William, which is an area I&#8217;ve wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s my birthday today, and the long suffering Lady Elph made things all offical by buying me a lordship. I now own a square foot of Scotland! I&#8217;m a real lord, I&#8217;ve got a certificate and everything. Oh yes.</p>
<p>My little parcel of land is up near Fort William, which is an area I&#8217;ve wanted to visit for some time, so I can&#8217;t wait to get up there and stand on my turf. I&#8217;ll leave a cache there too hopefully, probably called &#8220;Get Off My Land&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2007/02/17/arise-lord-elph/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Anglia News Goes Geocaching</title>
		<link>http://blog.dixo.net/2006/06/21/anglia-news-goes-geocaching/</link>
		<comments>http://blog.dixo.net/2006/06/21/anglia-news-goes-geocaching/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 20:30:26 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/06/21/anglia-news-goes-geocaching/</guid>
		<description><![CDATA[I took a local news crew out caching with my family a few weeks back, the segment aired tonight and it&#8217;s not too bad!

]]></description>
			<content:encoded><![CDATA[<p>I took a local news crew out caching with my family a few weeks back, the segment aired tonight and it&#8217;s not too bad!</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/kIASfqF5IU4"></param><embed src="http://www.youtube.com/v/kIASfqF5IU4" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/06/21/anglia-news-goes-geocaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caching on Camera</title>
		<link>http://blog.dixo.net/2006/06/05/caching-on-camera/</link>
		<comments>http://blog.dixo.net/2006/06/05/caching-on-camera/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 15:42:28 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/06/05/caching-on-camera/</guid>
		<description><![CDATA[This morning I took an Anglia News camera crew geocaching with the family. Thankfully it was a lovely morning and the lush green woodland we walked through should look great on camera. Not sure if my bits were any good, but my 5 year old daughter stole most of the limelight anyway. 
I wonder how [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I took an Anglia News camera crew geocaching with the family. Thankfully it was a lovely morning and the lush green woodland we walked through should look great on camera. Not sure if my bits were any good, but my 5 year old daughter stole most of the limelight anyway. </p>
<p>I wonder how many new geocachers the piece will create when it goes out next week?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/06/05/caching-on-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Cache In Trash Out Day</title>
		<link>http://blog.dixo.net/2006/04/22/international-cache-in-trash-out-day/</link>
		<comments>http://blog.dixo.net/2006/04/22/international-cache-in-trash-out-day/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 20:59:00 +0000</pubDate>
		<dc:creator>lordelph</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/04/22/international-cache-in-trash-out-day/</guid>
		<description><![CDATA[Today was International Cache In Trash Out Day, when geocachers go and clean up an area for the benefit of all. First time I&#8217;ve done one, joining close to a hundred others clearing some woodland called Omer&#8217;s Gully in Burghfield Common, Berkshire. The woodland was on the edge of a housing estate, and nearby residents [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" id="image47" src="http://blog.dixo.net/wp-content/uploads/2006/04/after2.jpg" alt="Another skipload of junk!" />Today was International <a title="CITO website" href="http://www.cacheintrashout.org/">Cache In Trash Out</a> Day, when geocachers go and clean up an area for the benefit of all. First time I&#8217;ve done one, joining close to a hundred others clearing some <a href="http://www.geocaching.com/seek/cache_details.aspx?guid=92c3ca96-d6f7-450e-80f4-38bcd96578dd" title="Reading ">woodland</a> called <a href="http://www.friendsofomersgullywood.co.uk/4436.html">Omer&#8217;s Gully</a> in Burghfield Common, Berkshire. The woodland was on the edge of a housing estate, and nearby residents were a little bemused by the sight of geocachers from all over the country volunteering to clear up their woods. </p>
<p><img align="right" id="image46" src="http://blog.dixo.net/wp-content/uploads/2006/04/after1.jpg" alt="Skipload of junk" />I&#8217;m sure they&#8217;ll be impressed with the result &#8211;  two skips filled with junk!</p>
<p>After that, it was time to retire to the pub and bask in the sunshine on what must have been the hottest day of the year so far. </p>
<p>Summer is here! Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dixo.net/2006/04/22/international-cache-in-trash-out-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
