<?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/" version="2.0">

<channel>
	<title>Murrion Blog</title>
	
	<link>http://www.murrion.ie</link>
	<description>The blog of Murrion Software</description>
	<pubDate>Fri, 17 Feb 2012 09:52:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</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/MurrionSoftware" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="murrionsoftware" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Interesting tech things found this week</title>
		<link>http://www.murrion.ie/2012/02/interesting-tech-things-found-this-week/</link>
		<comments>http://www.murrion.ie/2012/02/interesting-tech-things-found-this-week/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 09:52:45 +0000</pubDate>
		<dc:creator>Gordon Murray</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[murmurs]]></category>

		<category><![CDATA[baecamp]]></category>

		<category><![CDATA[CodeIgniter]]></category>

		<category><![CDATA[imdb]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.murrion.ie/?p=351</guid>
		<description><![CDATA[Because its Friday, just some interesting things I found during the week that might be worth a look:
mySQL Dumper, http://www.mysqldumper.net/ - a PHP and Perl based tool for backing up MySQL databases. You can easily dump your data into a backup file and - if needed - restore it.
IMDB (Internet Movie Database) API from Dean [...]]]></description>
		<wfw:commentRss>http://www.murrion.ie/2012/02/interesting-tech-things-found-this-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How we manage our work</title>
		<link>http://www.murrion.ie/2012/01/how-we-manage-our-work/</link>
		<comments>http://www.murrion.ie/2012/01/how-we-manage-our-work/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:04:19 +0000</pubDate>
		<dc:creator>Gordon Murray</dc:creator>
		
		<category><![CDATA[business]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[bizcamp]]></category>

		<category><![CDATA[CodeIgniter]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[springloops]]></category>

		<guid isPermaLink="false">http://www.murrion.ie/?p=341</guid>
		<description><![CDATA[I have wanted to write a blog post about how we work on our client projects for a while now. I&#8217;m proud of our team and how we manage our work but I don&#8217;t want to stop there. Writing out our steps might help me to see any areas that could be improved. I&#8217;d also [...]]]></description>
		<wfw:commentRss>http://www.murrion.ie/2012/01/how-we-manage-our-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trying out Yahoo’s Content Analysis API with PHP</title>
		<link>http://www.murrion.ie/2011/12/trying-out-yahoos-content-analysis-api-with-php/</link>
		<comments>http://www.murrion.ie/2011/12/trying-out-yahoos-content-analysis-api-with-php/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:47:23 +0000</pubDate>
		<dc:creator>Gordon Murray</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[Content Analysis]]></category>

		<category><![CDATA[wikipedia]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.murrion.ie/?p=339</guid>
		<description><![CDATA[Yahoo has a new (to me) Content Analysis API which can perform text analysis on some text or a URL. I read about it this evening on ProgrammableWeb and had to try it out.
Its limited to 5,000 API calls per 24 hour period per IP Address, thats about enough leg room to try it out [...]]]></description>
		<wfw:commentRss>http://www.murrion.ie/2011/12/trying-out-yahoos-content-analysis-api-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to build your own URL shortener with Codeigniter</title>
		<link>http://www.murrion.ie/2011/08/how-to-build-your-own-url-shortener-with-codeigniter/</link>
		<comments>http://www.murrion.ie/2011/08/how-to-build-your-own-url-shortener-with-codeigniter/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 22:39:07 +0000</pubDate>
		<dc:creator>Gordon Murray</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[CodeIgniter]]></category>

		<category><![CDATA[github]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[url shortener]]></category>

		<guid isPermaLink="false">http://www.murrion.ie/?p=333</guid>
		<description><![CDATA[Codeigniter is an excellent lightweight PHP framework with great documentation. This post assumes you already know a little about Codeigniter. To learn more about it, visit codeigniter.com.
This tutorial will walk you through building your own URL shortening service using Codeigniter. The end result will be a basic application allowing you to enter a long URL [...]]]></description>
		<wfw:commentRss>http://www.murrion.ie/2011/08/how-to-build-your-own-url-shortener-with-codeigniter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using social networking APIs to prevent spam + code samples</title>
		<link>http://www.murrion.ie/2011/03/using-social-networking-apis-to-prevent-spam-code-samples/</link>
		<comments>http://www.murrion.ie/2011/03/using-social-networking-apis-to-prevent-spam-code-samples/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 21:29:18 +0000</pubDate>
		<dc:creator>Gordon Murray</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[rapleaf]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[toneapi]]></category>

		<guid isPermaLink="false">http://www.murrion.ie/?p=324</guid>
		<description><![CDATA[In a recent blog post I wrote briefly about some ideas  relating to using popular APIs to help identify and prevent spam that can  happen with forms on a website.
I wanted to follow up  on this with some further thoughts and some code examples for anyone that might like to use them.
Here [...]]]></description>
		<wfw:commentRss>http://www.murrion.ie/2011/03/using-social-networking-apis-to-prevent-spam-code-samples/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

