<?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>Elphin &#187; Geocaching</title>
	<atom:link href="http://www.elphin.com/category/geocaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elphin.com</link>
	<description>Making fine software since 1998</description>
	<lastBuildDate>Sun, 09 Aug 2009 16:28:42 +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://www.elphin.com/2009/04/ammotin-is-coming/</link>
		<comments>http://www.elphin.com/2009/04/ammotin-is-coming/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 23:35:04 +0000</pubDate>
		<dc:creator>admin</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://www.elphin.com/2009/04/ammotin-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m a Qt Convert!</title>
		<link>http://www.elphin.com/2009/03/im-a-qt-convert/</link>
		<comments>http://www.elphin.com/2009/03/im-a-qt-convert/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:11:54 +0000</pubDate>
		<dc:creator>admin</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://www.elphin.com/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://www.elphin.com/2009/03/im-a-qt-convert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UK Geocaching Events on Google Calendar</title>
		<link>http://www.elphin.com/2006/04/uk-geocaching-events-on-google-calendar/</link>
		<comments>http://www.elphin.com/2006/04/uk-geocaching-events-on-google-calendar/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 11:47:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geocaching]]></category>

		<guid isPermaLink="false">http://blog.dixo.net/2006/04/18/uk-geocaching-events-on-google-calendar/</guid>
		<description><![CDATA[I&#8217;ve been using the new Google Calendar the past few days and liking it a lot. I&#8217;ve created a shared calendar of UK Geocaching Events, to use it, simply search the public calendars for &#8220;uk cache events&#8221; and add the calendar. The event calendar is also available in iCal and XML formats.
If you spot any [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the new <a title="Google Calendar" href="http://calendar.google.com">Google Calendar</a> the past few days and liking it a lot. I&#8217;ve created a shared calendar of UK Geocaching Events, to use it, simply search the public calendars for &#8220;uk cache events&#8221; and add the calendar. The event calendar is also available in <a title="UK Cache Events in iCal format" href="http://www.google.com/calendar/ical/bi6ojrfgbu1kch5s2nnig5vk0o@group.calendar.google.com/public/basic">iCal</a> and <a title="UK Cache Events in XML format" href="http://www.google.com/calendar/feeds/bi6ojrfgbu1kch5s2nnig5vk0o@group.calendar.google.com/public/basic">XML</a> formats.</p>
<p>If you spot any errors or omissions, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elphin.com/2006/04/uk-geocaching-events-on-google-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
