<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.2.1" --><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mark Sweeting's Blog</title>
	<link>http://www.sweeting.org/mark/blog</link>
	<description>The world according to marky moo</description>
	<pubDate>Sun, 13 Jul 2008 00:07:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<geo:lat>51.2327</geo:lat><geo:long>-0.3309</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/marksw" type="application/rss+xml" /><item>
		<title>Change the default address bar search in Firefox on Mac OS X</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/Txpbw2CHTw8/change-the-default-address-bar-search-in-firefox-on-mac-os-x</link>
		<comments>http://www.sweeting.org/mark/blog/2008/07/12/change-the-default-address-bar-search-in-firefox-on-mac-os-x#comments</comments>
		<pubDate>Sat, 12 Jul 2008 23:58:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[os x]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/07/12/change-the-default-address-bar-search-in-firefox-on-mac-os-x</guid>
		<description><![CDATA[Long title for a short post! Even since I moved to Mac (a month or so ago now&#8230;) I&#8217;ve been a little annoyed that the default Google site for searches from the address bar was google.com. I decided to poke around and I think I&#8217;ve come up with a fix. Not sure if there is [...]]]></description>
			<content:encoded><![CDATA[<p>Long title for a short post! Even since I moved to Mac (a month or so ago now&#8230;) I&#8217;ve been a little annoyed that the default Google site for searches from the address bar was google.com. I decided to poke around and I think I&#8217;ve come up with a fix. Not sure if there is a better way to do this, but it seems to be working for me so far. I&#8217;m running Firefox 2.0.0.15 (yes, I know I should probably be using Firefox 3&#8230;) on Mac OS X 10.5.4. Here&#8217;s what I did:</p>
<ol>
<li>In the Firefox address bar, type <code>about:config</code></li>
<li>Then, in the <em>Filter</em> box at the top type <code>keyword</code></li>
<li>This should show up a <em>Preference Name</em> called <code>keyword.url</code>. Right-click on this and select <em>Modify</em></li>
<li>Update the value to reflect the search engine of your choice. In my case I&#8217;ve changed it to <code>http://www.google.co.uk/search?ie=UTF-8&#038;oe=UTF-8&#038;sourceid=navclient&#038;gfns=1&#038;q=</code> to point me at Google UK.</li>
</ol>
<p>That should be it. Now when I type some words into my address bar, firefox will search for those terms in google.co.uk if I&#8217;ve not entered a valid URL. I hope this helps someone!</p>
<p>You may also want to look at the keyword search feature built into Firefox bookmarks, also available through the new del.icio.us bookmarks too. This allows you to type things like <code>google iphone 3g</code> to search Google for the term &#8216;iphone 3g&#8217;, or <code>flickr unboxing</code> to search Flickr for photos of people unpacking their new gadgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/07/12/change-the-default-address-bar-search-in-firefox-on-mac-os-x/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/07/12/change-the-default-address-bar-search-in-firefox-on-mac-os-x</feedburner:origLink></item>
		<item>
		<title>Mac OS X Tip: Setting PATH environment variables</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/R7vYBjYyDEw/mac-os-x-tip-setting-path-environment-variables</link>
		<comments>http://www.sweeting.org/mark/blog/2008/05/26/mac-os-x-tip-setting-path-environment-variables#comments</comments>
		<pubDate>Mon, 26 May 2008 18:12:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[os x]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/05/26/mac-os-x-tip-setting-path-environment-variables</guid>
		<description><![CDATA[I&#8217;m still getting to grips with this OS X malarkey, and my latest challenge was how to set the PATH environment variables.
I started out wanting to add some aliases for the mysql and mysqladmin commands as I&#8217;ve just decided to have a bit of a play with django. On linux I used to edit my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still getting to grips with this OS X malarkey, and my latest challenge was how to set the PATH environment variables.</p>
<p>I started out wanting to add some aliases for the <code>mysql</code> and <code>mysqladmin</code> commands as I&#8217;ve just decided to have a bit of a play with <em><a href="http://www.djangoproject.com/">django</a></em>. On linux I used to edit my <code>.bashrc</code> file to do this, but the version of bash on Mac OS X (10.5.2) doesn&#8217;t seem to support this. Hunting around I realised that I should just add the path to these commands to my <code>PATH</code> environment variable, but again: not quite so simple.</p>
<p>I want these commands to be available to everyone, so it turns out you have to edit a file called <code>paths</code> in <code>/etc</code>:</p>
<pre class="code">sudo vi /etc/paths</pre>
<p>And that was it. Easy when you know how! Oh, and remember to run <code>vi</code> as root using the <code>sudo</code> command&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/05/26/mac-os-x-tip-setting-path-environment-variables/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/05/26/mac-os-x-tip-setting-path-environment-variables</feedburner:origLink></item>
		<item>
		<title>Switching to Mac: the challenge continues…</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/DPC5H2vszPc/switching-to-mac-the-challenge-continues</link>
		<comments>http://www.sweeting.org/mark/blog/2008/05/06/switching-to-mac-the-challenge-continues#comments</comments>
		<pubDate>Tue, 06 May 2008 19:37:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[os x]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/05/06/switching-to-mac-the-challenge-continues</guid>
		<description><![CDATA[I recently got myself an Apple Mac so that I could find out what all the fuss is about. In many respects it doesn&#8217;t matter what sort of a computer you use these days, so long as you have a web browser&#8230; However I&#8217;m still finding it a bit of a challenge to switch over. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got myself an Apple Mac so that I could find out what all the fuss is about. In many respects it doesn&#8217;t matter what sort of a computer you use these days, so long as you have a web browser&#8230; However I&#8217;m still finding it a bit of a challenge to switch over. The most recent challenge has been finding the hash (#) key on the &#8216;English (UK)&#8217; keyboard.</p>
<p>As you can see I&#8217;ve now got it sussed, but it took a bit of messing around. The keyboard is on a Mac Book Pro, and to get a hash you need to press Alt-3 (or &#8216;Option&#8217; as I think they call it, and the key with the pound (£) symbol on it). Those funny Americans&#8230;</p>
<p>I&#8217;ve been having all sorts of problems getting my networked attached storage working too. I have two of these devices: and old LaCie Ethernet disk mini and an Infrant ReadyNAS NV+. The ReadyNAS works fine if I set it up as a Windows share (ironic, I know&#8230;), but it just wont work at all if I set it up as an AFP share and enable &#8216;bonjour&#8217;. However, the LaCie device (and I always had the impression that Lacie were more of a mac shop than a windows shop) just won&#8217;t work at all. I can try it as a windows share or an AFP share with bonjour, and neither setting will work. It&#8217;s very frustrating!</p>
<p>The next hurdle has been screen calibration.  I&#8217;ve been trying to get the laptop screen and my 19&#8243; LaCie 319 set up the same so that I can run both displays at the same time and have images on either look the same. I set both to the same colour temperature, gave them the same luminance and gamma setting and ran some calibration software that came with my monitor and the <em>Blue Eye Pro</em> colorimeter. No matter what I do they just won&#8217;t look the same. The curious thing is if I measure the response of either screen (using the colorimeter) they both report to be the same! Very perplexing!</p>
<p>At the same time I&#8217;m playing with Adobe Lightroom, and although I think it&#8217;s pretty good software, neither the laptop screen or my LaCie is big enough to make it &#8216;nice&#8217; to use. I really need to close the laptop lid and use an external display, but have you seen the price of a LaCie 324 Monitor with hood?! They don&#8217;t come cheap!</p>
<p>So what other issues am I having? </p>
<p>Well there is mouse that goes exactly where I want it to on my Windows computer, but seems to have a mind of it&#8217;s own on the Mac. </p>
<p>And then there is the terminal/shell that doesn&#8217;t automatically copy selected text to the clipboard and paste on a right-click.</p>
<p>Talking of shells, the backspace key seems to want to do a forward delete instead in some circumstances. I&#8217;ve not worked out the pattern yet, but it&#8217;s a very strange thing indeed. And trying all the combinations of Ctrl-Backspace, Alt-Backspace and Cmd-Backspace don&#8217;t seem to help this time around. Again, a small annoyance on it&#8217;s own, but taken along with all the others it&#8217;s getting to be a major irritation!</p>
<p>Finally we mustn&#8217;t forget the lack of support for automatic window focus (where the cursor focus follows the mouse). This is a real pain indeed! Most linux window managers that I&#8217;ve used over the last 10 years (in fact <em>all</em> that I&#8217;ve ever used) have done this without a problem, and you can even do this on Windows, so why on earth doesn&#8217;t OS X support it?!</p>
<p>So despite being praised for it&#8217;s usability, I&#8217;m still having some issues using my Mac.</p>
<p>On the positive side, I discovered is that Safari (which I previously couldn&#8217;t stand) supports embedded colour profiles in images. This means that when I look at my photos on flickr, they look exactly how I meant them to look (assuming the viewing monitor has been calibrated). I don&#8217;t know if Safari does this on Windows, but it makes my flickr experience much nicer. So much so in fact that I now won&#8217;t use firefox to surf flickr! So that&#8217;s a good thing.</p>
<p>But I&#8217;m nearly there. I&#8217;m trying to reduce my clutter so if I can decommission my old NAS and sort out the display problems then I should be able to get rid of some old and bulky hardware and free up some well needed space!</p>
<p>So enough rambling. In conclusion maybe I need to think about installing Ubuntu linux on this laptop instead&#8230;. at least things would be more predictable&#8230; wouldn&#8217;t they? I&#8217;m dreading the thought of actually becoming a fan of Windows (XP, not Vista), so perhaps if I avoid installing Linux I&#8217;ll never know if it&#8217;s better or worse and I can live in the vague hope that it simply <em>must</em> be better, and one day if I ever need it I can switch over&#8230; That day must never come.</p>
<p>Right, I only started this post so I had somewhere to check back to when I needed reminding how to get the hash symbol&#8230;. so that&#8217;ll be Alt-3 then. Remember?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/05/06/switching-to-mac-the-challenge-continues/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/05/06/switching-to-mac-the-challenge-continues</feedburner:origLink></item>
		<item>
		<title>End of an Era</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/tMEAEmHUihc/end-of-an-era</link>
		<comments>http://www.sweeting.org/mark/blog/2008/04/23/end-of-an-era#comments</comments>
		<pubDate>Wed, 23 Apr 2008 01:01:04 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[BritBlog]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/04/23/end-of-an-era</guid>
		<description><![CDATA[It is with sadness that I announce the closure of BritBlog: the British Blog Directory.
We&#8217;ve had over four years of fun with this project, but after a recent hacking incident and with the constant battle against spammers and spam blogs, I have to admit that I just don&#8217;t have the time to put into the [...]]]></description>
			<content:encoded><![CDATA[<p>It is with sadness that I announce the closure of <em>BritBlog: the British Blog Directory</em>.</p>
<p>We&#8217;ve had over four years of fun with this project, but after a recent hacking incident and with the constant battle against spammers and spam blogs, I have to admit that I just don&#8217;t have the time to put into the project that it needs (and deserves).</p>
<p>Long-time members will be aware that the site has changed little since we went live, and although a great deal of preparation, research and investment went into plans for<br />
a new version of the site (&#8221;BritBlog 2.0&#8243; so to speak), I&#8217;ve just not been able to find the time to actually put them into action.</p>
<p>I would like to thank everyone who helped make the site a success, especially <a href="http://nancythroughthelookingglass.blogspot.com/" title="Nancy's Crazy Adventures">Nancy</a>, who spent literally hundreds of hours checking out new signups.</p>
<p>Perhaps one day the site will return in a new guise — and I really I hope it does — but in the meantime I&#8217;m left with no option but to take it offline.</p>
<p>Apologies for any inconvenience this may cause to anyone. Feel free to discuss this announcement below if you like, or <a href="http://www.sweeting.org/mark/blog/contact-me" title="link to contact details">contact me</a> if you need any further information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/04/23/end-of-an-era/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/04/23/end-of-an-era</feedburner:origLink></item>
		<item>
		<title>Plunge taken: Apple on its way</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/LBNmtIHTDhk/plunge-taken-apple-on-its-way</link>
		<comments>http://www.sweeting.org/mark/blog/2008/04/14/plunge-taken-apple-on-its-way#comments</comments>
		<pubDate>Mon, 14 Apr 2008 12:33:38 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/04/14/plunge-taken-apple-on-its-way</guid>
		<description><![CDATA[I finally took the plunge today and ordered my first ever Apple Mac. They have come on a long way since the last Apple I used &#8212; an Apple IIe that I played on at home when I was younger. Highlights of today&#8217;s Mac Book Pro order include a 2.6GHz Intel Core 2 Duo, an [...]]]></description>
			<content:encoded><![CDATA[<p>I finally took the plunge today and ordered my first ever Apple Mac. They have come on a long way since the last Apple I used &#8212; an <a href="http://en.wikipedia.org/wiki/Apple_II#Apple_IIe">Apple IIe</a> that I played on at home when I was younger. Highlights of today&#8217;s Mac Book Pro order include a 2.6GHz Intel Core 2 Duo, an NVIDIA GeForce 8600M GT graphics processor with 512MB of GDDR3 memory, and a fast-ish 7200 RPM disk.</p>
<p>Despite all the concerns over the security of OSX lately, I think this will be a good move (providing I can get used to the new interface and the one-button mouse). This is going to replace my ageing desktop (a very old Dell Precision 530 workstation running Windows 2000 Pro) for image processing/photography and work, so it should free up a lot of desk space and get rid of a lot of cables. I have an old laptop running XP, so I&#8217;m going to nuke that and install <a href="http://www.ubuntu.com/">Ubuntu Linux</a> on it for sofa-surfing, so then apart from my XBOX 360 and work laptop (when it&#8217;s at home) I&#8217;ll be a Windows-free zone!</p>
<p>The best thing will be being able to pull up a proper command prompt on my local machine without the need to SSH onto a server somewhere. Sad I know, but it&#8217;s little things like this that change using a computer from being a pain to being (almost) a joy&#8230;. I&#8217;m hoping to see a decent speed improvement on image processing too. I&#8217;m going from a single 2.4GHz Xeon with 512KB cache to a two-core 2.6GHz processor with 6MB cache! The jump from a 128MB graphics card to 512MB shouldn&#8217;t be all that stressful either <img src='http://www.sweeting.org/mark/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>No doubt I&#8217;ll post more about this when it arrives&#8230; which will be sometime mid-next week <img src='http://www.sweeting.org/mark/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p class="tags">Tags: <a href="http://technorati.com/tag/apple" rel="tag">apple</a>, <a href="http://technorati.com/tag/apple+iie" rel="tag">apple iie</a>, <a href="http://technorati.com/tag/apple+mac+pro" rel="tag">apple mac pro</a>, <a href="http://technorati.com/tag/bye+bye+windows" rel="tag">bye bye windows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/04/14/plunge-taken-apple-on-its-way/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/04/14/plunge-taken-apple-on-its-way</feedburner:origLink></item>
		<item>
		<title>Miracles Do Happen</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/qUzPM2CLHyM/miracles-do-happen</link>
		<comments>http://www.sweeting.org/mark/blog/2008/04/09/miracles-do-happen#comments</comments>
		<pubDate>Wed, 09 Apr 2008 13:16:59 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[horticulture]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/04/09/miracles-do-happen</guid>
		<description><![CDATA[
IMG_5024, uploaded by &#60;/mark&#62;.


It&#8217;s a miracle!  A leaf cutting I made last year has finally started to grow shoots!
I took two at the same time; one grew into a nice little bushy plant, and the other one (above) just grew this big lump. I kept it out of curiosity, and it has finally started [...]]]></description>
			<content:encoded><![CDATA[<div class="flickrsnap"><a href="http://www.flickr.com/photos/markymoo/2400196989/" title="IMG_5024"><img src="http://farm4.static.flickr.com/3115/2400196989_c6a2a5e1f9_m.jpg" width="160" height="240" alt="" /></a><br />
<a href="http://www.flickr.com/photos/markymoo/2400196989/">IMG_5024</a>, uploaded by <a href="http://www.flickr.com/people/markymoo/">&lt;/mark&gt;</a>.
</div>
<p></p>
<p>It&#8217;s a miracle!  A leaf cutting I made last year has finally started to grow shoots!</p>
<p>I took two at the same time; one grew into a nice little bushy plant, and the other one (above) just grew this big lump. I kept it out of curiosity, and it has finally started to grow some little shoots <img src='http://www.sweeting.org/mark/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p class="tags">Tags: <a href="http://technorati.com/tag/kalanchoe" rel="tag">kalanchoe</a>, <a href="http://technorati.com/tag/cutting" rel="tag">cutting</a>, <a href="http://technorati.com/tag/plant" rel="tag">plant</a>, <a href="http://technorati.com/tag/leaf" rel="tag">leaf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/04/09/miracles-do-happen/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/04/09/miracles-do-happen</feedburner:origLink></item>
		<item>
		<title>They say “Love is Blind”</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/ay47eul80gQ/they-say-love-is-blind</link>
		<comments>http://www.sweeting.org/mark/blog/2008/02/24/they-say-love-is-blind#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:04:25 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/02/24/they-say-love-is-blind</guid>
		<description><![CDATA[
They say &#34;Love is Blind&#34; - IMG_4966, uploaded by &#60;/mark&#62;.

Just filling out my tax return and got to this question. You need a bit of light relief when you&#8217;re doing this!
Perhaps is should read:
&#8220;Do you want to claim blind person&#8217;s allowance for married couples?&#8221;
]]></description>
			<content:encoded><![CDATA[<div class="flickrsnap"><a href="http://www.flickr.com/photos/markymoo/2289246748/" title="They say &quot;Love is Blind&quot; - IMG_4966"><img src="http://farm3.static.flickr.com/2112/2289246748_e38b214a28_m.jpg" width="240" height="160" alt="" /></a><br />
<a href="http://www.flickr.com/photos/markymoo/2289246748/">They say &quot;Love is Blind&quot; - IMG_4966</a>, uploaded by <a href="http://www.flickr.com/people/markymoo/">&lt;/mark&gt;</a>.
</div>
<p>Just filling out my tax return and got to this question. You need a bit of light relief when you&#8217;re doing this!</p>
<p>Perhaps is should read:</p>
<p><em>&#8220;Do you want to claim blind person&#8217;s allowance for married couples?&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/02/24/they-say-love-is-blind/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/02/24/they-say-love-is-blind</feedburner:origLink></item>
		<item>
		<title>It’s not really Spring</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/ayGDnlGvWAQ/its-not-really-spring</link>
		<comments>http://www.sweeting.org/mark/blog/2008/02/12/its-not-really-spring#comments</comments>
		<pubDate>Tue, 12 Feb 2008 14:56:01 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/02/12/its-not-really-spring</guid>
		<description><![CDATA[
It&#8217;s not really Spring (IMG_4955), uploaded by &#60;/mark&#62;.

What a beautiful day! My M&#38;S vase and M&#38;S daffodils were a lovely sight to see in the morning.
Tags: spring, daffodil
]]></description>
			<content:encoded><![CDATA[<div class="flickrsnap"><a href="http://www.flickr.com/photos/markymoo/2259895431/" title="It's not really Spring (IMG_4955)"><img src="http://farm3.static.flickr.com/2364/2259895431_a819f6b77d_m.jpg" width="163" height="240" alt="" /></a><br />
<a href="http://www.flickr.com/photos/markymoo/2259895431/">It&#8217;s not really Spring (IMG_4955)</a>, uploaded by <a href="http://www.flickr.com/people/markymoo/">&lt;/mark&gt;</a>.
</div>
<p>What a beautiful day! My M&amp;S vase and M&amp;S daffodils were a lovely sight to see in the morning.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/spring" rel="tag">spring</a>, <a href="http://technorati.com/tag/daffodil" rel="tag">daffodil</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/02/12/its-not-really-spring/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/02/12/its-not-really-spring</feedburner:origLink></item>
		<item>
		<title>theJazz to close</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/8-KqjogJY6c/the-jazz-to-close</link>
		<comments>http://www.sweeting.org/mark/blog/2008/02/11/the-jazz-to-close#comments</comments>
		<pubDate>Mon, 11 Feb 2008 20:28:04 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[rant]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/02/11/the-jazz-to-close</guid>
		<description><![CDATA[Yet another nail in the coffin for Jazz broadcasting: GCap Media is to close two digital radio stations: The Jazz and Planet Rock.
Typical! I only got around to listening to theJazz about a month ago, and already it is going the way of Jazz FM and shutting down.
I&#8217;d even been looking into DAB radio choices [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another nail in the coffin for Jazz broadcasting: <a href="http://news.bbc.co.uk/1/hi/business/7238444.stm">GCap Media is to close two digital radio stations</a>: The Jazz and Planet Rock.</p>
<p>Typical! I only got around to listening to <em>theJazz</em> <a href="http://www.sweeting.org/mark/blog/2007/12/01/thejazz-a-revelation">about a month ago</a>, and already it is <a href="http://www.sweeting.org/mark/blog/2005/06/02/jazz-fm-rip">going the way of Jazz FM</a> and shutting down.</p>
<p>I&#8217;d even been looking into DAB radio choices over the last couple of weeks so I could listen to it in the Kitchen and the Bedroom, but now it seems like there will be no point in buying one. Ah well, I guess it&#8217;ll save me some money&#8230;</p>
<p>The only option I&#8217;m left with now is listening to <a href="http://tsf.filnet.ws/index.php">TSF Jazz</a>, which is a French jazz radio station that you can get via internet radio (or on my squeezebox&#8230;). It seems like a reasonable station - I just have no idea what they&#8217;re talking about!</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/thejazz" rel="tag">thejazz</a>, <a href="http://technorati.com/tag/jazzfm" rel="tag">jazzfm</a>, <a href="http://technorati.com/tag/tsfjazz" rel="tag">tsfjazz</a>, <a href="http://technorati.com/tag/gcap+media" rel="tag">gcap media</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/02/11/the-jazz-to-close/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/02/11/the-jazz-to-close</feedburner:origLink></item>
		<item>
		<title>Mini Beer Festival</title>
		<link>http://feedproxy.google.com/~r/marksw/~3/F7uRaU0ifkw/mini-beer-festival</link>
		<comments>http://www.sweeting.org/mark/blog/2008/02/04/mini-beer-festival#comments</comments>
		<pubDate>Mon, 04 Feb 2008 19:44:34 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Food &amp; Beer]]></category>

		<guid isPermaLink="false">http://www.sweeting.org/mark/blog/2008/02/04/mini-beer-festival</guid>
		<description><![CDATA[Last Friday I held a &#8220;Mini Beer Festival&#8221; &#8217;round at my home. Because I got into this rather strange habit of photographing all my real ales before I can drink them, every now and then I end up with a large cupboard full of beer. I normally buy beers in threes (of each type) so [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I held a &#8220;Mini Beer Festival&#8221; &#8217;round at my home. Because I got into this rather strange habit of <a href="http://www.flickr.com/photos/markymoo/sets/72057594051767323/" title="Beer bottle photographs">photographing all my real ales</a> before I can drink them, every now and then I end up with a large cupboard full of beer. I normally buy beers in threes (of each type) so that I have one to try, another one in case I really like it, and then one to keep in the cupboard until I photograph it. Yes, strange I know&#8230;. but it takes all sorts.</p>
<p>So this was the menu:</p>
<table>
<tr>
<th>Brewery</th>
<th>Beer</th>
<th>Alc %</th>
</tr>
<tr>
<td>Badger</td>
<td>Hopping Hare</td>
<td>4.5</td>
</tr>
<tr>
<td>Batemans</td>
<td>Victory Ale</td>
<td>6.0</td>
</tr>
<tr>
<td>Belhaven</td>
<td>Twisted Thistle IPA</td>
<td>5.3</td>
</tr>
<tr>
<td>Black Sheep Brewery</td>
<td>Yorkshire Square Ale</td>
<td>5.0</td>
</tr>
<tr>
<td>Brakspear</td>
<td>EPA - English Pale Ale</td>
<td>4.2</td>
</tr>
<tr>
<td>Brakspear</td>
<td>Oxford Gold (Organic Beer)</td>
<td>4.6</td>
</tr>
<tr>
<td>Cotleigh Brewery</td>
<td>Barn Owl</td>
<td>4.5</td>
</tr>
<tr>
<td>Cwmbran Brewery</td>
<td>Plum Porter</td>
<td>4.8</td>
</tr>
<tr>
<td>Dark Star Brewery</td>
<td>Espresso (Superior Coffee Beer)</td>
<td>4.2</td>
</tr>
<tr>
<td>Darwin Brewery</td>
<td>Rolling Hitch</td>
<td>5.2</td>
</tr>
<tr>
<td>Double Maxim Beer Company</td>
<td>Double Maxim (Premium Brown Ale)</td>
<td>4.7</td>
</tr>
<tr>
<td>Felinfoel Brewery</td>
<td>Double Dragon</td>
<td>4.2</td>
</tr>
<tr>
<td>Fuller&#8217;s</td>
<td>Jack Frost</td>
<td>4.5</td>
</tr>
<tr>
<td>Harviestoun</td>
<td>Bitter &#038; Twisted (Blond Beer)</td>
<td>4.2</td>
</tr>
<tr>
<td>Hepworth &#038; Co Brewers</td>
<td>Iron Horse</td>
<td>4.8</td>
</tr>
<tr>
<td>Hook Norton Brewery</td>
<td>303 AD</td>
<td>4.0</td>
</tr>
<tr>
<td>Hook Norton Brewery</td>
<td>Double Stout</td>
<td>4.8</td>
</tr>
<tr>
<td>Hook Norton Brewery</td>
<td>Hooky Bitter</td>
<td>3.6</td>
</tr>
<tr>
<td>Hook Norton Brewery</td>
<td>Twelve Days</td>
<td>5.5</td>
</tr>
<tr>
<td>Innis &#038; Gunn</td>
<td>Original (Oak Aged Beer)</td>
<td>6.6</td>
</tr>
<tr>
<td>Jennings</td>
<td>Sneck Lifter</td>
<td>5.1</td>
</tr>
<tr>
<td>Jennings</td>
<td>World&#8217;s Biggest Liar</td>
<td>4.3</td>
</tr>
<tr>
<td>Marston&#8217;s</td>
<td>Burton Bitter</td>
<td>3.8</td>
</tr>
<tr>
<td>Marston&#8217;s</td>
<td>Double Drop</td>
<td>5.0</td>
</tr>
<tr>
<td>Marston&#8217;s</td>
<td>Pedigree Six</td>
<td>6.0</td>
</tr>
<tr>
<td>Marston&#8217;s</td>
<td>Strong Pale Ale</td>
<td>6.2</td>
</tr>
<tr>
<td>Meantime</td>
<td>Pale Ale</td>
<td>4.7</td>
</tr>
<tr>
<td>Meantime</td>
<td>Pilsner</td>
<td>5.4</td>
</tr>
<tr>
<td>O&#8217;Hanlon&#8217;s</td>
<td>Goodwill Bitter</td>
<td>5.0</td>
</tr>
<tr>
<td>O&#8217;Hanlon&#8217;s</td>
<td>Royal Oak</td>
<td>5.0</td>
</tr>
<tr>
<td>O&#8217;Hanlon&#8217;s</td>
<td>Thomas Hardy&#8217;s Ale</td>
<td>11.7</td>
</tr>
<tr>
<td>RCH Brewery</td>
<td>Firebox</td>
<td>6.0</td>
</tr>
<tr>
<td>Ridley&#8217;s</td>
<td>Old Bob</td>
<td>5.1</td>
</tr>
<tr>
<td>Ringwood Brewery</td>
<td>Best Bitter</td>
<td>4.0</td>
</tr>
<tr>
<td>Ringwood Brewery</td>
<td>Fortyniner</td>
<td>4.9</td>
</tr>
<tr>
<td>Ringwood Brewery</td>
<td>Huffkin</td>
<td>4.4</td>
</tr>
<tr>
<td>Ringwood Brewery</td>
<td>Old Thumper</td>
<td>5.6</td>
</tr>
<tr>
<td>Sharp&#8217;s Brewery</td>
<td>Chalky&#8217;s Bite</td>
<td>6.8</td>
</tr>
<tr>
<td>Shepherd Neame</td>
<td>Goldings</td>
<td>4.7</td>
</tr>
<tr>
<td>Shepherd Neame</td>
<td>Whitstable Bay Organic Ale</td>
<td>4.5</td>
</tr>
<tr>
<td>St Peter&#8217;s</td>
<td>Best Bitter</td>
<td>3.7</td>
</tr>
<tr>
<td>St Peter&#8217;s</td>
<td>Cream Stout</td>
<td>6.5</td>
</tr>
<tr>
<td>St Peter&#8217;s</td>
<td>India Pale Ale</td>
<td>5.5</td>
</tr>
<tr>
<td>St Peter&#8217;s</td>
<td>Organic Best Bitter</td>
<td>4.1</td>
</tr>
<tr>
<td>St Peter&#8217;s</td>
<td>Ruby Red Ale</td>
<td>4.3</td>
</tr>
<tr>
<td>Theakston</td>
<td>Grouse Beater</td>
<td>4.2</td>
</tr>
<tr>
<td>Theakston</td>
<td>Old Peculier</td>
<td>5.6</td>
</tr>
<tr>
<td>Theakston</td>
<td>Paradise Ale</td>
<td>4.2</td>
</tr>
<tr>
<td>Thwaites</td>
<td>Double Century</td>
<td>5.2</td>
</tr>
<tr>
<td>Ushers</td>
<td>Founders English Ale</td>
<td>4.7</td>
</tr>
<tr>
<td>Wadworth</td>
<td>The Bishop&#8217;s Tipple</td>
<td>6.5</td>
</tr>
<tr>
<td>Wells</td>
<td>Bombardier Burning Gold</td>
<td>4.7</td>
</tr>
<tr>
<td>Wells</td>
<td>Bombardier Satanic Mills</td>
<td>5.0</td>
</tr>
<tr>
<td>Westerham Brewery Co.</td>
<td>Freedom Ale (william Wilberforce)</td>
<td>4.8</td>
</tr>
<tr>
<td>Wychwood</td>
<td>BeeWyched Honey&#8217;d Ale</td>
<td>5.0</td>
</tr>
<tr>
<td>Wychwood</td>
<td>Circlemaster (Golden Pale Ale)</td>
<td>4.7</td>
</tr>
<tr>
<td>Wychwood</td>
<td>White Wych (Golden Ale)</td>
<td>4.0</td>
</tr>
<tr>
<td>Wychwood</td>
<td>Wychcraft (Blonde Beer)</td>
<td>4.5</td>
</tr>
<tr>
<td>Wyre Piddle Brewery</td>
<td>Piddle In The Hole</td>
<td>4.0</td>
</tr>
</table>
<p>As you can see, there was quite a lot to choose from! We made a rather feeble attempt at getting through it all, so if you know me and fancy coming to the next &#8216;event&#8217; then let me know!</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/beer+festival" rel="tag">beer festival</a>, <a href="http://technorati.com/tag/real+ale" rel="tag">real ale</a>, <a href="http://technorati.com/tag/camra" rel="tag">camra</a>, <a href="http://technorati.com/tag/bottled+ale" rel="tag">bottled ale</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sweeting.org/mark/blog/2008/02/04/mini-beer-festival/feed</wfw:commentRss>
		<feedburner:origLink>http://www.sweeting.org/mark/blog/2008/02/04/mini-beer-festival</feedburner:origLink></item>
	</channel>
</rss>
