<?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&#039;s Ramblings &#187; Photo a day</title>
	<atom:link href="http://john.crouchley.com/blog/archives/category/photoaday/feed" rel="self" type="application/rss+xml" />
	<link>http://john.crouchley.com/blog</link>
	<description>Personal record for family and friends - contact me: john at crouchley.me.uk</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:30:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Re-purposing the Current Cost bridge device</title>
		<link>http://john.crouchley.com/blog/archives/722</link>
		<comments>http://john.crouchley.com/blog/archives/722#comments</comments>
		<pubDate>Tue, 21 Sep 2010 19:24:21 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=722</guid>
		<description><![CDATA[<p>To open the CC bridge box remove three screws from the base (one under the sticker). Note at this point assume you have invalidated any warranty. Remove the board &#8211; it should look like this.</p> <p></p> <p>Connectors (left to right), Power &#8211; 4.5-6V @ 500mA, Ethernet mag jack, Serial port (RJ10) pins left to right [...]]]></description>
			<content:encoded><![CDATA[<p>To open the CC bridge box remove three screws from the base (one under the sticker). Note at this point assume you have invalidated any warranty. Remove the board &#8211; it should look like this.</p>
<p><a class="tt-flickr tt-flickr-Medium" href="http://www.flickr.com/photos/22788868@N02/5008675246/" target="_blank"><img class="alignnone" src="http://farm5.static.flickr.com/4154/5008675246_ba0b58f999.jpg" alt="P9205871" width="500" height="375" /></a></p>
<p>Connectors (left to right), Power &#8211; 4.5-6V @ 500mA, Ethernet mag jack, Serial port (RJ10) pins left to right Rx,Tx,GND,3v3 &#8211; note the 3v3 is supplied via a 10 ohm resistor R11 (current limiter).</p>
<p>Bridge across jumper 1 to disable the Wiznet W5100 ethernet chip and using your favorite technique (I used a <a title="Adafruit USBTiny" href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=16&amp;products_id=46" target="_blank">USBTiny</a> from Adafruit) burn the Arduino bootloader onto the AVR. Note only power the board from one source &#8211; either 3v3 from the programming device or the on board power (leave the programmers power unconnected). There are several examples on the web of using an Arduino to program a bootloader &#8211; just be aware that signals will need to be 3v3. Note the board ID needs to be &#8220;Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328&#8243;</p>
<p>Once the bootloader is on the board it is possible to program it using the Arduino IDE.</p>
<p>I used a USB to TTL FTDI serial converter (a good one is from <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=718" target="_blank">Sparkfun</a>).  Signal levels will be 3v3 so there is no issue there, just connect up  GND, board RX to FTDI TX and board TX to FTDI RX. I cut up the cable  supplied for this &#8211; Farnell supply suitable <a href="http://uk.farnell.com/jsp/search/productdetail.jsp?sku=1394775" target="_blank">RJ10 plugs</a> (as far as I can tell these match the dimensions of the supplied plug).</p>
<p>Note: there is no auto reset so you need to hit the reset button once the sketch has compiled &#8211; you may need to practice this several times before you get the timing right (I did). I pressed the button when the compiled size came up on the screen, counted to three and released it &#8211; seemed about the right time.</p>
<p>The first sketch I loaded is the example Ethernet server sketch. You need to make one simple alteration to this. Add the following lines at the beginning of the setup routine (as well as verify that the mac and IP address are OK for your system):</p>
<p>pinMode(7,OUTPUT);<br />
digitalWrite(7,HIGH);</p>
<p>This code will enable the W5100 ethernet chip as Digital I/O 7 is connected directly to the W5100 reset line. This line is connected via a resistor to GND and so we need to pull it up to enable the device.</p>
<p>Once the sketch is loaded into the board you should be able to connect a RJ45 ethernet cable and access the page from your browser.</p>
<p>I also notice that the board contains pads for an I2C EEPROM chip &#8211; I don&#8217;t think mine will be vacant for long, I have a 128KByte FRAM chip that will fit nicely there..</p>
<p>A further improvement will be to add a Micro SD card interface, I will then have all the ingredients for a cheap web server to front end my home monitoring system.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/722/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Calke Abbey</title>
		<link>http://john.crouchley.com/blog/archives/535</link>
		<comments>http://john.crouchley.com/blog/archives/535#comments</comments>
		<pubDate>Mon, 22 Feb 2010 10:30:19 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=535</guid>
		<description><![CDATA[<p>A week ago we went for a walk round Calke Abbey grounds. Calke Abbey is National Trust and about 10 miles south of Derby. As is usual I took a few (well a lot) of photos.</p> <p> </p> <p>I can see a face in this gnarled old Oak trunk. </p> [...]]]></description>
			<content:encoded><![CDATA[<p>A week ago we went for a walk round <a href="http://www.nationaltrust.org.uk/main/w-calkeabbey">Calke Abbey</a> grounds. Calke Abbey is National Trust and about 10 miles south of Derby.<br />
As is usual I took a few (well a lot) of photos.</p>
<p><a href="http://www.flickr.com/photos/22788868@N02/4376846938/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376846938/"><img src="http://farm5.static.flickr.com/4046/4376846938_fd0fe46d3a.jpg" alt="Calke Abbey" width="378" height="500" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376104687/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376104687/"><img src="http://farm5.static.flickr.com/4063/4376104687_2143a0d95b.jpg" alt="Calke Abbey" width="378" height="500" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376106317/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376106317/"><img src="http://farm5.static.flickr.com/4023/4376106317_881fe85da9.jpg" alt="Calke Abbey" width="500" height="378" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376112383/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376112383/"><img src="http://farm5.static.flickr.com/4065/4376112383_aa40b40302.jpg" alt="Calke Abbey" width="378" height="500" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376862358/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376862358/"><img src="http://farm3.static.flickr.com/2738/4376862358_66d71f7461.jpg" alt="Calke Abbey" width="500" height="378" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376119035/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376119035/"><img src="http://farm5.static.flickr.com/4007/4376119035_f97a1ff764.jpg" alt="Calke Abbey" width="500" height="378" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376136063/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376136063/"><img src="http://farm5.static.flickr.com/4048/4376136063_3b8aa84c3c.jpg" alt="Calke Abbey" width="500" height="378" /></a></a> </p>
<p>I can see a face in this gnarled old Oak trunk.<br />
<a href="http://www.flickr.com/photos/22788868@N02/4376148681/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376148681/"><img src="http://farm3.static.flickr.com/2791/4376148681_7d6a756840.jpg" alt="Face in gnarled tree Calke Abbey" width="500" height="391" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376905136/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376905136/"><img src="http://farm5.static.flickr.com/4047/4376905136_251f28ff06.jpg" alt="Calke Abbey" width="378" height="500" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376913570/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376913570/"><img src="http://farm5.static.flickr.com/4056/4376913570_d11f857f7e.jpg" alt="Calke Abbey" width="500" height="378" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376919316/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376919316/"><img src="http://farm3.static.flickr.com/2687/4376919316_8df66a6828.jpg" alt="Calke Abbey reflections" width="500" height="378" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376177625/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376177625/"><img src="http://farm3.static.flickr.com/2747/4376177625_398d3dbf32.jpg" alt="Deer at Calke Abbey" width="500" height="436" /></a></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/4376182455/" class="tt-flickr tt-flickr-Medium" target="_blank"><a href="http://www.flickr.com/photos/22788868@N02/4376182455/"><img src="http://farm5.static.flickr.com/4061/4376182455_d1ab1e682c.jpg" alt="Deer at Calke Abbey" width="371" height="500" /></a></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/535/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas day 2009</title>
		<link>http://john.crouchley.com/blog/archives/450</link>
		<comments>http://john.crouchley.com/blog/archives/450#comments</comments>
		<pubDate>Fri, 25 Dec 2009 10:56:42 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/archives/450</guid>
		<description><![CDATA[ Christmas day 2009, originally uploaded by jcrouchley. <p> Presents under the tree all ready to be opened after scrambled egg and smoked salmon brunch, with bucks fizz. Nom nom. Despite appearances the tree is vertical &#8211; just a weird branch at upper right. </p> <p>Updated blog to use Ingoal’s Twitter Updater</p> [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/22788868@N02/4213029540/" title="photo sharing"><img src="http://farm3.static.flickr.com/2604/4213029540_49c1fa5237.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/22788868@N02/4213029540/">Christmas day 2009</a>, originally uploaded by <a href="http://www.flickr.com/people/22788868@N02/">jcrouchley</a>.</span>
</div>
<p>
Presents under the tree all ready to be opened after scrambled egg and smoked salmon brunch, with bucks fizz. Nom nom. Despite appearances the tree is vertical &#8211; just a weird branch at upper right.
</p>
<p>Updated blog to use <a href="http://twitterupdater.com/">Ingoal’s Twitter Updater</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/450/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacation over</title>
		<link>http://john.crouchley.com/blog/archives/443</link>
		<comments>http://john.crouchley.com/blog/archives/443#comments</comments>
		<pubDate>Mon, 12 Oct 2009 09:46:33 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=443</guid>
		<description><![CDATA[<p>Just got back from Hungary &#8211; blogged here. Now unpacking and back to work.</p> ]]></description>
			<content:encoded><![CDATA[<p>Just got back from Hungary &#8211; blogged <a href="http://www.bearhugs.co.uk/blog" target="_blank">here</a>.<br />
Now unpacking and back to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/443/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Somerset for the weekend</title>
		<link>http://john.crouchley.com/blog/archives/417</link>
		<comments>http://john.crouchley.com/blog/archives/417#comments</comments>
		<pubDate>Thu, 30 Jul 2009 08:00:48 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=417</guid>
		<description><![CDATA[<p>We spent the weekend staying a the George Hotel in Castle Cary. Maria was making a bear with Gregory Gyllenship at a Bear Basics workshop. The hotel was comfortable and the food was good, but there was very little parking. Whilst Maria was at the course I went for a walk around the area. I [...]]]></description>
			<content:encoded><![CDATA[<p>We spent the weekend staying a the <a href="http://www.greenekinginns.co.uk/somerset/inn_02/index.htm" target="_blank">George Hotel</a> in <a href="http://www.castle-cary.co.uk/" target="_blank">Castle Cary</a>.<br />
<a href="http://www.flickr.com/photos/22788868@N02/3770253324/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm3.static.flickr.com/2637/3770253324_c42f7b7081.jpg" alt="George Hotel Castle Cary somerset" width="500" height="378" /></a><br />
Maria was making a bear with <a href="http://www.hugoshouse.com/" target="_blank">Gregory Gyllenship</a> at a <a href="http://www.bearbasics.co.uk/" target="_blank">Bear Basics</a> workshop. The hotel was comfortable and the food was good, but there was very little parking. Whilst Maria was at the course I went for a walk around the area.<br />
<a href="http://www.flickr.com/photos/22788868@N02/3769452417/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm3.static.flickr.com/2666/3769452417_6eae0c483f.jpg" alt="Castle Cary market hall" width="500" height="378" /></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/3770252478/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm3.static.flickr.com/2475/3770252478_477edefe26.jpg" alt="Castle Cary somerset" width="500" height="378" /></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/3770253988/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3459/3770253988_2e07e9e0e7.jpg" alt="All Saints Church Castle Cary somerset" width="378" height="500" /></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/3769456359/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3456/3769456359_134453c448.jpg" alt="Castle Cary somerset" width="500" height="378" /></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/3770256314/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3455/3770256314_91c613d0a9.jpg" alt="Castle Cary somerset" width="500" height="378" /></a><br />
<a href="http://www.flickr.com/photos/22788868@N02/3770257806/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3537/3770257806_5caaaa37f0.jpg" alt="Castle Cary somerset" width="378" height="500" /></a><br />
I then waited at the hotel to meet Claire who came over from Swansea for the day. Claire ran into traffic on the M4 and again in Bristol &#8211; she was 2 hours late! We had a late lunch and then picked up Maria. <a href="http://www.touruk.co.uk/somerset/som_street.htm" target="_blank">Street</a> is nearby so we had a shopping trip to the <a href="http://www.clarksvillage.co.uk/" target="_blank">Clarks Village</a>. On Sunday I had a quiet day looking for a <a href="http://homepage.ntlworld.com/scrumpy/cider/makers.htm#somerset" target="_blank">cider farm</a> and then watching the <a href="http://news.bbc.co.uk/sport1/hi/motorsport/formula_one/default.stm" target="_blank">F1 Hungarian Grand Prix</a>, it was a good race and Hamilton won.<br />
This is the bear that Maria made &#8211; he is called Gerald.<br />
<a href="http://www.flickr.com/photos/22788868@N02/3769463087/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3490/3769463087_a21f2dd6dd.jpg" alt="Gerald" width="447" height="500" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/417/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another photo published!</title>
		<link>http://john.crouchley.com/blog/archives/297</link>
		<comments>http://john.crouchley.com/blog/archives/297#comments</comments>
		<pubDate>Sun, 05 Jul 2009 19:34:54 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=297</guid>
		<description><![CDATA[<p>http://www.classic-sailing.co.uk/start-port/swansea</p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.classic-sailing.co.uk/start-port/swansea" target="_blank">http://www.classic-sailing.co.uk/start-port/swansea</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schmap and Barry Island</title>
		<link>http://john.crouchley.com/blog/archives/287</link>
		<comments>http://john.crouchley.com/blog/archives/287#comments</comments>
		<pubDate>Sun, 28 Jun 2009 10:11:18 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=287</guid>
		<description><![CDATA[<p>I got a photo published! Schmap have included one of my Barry Island pictures on their interactive guide. </p> ]]></description>
			<content:encoded><![CDATA[<p>I got a photo published! <a href="http://www.schmap.com/cardiff/activities_fun/p=13282/i=13282_52.jpg" target="_blank">Schmap</a> have included one of my Barry Island pictures on their interactive guide.<br />
<a href="http://www.flickr.com/photos/22788868@N02/3483228891/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3568/3483228891_bbbc7c682c.jpg" alt="Barry Island" width="500" height="375" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/287/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino LCD test</title>
		<link>http://john.crouchley.com/blog/archives/251</link>
		<comments>http://john.crouchley.com/blog/archives/251#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:35:43 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=251</guid>
		<description><![CDATA[<p>I got hold of a I2C Real Time Clock module and a two line LCD display. Managed to get them both connected and working. I am now working on adapting the display to I2C using a ByVac BV4208. I have written the code and tested on a breadboard using a Roboduino nano (same as an [...]]]></description>
			<content:encoded><![CDATA[<p>I got hold of a <a href="http://en.wikipedia.org/wiki/I%C2%B2C" target="_blank">I2C</a> <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=99" target="_blank">Real Time Clock module</a> and a two line LCD display. Managed to get them both connected and working.<br />
<a href="http://www.flickr.com/photos/22788868@N02/3616807268/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3394/3616807268_9fdd438973.jpg" alt="Arduino with LCD" width="385" height="500" /></a><br />
I am now working on adapting the display to <a href="http://www.robot-electronics.co.uk/htm/using_the_i2c_bus.htm" target="_blank">I2C</a> using a <a href="http://www.byvac.co.uk/bv/bv4208.htm" target="_blank">ByVac BV4208</a>.<br />
I have written the code and tested on a <a href="http://www.kpsec.freeuk.com/breadb.htm" target="_blank">breadboard</a> using a <a href="http://arduino.cc/en/Main/ArduinoBoardNano" target="_blank">Roboduino nano (same as an Arduino Nano)</a> &#8211; now to build the <a href="http://en.wikipedia.org/wiki/Veroboard" target="_blank">veroboard</a> version.<br />
I destroyed the <a href="http://en.wikipedia.org/wiki/Schottky_diode" target="_blank">Schottky diode</a> on my nano when a loose wire shorted out 5v to ground and the USB supply overloaded.  It all still works but will not power from the USB anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/251/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chelsea Flower Show 2009</title>
		<link>http://john.crouchley.com/blog/archives/225</link>
		<comments>http://john.crouchley.com/blog/archives/225#comments</comments>
		<pubDate>Wed, 20 May 2009 20:27:15 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=225</guid>
		<description><![CDATA[<p>Our trip to the Chelsea Flower Show is on Wilbeary&#8217;s blog.</p> ]]></description>
			<content:encoded><![CDATA[<p>Our trip to the Chelsea Flower Show is on <a href="http://www.bearhugs.co.uk/blog" target="_blank">Wilbeary&#8217;s blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fox in the garden</title>
		<link>http://john.crouchley.com/blog/archives/221</link>
		<comments>http://john.crouchley.com/blog/archives/221#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:12:31 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Photo a day]]></category>

		<guid isPermaLink="false">http://john.crouchley.com/blog/?p=221</guid>
		<description><![CDATA[<p>Imagine my surprise when I looked out of the back window earlier today </p> ]]></description>
			<content:encoded><![CDATA[<p>Imagine my surprise when I looked out of the back window earlier today<br />
<a href="http://www.flickr.com/photos/22788868@N02/3445892326/" class="tt-flickr tt-flickr-Medium" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3554/3445892326_a19eb1fd63.jpg" alt="P4152051" width="500" height="375" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://john.crouchley.com/blog/archives/221/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

