<?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>Dan Paul Smith</title>
	<atom:link href="http://danpaulsmith.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://danpaulsmith.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 09:56:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bathing Water Quality visualisation</title>
		<link>http://danpaulsmith.com/2012/04/bathing-water-quality-visualisation/</link>
		<comments>http://danpaulsmith.com/2012/04/bathing-water-quality-visualisation/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 14:59:05 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=837</guid>
		<description><![CDATA[Using the Environment Agency&#8217;s bathing water quality data provided by DEFRA and UK Location, I&#8217;ve whipped up a very quick visualisation of my own &#8211; showing off indicators for faecal bacteria at the bathing sites. The data source: http://environment.data.gov.uk/doc/bathing-water.html?_view=basic&#38;_properties=samplingPoint.lat,samplingPoint.long,latestSampleAssessment.faecalColiformCount,latestSampleAssessment.faecalStreptococciCount,latestSampleAssessment.totalColiformCount&#38;_page=0&#38;_sort=-latestSampleAssessment.faecalStreptococciCount Notable parameters I used: view = &#8220;basic&#8221; view properties = lat, long, total coliform count, faecal [...]]]></description>
			<content:encoded><![CDATA[<style>
div.content a {
text-decoration:underline;
}
</style>
<p>Using the <a href="http://environment.data.gov.uk/lab/" target="_blank">Environment Agency&#8217;s bathing water quality data</a> provided by <a class="zem_slink" title="Department for Environment, Food and Rural Affairs" href="http://www.defra.gov.uk" rel="homepage" target="_blank">DEFRA</a> and <a href="http://location.defra.gov.uk/" target="_blank">UK Location</a>, I&#8217;ve whipped up a very quick visualisation of my own &#8211; showing off indicators for faecal bacteria at the bathing sites.</p>
<p>The data source:<br />
<a href="http://environment.data.gov.uk/doc/bathing-water.html?_view=basic&amp;_properties=samplingPoint.lat,samplingPoint.long,latestSampleAssessment.faecalColiformCount,latestSampleAssessment.faecalStreptococciCount,latestSampleAssessment.totalColiformCount&amp;_page=0&amp;_sort=-latestSampleAssessment.faecalStreptococciCount">http://environment.data.gov.uk/doc/bathing-water.html?_view=basic&amp;_properties=samplingPoint.lat,samplingPoint.long,latestSampleAssessment.faecalColiformCount,latestSampleAssessment.faecalStreptococciCount,latestSampleAssessment.totalColiformCount&amp;_page=0&amp;_sort=-latestSampleAssessment.faecalStreptococciCount</a></p>
<p>Notable parameters I used:</p>
<ul>
<li>view = &#8220;basic&#8221; view</li>
<li>properties = lat, long, total <a class="zem_slink" title="Coliform bacteria" href="http://en.wikipedia.org/wiki/Coliform_bacteria" rel="wikipedia" target="_blank">coliform</a> count, faecal coliform count, faecal <a class="zem_slink" title="Streptococcus" href="http://en.wikipedia.org/wiki/Streptococcus" rel="wikipedia" target="_blank">streptococci</a> count</li>
<li>page size = 500</li>
<li>sort = by faecal streptococci count (descending)</li>
</ul>
<p>The steps to create the visualisation:</p>
<ul>
<li>Realised I was quite interested in seeing where the bathing sites were that contained the most faecal bacteria (Blackpool area by the looks of it)</li>
<li>Tailored my own API call using instructions from the <a href="http://environment.data.gov.uk/lab/doc/api-bwq-reference-v0.2.html">API documentation</a>.</li>
<li>Tried using <a class="zem_slink" title="Pipes" href="http://pipes.yahoo.com" rel="homepage" target="_blank">Yahoo Pipes</a> and other connecting API thingys to see what I could do within about 5-10 minutes.</li>
<li>Decided to use Googles Fusion Tables as it can create maps from spreadsheet data</li>
<li>The Enviroment API offers several formats, so I just changed my API call to include &#8220;.csv&#8221; intsead of &#8220;.html&#8221;.</li>
<li>Then, after spending the last half year developing the <a href="http://linkedgov.org/" target="_blank">LinkedGov</a> <a href="http://wiki.linkedgov.org/index.php/Google_Refine_extension" target="_blank">extension</a> for <a href="http://code.google.com/p/google-refine/" target="_blank">Google Refine</a> &#8211; I immediately thought of it as the first go-to tool to shape the data and make it fit for importing into some sort of mapping API.</li>
<li>I used Google Refine&#8217;s faceting &amp; number range features to decide how to split the bacteria counts into low, medium and high.</li>
<li>I exported the data from Refine as CSV to my computer.</li>
<li>I uploaded the CSV into <a href="https://www.google.com/fusiontables/DataSource?docid=1H0dPHurEU8dEmk_bHEyiAO2OlKlT08Dbgfy-CQM" target="_blank">Fusion Tables</a> &#8211; and all the hard work was done for me!</li>
<li>Time taken = 15 minutes (I have experience with the <a href="http://code.google.com/p/linked-data-api/">Linked Data API</a> &#8211; otherwise it would have taken me a little while longer to tailor the API call I wanted)</li>
</ul>
<p><strong>Please note: I have manually adjusted the banding points for the levels of bacteria so the visualisation showed a visually pleasing number of red, yellow and green markers. While a site may have a red marker &#8211; it could actually be of quite high water quality.</strong></p>
<p>Total <a class="zem_slink" title="Coliform bacteria" href="http://en.wikipedia.org/wiki/Coliform_bacteria" rel="wikipedia" target="_blank">Coliform</a> Count</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:E_coli_at_10000x%2C_original.jpg" target="_blank"><img class="zemanta-img-inserted zemanta-img-configured" title="Low-temperature electron micrograph of a clust..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/E_coli_at_10000x%2C_original.jpg/300px-E_coli_at_10000x%2C_original.jpg" alt="Low-temperature electron micrograph of a clust..." width="300" height="218" /></a><p class="wp-caption-text">Low-temperature electron micrograph of a cluster of E. coli bacteria, magnified 10,000 times. Each individual bacterium is oblong shaped. (Photo credit: Wikipedia)</p></div>
<p><iframe src="https://www.google.com/fusiontables/embedviz?viz=MAP&amp;q=select+col1+from+3637181+&amp;h=false&amp;lat=53.35710874569603&amp;lng=-1.7657097656249334&amp;z=6&amp;t=1&amp;l=col1&amp;y=1&amp;tmplt=1" frameborder="no" scrolling="no" width="100%" height="400"></iframe></p>
<p>Faecal Coliform Count</p>
<p><iframe src="https://www.google.com/fusiontables/embedviz?viz=MAP&amp;q=select+col1+from+3637181+&amp;h=false&amp;lat=53.279808611038725&amp;lng=-1.9085320312499334&amp;z=6&amp;t=1&amp;l=col1&amp;y=2&amp;tmplt=2" frameborder="no" scrolling="no" width="100%" height="400"></iframe></p>
<p>Faecal Streptococci Count</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Streptococci.jpg" target="_blank"><img class="zemanta-img-inserted zemanta-img-configured" title="Gram-stained smear of streptococci" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Streptococci.jpg/300px-Streptococci.jpg" alt="Gram-stained smear of streptococci" width="300" height="185" /></a><p class="wp-caption-text">Gram-stained smear of streptococci (Photo credit: Wikipedia)</p></div>
<p><iframe src="https://www.google.com/fusiontables/embedviz?viz=MAP&amp;q=select+col1+from+3637181+&amp;h=false&amp;lat=53.2559900416781&amp;lng=-1.799355395507746&amp;z=6&amp;t=1&amp;l=col1&amp;y=3&amp;tmplt=3" frameborder="no" scrolling="no" width="100%" height="400"></iframe></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=4d8d3f84-3e07-480d-a686-5080cfddb4f4" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2012/04/bathing-water-quality-visualisation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Government posts visualisation with Isotope</title>
		<link>http://danpaulsmith.com/2011/12/government-posts-visualisation-with-isotope/</link>
		<comments>http://danpaulsmith.com/2011/12/government-posts-visualisation-with-isotope/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:29:15 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=721</guid>
		<description><![CDATA[I found this visualisation on my server this morning &#8211; hadn&#8217;t looked around the directory structure for ages and forgot I&#8217;d made it. I think it&#8217;s quite cool, might think about carrying on with it in some way or another. You can play with it here: http://danpaulsmith.com/apps/postlist_new?dept=dft. You can replace &#8220;dft&#8221; with a department acronym [...]]]></description>
			<content:encoded><![CDATA[<p>I found this visualisation on my server this morning &#8211; hadn&#8217;t looked around the directory structure for ages and forgot I&#8217;d made it. I think it&#8217;s quite cool, might think about carrying on with it in some way or another.</p>
<p><iframe width="100%" height="500" src="http://www.youtube.com/embed/sbx-nfhYoz0" frameborder="0" allowfullscreen></iframe></p>
<p>You can play with it here:</p>
<p><a href="http://danpaulsmith.com/apps/postlist_new?dept=dft" target="_blank">http://danpaulsmith.com/apps/postlist_new?dept=dft</a>.</p>
<p>You can replace &#8220;dft&#8221; with a department acronym (e.g. co, dfe, hmrc&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/12/government-posts-visualisation-with-isotope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten years of road deaths (visualisation)</title>
		<link>http://danpaulsmith.com/2011/12/ten-years-of-road-deaths-visualisation/</link>
		<comments>http://danpaulsmith.com/2011/12/ten-years-of-road-deaths-visualisation/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 11:38:50 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=716</guid>
		<description><![CDATA[BBC have plotted the road incidents resulting in death for the last ten years in the UK. I&#8217;m sure I&#8217;ve come across this before, but it&#8217;s a good visualisation. Simple, meaningful and accurate. Link: http://www.bbc.co.uk/news/uk-15975720.]]></description>
			<content:encoded><![CDATA[<p>BBC have plotted the road incidents resulting in death for the last ten years in the UK.</p>
<p>I&#8217;m sure I&#8217;ve come across this before, but it&#8217;s a good visualisation.</p>
<p>Simple, meaningful and accurate.</p>
<p>Link: <a href="http://www.bbc.co.uk/news/uk-15975720" target="_blank">http://www.bbc.co.uk/news/uk-15975720</a>.</p>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-05-at-11.37.25.png"><img src="http://danpaulsmith.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-05-at-11.37.25.png" alt="" title="Screen Shot 2011-12-05 at 11.37.25" width="977" height="519" class="aligncenter size-full wp-image-717" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/12/ten-years-of-road-deaths-visualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The invisible world of clubbing</title>
		<link>http://danpaulsmith.com/2011/10/the-invisible-world-of-clubbing/</link>
		<comments>http://danpaulsmith.com/2011/10/the-invisible-world-of-clubbing/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 19:05:21 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=703</guid>
		<description><![CDATA[I pressed pause during a video I took during a club night on a recent adventure to Paris and realised there were quite a few frames captured of the full white strobe light on. Slightly surreal as you really just exist in more or less darkness even with all the lights that are packed into [...]]]></description>
			<content:encoded><![CDATA[<p>I pressed pause during a video I took during a club night on a recent adventure to Paris and realised there were quite a few frames captured of the full white strobe light on. Slightly surreal as you really just exist in more or less darkness even with all the lights that are packed into the club (which is the Rex club if anyone&#8217;s in Paris next).</p>

]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/10/the-invisible-world-of-clubbing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interface fail &#8211; iCal (Lion)</title>
		<link>http://danpaulsmith.com/2011/10/interface-fail-ical-lion/</link>
		<comments>http://danpaulsmith.com/2011/10/interface-fail-ical-lion/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 09:14:36 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Interface fail]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=696</guid>
		<description><![CDATA[After I&#8217;ve carefully and lovingly filled out a calendar entry, I go ahead and click &#8220;Delete&#8221;.]]></description>
			<content:encoded><![CDATA[<p>After I&#8217;ve carefully and lovingly filled out a calendar entry, I go ahead and click &#8220;Delete&#8221;.</p>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-05-at-10.08.10.png"><img src="http://danpaulsmith.com/wp-content/uploads/2011/10/Screen-Shot-2011-10-05-at-10.08.10.png" alt="" title="Screen Shot 2011-10-05 at 10.08.10" width="327" height="479" class="aligncenter size-full wp-image-697" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/10/interface-fail-ical-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Tube Station passenger counts &#8211; 2009</title>
		<link>http://danpaulsmith.com/2011/08/london-tube-station-passenger-counts-2009/</link>
		<comments>http://danpaulsmith.com/2011/08/london-tube-station-passenger-counts-2009/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 13:01:36 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=667</guid>
		<description><![CDATA[Transport for London have just released a set of APIs that return various types of transport information for the city. Below is a little bar chart of London tube stations using the Passenger count API. Looking forward to using the APIs in the future! I also played around with some of the visualisations on ManyEyes [...]]]></description>
			<content:encoded><![CDATA[<p>Transport for London have just released a <a href="http://www.tfl.gov.uk/businessandpartners/syndication/default.aspx" target="_blank">set of APIs</a> that return various types of transport information for the city. Below is a little bar chart of London tube stations using the Passenger count API. Looking forward to using the APIs in the future!</p>
<p><span id="more-667"></span><br />
<script type="text/javascript">// <![CDATA[
$(document).ready(function(){
//$('div.latest-work').hide();
//$('div.content').width('100%');
});
// ]]&gt;</script></p>
<p>I also played around with some of the visualisations on ManyEyes (IBM&#8217;s community-based visualisation website) &#8211; you can play around with my visualisation here &#8211; <a href="http://www-958.ibm.com/software/data/cognos/manyeyes/visualizations/london-tube-station-passenger-coun" target="_blank">http://www-958.ibm.com/software/data/cognos/manyeyes/visualizations/london-tube-station-passenger-coun</a>.</p>
<h3 style="text-align: center;">2009 &#8211; London tube station entry &amp; exit counts (millions)</h3>
<p><img class="aligncenter size-large wp-image-668" title="london_tube_counts_2009" src="http://danpaulsmith.com/wp-content/uploads/2011/08/london_tube_counts_2009.png" alt="" width="100%" height="100%" /></p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/08/london-tube-station-passenger-counts-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interface evolution &#8211; Football Manager</title>
		<link>http://danpaulsmith.com/2011/08/interface-evolution-football-manager/</link>
		<comments>http://danpaulsmith.com/2011/08/interface-evolution-football-manager/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 21:43:36 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Interface]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=586</guid>
		<description><![CDATA[This is what will hopefully be the first in many posts on a particular evolving interface &#8211; an interface that people use, offline or online. I&#8217;m not quite sure what I aim to be talking about, but they&#8217;ll basically be to express my thoughts and share my observations on what I think are interesting interfaces. [...]]]></description>
			<content:encoded><![CDATA[<p>This is what will hopefully be the first in many posts on a particular evolving interface &#8211; an interface that people use, offline or online. I&#8217;m not quite sure what I aim to be talking about, but they&#8217;ll basically be to express my thoughts and share my observations on what I think are interesting interfaces.</p>
<p><span id="more-586"></span></p>
<p><script type="text/javascript">// <![CDATA[
$(document).ready(function(){
$('div#container div.latest-work').hide();
$('div#container div.content').width('100%');
});
// ]]&gt;</script></p>
<h3>FOOTBALL MANAGER</h3>
<p>I&#8217;ve never played Football Manager, but I have a number of friends that do &#8211; some of them being almost computer illiterate. But after a friend posted a work-in-progress screenshot of the Football Manager 2012 interface, I realised that each of them become accustomed to a certain interface for a year &#8211; and they *use* this interface like no other &#8211; the speed they click buttons at is depressing. This is an addictive game and players will reluctantly admit it&#8217;s a part of their life &#8211; I&#8217;ve experienced the same with another game &#8211; the situation you find yourself in as a result of the addiction can leave you questioning yourself, your worth and being for a decade. I&#8217;ll probably save this for another post.<em></em></p>
<p>Aside from the interfaces, Football Manager is an interesting game to talk about &#8211; specifically how game events map to real life events, and how the game developers have it&#8217;s &#8216;story board&#8217; written for them every year for free by the football sector<em>.</em></p>
<p>A note worth adding about my analysis of the Football Manager interfaces; I&#8217;ve never played the game and don&#8217;t have an understanding of the game dynamics &#8211; so my thoughts will be strictly limited to visual and spacial observations regarding to how information is designed and conveyed &#8211; so this is more for the design and user experience lot, this is not in any way a preview of the game.</p>
<p>So the first thing to say about FM is that it&#8217;s got one serious interface &#8211; it&#8217;s a data cockpit. The latest interface of the new edition of the game, &#8220;FM 2012&#8243; &#8211; is the result of tweaking an interface for seven years with an enormous amount of money and hard work put behind it. It&#8217;s impressive.</p>
<p>So let&#8217;s go back to 2005, when I was 17 &#8211; and very much into gaming. Unfortunately for Sega, I had already been won over by a different game by that time and so Football Manager never found it&#8217;s way into my life.</p>
<h3 style="text-align: center;">2005</h3>
<p>2005 feels similar to a phase I went through when I first got the hang of basic web development styles (or Cascading Style Sheets &#8211; CSS). As soon as you&#8217;re able to round the corners of boxes, add drop shadows and add gradients &#8211; you tend to apply one or more of these styles to nearly every element on the screen &#8211; just because you can.</p>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-the-interface.jpg"><img class="aligncenter size-full wp-image-610" title="2005-the-interface" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-the-interface.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-the-menu.jpg"><img class="aligncenter size-full wp-image-611" title="2005-the-menu" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-the-menu.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-team.jpg"><img class="aligncenter size-full wp-image-609" title="2005-team" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-team.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-player.jpg"><img class="aligncenter size-full wp-image-608" title="2005-player" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-player.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-overlay.jpg"><img class="aligncenter size-full wp-image-607" title="2005-overlay" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2005-overlay.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of <a href="http://www.totalvideogames.com/Football-Manager-2005/screenshots/2569//" target="_blank">www.totalvideogames.com</a> and <a href="http://www.gamershell.com/pc/football_manager_2005/screenshots.html" target="_blank">www.gamershell.com</a>.</p>
<h3 style="text-align: center;">2006</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-manager.jpg"><img class="aligncenter size-full wp-image-614" title="2006-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-manager.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-player-stats.jpg"><img class="aligncenter size-full wp-image-616" title="2006-player-stats" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-player-stats.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-match.jpg"><img class="aligncenter size-full wp-image-615" title="2006-match" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-match.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-team-options.jpg"><img class="aligncenter size-full wp-image-617" title="2006-team-options" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2006-team-options.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of <a href="http://www.eurogamer.net/gallery.php?game_id=4126&amp;article_id=60171" target="_blank">Eurogamer.net</a>.</p>
<h3 style="text-align: center;">2007</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-manager.jpg"><img class="aligncenter size-full wp-image-620" title="2007-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-manager.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-overlay.jpg"><img class="aligncenter size-full wp-image-621" title="2007-overlay" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-overlay.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-player-mood.jpg"><img class="aligncenter size-full wp-image-622" title="2007-player-mood" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-player-mood.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-team-formation.jpg"><img class="aligncenter size-full wp-image-623" title="2007-team-formation" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-team-formation.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-team.jpg"><img class="aligncenter size-full wp-image-624" title="2007-team" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2007-team.jpg" alt="" width="100%" height="100%" /></a></p>
<h3 style="text-align: center;">2008</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-league.jpg"><img class="aligncenter size-full wp-image-625" title="2008-league" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-league.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-overlay.jpg"><img class="aligncenter size-full wp-image-626" title="2008-overlay" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-overlay.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-player.jpg"><img class="aligncenter size-full wp-image-627" title="2008-player" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-player.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-team-list.jpg"><img class="aligncenter size-full wp-image-628" title="2008-team-list" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2008-team-list.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of <a href="http://www.gamershell.com/pc/football_manager_2008/screenshots.html" target="_blank">www.gamershell.com</a>.</p>
<h3 style="text-align: center;">2009</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-player-options.jpg"><img class="aligncenter size-full wp-image-633" title="2009-player-options" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-player-options.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-manager.jpg"><img class="aligncenter size-full wp-image-632" title="2009-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-manager.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-3d.jpg"><img class="aligncenter size-full wp-image-631" title="2009-3d" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-3d.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-3d-hud.jpg"><img class="aligncenter size-full wp-image-630" title="2009-3d-hud" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2009-3d-hud.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of <a href="http://www.gamershell.com/pc/football_manager_2009/screenshots.html" target="_blank">www.gamershell.com</a>.</p>
<h3 style="text-align: center;">2010</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-team.jpg"><img class="aligncenter size-full wp-image-642" title="2010-team" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-team.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-tactics.jpg"><img class="aligncenter size-full wp-image-641" title="2010-tactics" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-tactics.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-player-report.jpg"><img class="aligncenter size-full wp-image-640" title="2010-player-report" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-player-report.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-match.jpg"><img class="aligncenter size-full wp-image-639" title="2010-match" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-match.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-match-stats.jpg"><img class="aligncenter size-full wp-image-638" title="2010-match-stats" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-match-stats.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-manager.jpg"><img class="aligncenter size-full wp-image-637" title="2010-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-manager.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-3d-hud.jpg"><img class="aligncenter size-full wp-image-636" title="2010-3d-hud" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2010-3d-hud.jpg" alt="" width="100%" height="100%" /></a></p>
<p>Images courtesy of <a href="http://www.gamershell.com/pc/football_manager_2010/screenshots.html" target="_blank">www.gamershell.com</a>.</p>
<h3 style="text-align: center;">2011</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-contract.png"><img class="aligncenter size-large wp-image-644" title="2011-contract" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-contract-1024x602.png" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-manager.png"><img class="aligncenter size-large wp-image-645" title="2011-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-manager-1024x602.png" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-player.png"><img class="aligncenter size-large wp-image-646" title="2011-player" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-player-1024x640.png" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-team-formation.jpg"><img class="aligncenter size-large wp-image-647" title="2011-team-formation" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2011-team-formation-1024x602.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of <a href="http://www.eurogamer.net/gallery.php?game_id=13858&amp;article_id=1213689" target="_blank">www.eurogamer.net</a>.</p>
<h3 style="text-align: center;">2012</h3>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-Charlotte_Hickling__Overview__Dashboard-Eurogamer.png"><img class="aligncenter" title="2012-Charlotte_Hickling__Overview__Dashboard-Eurogamer" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-Charlotte_Hickling__Overview__Dashboard-Eurogamer.png" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-team.jpg"><img class="aligncenter size-full wp-image-652" title="2012-team" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-team.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-manager.jpg"><img class="aligncenter size-full wp-image-651" title="2012-manager" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-manager.jpg" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-3d.png"><img class="aligncenter size-full wp-image-649" title="2012-3d" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-3d.png" alt="" width="100%" height="100%" /></a><br />
<a href="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-adaptive.jpg"><img class="aligncenter size-large wp-image-650" title="2012-adaptive" src="http://danpaulsmith.com/wp-content/uploads/2011/08/2012-adaptive-1024x606.jpg" alt="" width="100%" height="100%" /></a><br />
Images courtesy of Eurogamer: <a href="http://www.eurogamer.net/gallery.php?game_id=15854&amp;article_id=1388656" target="_blank">http://www.eurogamer.net/gallery.php?game_id=15854&amp;article_id=1388656</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/08/interface-evolution-football-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAudio Audiophile &#8211; An ongoing saga</title>
		<link>http://danpaulsmith.com/2011/06/maudio-audiophile-an-ongoing-saga/</link>
		<comments>http://danpaulsmith.com/2011/06/maudio-audiophile-an-ongoing-saga/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 10:36:00 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Music Production]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=475</guid>
		<description><![CDATA[I&#8217;m not sure how long I&#8217;ve had this piece of kit, but damn it&#8217;s been a nightmare. It&#8217;s literally a matter of luck whether it works and I&#8217;ve always spent just long enough for me to hit a lucky setting or switch that seems to touch it&#8217;s sweet spot. I&#8217;m documenting what I&#8217;ve done incase [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure how long I&#8217;ve had this piece of kit, but damn it&#8217;s been a nightmare. It&#8217;s literally a matter of luck whether it works and I&#8217;ve always spent just long enough for me to hit a lucky setting or switch that seems to touch it&#8217;s sweet spot.</p>
<p>I&#8217;m documenting what I&#8217;ve done incase anyone else out there is Googling away while pulling their hair out.</p>
<p><span id="more-475"></span>Device: MAudio Firewire Audiophile</p>
<p style="text-align: center;"><img class="aligncenter" title="MAudio Firewire Audiophile" src="http://www.soundonsound.com/sos/may04/images/maudio1.l.jpg" alt="" width="100%" /></p>
<p>Issue: Random periods of distortion and crackling during any activity using sound.</p>
<p>OS: Windows 7 32-bit SP1</p>
<p>IEEE1394 controller driver: 1394 <a class="zem_slink" title="Host controller interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Host_controller_interface">OHCI</a> Compliant Host Controller <strong>(Legacy)</strong>.</p>
<p>I&#8217;ve also disabled the two other USB ports on the same PCI connection  as the <a class="zem_slink" title="IEEE 1394 interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/IEEE_1394_interface">Firewire port</a> (apparently a dedicated PCI connection is  preferred?).</p>
<ul>
<li> Go to device manager &gt; view &gt; resources by connection</li>
<li> Expand <a class="zem_slink" title="Interrupt request" rel="wikipedia" href="http://en.wikipedia.org/wiki/Interrupt_request">Interrupt Request</a></li>
<li> Find your IEEE1394 driver (mine is &#8220;Texas Instruments 1394 OHCI  Compliant Host Controller&#8221;) and make note of the code to the left of the  label &#8220;0&#215;0000017 (23)&#8221; (or whatever yours is).</li>
<li> Right-click on any other connections using the same PCI code and  disable them (obviously if you have anything plugged into those ports  they won&#8217;t work any more!)</li>
</ul>
<p>It&#8217;s worth mentioning that everything worked absolutely fine for about a year until I decided to do a fresh install of Windows 7 the other week.</p>
<p>So here are my trial and errors:</p>
<p><strong>Set up 1</strong> &#8211; <span style="color: #ff0000;">FAIL</span></p>
<p>Driver: Windows 7 32-bit SP1 (5.10.0.5058)<br />
Sample rate: 44100<br />
ASIO Buffer size: 1024<br />
Sync source: internal<br />
Disable ASIO direct monitoring: TRUE<br />
A/B switch function: Direct monitoring</p>
<p><strong>Set up 2</strong> &#8211; <span style="color: #ff0000;">FAIL</span></p>
<p>Driver: Windows 7 BETA driver (5.10.0.5060)<br />
Sample rate: 44100<br />
ASIO Buffer size: 256<br />
Sync source: internal<br />
Disable ASIO direct monitoring: FALSE<br />
A/B switch function: Headphone</p>
<p><strong>Set up 3</strong> &#8211; <span style="color: #ff0000;">FAIL</span></p>
<p>Driver: Windows 7 BETA driver (5.10.0.5060)<br />
Sample rate: 44100<br />
ASIO Buffer size: 4096<br />
Sync source: internal<br />
Disable ASIO direct monitoring: FALSE<br />
A/B switch function: Headphone</p>
<p><strong>Set up 4</strong> &#8211; <span style="color: #00ff00;">WIN</span></p>
<p>I think I have the winning set up once again! The key was to use the legacy firewire driver instead of the Texas Instruments driver:</p>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/06/firewire.jpg"><img src="http://danpaulsmith.com/wp-content/uploads/2011/06/firewire.jpg" alt="" title="firewire" width="355" height="510" class="aligncenter size-full wp-image-547" /></a></p>
<p>Driver: Windows 7 BETA driver (5.10.0.5060)<br />
Sample rate: 44100<br />
ASIO Buffer size: 256<br />
Sync source: internal<br />
Disable ASIO direct monitoring: FALSE<br />
A/B switch function: Headphone</p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/06/maudio-audiophile-an-ongoing-saga/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SVG-based, linked-data-driven chart widgets</title>
		<link>http://danpaulsmith.com/2011/05/svg-based-linked-data-driven-chart-widgets/</link>
		<comments>http://danpaulsmith.com/2011/05/svg-based-linked-data-driven-chart-widgets/#comments</comments>
		<pubDate>Tue, 17 May 2011 11:32:16 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=373</guid>
		<description><![CDATA[In Feburary I was asked to have a pop at visualising some spending data for some local UK councils. The data was in linked data format (RDF/Turtle) &#8211; so stored in a RDF store somewhere and had the Linked Data API layered on top (the Puelia implementation). The brief was to build an open-source, interactive, [...]]]></description>
			<content:encoded><![CDATA[<p>In Feburary I was asked to have a pop at visualising some spending data for some local UK councils. The data was in linked data format (<a class="zem_slink" title="Resource Description Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a>/<a href="http://en.wikipedia.org/wiki/Turtle_%28syntax%29">Turtle</a>) &#8211; so stored in a RDF store somewhere and had the <a href="http://code.google.com/p/linked-data-api/">Linked Data <span class="zem_slink">API</span></a> layered on top (the Puelia implementation).</p>
<p>The brief was to build an open-source, interactive, cross-browser dashboard of widgets; that would allow the comparison of council&#8217;s spending data, say, per month.</p>
<p>After a little time spent researching, I came to the conclusion that <a href="http://raphaeljs.com/">RaphaelJS </a>(an open-source JavaScript vector library) would fit the bill for this project nicely. The documentation wasn&#8217;t great (I&#8217;m used to that though as I&#8217;ve been using theJIT library for previous visualisation work), but understandable enough to pick some of the demos apart and get the hang of how things worked within a few days.</p>
<p>The great thing about RaphaelJS is that it&#8217;s simply a drawing library, so you can create a static <a class="zem_slink" title="Scalable Vector Graphics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> image of a banana or you can create a animated, multi-coloured, shape-shifting, real-time rotting banana, thanks to being able to manipulate and listen to events on the SVG DOM elements that form the <a class="zem_slink" title="Vector graphics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Vector_graphics">vector image</a>.<span id="more-373"></span></p>
<p>I opted to make use of three of the demos available &#8211; two versions of line chart and a pie chart.</p>
<p>After getting familiar with the innards of the demos, the next stage was to groom and convert the <a class="zem_slink" title="JSON" rel="wikipedia" href="http://en.wikipedia.org/wiki/JSON">JSON</a> data returned by the Linked Data API into a processable array of numbers to feed into the functions provided by RaphaelJS &#8211; once that was working then customisation could begin, letting colours, spacing and familiar chart techniques to help convey the data.</p>
<p>To emphasize the project backbone &#8211; open data &#8211; I threw in a sortable and paginated table inside each widget, so the user isn&#8217;t simply presented with a summarised chart, they can dig down a level and manipulate and scan the actual figures being used to create the visualisations.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=d78d76c7-e844-43f7-862d-d03000205ef2" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/05/svg-based-linked-data-driven-chart-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to read your Oyster Card journey history</title>
		<link>http://danpaulsmith.com/2011/04/oyster-card-journey-history/</link>
		<comments>http://danpaulsmith.com/2011/04/oyster-card-journey-history/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 23:29:16 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[London Overground]]></category>
		<category><![CDATA[Oyster card]]></category>
		<category><![CDATA[Transport for London]]></category>

		<guid isPermaLink="false">http://danpaulsmith.com/?p=262</guid>
		<description><![CDATA[So as luck has it, I&#8217;ve answered myself while writing this post (one of the many advantages of writing I imagine) &#8211; I&#8217;ve left all the writing though because I want you to see what I meant. Post starts from here&#8230; Does anyone know how to read the oyster card journey history? I&#8217;m not having [...]]]></description>
			<content:encoded><![CDATA[<p>So as luck has it, I&#8217;ve answered myself while writing this post (one of the many advantages of writing I imagine) &#8211; I&#8217;ve left all the writing though because I want you to see what I meant. Post starts from here&#8230;
<div class="zemanta-img" style="margin: 1em; display: block;"> <div class="wp-caption aligncenter" style="width: 148px"><a href="http://commons.wikipedia.org/wiki/File:Oystercard.jpg"><img title="Oystercard for the London Underground" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Oystercard.jpg/300px-Oystercard.jpg" alt="Oystercard for the London Underground" width="138" height="110" /></a><p class="wp-caption-text">Image via Wikipedia</p></div> </div>
<p><span id="more-262"></span></p>
<p>Does anyone know how to read the <a class="zem_slink" title="Oyster card" rel="homepage" href="http://www.oystercard.com">oyster card</a> journey history? I&#8217;m not having much luck. Am I being thick? I&#8217;m trying to figure out how much a return journey from <a class="zem_slink" title="Gospel Oak" rel="geolocation" href="http://maps.google.com/maps?ll=51.55376,-0.14795&#038;spn=0.1,0.1&#038;q=51.55376,-0.14795%20%28Gospel%20Oak%29&#038;t=h">Gospel Oak</a> to Kew Gardens costs using <a class="zem_slink" title="London Overground" rel="wikipedia" href="http://en.wikipedia.org/wiki/London_Overground">London Overground</a>. <a href="http://danpaulsmith.com/wp-content/uploads/2011/03/Screen-shot-2011-04-04-at-23.45.07.png"><img class="aligncenter size-full wp-image-303" title="oyster card journey history" src="http://danpaulsmith.com/wp-content/uploads/2011/03/Screen-shot-2011-04-04-at-23.45.07.png" alt="" width="521" height="422" /></a>   <strong>8.51 am</strong> I touch through Gospel Oak&#8217;s barriers. I&#8217;m assuming &#8220;-&#8221; means no <a class="zem_slink" title="Fare" rel="wikipedia" href="http://en.wikipedia.org/wiki/Fare">fare</a> as it&#8217;s only entry and not a complete journey, and that £6.50 is my balance. I can&#8217;t think what the £-1.30 is for. <strong>9.29 am</strong> I touch out of <a class="zem_slink" title="Royal Botanic Gardens, Kew" rel="geolocation" href="http://maps.google.com/maps?ll=51.4746666667,-0.295466666667&#038;spn=0.01,0.01&#038;q=51.4746666667,-0.295466666667%20%28Royal%20Botanic%20Gardens%2C%20Kew%29&#038;t=h">Kew Garden</a>&#8216;s barriers. £5.10 is clearly not the fare, however I can imagine my balance going from £6.50 to £5.10? But apparently my balance is £3.80 &#8211; did the journey cost £2.70? I have an incredibly blurry memory of seeing £2.** flash on the barrier. <strong>12.03 pm</strong> I touch through Kew Garden&#8217;s barriers. Again, &#8220;-&#8221; no fare, but is that my balance that&#8217;s £4.40? You can see that there&#8217;s actually quite a few £4.40&#8242;s when I touch through a barrier &#8211; perhaps that&#8217;s how much I&#8217;m charged if I don&#8217;t touch out? And if that&#8217;s the case, why is it different when I touch through at Gospel Oak (£6.50)? My balance is then stated as £-0.60, again this amount is a bit baffling. <strong>12.45 pm</strong> Touch out of Gospel Oak&#8217;s barriers. £3.10 OH MY GOD I&#8217;VE WORKED IT OUT <strong>How to read your oyster journey history.</strong>.. When you touch in through a barrier, you are automatically charged quite a large fare (it will change depending on where you are by the looks of it), so you can see where it says &#8220;Gospel Oak, Entry&#8221;, I have been charged £6.50 which leaves me with a negative balance of £-1.30 (if I don&#8217;t touch out then I think this is what I&#8217;m left with). This means my balance before the journey was £5.20. When you touch out at your destination you are reimbursed (the amount you were just charged for touching through MINUS the actual journey fare) &#8211; so £6.50-£5.10 means that Gospel Oak to Kew Gardens cost me £1.40. I then touch in through Kew Gardens using a balance of £3.80 (£5.20 &#8211; £1.40), the system assumes I&#8217;m not going to touch out so it charges me £4.40, leaving me with a negative balance of £-0.60. I touch out of Gospel Oak and I&#8217;m reimbursed £3.10, leaving me with £2.50. Gospel Oak to Kew Gardens on the London Overground costs £2.70. Thank you, thank you very much.
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=d94ab0e7-d5e8-411f-a35a-01401da601f7" alt="Enhanced by Zemanta" /></a></div>
<p><a href="http://danpaulsmith.com/wp-content/uploads/2011/04/20110405-111412.jpg"><img src="http://danpaulsmith.com/wp-content/uploads/2011/04/20110405-111412.jpg" alt="20110405-111412.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://danpaulsmith.com/2011/04/oyster-card-journey-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching using apc
Object Caching 687/829 objects using apc

Served from: danpaulsmith.com @ 2012-05-20 03:11:58 -->
