<?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>eddie-brown.net blog &#187; Uncategorized</title>
	<atom:link href="http://www.eddie-brown.net/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eddie-brown.net/wordpress</link>
	<description>my place on the web</description>
	<lastBuildDate>Mon, 19 Jul 2010 06:30:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best Companies to Work for</title>
		<link>http://www.eddie-brown.net/wordpress/2010/03/04/best-companies-to-work-for/</link>
		<comments>http://www.eddie-brown.net/wordpress/2010/03/04/best-companies-to-work-for/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 10:26:57 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/?p=718</guid>
		<description><![CDATA[Last wednesday evening, i went to the awards dinner for the 100 Best Small Companies to work for, as one of two people representing Cougar Automation. We came 22nd, which was nice.
It was a fun evening, and also very informative &#8211; seeing what other companies do.
The principle is that we need to be a great [...]]]></description>
			<content:encoded><![CDATA[<p>Last wednesday evening, i went to the awards dinner for the 100 Best Small Companies to work for, as one of two people representing <a href="http://www.cougar-automation.com/">Cougar Automation</a>. <a href="http://business.timesonline.co.uk/tol/business/career_and_jobs/best_100_companies/article7028851.ece">We came 22nd</a>, which was nice.</p>
<p>It was a fun evening, and also very informative &#8211; seeing what other companies do.</p>
<p>The principle is that we need to be a great place to work, so that we attract and retain great people, who then do great work for the client. Or something along those lines.</p>
<p>What was interesting was the number of charities, and not just as extra seats at the dinner cost around £250 each! I figure that is a sector where employees really have to be committed to their employer and believe in what they are doing. Othe strongly represented sectors were recruitment companies, training/consultancy companies and communication/media/publicity companies</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2010/03/04/best-companies-to-work-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modding Twitter-Digest</title>
		<link>http://www.eddie-brown.net/wordpress/2010/01/23/modding-twitter-digest/</link>
		<comments>http://www.eddie-brown.net/wordpress/2010/01/23/modding-twitter-digest/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 09:05:59 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/?p=697</guid>
		<description><![CDATA[I have started using Twitter Digest to post a daily update of all my tweets. Unfortunately it had got itself into a bit of a loop, and was posting tweets that were anouncing new blog posts. Ooooh, lots of track back pings!
Twitter Digest allows you to ignore @replies. So i found where it was doing [...]]]></description>
			<content:encoded><![CDATA[<p>I have started using <a href="http://whalespine.org/projects/wordpress/twitter-digest/">Twitter Digest </a>to post a daily update of all <a href="http://twitter.com/Eddie_b">my tweets</a>. Unfortunately it had got itself into a bit of a loop, and was posting tweets that were anouncing new blog posts. Ooooh, lots of track back pings!</p>
<p>Twitter Digest allows you to ignore @replies. So i found where it was doing that</p>
<p><code>// Are we dropping replies?<br />
if (get_option('ws_td_drop_replies') &amp;&amp; preg_match('/^@.*/', $tw_data->text)) {<br />
continue;<br />
}</code></p>
<p>and used that as the basis for ignoring tweets anouncing new blog posts, by adding in the entry</p>
<p><code>// Eddie Brown Mod - drop posts that have been anounced on twitter.<br />
if (preg_match('/^New blog post:.*/', $tw_data->text)) {<br />
continue;<br />
}</code><br />
I checked the regular expression using <a href="http://www.regexplanet.com/simple/index.html">Regex Plant: Online regular expression tester</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2010/01/23/modding-twitter-digest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 2.9.1</title>
		<link>http://www.eddie-brown.net/wordpress/2010/01/22/wordpress-2-9-1/</link>
		<comments>http://www.eddie-brown.net/wordpress/2010/01/22/wordpress-2-9-1/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 06:23:06 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/2010/01/22/wordpress-2-9-1/</guid>
		<description><![CDATA[Looks like the automatic upgrade worked.
Maybe my twitter digests start working again now. 2.9.1 is supposed to fi a problem with scheduled posts.
]]></description>
			<content:encoded><![CDATA[<p>Looks like the automatic upgrade worked.</p>
<p>Maybe my twitter digests start working again now. 2.9.1 is supposed to fi a problem with scheduled posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2010/01/22/wordpress-2-9-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweeted Musings</title>
		<link>http://www.eddie-brown.net/wordpress/2010/01/17/tweeted-musings/</link>
		<comments>http://www.eddie-brown.net/wordpress/2010/01/17/tweeted-musings/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 09:58:20 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/2010/01/17/tweeted-musings/</guid>
		<description><![CDATA[I have mostly been posting short comments via Twitter. I thought these would then pull through to my Blog&#8230;. but apparently not.
And I was trying to ensure there was some more content on this blog.
]]></description>
			<content:encoded><![CDATA[<p>I have mostly been posting short comments via Twitter. I thought these would then pull through to my Blog&#8230;. but apparently not.</p>
<p>And I was trying to ensure there was some more content on this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2010/01/17/tweeted-musings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Cat</title>
		<link>http://www.eddie-brown.net/wordpress/2009/12/20/snow-cat/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/12/20/snow-cat/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 13:10:59 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/2009/12/20/snow-cat/</guid>
		<description><![CDATA[Looking at the BBC Weather site, and outside the window it appears I live in Barnsley (snow forecast) rather than Pontefract (not much snow forecast at all) and to think i cleared the road of snow today, in the hope the sun might then get rid of the ice&#8230;
I could think that the following video [...]]]></description>
			<content:encoded><![CDATA[<p>Looking at the BBC Weather site, and outside the window it appears I live in Barnsley (snow forecast) rather than Pontefract (not much snow forecast at all) and to think i cleared the road of snow today, in the hope the sun might then get rid of the ice&#8230;</p>
<p>I could think that the following video depicts Madeline later<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/VgmXrARr6aI&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/VgmXrARr6aI&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object><br />
Except there is no way she would be that active!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/12/20/snow-cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing what you are told?</title>
		<link>http://www.eddie-brown.net/wordpress/2009/12/19/doing-what-you-are-told/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/12/19/doing-what-you-are-told/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 09:34:07 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/2009/12/19/doing-what-you-are-told/</guid>
		<description><![CDATA[Warning. Naughty words&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Warning. Naughty words&#8230;</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/8JCZVm5GV8Q&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_GB&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/8JCZVm5GV8Q&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_GB&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/12/19/doing-what-you-are-told/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotels in Stamford</title>
		<link>http://www.eddie-brown.net/wordpress/2009/04/11/hotels-in-stamford/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/04/11/hotels-in-stamford/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:00:40 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/?p=592</guid>
		<description><![CDATA[Some people may find the attached list of hotels in or around the town of Stamford in Lincolnshire to be of use.

]]></description>
			<content:encoded><![CDATA[<p>Some people may find the attached list of hotels in or around the town of Stamford in Lincolnshire to be of use.</p>
<blockquote><b>Hotels in Stamfod</b> {description-autop,<p>,</p>} <a href=http://www.eddie-brown.net/wordpress/downloads/Hotels_in_Stamford.doc> <img src=http://www.eddie-brown.net/wordpress/wp-content/plugins/download-monitor/img/download.gif> </a> <br> Size:45 KB - Downloaded 202 times </blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/04/11/hotels-in-stamford/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny Loan Repayments</title>
		<link>http://www.eddie-brown.net/wordpress/2009/02/15/funny-loan-repayments/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/02/15/funny-loan-repayments/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 14:27:53 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/?p=564</guid>
		<description><![CDATA[For some reason, I had a letter from the Student Loan Company telling me they had made it easier to repay my loan. Then a further letter a few days letter with the other half of my login details and a leaflet on security online.
For a laugh, I entered the details i was given on [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, I had a letter from the Student Loan Company telling me they had made it easier to repay my loan. Then a further letter a few days letter with the other half of my login details and a leaflet on security online.</p>
<p>For a laugh, I entered the details i was given on their <a href="http://studentloanrepayment.co.uk">site</a>, and after accepting some terms and conditions i was granted entry, only to discover</p>
<blockquote><p>The service you wish to access is unavailable. Please try again at a later date.</p></blockquote>
<p>Now, currently i am not sure why I would want to pay back my loan. I cannot easily make more than 2% in a savings account, but i am sure i would be better off paying more towards my mortgage in the long term than cutting my remaining student debt.<br />
Speaking of which, it will still be the second half of 2015 before i finish paying off my student loan currently.</p>
<p>I wonder if the government is just trying to get any cash in that it can&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/02/15/funny-loan-repayments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Startup Music</title>
		<link>http://www.eddie-brown.net/wordpress/2009/02/07/startup-music/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/02/07/startup-music/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 20:12:15 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/?p=552</guid>
		<description><![CDATA[I was looking for the news quiz yesterday on listen again, and I spotted a link to the best start up music in the world&#8230;. ever!
I am almost tempted to make my latop play it every time it starts up, then again, maybe i shouldn&#8217;t!
Yes, a page of information about the UK Theme also exists.
Now, [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for the news quiz yesterday on listen again, and I spotted a link to the best <a href="http://www.bbc.co.uk/radio4/history/rams/uktheme.ram">start up music</a> in the world&#8230;. ever!</p>
<p>I am almost tempted to make my latop play it every time it starts up, then again, maybe i shouldn&#8217;t!</p>
<p>Yes, a page of information about the <a href="http://www.bbc.co.uk/radio4/history/uk_theme.shtml">UK Theme</a> also exists.</p>
<p>Now, If i had that for the start, then we would have to play <a href="http://www.bbc.co.uk/radio4/help/faqs_4.shtml#question3">Sailing By</a><sup>[1]</sup> as windows shuts down&#8230;</p>
<ol class="footnotes"><li id="footnote_0_552" class="footnote">Heh. That answer forgets to mention that if they notice sailing by shrinking, then they start writing letters&#8230;</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/02/07/startup-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.bbc.co.uk/radio4/history/rams/uktheme.ram" length="0" type="audio/x-pn-realaudio" />
		</item>
		<item>
		<title>Blogging via twitter works! Ma&#8230;</title>
		<link>http://www.eddie-brown.net/wordpress/2009/01/05/blogging-via-twitter-works-ma/</link>
		<comments>http://www.eddie-brown.net/wordpress/2009/01/05/blogging-via-twitter-works-ma/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:27:11 +0000</pubDate>
		<dc:creator>Eddie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.eddie-brown.net/wordpress/2009/01/05/blogging-via-twitter-works-ma/</guid>
		<description><![CDATA[Blogging via twitter works! Maybe?
]]></description>
			<content:encoded><![CDATA[<p>Blogging via twitter works! Maybe?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eddie-brown.net/wordpress/2009/01/05/blogging-via-twitter-works-ma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
