<?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>James R J Constable &#187; codeigniter</title>
	<atom:link href="http://jamesconstable.co.uk/tag/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesconstable.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 16:16:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Memcached Output Caching Library for CodeIgniter</title>
		<link>http://jamesconstable.co.uk/web-development/memcached-output-caching-library-for-codeigniter/</link>
		<comments>http://jamesconstable.co.uk/web-development/memcached-output-caching-library-for-codeigniter/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:16:15 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=413</guid>
		<description><![CDATA[As a reworking to the MongoDB caching library I posted recently I made a version that saves output cached data to a Memcached server instead.  At the moment this works with just a single Memcached server but i&#8217;ll add support for multiple servers / clustering in the future.]]></description>
			<content:encoded><![CDATA[<p>As a reworking to the <a href="http://jamesconstable.co.uk/web-development/mongodb-output-caching-library-for-code-igniter/" >MongoDB caching library</a> I posted recently I made a version that <a href="http://github.com/weejames/Memcached-Output-Cache-for-CodeIgniter" onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');">saves output cached data to a Memcached server</a> instead.  At the moment this works with just a single Memcached server but i&#8217;ll add support for multiple servers / clustering in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/memcached-output-caching-library-for-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB Output Caching Library for CodeIgniter</title>
		<link>http://jamesconstable.co.uk/web-development/mongodb-output-caching-library-for-code-igniter/</link>
		<comments>http://jamesconstable.co.uk/web-development/mongodb-output-caching-library-for-code-igniter/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:13:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=408</guid>
		<description><![CDATA[Recently I&#8217;ve being experimenting with CodeIgniter&#8217;s built in web page caching mechanism to speed up rendering on an application i&#8217;ve been building at work.  As an experiment I&#8217;ve overwritten the caching mechanism to cache to MongoDB rather than the file system.  I&#8217;m assuming this will be faster but haven&#8217;t had time to do proper analysis [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve being experimenting with CodeIgniter&#8217;s built in <a href="http://codeigniter.com/user_guide/general/caching.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/codeigniter.com');">web page caching</a> mechanism to speed up rendering on an application i&#8217;ve been building at work.  As an experiment I&#8217;ve overwritten the caching mechanism to cache to MongoDB rather than the file system.  I&#8217;m assuming this will be faster but haven&#8217;t had time to do proper analysis yet.  This post is really just to announce that the code is available over at <a href="http://github.com/weejames/MongoDB-Output-Cache-for-CodeIgniter" onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');">GitHub</a>.</p>
<p>The library overrides the existing cache handling but it syntactically compatible with the existing caching functions so you won&#8217;t need to alter your application code to use it.</p>
<p>Feel free to check it out and let me know your thoughts on it.  I&#8217;ll write an update soon once i&#8217;ve done some reasonable testing to compare metrics.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/mongodb-output-caching-library-for-code-igniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SiftLinks: Links sifted out of Twitter and into an RSS feed for you.</title>
		<link>http://jamesconstable.co.uk/web-development/siftlinks-links-sifted-out-of-twitter-and-into-an-rss-feed-for-you/</link>
		<comments>http://jamesconstable.co.uk/web-development/siftlinks-links-sifted-out-of-twitter-and-into-an-rss-feed-for-you/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:16:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=404</guid>
		<description><![CDATA[There&#8217;s a couple of things I&#8217;ve been wanting to play with recently &#8211; the Twitter Auth protocol (and subsequently the Twitter API) and MongoDB. There&#8217;s also been something bugging me about Twitter recently.  I follow a few interesting folk who post a lot of interesting links.  But sometimes I disappear for a few days for work or [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a couple of things I&#8217;ve been wanting to play with recently &#8211; the Twitter Auth protocol (and subsequently the <a href="http://apiwiki.twitter.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/apiwiki.twitter.com');">Twitter API</a>) and <a href="http://www.mongodb.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mongodb.org');">MongoDB</a>. There&#8217;s also been something bugging me about Twitter recently.  I follow a few interesting folk who post a lot of interesting links.  But sometimes I disappear for a few days for work or for fun and despite seeing these links on my iPhone, I don&#8217;t really get the chance to properly read the articles.</p>
<p>What i needed was a way to strip out Tweets with a link in them and pick those links up in my feed reader when I get the chance to catch up with whats going on in the world.</p>
<p>And so I combined the aforementioned desire to experiment with new stuff and the need for an rss of my tweets with links in them to build <a href="http://siftlinks.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/siftlinks.com');">SiftLinks</a>.  It&#8217;s still in the testing phase and I&#8217;m making various optimisations as I go along &#8211; but it works.  If you have a need to <a href="http://siftlinks.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/siftlinks.com');">extract links from twitter</a> then give it a go and let me know how you get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/siftlinks-links-sifted-out-of-twitter-and-into-an-rss-feed-for-you/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Preview Video of Muxster</title>
		<link>http://jamesconstable.co.uk/web-development/preview-video-of-muxster/</link>
		<comments>http://jamesconstable.co.uk/web-development/preview-video-of-muxster/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:50:19 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[muxster]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=372</guid>
		<description><![CDATA[As some know I&#8217;ve been working on a project for a wee while now called Muxster.  We&#8217;re almost at a stage where user testing of the Beta version will begin but for a wee preview of whats going on check out this video that Andy put together.]]></description>
			<content:encoded><![CDATA[<p>As some know I&#8217;ve been working on a project for a wee while now called <a href="http://blog.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.muxster.com');">Muxster</a>.  We&#8217;re almost at a stage where user testing of the Beta version will begin but for a wee preview of whats going on check out this video that <a href="http://andybright.ws" onclick="javascript:pageTracker._trackPageview('/outbound/article/andybright.ws');">Andy</a> put together.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rpEecSELOKc&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/rpEecSELOKc&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/preview-video-of-muxster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capito.co.uk Launched</title>
		<link>http://jamesconstable.co.uk/work/212/</link>
		<comments>http://jamesconstable.co.uk/work/212/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:24:49 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[capito]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.jamesconstable.co.uk/?p=212</guid>
		<description><![CDATA[  Yesterday me and the guys at oceanseventy launched the new version of the Capito website.  They&#8217;re a IT infrastructure and managed services company based in Livingston.  The new site is built on PHP5/ MySql using CodeIgniter with JQuery in use for the effects, animation and AJAX.  Its the second site (after Clear Lets) to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"> <br />
<a href="http://www.capito.co.uk" ><img class="size-full wp-image-211 aligncenter" title="Capito - it Understood" src="http://www.jamesconstable.co.uk/wp-content/uploads/2008/11/capito-blog.jpg" alt="New Capito Website" width="352" height="291" /></a></p>
<p>Yesterday me and the guys at <a href="http://www.ocean70.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ocean70.com');">oceanseventy</a> launched the new version of the <a href="http://www.capito.co.uk" >Capito</a> website.  They&#8217;re a IT infrastructure and managed services company based in Livingston.  The new site is built on PHP5/ MySql using <a href="http://codeigniter.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/codeigniter.com');">CodeIgniter</a> with <a href="http://jquery.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/jquery.com');">JQuery</a> in use for the effects, animation and AJAX.  Its the second site (after <a href="http://www.clearlets.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.clearlets.com');">Clear Lets</a>) to use the updated version of our CMS.</p>
<p>You can read about how happy they were with it on the <a href="http://www.ocean70.com/blog/find-more-at-an-evolved-capito" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ocean70.com');">oceanseventy blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/work/212/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
