<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>mike.eire.ca</title>
	
	<link>http://mike.eire.ca</link>
	<description />
	<lastBuildDate>Fri, 26 Feb 2010 23:57:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mikeeireca" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="mikeeireca" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Using iUI with XHTML</title>
		<link>http://mike.eire.ca/2010/02/26/using-iui-with-xhtml/</link>
		<comments>http://mike.eire.ca/2010/02/26/using-iui-with-xhtml/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:56:42 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iui]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xhr]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=250</guid>
		<description><![CDATA[I&#8217;m creating an iPhone web application, using the iUI framework to give it a look and feel similar to native iPhone apps.
I came across the need to use SVG drawings; since iUI uses a single page for navigation I had to use XHTML (served as XML) to get the SVG code inline. A couple of [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/02/26/using-iui-with-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy SVG grid</title>
		<link>http://mike.eire.ca/2010/02/25/easy-svg-grid/</link>
		<comments>http://mike.eire.ca/2010/02/25/easy-svg-grid/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:16:38 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=247</guid>
		<description><![CDATA[I needed a grid in the background while I was debugging an SVG image I was creating, something like Photoshop&#8217;s transparency grid. Here&#8217;s what I did.

﻿&#60;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; width=&#34;200&#34; height=&#34;400&#34;&#62;
  &#60;defs&#62; 
    &#60;pattern id=&#34;grid&#34; width=&#34;20&#34; height=&#34;20&#34; patternUnits=&#34;userSpaceOnUse&#34;&#62;
      &#60;rect fill=&#34;black&#34; x=&#34;0&#34; y=&#34;0&#34; width=&#34;10&#34; height=&#34;10&#34; opacity=&#34;0.1&#34;/&#62;
   [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/02/25/easy-svg-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Actual” (apparently) English subtitles</title>
		<link>http://mike.eire.ca/2010/01/30/actual-apparently-english-subtitles/</link>
		<comments>http://mike.eire.ca/2010/01/30/actual-apparently-english-subtitles/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 22:43:41 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2010/01/30/actual-apparently-english-subtitles/</guid>
		<description><![CDATA[There are hundreds of lists online of &#8220;actual English subtitles&#8221; from Hong Kong action movies, but only a couple with the movie titles. That sort of thing bugs me, so here&#8217;s one more list on the internet that includes the movie titles. Of course, I haven&#8217;t seen these movies so the subtitles could still be [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/01/30/actual-apparently-english-subtitles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3 database connection problems</title>
		<link>http://mike.eire.ca/2010/01/03/php-5-3-database-connection-problems/</link>
		<comments>http://mike.eire.ca/2010/01/03/php-5-3-database-connection-problems/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 17:41:06 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2010/01/03/php-5-3-database-connection-problems/</guid>
		<description><![CDATA[My database scripts were all hanging after an upgrade from PHP 5.2.8 to 5.3.1 on Windows. Turns out it&#8217;s a problem with the new MySQLnd library that doesn&#8217;t like IPv6. You need to comment out the line in C:\Windows\system32\drivers\etc\hosts that resolves ::1 to localhost.
Thanks to Corey Gilmore for documenting it; I figure the more people [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/01/03/php-5-3-database-connection-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Haven’t Seen __________?</title>
		<link>http://mike.eire.ca/2009/12/18/you-havent-seen-what/</link>
		<comments>http://mike.eire.ca/2009/12/18/you-havent-seen-what/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 20:15:02 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=236</guid>
		<description><![CDATA[Movies I&#8217;d like to see but haven&#8217;t yet.

Dogville
	
Talk to Her
	
Primer
	
Zodiac
	
City of God
	
Last King of Scotland
	
In Bruges
	
Donnie Darko
	
The Man Who Wasn&#8217;t There
	
Shaun of the Dead
	
The Lives of Others
	
Spirited Away
	
…


Share

var button = document.getElementById('facebook_share_link_236') &#124;&#124; document.getElementById('facebook_share_icon_236') &#124;&#124; document.getElementById('facebook_share_both_236') &#124;&#124; document.getElementById('facebook_share_button_236');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_236') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/12/18/you-havent-seen-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New CBC Radio 3</title>
		<link>http://mike.eire.ca/2009/10/14/radio3_greasemonkey/</link>
		<comments>http://mike.eire.ca/2009/10/14/radio3_greasemonkey/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:53:11 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CBC]]></category>
		<category><![CDATA[CBC Radio 3]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=217</guid>
		<description><![CDATA[I often listen to CBC Radio 3 at work. Recently they updated their website; while it&#8217;s mostly a change for the better (yay, the player doesn&#8217;t stop updating!) there were a couple of things bugging me about it. With the old design, you always had access to the player and the main navigation, but now [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/10/14/radio3_greasemonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a 64-bit Firefox on the Mac</title>
		<link>http://mike.eire.ca/2009/10/11/building-a-64-bit-firefox-on-the-mac/</link>
		<comments>http://mike.eire.ca/2009/10/11/building-a-64-bit-firefox-on-the-mac/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 18:11:15 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[llvm]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=210</guid>
		<description><![CDATA[With the release of Snow Leopard, Apple is really starting to push 64-bit programs. Firefox is working towards a 64-bit release but even though the bugs are all resolved, it won&#8217;t be shipping anytime soon. Here&#8217;s what I did to build a 64-bit LLVM version of Firefox. Important warnings follow the list!

I had MacPorts already [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/10/11/building-a-64-bit-firefox-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Nagios with MacPorts</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/</link>
		<comments>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:14:37 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/</guid>
		<description><![CDATA[A few quick notes on steps I needed to take when installing Nagios from MacPorts. Most of this is given to you during the install, but there are a few missing steps that I&#8217;ve added here. Also I&#8217;ve got a few notes on usage after the install.

Do the install:

sudo port install nagios


Edit /opt/local/apache2/conf/httpd.conf and add [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MacPorts upgrade to mysqlnd</title>
		<link>http://mike.eire.ca/2009/08/07/macports-upgrade-to-mysqlnd/</link>
		<comments>http://mike.eire.ca/2009/08/07/macports-upgrade-to-mysqlnd/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:33:22 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2009/08/07/macports-upgrade-to-mysqlnd/</guid>
		<description><![CDATA[
I recently upgraded my MacPorts-based PHP install to 5.3 and thought I&#8217;d try out this new mysqlnd client library. So I did this:


sudo port -f uninstall php5
sudo port install php5 +apache2+macports_snmp+mysqlnd+pear


All appeared to work fine, but trying to connect to my database server from PHP gave me an error:



PHP Warning:  mysqli::mysqli(): [2002] No such [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/08/07/macports-upgrade-to-mysqlnd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WhatsUp Gold mobile interface</title>
		<link>http://mike.eire.ca/2009/08/03/whatsup-gold-mobile-interface/</link>
		<comments>http://mike.eire.ca/2009/08/03/whatsup-gold-mobile-interface/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:52:24 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ipswitch]]></category>
		<category><![CDATA[mobile browsers]]></category>
		<category><![CDATA[mobile interface]]></category>
		<category><![CDATA[network monitoring]]></category>
		<category><![CDATA[whatsup gold]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2009/08/03/whatsup-gold-mobile-interface/</guid>
		<description><![CDATA[I created a mobile interface for this network monitoring software, and have made it available for download here. Below is a copy and paste from the original forum posting:

Just like the title says, I&#8217;ve got a mobile interface available for Whats Up Gold. Unzip the files into a subfolder of the HTML folder &#8212; I [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/08/03/whatsup-gold-mobile-interface/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Working with HTTP_Request</title>
		<link>http://mike.eire.ca/2009/06/24/working-with-http_request/</link>
		<comments>http://mike.eire.ca/2009/06/24/working-with-http_request/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:31:38 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[http_request]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=179</guid>
		<description><![CDATA[I needed to make a bit of sample code for someone the other day, demonstrating how to log into a website and collect data programatically from PHP. The HTTP_Request PEAR class works fairly well for this; HTTP_Request2 should be a big improvement when it&#8217;s finished, as the original is geared toward PHP 4&#8217;s abysmal object [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/06/24/working-with-http_request/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Donate!</title>
		<link>http://mike.eire.ca/2009/05/28/donate/</link>
		<comments>http://mike.eire.ca/2009/05/28/donate/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:55:44 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=165</guid>
		<description><![CDATA[I&#8217;ve made a few things that lots of people have found helpful over the years. A few of those people have asked for a button to click on to show their appreciation. Who am I to refuse them?




WhatsUp Gold mobile interface
JSLint Dashboard widget
Firefox extensions




Share

var button = document.getElementById('facebook_share_link_165') &#124;&#124; document.getElementById('facebook_share_icon_165') &#124;&#124; document.getElementById('facebook_share_both_165') &#124;&#124; document.getElementById('facebook_share_button_165');
if (button) {
	button.onclick [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/05/28/donate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making valid CAPTCHAs</title>
		<link>http://mike.eire.ca/2009/04/13/making-valid-captchas/</link>
		<comments>http://mike.eire.ca/2009/04/13/making-valid-captchas/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 02:43:56 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=128</guid>
		<description><![CDATA[The WP-reCAPTCHA plugin is very helpful, providing a way to stop spam comments, and assisting electronic storage of old books. It has as a feature &#8220;XHTML compliance,&#8221; but at the price of requiring JavaScript from users. I think I can get both.

In wp-recaptcha.php we find these lines:

440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
		if &#40;$recaptcha_opt&#91;'re_xhtml'&#93;&#41; &#123;
		$comment_string = &#60; &#60;&#60;COMMENT_FORM
				&#60;div id=&#34;recaptcha-submit-btn-area&#34;&#62;
				&#60;script type='text/javascript'&#62;
				var sub [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/04/13/making-valid-captchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geography Class!</title>
		<link>http://mike.eire.ca/2009/02/09/mapofireland/</link>
		<comments>http://mike.eire.ca/2009/02/09/mapofireland/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:28:04 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=81</guid>
		<description><![CDATA[
Click on a county for more information.












































Name
Antrim
Irish Name
Aontroim
Province
Ulster
County town
Antrim
Population (2002)



Name
Armagh
Irish Name
Árd Mhacha
Province
Ulster
County town
Armagh
Population (2002)



Name
Carlow
Irish Name
Ceatharlach
Province
Leinster
County town
Carlow
Population (2002)
46 014


Name
Cavan
Irish Name
Cabhán
Province
Ulster
County town
Cavan
Population (2002)
56 546


Name
Clare
Irish Name
Clár
Province
Munster
County town
Ennis
Population (2002)
103 277


Name
Cork
Irish Name
Corcaigh
Province
Munster
County town
Cork
Population (2002)
447 829


Name
Derry
Irish Name
Doire
Province
Ulster
County town
Derry
Population (2002)



Name
Donegal
Irish Name
Dún na nGall
Province
Ulster
County town
Lifford
Population (2002)
137 575


Name
Down
Irish Name
Dún
Province
Ulster
County town
Downpatrick
Population (2002)



Name
Dublin
Irish Name
Baile Átha Cliath
Province
Leinster
County town
Dublin
Population (2002)
1 122 821
Notes
County Dublin hasn&#8217;t officially existed since 1 [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/02/09/mapofireland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Living in Ireland</title>
		<link>http://mike.eire.ca/2009/01/22/living-in-ireland/</link>
		<comments>http://mike.eire.ca/2009/01/22/living-in-ireland/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 22:48:36 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[irish immigration]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=72</guid>
		<description><![CDATA[My wife and I spent a couple of years living in Ireland. Here's some info for others looking to do the same thing. The good, the bad, and the ugly!]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/01/22/living-in-ireland/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Irish Language</title>
		<link>http://mike.eire.ca/2008/12/31/gaelige/</link>
		<comments>http://mike.eire.ca/2008/12/31/gaelige/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:26:32 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[gaelic]]></category>
		<category><![CDATA[gaelige]]></category>
		<category><![CDATA[hiberno-english]]></category>
		<category><![CDATA[irish]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=65</guid>
		<description><![CDATA[Introduction
The first thing I should mention is that Irish is not Gaelic.  The language may be called gaelige in Irish, but in English, Gaelic is the name of a language family that includes Scots Gaelic and Manx as well as Irish.
Having got that out of the way, I can go on to say that [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2008/12/31/gaelige/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Delete MediaWiki pages from the database</title>
		<link>http://mike.eire.ca/2008/12/30/delete-mediawiki-pages/</link>
		<comments>http://mike.eire.ca/2008/12/30/delete-mediawiki-pages/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:16:27 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=60</guid>
		<description><![CDATA[Deleting a page from the wiki doesn&#8217;t actually remove it, just hides it away. Here&#8217;s a procedure to permanently remove things from the database, and never ever see them again.

DROP PROCEDURE IF EXISTS delete_page;
DELIMITER //
&#160;
CREATE PROCEDURE delete_page&#40;IN page_id_var INT&#41;
	LANGUAGE SQL
	NOT DETERMINISTIC
	MODIFIES SQL DATA
	SQL SECURITY INVOKER
	COMMENT 'permanently deletes pages from the database'
BEGIN
	DECLARE page_title_var VARCHAR&#40;255&#41;;
	DECLARE page_namespace_var INT;
	SELECT [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2008/12/30/delete-mediawiki-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No route matches “…” with {:method=&gt;:get}</title>
		<link>http://mike.eire.ca/2008/11/26/no-route-matches-with-method-get/</link>
		<comments>http://mike.eire.ca/2008/11/26/no-route-matches-with-method-get/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:11:00 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://m.eire.ca/2008/11/26/no-route-matches-with-methodget/</guid>
		<description><![CDATA[I configured Ruby on Rails to run with Apache, because I&#8217;m not too worried about speed and didn&#8217;t want to mess with proxies. I also configured the app to run in a subdirectory, using Apache&#8217;s Alias directive to point to the app&#8217;s public directory. I&#8217;ll point out this is the first time I&#8217;ve ever looked [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2008/11/26/no-route-matches-with-method-get/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring Unison on Windows</title>
		<link>http://mike.eire.ca/2008/10/01/configuring-unison-on-windows/</link>
		<comments>http://mike.eire.ca/2008/10/01/configuring-unison-on-windows/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 18:49:00 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[file sync]]></category>
		<category><![CDATA[unison]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://m.eire.ca/2008/10/01/configuring-unison-on-windows/</guid>
		<description><![CDATA[Unison is a free file sync utility that runs on Windows, OS X, or Linux. As with most of these things, Windows support is a bit of an afterthought, and can be tricky to work with. Here&#8217;s a step-by-step list of what I did to get it working. Note that I&#8217;m only setting things up [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2008/10/01/configuring-unison-on-windows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Creating a FreePBX module</title>
		<link>http://mike.eire.ca/2008/05/30/creating-a-freepbx-module/</link>
		<comments>http://mike.eire.ca/2008/05/30/creating-a-freepbx-module/#comments</comments>
		<pubDate>Fri, 30 May 2008 20:43:00 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[freepbx]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://m.eire.ca/2008/05/30/creating-a-freepbx-module/</guid>
		<description><![CDATA[The process of creating a module for FreePBX is, in theory, documented in a number of wiki pages, but these are worse than nothing. Full of outdated information &#8212; some of it labeled as such, some of it not &#8212; as well as broken links and vague promises of information &#8220;to be determined,&#8221; this collection [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2008/05/30/creating-a-freepbx-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
