<?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>mike.eire.ca</title>
	<atom:link href="http://mike.eire.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.eire.ca</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 20:53:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Setting NAS ID on pfSense 2.0</title>
		<link>http://mike.eire.ca/2012/04/17/setting-nas-id-on-pfsense-2/</link>
		<comments>http://mike.eire.ca/2012/04/17/setting-nas-id-on-pfsense-2/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 04:42:25 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=378</guid>
		<description><![CDATA[Following up a previous post for pfSense 1.2.3, here is a patch against pfSense 2.0.1 which allows setting a custom NAS Identifier. Just run these commands from the console. /etc/rc.conf_mount_rw wget http://mike.eire.ca/wp-content/uploads/2012/04/pfsense_radius.txt patch -b orig -p1 &#60; pfsense_radius.txt rm pfsense_radius.txt /etc/rc.conf_mount_ro /etc/rc.restart_webgui For those who like to get their hands dirty, here&#8217;s the diff file. [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2012/04/17/setting-nas-id-on-pfsense-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk voicemail notifications with MP3</title>
		<link>http://mike.eire.ca/2012/02/08/asterisk-mp3-voicemail/</link>
		<comments>http://mike.eire.ca/2012/02/08/asterisk-mp3-voicemail/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 05:01:08 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[voicemail]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=366</guid>
		<description><![CDATA[I found a lovely script for sending voicemail notifications in MP3 format instead of wav. It&#8217;s a bit of a hack, since Asterisk only provides you with an entire, MIME encoded email message as input. Anyway, I improved it somewhat and wanted to share. This version adds call info and an image to the MP3 [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2012/02/08/asterisk-mp3-voicemail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Asterisk 1.8 voicemails to multiple emails</title>
		<link>http://mike.eire.ca/2012/02/03/asterisk-1-8-vm-multiple-emails/</link>
		<comments>http://mike.eire.ca/2012/02/03/asterisk-1-8-vm-multiple-emails/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:08:21 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[voicemail]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=361</guid>
		<description><![CDATA[Here is the difficult way to send Asterisk 1.8 voicemail notifications to more than one address. The easy way is to define a sendmail alias on your system. However, if you want to allow management of emails through a GUI like FreePBX, that won&#8217;t do much good for you. Disclaimer: I am not a C [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2012/02/03/asterisk-1-8-vm-multiple-emails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling SOM_PAK in Mac OS X 10.7 Lion</title>
		<link>http://mike.eire.ca/2012/02/02/compiling-som_pak-on-mac/</link>
		<comments>http://mike.eire.ca/2012/02/02/compiling-som_pak-on-mac/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 20:44:39 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[som_pak]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=346</guid>
		<description><![CDATA[If you want to create some self-organizing maps on a Mac you&#8217;re going to need to compile some source code yourself. Assuming you have Apple&#8217;s Developer Tools installed, it should be fairly painless. cd ~/Downloads wget http://www.cis.hut.fi/research/som_pak/som_pak-3.1.tar wget http://mike.eire.ca/wp-content/uploads/2012/02/som_pak.txt tar xvf som_pak-3.1.tar patch -bp0 &#60; som_pak.txt cd som_pak-3.1 cp makefile.unix makefile make make example sudo [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2012/02/02/compiling-som_pak-on-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving a Subversion repository</title>
		<link>http://mike.eire.ca/2012/01/05/moving-a-subversion-repository/</link>
		<comments>http://mike.eire.ca/2012/01/05/moving-a-subversion-repository/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:09:29 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=328</guid>
		<description><![CDATA[From one server to another, no need for file transfers or anything like that. Do this on the new server. mkdir /foo/bar/new svnadmin create /foo/bar/new ssh root@old.host "svnadmin dump /foo/bar/old" &#124; svnadmin load /foo/bar/new On your working copies you&#8217;ll need to say where the new repository location is: svn switch --relocate https://old.host/svn https://new.host/svn /path/to/working/copy]]></description>
		<wfw:commentRss>http://mike.eire.ca/2012/01/05/moving-a-subversion-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Asterisk 1.4 voicemails to multiple emails</title>
		<link>http://mike.eire.ca/2011/08/16/asterisk-vm-multiple-addresses/</link>
		<comments>http://mike.eire.ca/2011/08/16/asterisk-vm-multiple-addresses/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 04:38:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[voicemail]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=323</guid>
		<description><![CDATA[Here&#8217;s the complicated way to get Asterisk sending voicemail notifications to multiple email addresses. (The easy way? Use group mailboxes and/or sendmail aliases.) Once this modified module is compiled and installed, multiple addresses in voicemail.conf can be separated by a pipe character. You can apply the patch and rebuild Asterisk as usual, or just build [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2011/08/16/asterisk-vm-multiple-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Firefox on Mac OS X 10.7 Lion</title>
		<link>http://mike.eire.ca/2011/07/24/building-firefox-on-mac-os-x-10-7-lion/</link>
		<comments>http://mike.eire.ca/2011/07/24/building-firefox-on-mac-os-x-10-7-lion/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 01:38:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[lion]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=308</guid>
		<description><![CDATA[A couple of changes needed at the time of writing from the usual build requirements. If you haven&#8217;t done it already, MacPorts and all ports must be completely uninstalled and then re-installed to support the new operating system. The glib1 port must be installed using MacPorts. It provides the glib-config script, which raises an error [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2011/07/24/building-firefox-on-mac-os-x-10-7-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change default MySQL password on Ubuntu</title>
		<link>http://mike.eire.ca/2011/03/25/ubuntu-mysql-password/</link>
		<comments>http://mike.eire.ca/2011/03/25/ubuntu-mysql-password/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 23:47:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[default password]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=303</guid>
		<description><![CDATA[When you install the MySQL package on Ubuntu Linux, it does not come with a blank password, as most packages and installations do. The package is set up so you can change the password like so: sudo dpkg-reconfigure mysql-server-5.1 The top Google hits recommend stopping the service, restarting MySQL with privileges disabled, etc. This is [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2011/03/25/ubuntu-mysql-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A2Billing authentication of forwarded calls</title>
		<link>http://mike.eire.ca/2010/12/22/a2billing-authentication-of-forwarded-calls/</link>
		<comments>http://mike.eire.ca/2010/12/22/a2billing-authentication-of-forwarded-calls/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 16:45:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[freepbx]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=289</guid>
		<description><![CDATA[So let me guess. You&#8217;re using A2Billing on FreePBX – I don&#8217;t know how TrixBox or AsteriskNOW work, but the concept is the same – and whenever you forward a phone to an outside number it doesn&#8217;t work. Callers get prompted with &#8220;Please enter the complete PIN number&#8221; instead of having the call completed. What&#8217;s [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/12/22/a2billing-authentication-of-forwarded-calls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FreePBX hangs at login</title>
		<link>http://mike.eire.ca/2010/12/10/freepbx-hangs-at-login/</link>
		<comments>http://mike.eire.ca/2010/12/10/freepbx-hangs-at-login/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 00:14:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[freepbx]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=286</guid>
		<description><![CDATA[Have you ever clicked on your FreePBX link, get prompted for a password, and then sit staring at your browser &#8220;connecting to&#8230;&#8221; your server forever? Restarting Apache doesn&#8217;t work, restarting MySQL doesn&#8217;t work, even restarting Asterisk doesn&#8217;t work. Meanwhile everything else is running just fine, but you need to restart the entire server before FreePBX [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/12/10/freepbx-hangs-at-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early History of Municipality of Maple Ridge with Port Hammond and Haney</title>
		<link>http://mike.eire.ca/2010/11/03/early-history-of-maple-ridge/</link>
		<comments>http://mike.eire.ca/2010/11/03/early-history-of-maple-ridge/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 03:00:38 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Maple Ridge History]]></category>
		<category><![CDATA[coquitlam star]]></category>
		<category><![CDATA[hammond]]></category>
		<category><![CDATA[haney]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[maple ridge]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[vancouver]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=282</guid>
		<description><![CDATA[The valley of the Fraser River is the bed of an ancient arm of the sea which extended as far inland as Hope. It is to a large extent made up of alluvial deposits, according to Dr. Dawson. The Indians have a very ancient tradition which bears out in a legendary way this more scientific [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/11/03/early-history-of-maple-ridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting NAS ID on pfSense</title>
		<link>http://mike.eire.ca/2010/08/25/setting-nas-id-on-pfsense/</link>
		<comments>http://mike.eire.ca/2010/08/25/setting-nas-id-on-pfsense/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:39:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[pfsense]]></category>
		<category><![CDATA[radius]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=273</guid>
		<description><![CDATA[pfSense has a captive portal option that allows RADIUS authentication. However, it doesn&#8217;t include the option to set the NAS ID of your firewall, instead creating something automatically based on the hostname. Apply these changes (against 1.2.3-RELEASE) to enable a custom NAS ID. --- /etc/inc/captiveportal.inc +++ ~/captiveportal.inc @@ -1066,11 +1066,17 @@ */ function getNasID&#40;&#41; &#123; [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/08/25/setting-nas-id-on-pfsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco TAR file format</title>
		<link>http://mike.eire.ca/2010/04/13/cisco-tar-file-format/</link>
		<comments>http://mike.eire.ca/2010/04/13/cisco-tar-file-format/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 17:12:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cisco ios tar format]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/2010/04/13/cisco-tar-file-format/</guid>
		<description><![CDATA[I needed to upload the device manager HTML files to a Cisco switch separately because I was low on flash space. You can&#8217;t download the HTML separately from Cisco (at least not for the 2950 switch I was upgrading) so I had to make the TAR myself. So I made up a TAR file with [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/04/13/cisco-tar-file-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using rrdtool with PHP</title>
		<link>http://mike.eire.ca/2010/03/28/using-rrdtool-with-php/</link>
		<comments>http://mike.eire.ca/2010/03/28/using-rrdtool-with-php/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 03:46:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=257</guid>
		<description><![CDATA[The PHP interface to rrdtool hasn&#8217;t been updated in 5 years and appears to have been deprecated by the developer, who doesn&#8217;t provide any documentation for it. Fortunately, there&#8217;s no functionality in the extension, so it won&#8217;t go out of date as long as the rrdtool library on your system is up to date. I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/03/28/using-rrdtool-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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</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 [...]]]></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</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; &#60;rect fill=&#34;white&#34; x=&#34;10&#34; y=&#34;0&#34; width=&#34;10&#34; height=&#34;10&#34;/&#62; &#60;rect fill=&#34;black&#34; x=&#34;10&#34; y=&#34;10&#34; width=&#34;10&#34; [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2010/02/25/easy-svg-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Actual&#8221; (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</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</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 [...]]]></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&#8217;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</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 Primer Zodiac City of God Last King of Scotland In Bruges The Man Who Wasn&#8217;t There Shaun of the Dead Spirited Away Waltz with Bashir Grindhouse Closer Inglorious Basterds]]></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</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>
	</channel>
</rss>

