<?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; James</title>
	<atom:link href="http://jamesconstable.co.uk/author/admin/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>Facebook Connect Library for ColdFusion</title>
		<link>http://jamesconstable.co.uk/web-development/facebook-connect-library-for-coldfusion/</link>
		<comments>http://jamesconstable.co.uk/web-development/facebook-connect-library-for-coldfusion/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:53:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=401</guid>
		<description><![CDATA[I&#8217;ve dropped an initial release of the Facebook Connect library for ColdFusion I built onto my GitHub account. It works perfectly under the limited testing i&#8217;ve actually done.  I&#8217;ve only tested under Railo 3 but dont think there&#8217;s any real reason why it won&#8217;t work fine in the Adobe CF server.  There&#8217;s no documentation yet [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve dropped an initial release of the <a href="http://github.com/weejames/Facebook-Connect-Library-for-Cold-Fusion" onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');">Facebook Connect library for ColdFusion</a> I built onto my <a href="http://github.com/weejames" onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');">GitHub account</a>.  It works perfectly under the limited testing i&#8217;ve actually done.  I&#8217;ve only tested under Railo 3 but dont think there&#8217;s any real reason why it won&#8217;t work fine in the Adobe CF server.  There&#8217;s no documentation yet but i&#8217;ll get to that eventually as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/facebook-connect-library-for-coldfusion/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Review of the Manic Street Preachers at King Tuts, 18th February 2010</title>
		<link>http://jamesconstable.co.uk/my-life/review-of-the-manic-street-preachers-at-king-tuts-18th-february-2010/</link>
		<comments>http://jamesconstable.co.uk/my-life/review-of-the-manic-street-preachers-at-king-tuts-18th-february-2010/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:12:24 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[king tuts]]></category>
		<category><![CDATA[manic street preachers]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=397</guid>
		<description><![CDATA[You can read the review I wrote of the Manics at King Tuts last night (18th Feb 2010) over at STV Entertainment. Feel free to leave some comment over there if you were at the gig as well.]]></description>
			<content:encoded><![CDATA[<p>You can read the review I wrote of the Manics at King Tuts last night (18th Feb 2010) over at <a href="http://entertainment.stv.tv/showbiz/158537-review-manic-street-preachers-king-tuts-feb-18/" onclick="javascript:pageTracker._trackPageview('/outbound/article/entertainment.stv.tv');">STV Entertainment</a>.  Feel free to leave some comment over there if you were at the gig as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/my-life/review-of-the-manic-street-preachers-at-king-tuts-18th-february-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ginza Station</title>
		<link>http://jamesconstable.co.uk/photography/ginza-station/</link>
		<comments>http://jamesconstable.co.uk/photography/ginza-station/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 10:58:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/uncategorized/ginza-station/</guid>
		<description><![CDATA[Ginza Station, originally uploaded by WeeJames.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/weejames/4300265858/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" title="photo sharing"><img src="http://farm5.static.flickr.com/4011/4300265858_3cd474abf0.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/weejames/4300265858/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">Ginza Station</a>, originally uploaded by <a href="http://www.flickr.com/people/weejames/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">WeeJames</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/photography/ginza-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Subversion 1.6.6 from source on Ubuntu 8.04</title>
		<link>http://jamesconstable.co.uk/linux/installing-subversion-1-6-6-from-source-on-ubuntu-8-04/</link>
		<comments>http://jamesconstable.co.uk/linux/installing-subversion-1-6-6-from-source-on-ubuntu-8-04/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:55:44 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=381</guid>
		<description><![CDATA[I&#8217;ve got a number of servers that are currently running the latest LTS release of Ubuntu, 8.04.  Unfortunately this release doesn&#8217;t have the latest version of subversion (1.6.6  at time of writing) available from apt and as the various clients that get used to access these working copies get updated, they stop working with the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a number of servers that are currently running the latest LTS release of <a href="http://www.ubuntu.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ubuntu.com');">Ubuntu</a>, 8.04.  Unfortunately this release doesn&#8217;t have the latest version of <a href="http://subversion.tigris.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/subversion.tigris.org');">subversion</a> (1.6.6  at time of writing) available from apt and as the various clients that get used to access these working copies get updated, they stop working with the command line version on the server (1.5.1).</p>
<p>I found installing from source a bit fiddly at first but after some research managed to get everything hooked up as required.</p>
<p>Start off by grabbing the latest version from the subversion site and untar/gzipping it</p>
<blockquote><p>wget http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz<br />
tar xf subversion-1.6.6.tar.gz</p></blockquote>
<p>There&#8217;s a few pre-requisites that need to be installed to compile subversion so if you&#8217;ve not already got them add these packages.</p>
<blockquote><p>sudo apt-get install libc6-dev g++ gcc<br />
sudo apt-get install libapr1 libapr1-dev libaprutil1 libaprutil1-dev libneon27 libneon27-dev</p></blockquote>
<p>Configure the compilation from within the newly uncompressed directory and declare where you want the binaries to be saved to</p>
<blockquote><p>./configure &#8211;prefix=/usr/bin/subversion-1.6.6 &#8211;disable-nls</p></blockquote>
<p>And  finally run the make process</p>
<blockquote><p>make<br />
sudo make install</p></blockquote>
<p>All being well you should have the latest version of subversion accessible from the directory you specified (in our case /usr/bin/subversion-1.6.6).  If you want this new version to precede the existing version so you don&#8217;t have to write in the full path each time.  Alter <em>/etc/environment </em>and add the path to the newly installed subversion to the start of the PATH variable. e.g.</p>
<blockquote><p>PATH=&#8221;/usr/bin/subversion-1.6.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games&#8221;</p></blockquote>
<p>Reload you environment file with</p>
<blockquote><p>source /etc/environment</p></blockquote>
<p>And type <em>svn &ndash;&ndash;version</em> to check that you do indeed have SVN 1.6.6 installed</p>
<blockquote><p>
svn, version 1.6.6 (r40053)<br />
compiled Nov  3 2009, 12:19:16<br />
Copyright (C) 2000-2009 CollabNet.<br />
Subversion is open source software, see http://subversion.tigris.org/<br />
This product includes software developed by CollabNet (http://www.Collab.Net/).<br />
svn, version 1.6.6 (r40053)   compiled Nov  3 2009, 12:19:16<br />
Copyright (C) 2000-2009 CollabNet.Subversion is open source software, see http://subversion.tigris.org/This product includes software developed by CollabNet (http://www.Collab.Net/).</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/linux/installing-subversion-1-6-6-from-source-on-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Rich Snippets for STV Local</title>
		<link>http://jamesconstable.co.uk/web-development/rich-snippets-for-stv-local/</link>
		<comments>http://jamesconstable.co.uk/web-development/rich-snippets-for-stv-local/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:26:46 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[rich snippets]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[stv]]></category>
		<category><![CDATA[stvlocal]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=378</guid>
		<description><![CDATA[Over on STV Local we&#8217;ve added support for Google&#8217;s rich snippets on search results using the hreview-aggregate microformat. Soon (hopefully), the search results for places like Piece will have extra information like the number of reviews, the average rating and (where available) the average cost of a meal for 2.]]></description>
			<content:encoded><![CDATA[<p>Over on <a href="http://local.stv.tv" onclick="javascript:pageTracker._trackPageview('/outbound/article/local.stv.tv');">STV Local</a> we&#8217;ve added support for Google&#8217;s <a href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/googlewebmastercentral.blogspot.com');">rich snippets</a> on search results using the <a href="http://microformats.org/wiki/hreview-aggregate" onclick="javascript:pageTracker._trackPageview('/outbound/article/microformats.org');">hreview-aggregate</a> microformat.</p>
<p>Soon (hopefully), the search results for places like <a href="http://local.stv.tv/glasgow/place/cafes-snack-shops-tea-rooms/12003774-piece/" onclick="javascript:pageTracker._trackPageview('/outbound/article/local.stv.tv');">Piece</a> will have extra information like the number of reviews, the average rating and (where available) the average cost of a meal for 2.</p>
<p><img class="aligncenter size-full wp-image-379" title="Piece" src="http://jamesconstable.co.uk/wp-content/uploads/2009/10/Picture-4.png" alt="Piece" width="583" height="86" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/rich-snippets-for-stv-local/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Factor Finalists on Muxster</title>
		<link>http://jamesconstable.co.uk/web-development/x-factor-finalists-on-muxster/</link>
		<comments>http://jamesconstable.co.uk/web-development/x-factor-finalists-on-muxster/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:29:17 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[muxster]]></category>
		<category><![CDATA[x-factor]]></category>

		<guid isPermaLink="false">http://jamesconstable.co.uk/?p=375</guid>
		<description><![CDATA[Muxster is getting closer and closer to a stage where we want to start user testing and as part of the testing process we&#8217;ve set up a bunch of Mux&#8217;s for the various X-Factor finalists to demonstrate some of the features. Danyl Johnson Jamie Archer Joe McElderry John and Edward Kandy Rain Lloyd Daniels Lucie [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.muxster.com');">Muxster</a> is getting closer and closer to a stage where we want to start user testing and as part of the testing process we&#8217;ve set up a bunch of Mux&#8217;s for the various X-Factor finalists to demonstrate some of the features.</p>
<ul class="clearfix">
<li><a href="http://danyl-johnson-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/danyl-johnson-xfactor.muxster.com');">Danyl Johnson</a></li>
<li><a href="http://jamie-archer-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/jamie-archer-xfactor.muxster.com');">Jamie Archer</a></li>
<li><a href="http://joe-mcelderry-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/joe-mcelderry-xfactor.muxster.com');">Joe McElderry</a></li>
<li><a href="http://john-and-edward-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/john-and-edward-xfactor.muxster.com');">John and Edward</a></li>
<li><a href="http://kandy-rain-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/kandy-rain-xfactor.muxster.com');">Kandy Rain</a></li>
<li><a href="http://lloyd-daniels-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/lloyd-daniels-xfactor.muxster.com');">Lloyd Daniels</a></li>
<li><a href="http://lucie-jones-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/lucie-jones-xfactor.muxster.com');">Lucie Jones</a></li>
<li><a href="http://miss-frank-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/miss-frank-xfactor.muxster.com');">Miss Frank</a></li>
<li><a href="http://olly-murs-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/olly-murs-xfactor.muxster.com');">Olly Murs</a></li>
<li><a href="http://rachel-adedeji-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/rachel-adedeji-xfactor.muxster.com');">Rachel Adedeji</a></li>
<li><a href="http://rikki-loney-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/rikki-loney-xfactor.muxster.com');">Rikki Loney</a></li>
<li><a href="http://stacey-solomon-xfactor.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/stacey-solomon-xfactor.muxster.com');">Stacey Solomon</a></li>
</ul>
<p>The various illustrations you&#8217;ll see were done by the <a href="http://www.clairemurray.co.uk/" >very excellent illustrator</a>, <a href="http://www.clairemurray.co.uk/blog/" >Claire Murray</a>.</p>
<p>You should follow <a href="http://twitter.com/muxster" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');">Muxster on Twitter</a> to keep up to date with what&#8217;s happening and to let us know if you or your band are interested in doing some testing for us.</p>
<p><strong>Update:</strong> None of these links work now.  Now that <a href="http://www.muxster.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.muxster.com');">Muxster</a> has been launched we decided to remove the test accounts we set up and start afresh!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesconstable.co.uk/web-development/x-factor-finalists-on-muxster/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
