<?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>bjorsq</title>
	<atom:link href="http://bjorsq.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://bjorsq.net</link>
	<description></description>
	<lastBuildDate>Sat, 20 Apr 2013 00:30:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress local development tips</title>
		<link>http://bjorsq.net/blog/2013/01/16/wordpress-local-development-tips/</link>
		<comments>http://bjorsq.net/blog/2013/01/16/wordpress-local-development-tips/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 14:00:56 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=2084</guid>
		<description><![CDATA[Track Trunk Always develop using an up-to-date version of WordPress &#8211; use SVN to perform updates, and track trunk if you can (so you can see developments to the codebase before they make it into general releases, and test against &#8230; <a href="http://bjorsq.net/blog/2013/01/16/wordpress-local-development-tips/">Continued</a>]]></description>
				<content:encoded><![CDATA[<h3>Track Trunk</h3>
<p>Always develop using an up-to-date version of WordPress &#8211; use SVN to perform updates, and track trunk if you can (so you can see developments to the codebase before they make it into general releases, and test against them).</p>
<p><a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Installing/Updating WordPress using Subversion</a></p>
<h3>Enable Filesystem upgrades</h3>
<p>By default, WordPress performs updates using FTP credentials &#8211; put this into your wp-config.php to enable direct writes to the filesystem:</p>
<pre>define('FS_METHOD', 'direct');
define('FS_CHMOD_DIR', (0755 &amp; ~ umask()));
define('FS_CHMOD_FILE', (0644 &amp; ~ umask()));
</pre>
<p>You can also set upgrade constants on production servers to prevent WordPress asking for your FTP credentials whenever you need to perform an upgrade:</p>
<p><a href="http://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants">Editing wp-config.php</a></p>
<h3>Show Errors</h3>
<p>Add the following to .htaccess</p>
<pre>
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
php_value error_reporting -1
php_value log_errors_max_len 0
</pre>
<p>You could also enable logging to a file &#8211; more details here (as well as an example of an .htaccess file for production environments)</p>
<p><a href="http://perishablepress.com/advanced-php-error-handling-via-htaccess/">Advanced PHP Error Handling via htaccess</a></p>
<p>WordPress also has some debugging features which can be enabled using a plugin or by adding the following to wp-config.php</p>
<pre>define('WP_DEBUG', true);</pre>
<p><a href="http://codex.wordpress.org/Debugging_in_WordPress"></p>
<p>Debugging in WordPress</p>
<p></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2013/01/16/wordpress-local-development-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ras el Hanout</title>
		<link>http://bjorsq.net/blog/2012/09/02/ras-el-hanout/</link>
		<comments>http://bjorsq.net/blog/2012/09/02/ras-el-hanout/#comments</comments>
		<pubDate>Sun, 02 Sep 2012 14:36:56 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=1983</guid>
		<description><![CDATA[This is the blend of spices I use in tagines and stews to give them a moroccan type flavour Ingredients 2 tsp ground ginger 2 tsp shelled green cardamons 2 tsp cinnamon sticks 2 tsp cumin seeds 2 tsp corander &#8230; <a href="http://bjorsq.net/blog/2012/09/02/ras-el-hanout/">Continued</a>]]></description>
				<content:encoded><![CDATA[<p>This is the blend of spices I use in tagines and stews to give them a moroccan type flavour</p>
<h3>Ingredients</h3>
<ul>
<li>2 tsp ground ginger</li>
<li>2 tsp shelled green cardamons</li>
<li>2 tsp cinnamon sticks</li>
<li>2 tsp cumin seeds</li>
<li>2 tsp corander seeds</li>
<li>1 tsp ground allspice</li>
<li>1 nutmeg, finely grated</li>
<li>1 tsp turmeric powder</li>
<li>1 tsp black peppercorns</li>
<li>1 tsp cloves</li>
<li>1 tsp paprika</li>
<li>1/2 tsp fenugreek seeds</li>
</ul>
<h3>Method</h3>
<p>Dry roast cumin, coriander, cloves, cinnamon, black pepper, fenugreek and cardamon in a heavy saucepan or frying pan before blending them to a powder in a mortar and pestle or spice mill. Add all the other spices and store in a jar.</p>
<h3>Usage</h3>
<p>Add about half a teaspoon per serving to stews, etc.</p>
<p>I always add some chilli when using this &#8211; chilli powder can be added to the mixture, but I prefer to use fresh chillies.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2012/09/02/ras-el-hanout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chocolate cake</title>
		<link>http://bjorsq.net/blog/2010/09/23/chocolate-cake/</link>
		<comments>http://bjorsq.net/blog/2010/09/23/chocolate-cake/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 22:04:37 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[cakes]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=1128</guid>
		<description><![CDATA[This makes a rich fudgey chocolate cake which is made mainly from sugar and butter, and keeps gooey for a week or so (if it lasts that long). I couldn't believe how little flour was in the recipe!]]></description>
				<content:encoded><![CDATA[<p><strong>Ingredients</strong></p>
<ul>
<li> 200g good quality dark chocolate , about 60% cocoa solids</li>
<li> 200g butter , cut in pieces</li>
<li> 1 tbsp instant coffee granules</li>
<li> 85g self-raising flour</li>
<li> 85g plain flour</li>
<li> 1â„4 tsp bicarbonate of soda</li>
<li> 200g light muscovado sugar</li>
<li> 200g golden caster sugar</li>
<li> 25g cocoa powder</li>
<li>3 eggs</li>
<li> 75ml milk</li>
<li> grated chocolate or curls, to decorate</li>
</ul>
<p><strong>Ganache</strong></p>
<ul>
<li>200g good-quality dark chocolate , as above</li>
<li>284ml carton double cream (pouring type)</li>
<li>2 tbsp golden caster sugar</li>
</ul>
<p><strong>Method</strong></p>
<ol>
<li>Butter a 20cm round cake tin (7.5cm deep) and line the base.</li>
<li>Preheat the oven to fan 140C/conventional 160C/ gas 3.</li>
<li>Break the chocolate in pieces into a medium, heavy-based pan. Tip in the butter, then mix the coffee granules into 125ml/4fl oz cold water and pour into the pan. Warm through over a low heat just until everything is melted &#8211; don&#8217;t overheat.</li>
<li> While the chocolate is melting, mix the two flours, bicarbonate of soda, sugars and cocoa in a big bowl, mixing with your hands to get rid of any lumps. Beat the eggs in a bowl and stir in the milk.</li>
<li> Now pour the melted chocolate mixture and the egg mixture into the flour mixture, stirring just until everything is well blended and you have a smooth, quite runny consistency. Pour this into the tin and bake for 1 hour 30 minutes &#8211; if you push a skewer in the centre it should come out clean and the top should feel firm (don&#8217;t worry if it cracks a bit).</li>
<li>Leave to cool in the tin (don&#8217;t worry if it dips slightly), then turn out onto a wire rack to cool completely.</li>
<li> When the cake is cold, cut it horizontally into three.</li>
<li>Make the ganache: chop the chocolate into small pieces and tip into a bowl. Pour the cream into a pan, add the sugar, and heat until it is about to boil. Take off the heat and pour it over the chocolate. Stir until the chocolate has melted and the mixture is smooth.</li>
<li> Sandwich the layers together with just a little of the ganache. Pour the rest over the cake letting it fall down the sides and smoothing to cover with a palette knife. Decorate with grated chocolate or a pile of  chocolate curls.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2010/09/23/chocolate-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date and Walnut Cake</title>
		<link>http://bjorsq.net/blog/2010/04/29/date-and-walnut-cake/</link>
		<comments>http://bjorsq.net/blog/2010/04/29/date-and-walnut-cake/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:30:09 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[cakes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=239</guid>
		<description><![CDATA[Made this cake for Bob's birthday - adapted from a recipe by delia with addition of buttercream filling.]]></description>
				<content:encoded><![CDATA[<p><strong>Ingredients</strong></p>
<ul>
<li>6 oz (175 g) dates, stoned and chopped</li>
<li>1 level teaspoon bicarbonate of soda</li>
<li>1 oz (25 g) butter</li>
<li>8 oz (225 g) self-raising flour</li>
<li>Â¼ teaspoon salt</li>
<li>1 level teaspoon mixed spice</li>
<li>1 level teaspoon ground cinnamon</li>
<li>Â½ teaspoon ground cloves</li>
<li>Â½ teaspoon nutmeg</li>
<li>2 eggs</li>
<li>5 oz (150 g) soft dark brown sugar</li>
<li>1 teaspoon vanilla extract</li>
<li>3 oz (75 g) ground almonds</li>
<li>3 oz (75 g) chopped walnuts</li>
</ul>
<p><em>For the buttercream:</em></p>
<ul>
<li>2 oz (55 g) icing sugar</li>
<li>4 oz butter</li>
<li>rind from 1Â½ lemons</li>
<li>1 tablespoon lemon juice</li>
</ul>
<p><em>For the icing:</em></p>
<ul>
<li>4 oz (110 g) icing sugar, sifted</li>
<li>the grated rind of Â½ lemon</li>
<li>1 tablespoon lemon juice</li>
<li>Â½ oz (10 g) melted butter</li>
<li>1 dessertspoon single cream</li>
</ul>
<p><strong>Method</strong></p>
<p>Pre-heat the oven to gas mark 4, 350Â°F (180Â°C).</p>
<p>In a small bowl, pour 8 fl oz (225 ml) boiling water over the dates. Add the bicarbonate of soda, then the butter and stir until the butter has melted. Leave to cool.</p>
<p>Sift the flour with the salt and spices.</p>
<p>Beat the egg in a large bowl, add the sugar and beat well again, then add the cooled date mixture and all the other cake ingredients.</p>
<p>Stir well to mix everything thoroughly together, then pour the mixture into the tin, and put it in the oven just below the centre shelf. Cook for about an hour, or until the top is nicely browned and the centre feels springy. Let the cake stand for a couple of minutes and then turn it out on to a wire rack to cool.</p>
<p>When cool, cut the cake in half and fill with the lemon buttercream.</p>
<p>For the icing, mix all the ingredients well together, then cover the top of the cake and add a few walnut halves arranged round the top.</p>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2010/04/29/date-and-walnut-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bread and butter pudding</title>
		<link>http://bjorsq.net/blog/2010/04/01/bread-and-butter-pudding/</link>
		<comments>http://bjorsq.net/blog/2010/04/01/bread-and-butter-pudding/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 20:58:13 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[cakes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=222</guid>
		<description><![CDATA[Overdone the bread shop? Use your spare stale (or fresh) bread, bagels etc. to make a deliciously light pudding.]]></description>
				<content:encoded><![CDATA[<p><strong>Ingredients</strong></p>
<ul>
<li>25g/1oz butter, plus extra for greasing</li>
<li>8 thin slices bread</li>
<li>50g/2oz sultanas</li>
<li>2 tsp cinnamon powder</li>
<li>350ml/12fl oz whole milk</li>
<li>50ml/2fl oz double cream</li>
<li>3 free-range eggs</li>
<li>25g/1oz granulated sugar</li>
<li>nutmeg, grated, to taste</li>
</ul>
<p><strong>Method</strong></p>
<ol>
<li>Grease a 1 litre pie dish with butter.</li>
<li>Cut the crusts off the bread. Spread each slice with on one side with butter, then cut into triangles.</li>
<li>Arrange a layer of bread, buttered-side up, in the bottom of the dish, then add a layer of sultanas. Sprinkle with a little cinnamon, then repeat the layers of bread and sultanas, sprinkling with cinnamon, until you have used up all of the bread. Finish with a layer of bread, then set aside.</li>
<li>Crack the eggs into a bowl, add the milk, cream and three quarters of the sugar and lightly whisk until pale.</li>
<li>Pour the mixture over the prepared bread layers and sprinkle with nutmeg and the remaining sugar and leave to stand for 30 minutes.</li>
<li>Preheat the oven to 180C/355F/Gas 4.</li>
<li>Place the dish into the oven and bake for 30-40 minutes, or until the custard has set and the top is golden-brown.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2010/04/01/bread-and-butter-pudding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Braised red cabbage with apple</title>
		<link>http://bjorsq.net/blog/2010/02/02/braised-red-cabbage-with-apple/</link>
		<comments>http://bjorsq.net/blog/2010/02/02/braised-red-cabbage-with-apple/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:54:01 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[side dishes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=166</guid>
		<description><![CDATA[Great way to eat red cabbage, and tastes good the day after as well]]></description>
				<content:encoded><![CDATA[<p><strong>Ingredients</strong></p>
<ul>
<li>1 small red cabbage</li>
<li>25g butter</li>
<li>1 onion, finely sliced</li>
<li>Â½ tsp ground allspice</li>
<li>Â¼ tsp freshly grated nutmeg</li>
<li>1 Bramley apple, peeled, cored and grated</li>
<li>4 tbsp red wine vinegar</li>
<li>2 tbsp light muscovado sugar</li>
<li>2 tbsp redcurrant jelly</li>
</ul>
<p><strong>Method</strong></p>
<ol>
<li>Finely slice the cabbage, discarding the core and any tough pieces. Melt the butter in a pan with a tight-fitting lid over a medium heat. Cook the onion uncovered for 5 minutes until soft but not browned.</li>
<li>Stir in the spices then add the cabbage, apple, red wine vinegar and sugar plus 100ml cold water. Stir until thoroughly mixed and the sugar has dissolved. Season generously.</li>
<li>Bring to the boil, then cover tightly and simmer for about 1 hour, stirring occasionally, until the cabbage is very tender and the liquid has evaporated. Stir in the redcurrant jelly, allow to melt, then serve.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2010/02/02/braised-red-cabbage-with-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roast Pheasant</title>
		<link>http://bjorsq.net/blog/2009/12/24/roast-pheasant/</link>
		<comments>http://bjorsq.net/blog/2009/12/24/roast-pheasant/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 22:20:42 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[Main courses]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=162</guid>
		<description><![CDATA[This is what we are having on Christmas Day 2009 - pheasant with piggy flavours.]]></description>
				<content:encoded><![CDATA[<p><strong>Ingredients</strong></p>
<ul>
<li>1 pheasant weighing 1.25 kg (2 1/2 lbs)</li>
<li>3 oz (75 g) back bacon</li>
<li>4 oz (100 g) Parma ham</li>
<li>6 leaves fresh sage</li>
<li>1 tsp salt</li>
<li>1/2 tsp black pepper</li>
<li>1/2 tsp grated lemon rind</li>
<li>4 tbsp olive oil</li>
<li>4 thin rashers streaky bacon</li>
<li>125 ml (4 fl oz) 1/2 cup. dry white wine</li>
</ul>
<p><strong>Method</strong></p>
<ol>
<li>Wash and dry pheasant. Chop back bacon and Parma ham finely. Chop sage and combine with a little salt, pepper, lemon rind and the chopped bacon and ham.</li>
<li>Preheat oven to 220Â°C (425Â°F) Gas Mark 7.</li>
<li>Rub pheasant inside with salt, then fill with stuffing and sew up.</li>
<li>Heat oil in roasting pan. Brown pheasant well on all sides, lay breast side up in pan and cover breast with streaky bacon rashers.</li>
<li>Roast pheasant on lowest oven shelf for 40 minutes, basting frequently with wine and pan juices.</li>
<li>Remove bacon 10 minutes before end of roasting time to allow breast to brown</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2009/12/24/roast-pheasant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>James Tenney quote</title>
		<link>http://bjorsq.net/blog/2009/11/23/james-tenney-quote/</link>
		<comments>http://bjorsq.net/blog/2009/11/23/james-tenney-quote/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:02:21 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=152</guid>
		<description><![CDATA[&#8220;[My music is] sound for the sake of perceptual insight &#8211; some kind of perceptual revelation. Somehow it seems to me that&#8217;s what we&#8217;re all doing &#8211; searching to understand our own perceptual processes. In a way, science is about &#8230; <a href="http://bjorsq.net/blog/2009/11/23/james-tenney-quote/">Continued</a>]]></description>
				<content:encoded><![CDATA[<blockquote><p><img class="alignright size-medium wp-image-156" title="James Tenney" src="http://bjorsq.net/wp-content/uploads/2009/11/James-Tenney-191x300.jpg" alt="James Tenney" width="191" height="300" />&#8220;[My music is] sound for the sake of perceptual insight &#8211; some kind of perceptual revelation. Somehow it seems to me that&#8217;s what we&#8217;re all doing &#8211; searching to understand our own perceptual processes. In a way, science is about the same thing, but its enterprise seems to be to understand the nature of reality through thought and intellection. It seems to me art is about understanding reality to the same extent, and as singularly, but through a different modality &#8211; through perception. I&#8217;m fascinated by science &#8211; physics, mathematics. I&#8217;m not very good at any of those things, but I&#8217;m really fascinated by themâ€¦ I think we&#8217;re all phenomenologists. The basic idea in phenomenology is making a more strenuous effort to see things as they are, depending upon whatever one is focusing on. I think the best scientists and the best artists are precisely that &#8211; phenomenologists.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2009/11/23/james-tenney-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chicken Korma</title>
		<link>http://bjorsq.net/blog/2009/11/20/chicken-korma/</link>
		<comments>http://bjorsq.net/blog/2009/11/20/chicken-korma/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 17:16:17 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[Main courses]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=132</guid>
		<description><![CDATA[Substitute quorn chicken style pieces and a bit of veg stock for a vegetarian version]]></description>
				<content:encoded><![CDATA[<p><strong><img class="alignright size-medium wp-image-135" title="chicken.korma" src="http://bjorsq.net/wp-content/uploads/2009/11/chicken.korma_-300x225.jpg" alt="chicken.korma" width="300" height="225" />Ingredients: </strong></p>
<ul>
<li>1kg Chicken breast</li>
<li>1 heaped tablespoon of finely chopped fresh ginger</li>
<li>2 cloves of garlic, finely chopped</li>
<li>150g plain yogurt</li>
<li>1 chilli</li>
<li>2 finely chopped onions</li>
<li>1 tbsp ghee, butter or veg. oil</li>
<li>1 tsp cumin seeds</li>
<li>1 tbsp ground coriander</li>
<li>Pinch of ground black pepper</li>
<li>1 tsp turmeric</li>
<li>1 tsp garam masala</li>
<li>water</li>
<li>75g creamed coconut</li>
<li>salt, to taste</li>
<li>2 heaped tbsps ground almonds</li>
<li>50ml double cream</li>
<li>juice ofÂ  1/2 lemon</li>
</ul>
<p><strong>Instructions:</strong></p>
<ol>
<li>Cut the chicken breasts into bite sized chunks</li>
<li>Mix the chicken with the ginger, garlic and yogurt. Cover and marinade for 12 hours or in the fridge overnight. If you can&#8217;t spare the time, just marinade for as long as you can.</li>
<li>Heat the ghee/oil in a pan.</li>
<li>Add the cumin seeds, ground coriander, ground black pepper, turmeric and garam masala and stir fry for about 1 minute over a low heat.</li>
<li>Turn up the heat, add the onion and chilli and stir fry for 10 minutes.</li>
<li>Add the chicken and the marinade and continue to stir fry for another 10 minutes.</li>
<li>Add the creamed coconut and enough water to <em>just</em> cover the chicken and bring to the boil, stirring until the coconut is dissolved.</li>
<li>Stir in the ground almonds.</li>
<li>Reduce heat to low, cover the pan and simmer until the chicken is tender (30-40 minutes).</li>
<li>Remove from heat, add lemon juice, cream and salt to taste.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2009/11/20/chicken-korma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banana Cake</title>
		<link>http://bjorsq.net/blog/2009/06/21/banana-cake/</link>
		<comments>http://bjorsq.net/blog/2009/06/21/banana-cake/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 15:17:53 +0000</pubDate>
		<dc:creator>pete</dc:creator>
				<category><![CDATA[cakes]]></category>

		<guid isPermaLink="false">http://bjorsq.net/?p=114</guid>
		<description><![CDATA[Got some unappetising black bananas lurking in the fruit bowl? Make a cake!]]></description>
				<content:encoded><![CDATA[<p>Makes 1 x 900g loaf</p>
<p>Preparation time: 30 minutes<br />
Cooking time: 40-45 minutes</p>
<ul>
<li>2 ripe bananas (about 400g)</li>
<li>150g softened butter</li>
<li>150g soft brown sugar</li>
<li>80g sultanas</li>
<li>300g plain flour</li>
<li>2 tsp baking powder</li>
<li>1/2 tsp bicarbonate of soda</li>
<li>2 eggs, lightly beaten</li>
<li>100ml vegetable oil</li>
</ul>
<p><strong>Instructions</strong></p>
<p>Preheat the oven to 180Â°C/gas 4. Butter a 900g loaf tin and line the bottom and sides with non-stick baking parchment</p>
<p>Peel and mash the bananas. Put the butter and sugar into a mixing bowl and cream together until light and fluffy. Stir in the bananas and sultanas. Sift together the flour, baking powder and bicarbonate of soda. Add the flour mix and the beaten egg, each about a third at a time, to the banana mix, beating well between each addition. Finally, stir in the oil.</p>
<p>Pour into the loaf tin and bake for 40-45 minutes until well-risen and golden brown and a skewer inserted in the middle comes out clean. Leave in the tin for 10 minutes then turn out on to a wire rack to cool completely. </p>
]]></content:encoded>
			<wfw:commentRss>http://bjorsq.net/blog/2009/06/21/banana-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
