<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tickett&#039;s Blog</title>
	<atom:link href="http://tickett.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tickett.wordpress.com</link>
	<description>Jibber Jabber!</description>
	<lastBuildDate>Sat, 04 May 2013 15:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tickett.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tickett&#039;s Blog</title>
		<link>http://tickett.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tickett.wordpress.com/osd.xml" title="Tickett&#039;s Blog" />
	<atom:link rel='hub' href='http://tickett.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Welcome PhotoBotos!</title>
		<link>http://tickett.wordpress.com/2013/04/06/welcome-photobotos/</link>
		<comments>http://tickett.wordpress.com/2013/04/06/welcome-photobotos/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 10:31:42 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[IT Stuff]]></category>
		<category><![CDATA[Photo/Video Stuff]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[PhotoBotos]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1178</guid>
		<description><![CDATA[Unfortunately a growing trend- this blog has been neglected (I will try and get back on top of things eventually!). But here&#8217;s the most recent reason why… I am now the proud owner of a new photo blog http://www.photobotos.com The site was previously run by two brothers Charlie and Tom. Each day bringing a new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1178&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Unfortunately a growing trend- this blog has been neglected (I will try and get back on top of things eventually!). But here&#8217;s the most recent reason why…</p>
<p><a title="PhotoBotos.com" href="http://www.photobotos.com" target="_blank"><img class="alignnone size-full wp-image-1179" alt="" src="http://tickett.files.wordpress.com/2013/04/photobotos.png?w=640"   /></a></p>
<p>I am now the proud owner of a new photo blog <a title="PhotoBotos.com" href="http://www.photobotos.com" target="_blank"> http://www.photobotos.com</a></p>
<p>The site was previously run by two brothers Charlie and Tom. Each day bringing a new photo (for everyone) along with a description for those of us curious as to how the picture was captured.</p>
<p>The blog used WordPress, the same as this one <a href="http://tickett.wordpress.com" rel="nofollow">http://tickett.wordpress.com</a>, but unlike this one it is not hosted at WordPress.com which gives a much greater ability to customise. Fortunately my background made it quite simple to dive in and start making some of the changes I hoped would enhance the site:</p>
<p><a title="Random Photos" href="http://www.photobotos.com/random" target="_blank">Random Photos</a></p>
<ul>
<li>Create a category called random (don&#8217;t attach any photos as they won&#8217;t be browsable)</li>
<li>Modify your theme&#8217;s archive.php</li>
</ul>
<p>Add this above if (have_posts()):</p>
<pre>$special_random = false;
if(is_category('random')) {
$special_random = true;
query_posts( array( 'posts_per_page' =&gt; 5, 'orderby' =&gt; 'rand' ) );
}</pre>
<p>Then modify the next_posts_link code (clicking it on the random page would fail… you just need to refresh the page to see more random posts):</p>
<pre>&lt;?php 
if(!$special_random) {
next_posts_link( __( '« Older Entries', 'andrea' ) ); 
}
?&gt;</pre>
<ul>
<li>Install and activate the plugin <a title="WordPress Plugin Page Links To" href="http://wordpress.org/extend/plugins/page-links-to/" target="_blank"> page links to</a></li>
<li>Create a page and select &#8220;page links to&#8221; at the bottom and point to your category page (something like <a href="http://yourblogurl/random" rel="nofollow">http://yourblogurl/random</a>)- this will add the random photos link to your navigation menu</li>
</ul>
<p>Thumbnails on Search / Category / Tag pages</p>
<ul>
<li>Modify your theme&#8217;s search.php</li>
</ul>
<pre>&lt;div id="post-&lt;?php the_ID(); ?&gt;" &lt;?php post_class( 'entry-content' ); ?&gt;&gt;
&lt;a href="&lt;?php the_permalink(); ?&gt;" rel="bookmark"&gt;
&lt;?php
if ( has_post_thumbnail() ) {
the_post_thumbnail( 'photo_thumbnail', 'class=photo_thumb' );
} else {
// the current post lacks a thumbnail
}
?&gt;
&lt;/a&gt;
&lt;?php the_excerpt( __( 'Read the rest of this entry &amp;raquo;', 'andrea' ) ); ?&gt;
&lt;/div&gt;</pre>
<p>Here&#8217;s a few of the latest images:</p>
<p><a title="Church of the Good Shepard" href="http://www.photobotos.com/church-of-the-good-shepard/" target="_blank"><img class="alignnone size-full wp-image-1180" alt="" src="http://tickett.files.wordpress.com/2013/04/82e2ce0e-1afd-4fd5-a0a3-9b276a9a8086.png?w=640&#038;h=425" width="640" height="425" /></a></p>
<p><a href="http://www.photobotos.com/church-of-the-good-shepard/">Church of the Good Shepard</a></p>
<p><a title="The Walkers" href="http://www.photobotos.com/walkers-qingyan-china/" target="_blank"><img class="alignnone size-full wp-image-1181" alt="" src="http://tickett.files.wordpress.com/2013/04/41dba876-bacf-44a4-adda-bb1065cd94c7.png?w=640&#038;h=425" width="640" height="425" /></a></p>
<p><a href="http://www.photobotos.com/walkers-qingyan-china/">The Walkers</a></p>
<p>I suggest you check it out :)</p>
<p>L</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1178&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/04/06/welcome-photobotos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/04/photobotos.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/04/82e2ce0e-1afd-4fd5-a0a3-9b276a9a8086.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/04/41dba876-bacf-44a4-adda-bb1065cd94c7.png" medium="image" />
	</item>
		<item>
		<title>Canvas Order</title>
		<link>http://tickett.wordpress.com/2013/03/30/canvas-order/</link>
		<comments>http://tickett.wordpress.com/2013/03/30/canvas-order/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 12:06:39 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Photo/Video Stuff]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1167</guid>
		<description><![CDATA[Finally found the time to sift through my photos and send a bunch to be printed on canvas to fill my rather bare walls: A really old shot of Brighton seafront from the pier. A recent shot from St Louis, MO. One of the first photos I ever took looking across from the north side [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1167&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Finally found the time to sift through my photos and send a bunch to be printed on canvas to fill my rather bare walls:</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/brighton_beach1.png"><img src="http://tickett.files.wordpress.com/2013/03/brighton_beach1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1168" /></a></p>
<p>A really old shot of Brighton seafront from the pier.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/louis_wide1.png"><img src="http://tickett.files.wordpress.com/2013/03/louis_wide1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1169" /></a></p>
<p>A recent shot from St Louis, MO.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/thames1.png"><img src="http://tickett.files.wordpress.com/2013/03/thames1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1170" /></a></p>
<p>One of the first photos I ever took looking across from the north side of the Thames in London.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/miami_stream1.png"><img src="http://tickett.files.wordpress.com/2013/03/miami_stream1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1171" /></a></p>
<p>A recent photo from Miami, FL.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/racoon1.png"><img src="http://tickett.files.wordpress.com/2013/03/racoon1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1173" /></a></p>
<p>Another old shot taken at Tropical Wings in South Woodham Ferrers.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/phangan1.png"><img src="http://tickett.files.wordpress.com/2013/03/phangan1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1172" /></a></p>
<p>A recent shot from Koh Phangan.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/tao_sunset1.png"><img src="http://tickett.files.wordpress.com/2013/03/tao_sunset1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1174" /></a></p>
<p>A recent shot from Koh Tao.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/tao_island1.png"><img src="http://tickett.files.wordpress.com/2013/03/tao_island1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1175" /></a></p>
<p>A recent shot from Koh Nang Yuan.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/vegas_canyon1.png"><img src="http://tickett.files.wordpress.com/2013/03/vegas_canyon1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1176" /></a></p>
<p>A recent shot from the Grand Canyon, NV.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/vegas_fountain1.png"><img src="http://tickett.files.wordpress.com/2013/03/vegas_fountain1.png?w=640&#038;h=320" alt="" width="640" height="320" class="alignnone size-full wp-image-1177" /></a></p>
<p>And one last shot from Vegas, NV.</p>
<p>I think I got a pretty good deal- from <a href="https://www.my-picture.co.uk/">https://www.my-picture.co.uk/</a> all 2:1 at 40&quot; x 20&quot; @ £33.95 but with the current 20% discount code UKSPRING20 came in at £27.16 each. Let me know if you know anywhere cheaper!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1167&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/03/30/canvas-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/03/brighton_beach1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/louis_wide1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/thames1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/miami_stream1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/racoon1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/phangan1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/tao_sunset1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/tao_island1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/vegas_canyon1.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/vegas_fountain1.png" medium="image" />
	</item>
		<item>
		<title>24 Years at the Tap End Season 2</title>
		<link>http://tickett.wordpress.com/2013/03/20/24-years-at-the-tap-end-season-2/</link>
		<comments>http://tickett.wordpress.com/2013/03/20/24-years-at-the-tap-end-season-2/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 14:51:44 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[24 Years at the Tap End]]></category>
		<category><![CDATA[24YATTE]]></category>
		<category><![CDATA[BBCR1]]></category>
		<category><![CDATA[Chris Stark]]></category>
		<category><![CDATA[Radio1]]></category>
		<category><![CDATA[Scott Mills]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/2013/03/20/24-years-at-the-tap-end-season-2/</guid>
		<description><![CDATA[I&#8217;ve not been following it this year (due to the schedule change), so I&#8217;m playing catch up! Here they are for anyone that missed it: http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E02.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E03.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E04.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E05.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E06.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E07.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3 http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1163&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve not been following it this year (due to the schedule change), so I&#8217;m playing catch up! Here they are for anyone that missed it:</p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E02.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E02.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E03.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E03.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E04.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E04.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E05.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E05.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E06.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E06.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E07.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E07.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3</a></p>
<p><a href="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3">http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3</a></p>
<p>You can find season 1 here: <a href="http://tickett.wordpress.com/2011/12/09/24-years-at-the-tap-end/">http://tickett.wordpress.com/2011/12/09/24-years-at-the-tap-end/</a></p>
<p>Thanks Chris, keep up the good work!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1163&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/03/20/24-years-at-the-tap-end-season-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3" length="17987862" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E02.mp3" length="18642386" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3" length="17987862" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E03.mp3" length="18085664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E03.mp3" length="18085664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E04.mp3" length="15560355" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E04.mp3" length="15560355" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E05.mp3" length="16974102" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E05.mp3" length="16974102" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E06.mp3" length="17569067" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E06.mp3" length="17569067" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E07.mp3" length="18347098" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E07.mp3" length="18347098" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3" length="17987862" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3" length="17004195" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3" length="17987862" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3" length="17004195" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E08.mp3" length="17004195" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3" length="17330203" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3" length="17330203" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3" length="17330203" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E09.mp3" length="17330203" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3" length="17555274" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3" length="17555274" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3" length="17555274" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E10.mp3" length="17555274" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3" length="18967767" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3" length="18967767" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3" length="18967767" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E11.mp3" length="18967767" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3" length="20269919" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3" length="20269919" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E01.mp3" length="17987862" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3" length="20269919" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E12.mp3" length="20269919" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3" length="18797867" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3" length="18797867" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3" length="18797867" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3" length="18797867" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E13.mp3" length="18797867" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3" length="19106321" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3" length="19106321" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3" length="19106321" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3" length="19106321" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E14.mp3" length="19106321" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3" length="20315686" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3" length="20315686" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3" length="20315686" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3" length="20315686" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E15.mp3" length="20315686" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3" length="17028646" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3" length="17028646" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3" length="17028646" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3" length="17028646" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E16.mp3" length="17028646" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3" length="19004757" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3" length="19004757" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3" length="19004757" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3" length="19004757" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E17.mp3" length="19004757" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3" length="20123842" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3" length="20123842" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3" length="20123842" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3" length="20123842" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E18.mp3" length="20123842" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3" length="17606056" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3" length="17606056" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3" length="17606056" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3" length="17606056" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E19.mp3" length="17606056" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3" length="17149645" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3" length="17149645" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3" length="17149645" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3" length="17149645" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E20.mp3" length="17149645" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3" length="18473113" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3" length="18473113" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3" length="18473113" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3" length="18473113" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E21.mp3" length="18473113" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3" length="18854918" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3" length="18854918" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3" length="18854918" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3" length="18854918" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E22.mp3" length="18854918" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3" length="16687591" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3" length="16687591" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3" length="16687591" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3" length="16687591" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E23.mp3" length="16687591" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3" length="18448035" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3" length="18448035" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3" length="18448035" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3" length="18448035" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E24.mp3" length="18448035" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3" length="20013501" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3" length="20013501" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3" length="20013501" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3" length="20013501" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E25.mp3" length="20013501" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3" length="16569100" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3" length="16569100" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3" length="16569100" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3" length="16569100" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E26.mp3" length="16569100" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3" length="16723326" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3" length="16723326" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3" length="16723326" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3" length="16723326" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E27.mp3" length="16723326" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3" length="15711447" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3" length="15711447" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3" length="15711447" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E28.mp3" length="15711447" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3" length="18618562" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3" length="18618562" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3" length="18618562" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3" length="18618562" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E29.mp3" length="18618562" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3" length="18577184" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3" length="18577184" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3" length="18577184" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3" length="18577184" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E30.mp3" length="18577184" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3" length="16566592" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3" length="16566592" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3" length="16566592" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3" length="16566592" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E31.mp3" length="16566592" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3" length="18118265" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3" length="18118265" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3" length="18118265" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3" length="18118265" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E32.mp3" length="18118265" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3" length="19258040" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3" length="19258040" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3" length="19258040" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3" length="19258040" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3" length="19059927" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3" length="19059927" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E33.mp3" length="19258040" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3" length="19059927" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E34.mp3" length="19059927" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3" length="18105726" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3" length="18105726" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3" length="18105726" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3" length="18105726" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E35.mp3" length="18105726" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3" length="17378478" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3" length="17378478" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3" length="17378478" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3" length="17378478" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E36.mp3" length="17378478" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3" length="18206664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3" length="18206664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3" length="18206664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3" length="18206664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E37.mp3" length="18206664" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3" length="15727121" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3" length="15727121" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3" length="15727121" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3" length="15727121" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E38.mp3" length="15727121" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3" length="15797338" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3" length="15797338" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3" length="15797338" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3" length="15797338" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E39.mp3" length="15797338" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3" length="18529537" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3" length="18529537" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3" length="18529537" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3" length="18529537" type="audio/mpeg" />
<enclosure url="http://tickett.net/downloads/24yatte/s2/24YATTE_S2_E40.mp3" length="18529537" type="audio/mpeg" />
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>
	</item>
		<item>
		<title>A few club shots</title>
		<link>http://tickett.wordpress.com/2013/03/20/a-few-club-shots/</link>
		<comments>http://tickett.wordpress.com/2013/03/20/a-few-club-shots/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 13:40:24 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Photo/Video Stuff]]></category>
		<category><![CDATA[After Office Hours]]></category>
		<category><![CDATA[AOH]]></category>
		<category><![CDATA[Kool Kids Klub]]></category>
		<category><![CDATA[Mansion]]></category>
		<category><![CDATA[The Sunrooms]]></category>
		<category><![CDATA[W0rks]]></category>
		<category><![CDATA[Wax]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1157</guid>
		<description><![CDATA[I&#8217;ve still yet to pick a few favourites from Thailand, so until then, here&#8217;s a few from recent nights out/at work: Wax @ the Sunrooms W0rks @ Mansion After Office Hours (AOH) Kool Kids Klub @ the Sunrooms<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1157&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve still yet to pick a few favourites from Thailand, so until then, here&#8217;s a few from recent nights out/at work:</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/o56c7093.png"><img src="http://tickett.files.wordpress.com/2013/03/o56c7093.png?w=640&#038;h=480" alt="" width="640" height="480" class="alignnone size-full wp-image-1158" /></a></p>
<p><a href="https://www.facebook.com/waxmusicuk?fref=ts">Wax</a> @ <a href="https://www.facebook.com/thesunrooms?fref=ts"> the Sunrooms</a></p>
<p><a href="http://tickett.files.wordpress.com/2013/03/o56c7598.png"><img src="http://tickett.files.wordpress.com/2013/03/o56c7598.png?w=640&#038;h=481" alt="" width="640" height="481" class="alignnone size-full wp-image-1159" /></a></p>
<p>W0rks @ <a href="https://www.facebook.com/MansionNightclubSouthend?fref=ts"> Mansion</a></p>
<p><a href="http://tickett.files.wordpress.com/2013/03/o56c8278.png"><img src="http://tickett.files.wordpress.com/2013/03/o56c8278.png?w=640&#038;h=426" alt="" width="640" height="426" class="alignnone size-full wp-image-1160" /></a></p>
<p><a href="https://www.facebook.com/pages/After-Office-Hours/111521875557287?fref=ts">After Office Hours (AOH)</a></p>
<p><a href="http://tickett.files.wordpress.com/2013/03/9cf540c8-3441-4465-8ab2-fc2bb0a475b3.png"><img src="http://tickett.files.wordpress.com/2013/03/9cf540c8-3441-4465-8ab2-fc2bb0a475b3.png?w=640&#038;h=481" alt="" width="640" height="481" class="alignnone size-full wp-image-1161" /></a></p>
<p><a href="https://www.facebook.com/TheKoolKidsKlub?fref=ts">Kool Kids Klub</a> @ <a href="https://www.facebook.com/thesunrooms?fref=ts">the Sunrooms</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1157&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/03/20/a-few-club-shots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/03/o56c7093.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/o56c7598.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/o56c8278.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/9cf540c8-3441-4465-8ab2-fc2bb0a475b3.png" medium="image" />
	</item>
		<item>
		<title>AlertMe Smart Heating / British Gas Remote Heating Control</title>
		<link>http://tickett.wordpress.com/2013/03/20/alertme-smart-heating-british-gas-remote-heating-control/</link>
		<comments>http://tickett.wordpress.com/2013/03/20/alertme-smart-heating-british-gas-remote-heating-control/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 12:04:38 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[AlertMe]]></category>
		<category><![CDATA[British Gas]]></category>
		<category><![CDATA[Remote Heating Control]]></category>
		<category><![CDATA[Smart Energy]]></category>
		<category><![CDATA[Smart Heating]]></category>
		<category><![CDATA[Thermostat]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Z-Wave]]></category>
		<category><![CDATA[Zigbee]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1149</guid>
		<description><![CDATA[I became aware of AlertMe a few months back when I was looking for a device (relay plug/socket) which I could use to monitor (energy/power consumption) and control (switch on/off) devices in my home remotely. I have been playing with the Smart Energy products and been pretty happy (though still looking to hook them up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1149&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I became aware of <a href="http://www.alertme.com">AlertMe</a> a few months back when I was looking for a device (relay plug/socket) which I could use to monitor (energy/power consumption) and control (switch on/off) devices in my home remotely. I have been playing with the <a href="https://www.alertme.com/how-we-do-it/products-and-services/smart-energy/"> Smart Energy</a> products and been pretty happy (though still looking to hook them up to my own home automation solution in the future: <a href="http://tickett.wordpress.com/2013/01/12/reverse-engineering-zigbee-communications/">http://tickett.wordpress.com/2013/01/12/reverse-engineering-zigbee-communications/</a>).</p>
<p>I then noticed a <a href="https://www.alertme.com/how-we-do-it/products-and-services/smart-heating/"> Smart Heating</a> product appear on their site, promising:</p>
<h4> Features</h4>
<ul>
<li>Wireless enabled home thermostatic controls unit connects to the AlertMe Hub gateway</li>
<li>Transforms hard to manage controls into a simple and intuitive online dashboard or Smart Phone interface</li>
<li>Enables remote control of heating/cooling online from anywhere</li>
<li>Set and forget it and even manage holiday mode online</li>
<li>Adds convenience and enhanced comfort while addressing cost and waste</li>
<li>Professional install and set-up</li>
</ul>
<p>Unfortunately, the product wasn&#8217;t listed in their online store. After a quick phone call I was informed it&#8217;s only available through British Gas, branded <a href="http://www.britishgas.co.uk/products-and-services/remote-heating-control.html"> Remote Heating Control</a>. British Gas sell the pack for £199 to existing customer or £229 to new customers- this includes installation which seems reasonable if you&#8217;re not comfortable with installing yourself (but a bit of a rip off otherwise- I can&#8217;t imagine the units costing any more than £100). Then to be told I&#8217;d have to wait 45days for installation wasn&#8217;t the best news either!</p>
<p>Never-the-less, I waited and as promised the British Gas engineer came and installed the &quot;hub&quot;, &quot;wireless receiver&quot; and &quot;wireless thermostat&quot;:</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/7ac93675-ff4d-43f5-8163-94ade11cc9d2.png"><img src="http://tickett.files.wordpress.com/2013/03/7ac93675-ff4d-43f5-8163-94ade11cc9d2.png?w=640&#038;h=445" alt="" width="640" height="445" class="alignnone size-full wp-image-1153" /></a></p>
<p>I find it slightly odd that the indicator light on the hub is not used (the AlertMe hub light indicates whether it is online/offline etc):</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/3411797d-a43c-4cec-a14f-2916efdd042f.png"><img src="http://tickett.files.wordpress.com/2013/03/3411797d-a43c-4cec-a14f-2916efdd042f.png?w=640&#038;h=525" alt="" width="640" height="525" class="alignnone size-full wp-image-1152" /></a></p>
<p>The wireless thermostat is &quot;meant&quot; to be wall mounted (has no stand) but I can imagine many of you, like me will want to have it freestanding.</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/9be3e778-3965-4051-a390-cee0df310ba8.png"><img src="http://tickett.files.wordpress.com/2013/03/9be3e778-3965-4051-a390-cee0df310ba8.png?w=640&#038;h=393" alt="" width="640" height="393" class="alignnone size-full wp-image-1155" /></a></p>
<p>I was slightly disappointed that I couldn&#8217;t utilise the existing AlertMe hub provided with my Smart Energy pack (I did try, managed to pair the device but the AlertMe dashboard doesn&#8217;t have the functionality for me to actually use it):</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/c38f0468-0b9b-4d15-be19-5cae074b88ad.png"><img src="http://tickett.files.wordpress.com/2013/03/c38f0468-0b9b-4d15-be19-5cae074b88ad.png?w=640&#038;h=273" alt="" width="640" height="273" class="alignnone size-full wp-image-1150" /></a></p>
<p>Notice the lack of a radiator icon present in the British Gas dashboard:</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/88731e5d-ddca-4232-b138-8a29ddaeb243.png"><img src="http://tickett.files.wordpress.com/2013/03/88731e5d-ddca-4232-b138-8a29ddaeb243.png?w=640&#038;h=322" alt="" width="640" height="322" class="alignnone size-full wp-image-1151" /></a></p>
<p>The iPhone app seems to crashes quite a lot, but works eventually and comes in really handy (though you can only turn the heating on/off/auto and adjust the temperature until the next event- as defined in the schedule seen above):</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/076b6ec8-7664-45f1-b01b-7dee037a6a89.png"><img src="http://tickett.files.wordpress.com/2013/03/076b6ec8-7664-45f1-b01b-7dee037a6a89.png?w=640" alt=""   class="alignnone size-full wp-image-1154" /></a></p>
<p>The addition of a &quot;boost&quot; like function would be really hand to just override the temperature for set period of time. And there is currently no access to modify the schedule from the iPhone app at this time.</p>
<p>I haven&#8217;t tried to install the app on an iPad yet, although I did try to access the website. Whilst I was able to logon, the site didn&#8217;t really work- I could see the schedule but not drag any of the sliders to adjust it.</p>
<p>All in all, it serves it&#8217;s purpose really well- definite room for improvement but I&#8217;m sure we&#8217;ll see that as the product matures (and hopefully tinkerers will provide alternative interfaces etc).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1149&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/03/20/alertme-smart-heating-british-gas-remote-heating-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/03/7ac93675-ff4d-43f5-8163-94ade11cc9d2.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/3411797d-a43c-4cec-a14f-2916efdd042f.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/9be3e778-3965-4051-a390-cee0df310ba8.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/c38f0468-0b9b-4d15-be19-5cae074b88ad.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/88731e5d-ddca-4232-b138-8a29ddaeb243.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/03/076b6ec8-7664-45f1-b01b-7dee037a6a89.png" medium="image" />
	</item>
		<item>
		<title>EVE Alpha, Raspberry Pi, RFM12B &amp; JeeNode @ 868Mhz</title>
		<link>http://tickett.wordpress.com/2013/03/01/eve-alpha-raspberry-pi-rfm12b-jeenode-868mhz/</link>
		<comments>http://tickett.wordpress.com/2013/03/01/eve-alpha-raspberry-pi-rfm12b-jeenode-868mhz/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 23:40:15 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[IT Stuff]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[EVE Alpha]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Raspi]]></category>
		<category><![CDATA[RFM12B]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1142</guid>
		<description><![CDATA[The first project I backed on Kickstarter was delivered some time back but I&#8217;ve only recently gotten around to trying to do something with it. I have a bunch of JeeNodes from JeeLabs and wanted to use them as a starting point so read a few articles about getting the RFM12B on the EVE talking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1142&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The first project I backed on Kickstarter was delivered some time back but I&#8217;ve only recently gotten around to trying to do something with it.</p>
<p>I have a bunch of JeeNodes from JeeLabs and wanted to use them as a starting point so read a few articles about getting the RFM12B on the EVE talking to the Raspberry Pi. They suggest bridging CE1 to SS RFM12 and bridging G21/G27 to the third pin of the chip which appears to be FSK/DATA/nFFS (according to the data sheets I&#8217;ve seen)- oh and don’t forget to add an antenna!</p>
<p><a href="http://tickett.files.wordpress.com/2013/03/eve.png"><img class="alignnone size-full wp-image-1143" alt="" src="http://tickett.files.wordpress.com/2013/03/eve.png?w=640&#038;h=428" width="640" height="428" /></a></p>
<p>I then found some code suggested to be working on the older v1 raspi with an RFM01 chip fitted rather than the RFM12B I have: <a href="http://www.susa.net/wordpress/2012/08/raspberry-pi-reading-wh1081-weather-sensors-using-an-rfm01-and-rfm12b/">http://www.susa.net/wordpress/2012/08/raspberry-pi-reading-wh1081-weather-sensors-using-an-rfm01-and-rfm12b/</a></p>
<p>Another site gave some pointers around modifying the code for the v2 raspi: <a href="http://amcc.me.uk/2013/01/eve-alpha-collects-weather-data">http://amcc.me.uk/2013/01/eve-alpha-collects-weather-data</a>/</p>
<p>The setup seems to work very well with either revision (1 or 2) of the Raspberry Pi though a couple of additional lines of code in wh1080_rf.c need to be tweaked to suit revision 2:</p>
<pre>// RPi (Rev1) Init GPIO21 (on pin 13) as input (DATA), GPIO22 (pin 15) as output (nRES)
*(gpio.addr + 2) = (*(gpio.addr + 2) &amp; 0xfffffe07)|(0x001 &lt;&lt; 6);
Becomes:
// RPi (Rev2) Init GPIO27 (on pin 13) as input (DATA)
*(gpio.addr + 2) = (*(gpio.addr + 2) &amp; 0xff1fffff)|(0x001 &lt;&lt; 6)</code>
And:
// RPi (Rev1) - GPIO21
status = ((*(gpio.addr + 13)) &gt;&gt; 21) &amp; 1;
Becomes:
// RPi (Rev2) GPIO27
status = ((*(gpio.addr + 13)) &gt;&gt; 27) &amp; 1;</pre>
<p>I then went on to comment the RFM01 definition in rfm01.h and uncomment the RFM12B definition:</p>
<pre>//#define RFM01
#define RFM12B</pre>
<p>I also added the following definitions for the RFM12B as without them the code wouldn&#8217;t compile:</p>
<pre>#define LNA_20 (3 &lt;&lt; 4)
#define LNA_14 (1 &lt;&lt; 4)
#define LNA_6 (2 &lt;&lt; 4)
#define LNA_0 (0 &lt;&lt; 4)
#define LNA_XX (3 &lt;&lt; 4)</pre>
<p>Remove this line from wh1080_rf.h:</p>
<pre>#define USE_BMP085</pre>
<p>Then onto the main wh1080_rf.c starting with updating to the correct spi port:</p>
<pre>static const char *device = "/dev/spidev0.1";</pre>
<p>I then used <a href="http://tools.jeelabs.org/rfm12b">http://tools.jeelabs.org/rfm12b</a> to get all the hex values to update the following lines:</p>
<pre>uint16_t cmd_drate = 0xC606;
uint16_t cmd_freq = 0xA640;
uint16_t cmd_config= 0x80e7;
uint16_t cmd_power= 0x82dd;
uint16_t cmd_sync= 0xced4;
uint16_t cmd_afc= 0xc483;
uint16_t cmd_dcycle = 0xc800;
uint16_t cmd_pll= 0xcc57;
uint16_t cmd_fifo= 0xca83;
uint16_t cmd_dfilter = 0xc2ac;</pre>
<p>Now when I:</p>
<pre>make clean
make
sudo ./wh1080_rf

Initialising RFM12b
SPI: mode 0, 8-bit, 1000 KHz
Ctrl+C to exit
LNA_0,RSSI_73 idx 0 0.00 0.00 0.00 0.00 0.00 0.00
LNA_0,RSSI_79 idx 1 0.00 0.00 0.00 0.00 0.00 0.00
LNA_0,RSSI_85 idx 2 0.00 0.00 0.00 0.00 0.00 0.00
LNA_0,RSSI_91 idx 3 0.00 0.00 0.00 0.00 0.00 0.00
LNA_0,RSSI_97 idx 4 0.00 0.00 0.00 0.00 0.00 0.00
LNA_0,RSSI_103 idx 5 4.21 5.32 4.17 3.26 4.21 5.26
LNA_6,RSSI_73 idx 6 0.00 0.00 0.00 0.00 0.00 0.00
LNA_6,RSSI_79 idx 7 0.00 0.00 0.00 0.00 0.00 0.00
LNA_6,RSSI_85 idx 8 0.00 0.00 0.00 0.00 0.00 0.00
LNA_6,RSSI_91 idx 9 0.00 0.00 0.00 0.00 0.00 0.00
LNA_6,RSSI_97 idx 10 0.00 0.00 0.00 0.00 0.00 0.00
LNA_6,RSSI_103 idx 11 4.21 6.32 5.21 4.26 5.38 4.26
LNA_14,RSSI_73 idx 12 0.00 0.00 0.00 0.00 0.00 0.00
LNA_14,RSSI_79 idx 13 0.00 0.00 0.00 0.00 0.00 0.00
LNA_14,RSSI_85 idx 14 0.00 0.00 0.00 0.00 0.00 0.00
LNA_14,RSSI_91 idx 15 0.00 0.00 0.00 0.00 0.00 0.00
LNA_14,RSSI_97 idx 16 0.00 0.00 0.00 0.00 0.00 0.00
LNA_14,RSSI_103 idx 17 5.26 5.26 4.21 5.21 5.26 4.35
LNA_20,RSSI_73 idx 18 0.00 0.00 0.00 0.00 0.00 0.00
LNA_20,RSSI_79 idx 19 0.00 0.00 0.00 0.00 0.00 0.00
LNA_20,RSSI_85 idx 20 0.00 0.00 0.00 0.00 0.00 0.00
LNA_20,RSSI_91 idx 21 0.00 0.00 0.00 0.00 0.00 0.00
LNA_20,RSSI_97 idx 22 0.00 0.00 0.00 0.00 0.00 0.00
LNA_20,RSSI_103 idx 23 4.30 5.26 4.21 5.26 5.26 4.35
RSSI Duty 0.32

.</pre>
<p>So the &#8220;interference&#8221; I can see suggests that something is hopefully working! I&#8217;m still playing around in an attempt to work out what I still need to tweak.</p>
<p>L</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1142&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/03/01/eve-alpha-raspberry-pi-rfm12b-jeenode-868mhz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/03/eve.png" medium="image" />
	</item>
		<item>
		<title>Thailand Video</title>
		<link>http://tickett.wordpress.com/2013/02/13/thailand-video/</link>
		<comments>http://tickett.wordpress.com/2013/02/13/thailand-video/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 08:28:47 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Photo/Video Stuff]]></category>
		<category><![CDATA[Bangkok]]></category>
		<category><![CDATA[Chang]]></category>
		<category><![CDATA[Koh Phangan]]></category>
		<category><![CDATA[Koh Phi Phi]]></category>
		<category><![CDATA[Koh Samui]]></category>
		<category><![CDATA[Koh Tao]]></category>
		<category><![CDATA[Not Afraid]]></category>
		<category><![CDATA[Phucket]]></category>
		<category><![CDATA[Thailand]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1140</guid>
		<description><![CDATA[Not had a chance to pick my favourite photos, but here&#8217;s a little video montage :) And for mobile devices: https://vimeo.com/tickett/chang<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1140&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Not had a chance to pick my favourite photos, but here&#8217;s a little video montage :)</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/VbwlSNxIOgw?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>And for mobile devices: <a href="https://vimeo.com/tickett/chang">https://vimeo.com/tickett/chang</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1140&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/02/13/thailand-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>
	</item>
		<item>
		<title>Reverse Engineering Zigbee Communications</title>
		<link>http://tickett.wordpress.com/2013/01/12/reverse-engineering-zigbee-communications/</link>
		<comments>http://tickett.wordpress.com/2013/01/12/reverse-engineering-zigbee-communications/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 16:14:49 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[AlertMe]]></category>
		<category><![CDATA[CC2531]]></category>
		<category><![CDATA[Decode]]></category>
		<category><![CDATA[IRIS]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[Reverse Engineer]]></category>
		<category><![CDATA[Sniff]]></category>
		<category><![CDATA[Texas Instruments]]></category>
		<category><![CDATA[Ubiqua]]></category>
		<category><![CDATA[Zigbee]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1131</guid>
		<description><![CDATA[I think I may&#8217;ve just had that eureka moment! As part of the almighty home automation project I have been seeking a mains plug/socket which both meters the power consumption of attached devices AND allows remote switching. I struggled to find anything that fit the bill (and was reasonably priced and/or &#34;open&#34;) but ended up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1131&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I think I may&#8217;ve just had that eureka moment!</p>
<p>As part of the almighty home automation project I have been seeking a mains plug/socket which both meters the power consumption of attached devices AND allows remote switching. I struggled to find anything that fit the bill (and was reasonably priced and/or &quot;open&quot;) but ended up taking the plunge and buying a few AlertMe (aka IRIS) Smart Plugs (£25/each).</p>
<p>Knowing that the AlertMe products communicate using Zigbee, if I want them to talk to anything more than themselves I would need to do a little packet sniffing in an attempt to document the packet format.</p>
<p>I first found some software that looked up to the job: <a href="http://www.ubilogix.com/products/ubiqua">http://www.ubilogix.com/products/ubiqua</a> Ubiqua by Ubilogix (although I&#8217;m just using the trial version, I doubt I can afford the hefty $999 license fee!) and then found a compatible USB dongle: <a href="http://uk.farnell.com/jsp/search/productdetail.jsp?SKU=1855261">http://uk.farnell.com/jsp/search/productdetail.jsp?SKU=1855261</a> Texas Instruments CC2531EMK Zigbee USB dongle (£46.68).</p>
<p>A few days later- everything&#8217;s delivered and I fire it up (I use a Mac with VirtualBox to run windows virtual machines. I couldn&#8217;t get the driver working in Windows 7, so settled for XP).</p>
<p><a href="http://tickett.files.wordpress.com/2013/01/2715963d-1a1a-418a-8d65-88787911bef3.png"><img src="http://tickett.files.wordpress.com/2013/01/2715963d-1a1a-418a-8d65-88787911bef3.png?w=640&#038;h=372" alt="" width="640" height="372" class="alignnone size-full wp-image-1132" /></a></p>
<p>There is a ton of traffic and I have very little idea what any of it is!</p>
<p>My next thought was- maybe I can find figure out which device is which through the online portal / web interface (maybe the mac addresses will be listed). They weren&#8217;t directly, but clicking on &quot;manage&quot; and viewing the source they were there for the taking:</p>
<p><a href="http://tickett.files.wordpress.com/2013/01/10d9a445-b317-4ac4-a975-f0d836811890.png"><img src="http://tickett.files.wordpress.com/2013/01/10d9a445-b317-4ac4-a975-f0d836811890.png?w=640&#038;h=456" alt="" width="640" height="456" class="alignnone size-full wp-image-1133" /></a></p>
<p>Ubiqua uses a short notation but you can easily find it:</p>
<p><a href="http://tickett.files.wordpress.com/2013/01/4110f424-4a71-420c-a45d-31f4003235b0.png"><img src="http://tickett.files.wordpress.com/2013/01/4110f424-4a71-420c-a45d-31f4003235b0.png?w=640&#038;h=255" alt="" width="640" height="255" class="alignnone size-full wp-image-1134" /></a></p>
<p>So, what next? Well there is where I got a little stuck and found myself examining random packets and not really figuring anything out. Applying a filter to only see traffic from the current clamp / meter reader seemed sensible but I believe because the mesh like nature of the Zigbee protocol each message was being relayed by each device causing a lot of duplication. I removed the SmartPlugs, leaving just the hub and meter reader (the SmartPlugs have battery backup so I think it takes a while for them to stop transmitting, I held the power button which I think drained them quickly- the orange light was no longer appearing).</p>
<p>So now we&#8217;ve isolated some traffic we&#8217;re interested in from a lot of &quot;noise&quot;- but we&#8217;re still pretty clueless. Brainwave… let&#8217;s monitor a short period with normal consumption then a short period with high consumption (I put the oven on) then a short period with 0 consumption (I removed the current clamp from the mains cable). I made a note of the packet count in Ubiqua at each change so I could be sure to pick a packet from each of the phases.</p>
<p>The incoming packets still don&#8217;t seem consistent- so maybe there are more conversation taking place than simply &quot;here&#8217;s my power consumption&quot; but I found a fairly regular packet structure 116 bytes in length and decided to filter my packets to just those. I then took the ZCL payload data from one of the &quot;normal&quot;, &quot;high&quot; and &quot;zero&quot; samples:</p>
<pre>Normal:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

01 DC 01 DC 01 DC 01 DD 01 DB 01 DD 01 DD 01 DD 01 DD 01 DA 01 DC 01 D4 01 D2 01 D5 01 D2

00 03 A8 FA

High Use:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

0E EE 0E FA 0E F4 0E F9 0E F7 0E F9 0E FB 0E FC 0F 13 0E E3 0E E9 0E E7 0E EA 0E 36 0B 33

00 03 A9 27

Zero Use:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00 03 A9 AE</pre>
<p>You can see I chopped the payload into three logical sections. Now my hex isn&#8217;t great, but I could quickly see 2 hex digits (8 bits or 1 byte) didn&#8217;t really mean anything but when paired and converted to decimal the numbers started to look very much like my estimated power consumption (repeated a number of times- at a guess there are 15 samples in each packet?). Taking the first reading from each packet you end up with:</p>
<pre>01 DC = 476 W
0E EE = 3822 W
00 00 = 0 W</pre>
<p>Whilst this seemed very likely I wanted to try and confirm the value… So I did another capture and checked the &quot;power now&quot; value on the portal- bingo, spot on!</p>
<p>I still have a lot of work to do to try and determine:</p>
<ul>
<li>What the other packets are?</li>
<li>How to decode the consumption packets from the SmartPlugs?</li>
<li>How to decode the on/off switching instructions to the SmartPlugs?</li>
</ul>
<p>And then potentially attempt to build a little arduino circuit / sketch to facilitate communication. Meanwhile I will no doubt be having a poke around inside the devices :)</p>
<p><a href="http://tickett.files.wordpress.com/2013/01/7455d098-eb0a-4ff5-bd03-44cd6ef06364.png"><img src="http://tickett.files.wordpress.com/2013/01/7455d098-eb0a-4ff5-bd03-44cd6ef06364.png?w=640&#038;h=480" alt="" width="640" height="480" class="alignnone size-full wp-image-1135" /></a></p>
<p>I didn&#8217;t previously mention that the Zigbee packets are actually encrypted- I&#8217;m not quite sure where it came from but there was already a key in Ubiqua which was able to successfully decrypt the AlertMe / IRIS packets: AD:38:19:32:6F:D5:C8:F9:F2:8D:78:F0:82:66:AE:57 – I don&#8217;t know if this is unique to my devices or the same for everyone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1131&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/01/12/reverse-engineering-zigbee-communications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/01/2715963d-1a1a-418a-8d65-88787911bef3.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/10d9a445-b317-4ac4-a975-f0d836811890.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/4110f424-4a71-420c-a45d-31f4003235b0.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/7455d098-eb0a-4ff5-bd03-44cd6ef06364.png" medium="image" />
	</item>
		<item>
		<title>An update on my latest project</title>
		<link>http://tickett.wordpress.com/2013/01/10/an-update-on-my-latest-project/</link>
		<comments>http://tickett.wordpress.com/2013/01/10/an-update-on-my-latest-project/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 11:00:38 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Home Automation]]></category>
		<category><![CDATA[802.15.4]]></category>
		<category><![CDATA[AlertMe]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Belkin]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Consumption]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Hexabus]]></category>
		<category><![CDATA[indiegogo]]></category>
		<category><![CDATA[Integrated]]></category>
		<category><![CDATA[IRIS]]></category>
		<category><![CDATA[Jeelabs]]></category>
		<category><![CDATA[Jeenode]]></category>
		<category><![CDATA[Meter Plug]]></category>
		<category><![CDATA[mFi]]></category>
		<category><![CDATA[mPower]]></category>
		<category><![CDATA[NPlug]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[RF]]></category>
		<category><![CDATA[Smart Plug]]></category>
		<category><![CDATA[Socket]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[Ubiquiti]]></category>
		<category><![CDATA[WeMo]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Zigbee]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/2013/01/10/an-update-on-my-latest-project/</guid>
		<description><![CDATA[Further to: http://tickett.wordpress.com/2012/12/31/a-new-year-a-new-project/ I have discovered quite a few things, and it looks like I&#8217;m not going to have to start from scratch (although I may still be designing some form of hardware, it&#8217;s hard to tell at this point). Existing projects/products set out to do something similar: NPlug- http://www.indiegogo.com/projects/283102/x/2060579 Consumption measuring (believed to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1127&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Further to: <a href="http://tickett.wordpress.com/2012/12/31/a-new-year-a-new-project/">http://tickett.wordpress.com/2012/12/31/a-new-year-a-new-project/</a> I have discovered quite a few things, and it looks like I&#8217;m not going to have to start from scratch (although I may still be designing some form of hardware, it&#8217;s hard to tell at this point).</p>
<p>Existing projects/products set out to do something similar:</p>
<p><strong>NPlug- <a href="http://www.indiegogo.com/projects/283102/x/2060579">http://www.indiegogo.com/projects/283102/x/2060579</a></strong></p>
<ul>
<li>Consumption measuring (believed to be more accurate than existing devices)</li>
<li>Remote switching</li>
<li>WiFi connected (requires no bridge/gateway device)</li>
<li>Zigbee 802.15.4 for connecting to other devices</li>
<li>USB option (add 3G dongle, additional RF interface etc)</li>
<li>SoC running OpenWRT Linux</li>
<li>Open source</li>
<li>Lots more…</li>
<li>£100 (estimate)</li>
</ul>
<p>This is really meant as a single device and not to be used with every appliance in the home. The device acts like a gateway itself and aims to connect to existing consumption/switching devices such as the IRIS / AlertMe suite.<br />
I have pledged as a sponsor for this project, and hope to get my hands on a prototype- however, the funding has been a bit slow, so please help out :)</p>
<p><strong>AlertMe (IRIS)- <a href="https://www.alertme.com/shopping">https://www.alertme.com/shopping</a></strong></p>
<ul>
<li>Consumption measuring</li>
<li>Remote switching</li>
<li>Zigbee</li>
<li>Requires the SmartEnergy pack as a bridge/gateway to the internet</li>
<li>£25</li>
</ul>
<p><strong>Ubiquiti mFi mPower- <a href="http://www.ubnt.com/mfi#m-Power">http://www.ubnt.com/mfi#m-Power</a></strong></p>
<ul>
<li>Consumption measuring</li>
<li>Remote switching</li>
<li>WiFi connected (requires no bridge/gateway device)</li>
<li>Comes in 3 flavours: Single, 3 socket extension cord and 8 socket extension cord</li>
<li>Only currently available with US / EU plugs</li>
<li>No EU stock currently available (when it is, I will try one with a UK plug adapter)</li>
</ul>
<p><strong>Belkin WeMo Switch- <a href="http://www.belkin.com/uk/c/WSWH">http://www.belkin.com/uk/c/WSWH</a></strong></p>
<ul>
<li>Switching only by the look of it</li>
<li>WiFi connected (requires no bridge/gateway device)</li>
<li>£40</li>
</ul>
<p><strong>Meter Polug- <a href="http://www.indiegogo.com/meterplug/x/2060579">http://www.indiegogo.com/meterplug/x/2060579</a></strong></p>
<ul>
<li>Consumption measuring</li>
<li>Remote switching</li>
<li>Bluetooth only- so unless you&#8217;re within range and carrying a bluetooth equipped device, it&#8217;s not much good. This being said, the project has been fully funded, so there is clearly demand for such a device.</li>
<li>I have asked whether they&#8217;ve considered building a gateway device to enable internet connectivity but yet to hear back. Fingers crossed.</li>
</ul>
<p><strong>Other</strong></p>
<ul>
<li>I have purchased a USB Zigbee packet sniffer in the hope that I can make sense of some of the traffic floating around my house from various &#8220;smart&#8221; gadgets.</li>
<li>Still waiting on delivery of my EVE Alpha board- <a href="http://www.kickstarter.com/projects/ciseco/eve-alpha-raspberry-pi-wireless-development-hardwa">http://www.kickstarter.com/projects/ciseco/eve-alpha-raspberry-pi-wireless-development-hardwa</a> this should allow me to start doing some cool stuff with a raspberry pi using the gpio pins rather than dozens of USB sticks!</li>
<li>The guys over at flukso have confirmed that they will be continuing work on their enhanced hexabus plug once they have another project out of the way: <a href="https://www.flukso.net/content/hexabus-plug">https://www.flukso.net/content/hexabus-plug</a></li>
<li>I sent some details to a few companies in an attempt to understand costings for PCB design, production and assembly. Just one company has responded to date: <a href="http://www.newburyelectronics.co.uk/">http://www.newburyelectronics.co.uk/</a> &#8211; for something like the Hexabus plug they&#8217;re suggesting (rough figures): £1,000 PCB design (£500 each of the 2), £80 PCB production (£40 each of the 2), £60 parts (excluding several parts they can&#8217;t source), £130 assembly &amp; inspection. Bringing the total in at about £270/device (forgetting PCB design)- ouch!</li>
</ul>
<p>That&#8217;ll likely be my last update for a few weeks, as I&#8217;m off to Thailand shortly :)</p>
<p>L</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1127&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/01/10/an-update-on-my-latest-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>
	</item>
		<item>
		<title>A few photos from NYE party</title>
		<link>http://tickett.wordpress.com/2013/01/10/a-few-photos-from-nye-party/</link>
		<comments>http://tickett.wordpress.com/2013/01/10/a-few-photos-from-nye-party/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 09:43:46 +0000</pubDate>
		<dc:creator>Tickett</dc:creator>
				<category><![CDATA[Photo/Video Stuff]]></category>
		<category><![CDATA[NYE]]></category>
		<category><![CDATA[Southend-on-Sea]]></category>
		<category><![CDATA[TDG]]></category>
		<category><![CDATA[Wax]]></category>

		<guid isPermaLink="false">http://tickett.wordpress.com/?p=1117</guid>
		<description><![CDATA[Not technically the best of the photos- but a few of my favourites for one reason or another:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1117&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Not technically the best of the photos- but a few of my favourites for one reason or another:</p>
<p><a href="http://tickett.files.wordpress.com/2013/01/621c91b7-70cd-47df-811f-c8aa6740d9d0.png"><img class="alignnone size-full wp-image-1118" alt="" src="http://tickett.files.wordpress.com/2013/01/621c91b7-70cd-47df-811f-c8aa6740d9d0.png?w=640&#038;h=374" width="640" height="374" /></a><br />
<a href="http://tickett.files.wordpress.com/2013/01/0d5fd232-e41e-4f5c-b33f-6f48a19a2fd0.png"><img class="alignnone size-full wp-image-1119" alt="" src="http://tickett.files.wordpress.com/2013/01/0d5fd232-e41e-4f5c-b33f-6f48a19a2fd0.png?w=640&#038;h=489" width="640" height="489" /></a><br />
<a href="http://tickett.files.wordpress.com/2013/01/ed4c65c3-273c-491f-a6e2-8997feabeee2.png"><img class="alignnone size-full wp-image-1120" alt="" src="http://tickett.files.wordpress.com/2013/01/ed4c65c3-273c-491f-a6e2-8997feabeee2.png?w=640&#038;h=479" width="640" height="479" /></a><br />
<a href="http://tickett.files.wordpress.com/2013/01/c6e315a6-53ef-41ca-9a30-0018c63d4850.png"><img class="alignnone size-full wp-image-1121" alt="" src="http://tickett.files.wordpress.com/2013/01/c6e315a6-53ef-41ca-9a30-0018c63d4850.png?w=640&#038;h=488" width="640" height="488" /></a><br />
<a href="http://tickett.files.wordpress.com/2013/01/7b784cfc-9eb1-4d6b-9962-859e30c217d0.png"><img class="alignnone size-full wp-image-1122" alt="" src="http://tickett.files.wordpress.com/2013/01/7b784cfc-9eb1-4d6b-9962-859e30c217d0.png?w=640&#038;h=505" width="640" height="505" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tickett.wordpress.com/1117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tickett.wordpress.com/1117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tickett.wordpress.com&#038;blog=14806653&#038;post=1117&#038;subd=tickett&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tickett.wordpress.com/2013/01/10/a-few-photos-from-nye-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bcd32ba059716a660e8527114fbddba5?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">ltickett</media:title>
		</media:content>

		<media:content url="http://tickett.files.wordpress.com/2013/01/621c91b7-70cd-47df-811f-c8aa6740d9d0.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/0d5fd232-e41e-4f5c-b33f-6f48a19a2fd0.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/ed4c65c3-273c-491f-a6e2-8997feabeee2.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/c6e315a6-53ef-41ca-9a30-0018c63d4850.png" medium="image" />

		<media:content url="http://tickett.files.wordpress.com/2013/01/7b784cfc-9eb1-4d6b-9962-859e30c217d0.png" medium="image" />
	</item>
	</channel>
</rss>
