<?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>John McLearUncategorized | John McLear</title>
	<atom:link href="http://mclear.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://mclear.co.uk</link>
	<description>My mission: To encourage effective use of ICT in Schools. My main focus is on ages 3-11.</description>
	<lastBuildDate>Thu, 17 May 2012 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://primaryblogger.co.uk/?v=3.3.2</generator>
		<item>
		<title>Send Javascript client errors to Google Analytics</title>
		<link>http://mclear.co.uk/2012/04/09/send-javascript-client-errors-to-google-analytics/</link>
		<comments>http://mclear.co.uk/2012/04/09/send-javascript-client-errors-to-google-analytics/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 12:43:01 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4417</guid>
		<description><![CDATA[Not sure how well this will catch errors before onready but as a quick fix seems to work okay. Don&#8217;t forget to replace the UA-part with your own code&#8230; Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p>Not sure how well this will catch errors before onready but as a quick fix seems to work okay.</p>
<pre class="brush: jscript; title: ; notranslate">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19303815-1']);
  _gaq.push(['_setDomainName', '.etherpad.org']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

  /* Google Analytics error catching */
  window.onerror = function(message, file, lineNumber) {
    _gaq.push([
     '_trackEvent',
     'error',
     file + ':' + lineNumber,
     message + ''
    ]);
  };
</pre>
<p>Don&#8217;t forget to replace the UA-part with your own code&#8230;  </p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4417&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/04/09/send-javascript-client-errors-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show git branch in shell prompt</title>
		<link>http://mclear.co.uk/2012/03/28/show-git-branch-in-shell-prompt/</link>
		<comments>http://mclear.co.uk/2012/03/28/show-git-branch-in-shell-prompt/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 00:20:48 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4327</guid>
		<description><![CDATA[nano ~/.bashrc Paste in: Save. You will probably need to log out and back in to see this. Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p>nano ~/.bashrc<br />
Paste in:</p>
<pre class="brush: bash; title: ; notranslate">
function parse_git_branch_and_add_brackets {
  git branch --no-color 2&gt; /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\ \[\1\]/'
}
PS1=&quot;\h:\W \u\[&#92;&#48;33[0;32m\]\$(parse_git_branch_and_add_brackets) \[&#92;&#48;33[0m\]\$ &quot;
</pre>
<p>Save.  You will probably need to log out and back in to see this.</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4327&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/03/28/show-git-branch-in-shell-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vizualization of significant data (Calendaring/Distance)</title>
		<link>http://mclear.co.uk/2012/02/04/vizualization-of-significant-data-calendaringdistance/</link>
		<comments>http://mclear.co.uk/2012/02/04/vizualization-of-significant-data-calendaringdistance/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 14:21:23 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4078</guid>
		<description><![CDATA[Putting this here because it&#8217;s relevant to the work I&#8217;m doing on US holiday dates Report This PostRelated posts: Only display this months data in Ushahidi This is a simple hack to make Ushahidi display only... Updated School Holidays dates widget We recently updated the school holiday widget on My School... Android &#8211; Can&#8217;t establish [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/5Ls3C.jpg" width="600px"></p>
<p>Putting this here because it&#8217;s relevant to the work I&#8217;m doing on <a rel="nofollow" href="http://us.myschoolholidays.com">US holiday dates</a></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4078&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2010/12/28/only-display-this-months-data-in-ushahidi/' rel='bookmark' title='Only display this months data in Ushahidi'>Only display this months data in Ushahidi</a> <small>This is a simple hack to make Ushahidi display only...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/10/02/updated-school-holidays-dates-widget/' rel='bookmark' title='Updated School Holidays dates widget'>Updated School Holidays dates widget</a> <small>We recently updated the school holiday widget on My School...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2009/08/10/android-cant-establish-a-reliable-data-connection-to-the-server/' rel='bookmark' title='Android &#8211; Can&#8217;t establish a reliable data connection to the server.'>Android &#8211; Can&#8217;t establish a reliable data connection to the server.</a> <small>Extended message: &#8220;This could be a temporary problem or your...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/02/04/vizualization-of-significant-data-calendaringdistance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No title</title>
		<link>http://mclear.co.uk/2011/12/04/no-title/</link>
		<comments>http://mclear.co.uk/2011/12/04/no-title/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:30:14 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3977</guid>
		<description><![CDATA[Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/PD7nd.jpg"></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3977&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/12/04/no-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locked in space</title>
		<link>http://mclear.co.uk/2011/10/17/locked-in-space/</link>
		<comments>http://mclear.co.uk/2011/10/17/locked-in-space/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 21:25:06 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3850</guid>
		<description><![CDATA[Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="http://www.youtube.com/embed/Ws6AAhTw7RA" frameborder="0" allowfullscreen></iframe></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3850&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/10/17/locked-in-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Students Vs Criminals</title>
		<link>http://mclear.co.uk/2011/10/15/students-vs-criminals/</link>
		<comments>http://mclear.co.uk/2011/10/15/students-vs-criminals/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:57:56 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3846</guid>
		<description><![CDATA[Report This PostRelated posts: £30 Windows 7 license for Secondary / College / Uni students http://www.microsoft.com/uk/education/studentoffer/default.aspx Thanks to Ray Fleming for notifying me Report This...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.coolinfographics.com/storage/post-images/Students%20vs%20Prisoners.png?__SQUARESPACE_CACHEVERSION=1314561934456" width=580></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3846&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/09/30/30-windows-7-license-for-secondary-college-uni-students/' rel='bookmark' title='£30 Windows 7 license for Secondary / College / Uni students'>£30 Windows 7 license for Secondary / College / Uni students</a> <small>http://www.microsoft.com/uk/education/studentoffer/default.aspx Thanks to Ray Fleming for notifying me Report This...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/10/15/students-vs-criminals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with embedding a pictograph</title>
		<link>http://mclear.co.uk/2011/10/05/playing-with-embedding-a-pictograph/</link>
		<comments>http://mclear.co.uk/2011/10/05/playing-with-embedding-a-pictograph/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:43:55 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3829</guid>
		<description><![CDATA[Results below: Make your own pictogram with the Primary Technology free online pictogram creator Report This PostRelated posts: NEW FEATURE: Online Pictogram / Pictograph creator A few days ago Matt Lovegrove mentioned he didn&#8217;t have... Pictograph tool: New features We&#8217;re please to announce some new features in to our... Read only Pictogram embed There is [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="588" height="320" src="http://www.youtube.com/embed/yf7FjLz8RU0" frameborder="0" allowfullscreen></iframe></p>
<p>Results below:</p>
<p><iframe width=580 height=600 src='http://primaryschoolict.com:8080/pictograph/e/?q=What is the most awesome?&#038;a={"robot":5,"archers":4,"cannon":3,"ninjas":9}'></iframe><br/>Make your own pictogram with the Primary Technology <a rel="nofollow" href='http://primaryschoolict.com/pictograph' target='_blank'>free online pictogram creator</a></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3829&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/09/29/new-feature-online-pictogram-pictograph-creator/' rel='bookmark' title='NEW FEATURE: Online Pictogram / Pictograph creator'>NEW FEATURE: Online Pictogram / Pictograph creator</a> <small>A few days ago Matt Lovegrove mentioned he didn&#8217;t have...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/10/19/pictograph-tool-new-features/' rel='bookmark' title='Pictograph tool: New features'>Pictograph tool: New features</a> <small>We&#8217;re please to announce some new features in to our...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/10/06/read-only-pictogram-embed/' rel='bookmark' title='Read only Pictogram embed'>Read only Pictogram embed</a> <small>There is now an option to include pictograms in read...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/10/05/playing-with-embedding-a-pictograph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which services don&#8217;t work on Ping.fm</title>
		<link>http://mclear.co.uk/2011/09/04/which-services-dont-work-on-ping-fm/</link>
		<comments>http://mclear.co.uk/2011/09/04/which-services-dont-work-on-ping-fm/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 15:58:31 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3823</guid>
		<description><![CDATA[Ping.fm is a tool used to post updates to various social networks from one dashboard. Just had to setup a ping.fm account and realized quite a lot of sites are broken. Friendfeed (sign up requires twitter/fb) Identi.ca (Breaks your session) Ning (no longer free) Bebo (Breaks your session) Wordpress.com (Didn&#8217;t work for me) Delicious (Doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Ping.fm is a tool used to post updates to various social networks from one dashboard.</p>
<p>Just had to setup a ping.fm account and realized quite a lot of sites are broken.</p>
<p>Friendfeed (sign up requires twitter/fb)<br />
Identi.ca (Breaks your session)<br />
Ning (no longer free)<br />
Bebo (Breaks your session)<br />
Wordpress.com (Didn&#8217;t work for me)<br />
Delicious (Doesn&#8217;t work)<br />
Youare (No longer a service)<br />
Tagged (Doesn&#8217;t work)</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3823&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/01/23/10-useful-free-services-for-uk-primary-school-ict-co-ordinators/' rel='bookmark' title='10 useful free services for UK Primary School ICT Co-ordinators'>10 useful free services for UK Primary School ICT Co-ordinators</a> <small>In 2010 I worked on a bucket load of free...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/09/08/a-standard-work-day/' rel='bookmark' title='A standard work day'>A standard work day</a> <small>Report This Post...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/01/09/johns-work/' rel='bookmark' title='john&#8217;s work'>john&#8217;s work</a> <small>Grade for assignment : 3 stars Report This Post...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/09/04/which-services-dont-work-on-ping-fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally getting semi-decent at gardening</title>
		<link>http://mclear.co.uk/2011/08/18/finally-getting-semi-decent-at-gardening/</link>
		<comments>http://mclear.co.uk/2011/08/18/finally-getting-semi-decent-at-gardening/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 12:45:41 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3605</guid>
		<description><![CDATA[August for me is all about gardening, I try to have as much of a disconnect as possible. This year has been the hardest year so far though as PrimaryT has 3 ongoing legal cases and the Etherpad foundation is due a launch on the 22nd so that&#8217;s really eating into my summer holidays. Never [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mclear.co.uk/files/2011/08/IMG20110818_002.jpg"><img src="http://mclear.co.uk/files/2011/08/IMG20110818_002-550x412.jpg" alt="" title="IMG20110818_002" width="550" height="412" class="aligncenter size-large wp-image-3607" /></a></p>
<p>August for me is all about gardening, I try to have as much of a disconnect as possible.  This year has been the hardest year so far though as PrimaryT has 3 ongoing legal cases and the Etherpad foundation is due a launch on the 22nd so that&#8217;s really eating into my summer holidays.  Never the less I&#8217;m managing to get into the garden and my &#8220;must complete&#8221; tasks are all done I can get onto doing some of the landscaping I have been putting off for a few years.</p>
<p>I&#8217;m pretty happy with our achievements this year, discovering new sources for firewood and other materials have been a huge bonus and my friends/neighbours/family have been a huge help.  I also have a contractor working on the site and despite him banging away from 8am I&#8217;m still able to sleep pretty well, looking forward to having a slightly warmer house this winter than last and I hope that soon it will begin feeling like an ideal environment to have frequent visitors on a more regular basis!</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3605&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/04/01/primarywall-finally-rears-its-ugly-head/' rel='bookmark' title='PrimaryWall finally rears it&#8217;s friendly face'>PrimaryWall finally rears it&#8217;s friendly face</a> <small>&#8220;PrimaryWall is a web-based sticky note tool designed for schools...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/08/18/finally-getting-semi-decent-at-gardening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A teachers worth around the world</title>
		<link>http://mclear.co.uk/2011/07/18/a-teachers-worth-around-the-world/</link>
		<comments>http://mclear.co.uk/2011/07/18/a-teachers-worth-around-the-world/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 20:09:42 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3515</guid>
		<description><![CDATA[Embed the above image on your site Direct Link via Report This PostRelated posts: Primary School TV &#8211; Hello world Primary School TV has just opened up for public beta.... A picture worth sharing Me and my nephew Daniel Sharing is good.  Not sharing... And the winner is.. Teachers! I found a new level of [...]]]></description>
			<content:encoded><![CDATA[<div class='visually_embed' id='visually_embed' >
<div id='visually_embed_img_holder'>
<div class='visually_embed_infographic'  > <img id='visually_embed_infographic' src='http://visual.ly/images/timthumb.php?src=http://visually.visually.netdna-cdn.com/ATeachersWorthAroundTheWorld_4db22195ab8d9.jpg&#038;w=550' /> </div>
<div id='ig_overlay' class='ig_overlay' style='display: none' > </div>
<div class='gc_article_graphic_actions' id='gc_article_graphic_actions'>
<div class='gc_article_graphic_buttons'>
<div class='gc_article_graphic_button gc_article_graphic_button_enlarge' id='gc_article_graphic_large'> 					<a id='gc_btn_view_more' rel="nofollow" href='http://visual.ly/teachers-worth-around-world'> 						<img src='http://visual.ly/sites/all/themes/infographics/images/gc_view_more_icon.png' border='0' /> 					</a> 				</div>
<div id='gc_btn_embed' class='gc_article_graphic_button gc_article_graphic_button_embed'> 				<img src='http://visual.ly/sites/all/themes/infographics/images/gc_embed_icon.png' border='0' /> 				</div>
</p></div>
<div class='gc_embed' id='gc_embed' style='display: none;'>
<h3>Embed the above image on your site</h3>
<div class='gc_embed_code'>
<input type='text' id='gc_embed_input_embed' value='' />
<div class='gc_embed_copy' id='gc_embed_copy_embed'> 						<a rel="nofollow" href='javascript:void(0)' id='gc_embed_btn_copy_code'> 							<img border='0' src='http://visual.ly/sites/all/themes/infographics/images/gc_copy_code_btn.png'/> 						</a> 					</div>
</p></div>
<h3>Direct Link</h3>
<div class='gc_embed_code'>
<input id='gc_embed_input_direct' value='http://visually.visually.netdna-cdn.com/ATeachersWorthAroundTheWorld_4db22195ab8d9.jpg'/>
<div class='gc_embed_copy' id='gc_embed_copy_direct'> 						<a rel="nofollow" href='javascript:void(0)' id='gc_embed_btn_copy_direct'> 							<img border='0' src='http://visual.ly/sites/all/themes/infographics/images/gc_copy_code_btn.png'/> 						</a> 					</div>
</p></div>
</p></div>
</p></div>
</div>
<div id='visually_embed_bar' class='visually_embed_bar'> <span> via </span><a target='_blank' class='logo' rel="nofollow" href='http://visual.ly'><img border='0' src='http://visual.ly/embeder/logo.png'></a></div>
<div class='gc_embed_div_clear'></div>
</div>
<link rel='stylesheet' type='text/css' href='http://visual.ly/embeder/style.css' /><script type='text/javascript' src='http://visual.ly/embeder/embed.js' > </script><br />
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3515&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/01/15/primary-school-tv-hello-world/' rel='bookmark' title='Primary School TV &#8211; Hello world'>Primary School TV &#8211; Hello world</a> <small>Primary School TV has just opened up for public beta....</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/09/07/a-picture-worth-sharing/' rel='bookmark' title='A picture worth sharing'>A picture worth sharing</a> <small>Me and my nephew Daniel Sharing is good.  Not sharing...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/01/09/and-the-winner-is-teachers/' rel='bookmark' title='And the winner is.. Teachers!'>And the winner is.. Teachers!</a> <small>I found a new level of respect for teachers this...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/07/18/a-teachers-worth-around-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

