<?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>codo's blog</title>
	<atom:link href="http://www.codo.co.uk/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codo.co.uk/wordpress</link>
	<description>some randomness from the world of codo</description>
	<lastBuildDate>Tue, 14 Jul 2009 19:50:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Issues upgrading WordPress to version 2.8.1</title>
		<link>http://www.codo.co.uk/wordpress/2009/07/issues-upgrading-wordpress-to-version-2-8-1/</link>
		<comments>http://www.codo.co.uk/wordpress/2009/07/issues-upgrading-wordpress-to-version-2-8-1/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:33:43 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Automatic Upgrade]]></category>
		<category><![CDATA[WPAU]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=57</guid>
		<description><![CDATA[Finally got round to doing the upgrade to WordPress 2.8.1 before I start some (hopefully) serious blogging on my latest project.
Unfortunately I came across a slight problem with WPAU (WordPress Automatic Upgrade). After a bit of google-ing I found other people have had the same issue. Mosher&#8217;sUnimaginativelyEntitledBlog thankfully came to the rescue.
This may only be [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got round to doing the upgrade to WordPress 2.8.1 before I start some (hopefully) serious blogging on my latest project.</p>
<p>Unfortunately I came across a slight problem with WPAU (WordPress Automatic Upgrade). <span id="more-57"></span>After a bit of google-ing I found other people have had the same issue. <a href="http://www.moshblog.me.uk/2009/06/11/wordpress-automatic-upgrade-problem/">Mosher&#8217;sUnimaginativelyEntitledBlog</a> thankfully came to the rescue.</p>
<p>This may only be a coincidence, but we seem to both be using 1and1 as our webhosting provider. The issue seems to come down to there being more than one version of PHP on the server. This confuses WPAU, which tries to use the wrong version. This can be forced to use the correct version by adding the following to your .htaccess file:</p>
<blockquote><p># Ensure PHP5 being used<br />
# For WordPress auto upgrade<br />
AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</p></blockquote>
<p>This also seems to have had the side-effect of speeding up page loads from WordPress as well. May have been causing more problems than I had realised.</p>
<p>Now the upgrade is completed, I can start blogging on my latest project!</p>
<p><strong>Note:</strong> I take no responsibility for you messing up your .htaccess file. You should take backups before making any changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2009/07/issues-upgrading-wordpress-to-version-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the BGP community attribute</title>
		<link>http://www.codo.co.uk/wordpress/2009/04/using-the-bgp-community-attribute/</link>
		<comments>http://www.codo.co.uk/wordpress/2009/04/using-the-bgp-community-attribute/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:00:57 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[BSCI]]></category>
		<category><![CDATA[communities]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=43</guid>
		<description><![CDATA[Whilst studying for my CCNP I came across the BGP community attribute. This isn&#8217;t covered in much detail in the Building Scalable Cisco Internetworks (BSCI) self-study guide, so off I went to google.
I managed to find a couple of sites that had some information on this subject.
The first site, Cisco IOS Hints and Tricks, has [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst studying for my CCNP I came across the BGP community attribute. This isn&#8217;t covered in much detail in the Building Scalable Cisco Internetworks (BSCI) self-study guide, so off I went to google.<span id="more-43"></span></p>
<p>I managed to find a couple of sites that had some information on this subject.</p>
<p>The first site, <a title="Cisco IOS Hints and Tricks" href="http://blog.ioshints.info/2008/02/bgp-essentials-bgp-communities.html" target="_blank">Cisco IOS Hints and Tricks</a>, has some good background information, but not much detail on how to configure this.</p>
<p>The second site, <a title="EvilRouters.net" href="http://blog.ioshints.info/2008/02/bgp-essentials-bgp-communities.html" target="_blank">EvilRouters.net</a>, has a example of using communities to influence an ISP&#8217;s routing decisions. This is the one I found most useful. The example focuses on a customer that has a multi-homed connection to a single ISP. This ISP publishes a list of communties, that can be used to affect the connection used to connect to routes advertised from the customers network.</p>
<p>BGP communites in-effect tag a prefix (or set of prefixes). Once these prefixes are tagged, operations can be performed on that group of prefixes, rather than having to identifiy each prefix. Route Maps are heavily used in BGP communites and are used to both classify the prefixes and to set what actions occur.</p>
<p>One use for a BGP Community could be to determine which prefixes are not to be advertised out of your AS &#8211; Autonomous System. All internal networks could be tagged with a certain community at the point they are distributed into the BGP AS if they are to remain private. On your exit routers you could then have a route filter that will stop any prefixes that are tagged with the specified community from being exported out of the AS.</p>
<p>Hopefully this makes sense, but if not then please leave your comments and I will try and answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2009/04/using-the-bgp-community-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chuck Norris revealed as inventor of iPhone</title>
		<link>http://www.codo.co.uk/wordpress/2009/04/chuck-norris-revelaed-as-inventor-of-iphone/</link>
		<comments>http://www.codo.co.uk/wordpress/2009/04/chuck-norris-revelaed-as-inventor-of-iphone/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:43:51 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Chuck Norris]]></category>
		<category><![CDATA[facts]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=36</guid>
		<description><![CDATA[I was amazed to find that Chuck Norris and not Apple invented the iPhone. It appears Apple stole the product from Chuck Norris, I think a round-house kick may be on it&#8217;s way!!
The proof can be found here:
http://www.iphonematters.com/article/chuck_norris_claims_invention_of_the_iphone_nominated_for_nobel_peace_899/
In other Chuck Norris and iPhone related news two new facts have been brought to my attention:
1. Chuck [...]]]></description>
			<content:encoded><![CDATA[<p>I was amazed to find that Chuck Norris and not Apple invented the iPhone. It appears Apple stole the product from Chuck Norris, I think a round-house kick may be on it&#8217;s way!!</p>
<p><span id="more-36"></span>The proof can be found here:</p>
<p><a href="http://www.iphonematters.com/article/chuck_norris_claims_invention_of_the_iphone_nominated_for_nobel_peace_899/">http://www.iphonematters.com/article/chuck_norris_claims_invention_of_the_iphone_nominated_for_nobel_peace_899/</a></p>
<p>In other Chuck Norris and iPhone related news two new facts have been brought to my attention:</p>
<p>1. Chuck Norris can Copy &amp; Paste on his iPhone.</p>
<p>2. Chuck Norris created the iPhone, when he swalled a 1970&#8217;s rotary telephone whole he excreted a brand new, fully packaged iPhone four minutes later.</p>
<p>For all you Chuck Norris facts, visit <a title="ChuckNorrisFacts.com" href="http://www.chucknorrisfacts.com/" target="_blank">ChuckNorrisFacts.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2009/04/chuck-norris-revelaed-as-inventor-of-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress upgrade to version 2.7.1</title>
		<link>http://www.codo.co.uk/wordpress/2009/04/wordpress-upgrade-to-version-271/</link>
		<comments>http://www.codo.co.uk/wordpress/2009/04/wordpress-upgrade-to-version-271/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:25:29 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Automatic Upgrade]]></category>
		<category><![CDATA[WPAU]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=32</guid>
		<description><![CDATA[Having not posted to my blog for a while, I had not realised quite how out of date it had become (both content and software!!), so I decided to try and rectify this.
Unfortunately, being based away from home for this week I didn&#8217;t have ready access to my webspace to perform the upgrade. Thankfully I [...]]]></description>
			<content:encoded><![CDATA[<p>Having not posted to my blog for a while, I had not realised quite how out of date it had become (both content and software!!), so I decided to try and rectify this.<span id="more-32"></span></p>
<p>Unfortunately, being based away from home for this week I didn&#8217;t have ready access to my webspace to perform the upgrade. Thankfully I found the perfect Plugin, <a title="WordPress Automatic Upgrade" href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank">WordPress Automatic Upgrade</a> (WPAU).</p>
<p>Maybe I&#8217;m a bit cynical, but I doubted that this would be able to do what it claimed on the tin, but after a bit of Google-ing I decided to give it a go. How wrong can you be?!? This worked amazingly!! Not sure I&#8217;ve had an easy upgrade on any other bit of software (and this included commercial products). There was one tiny issue, with my Plugins not being re-started, but further investigation showed that there were newer version of these that I should have been using, so this may have actually saved me a load of hassle.</p>
<p>All in all, very impressed and look forward to my next upgrade!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2009/04/wordpress-upgrade-to-version-271/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone e-mail setting</title>
		<link>http://www.codo.co.uk/wordpress/2009/04/iphone-e-mail-setting/</link>
		<comments>http://www.codo.co.uk/wordpress/2009/04/iphone-e-mail-setting/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:47:54 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=29</guid>
		<description><![CDATA[Having just got my shiney new iPhone I decided to set-up my e-mail on it. All was working fine, had my IMAP configured and was receiving e-mail with no problems. Then I decided to send an e-mail, but kept getting an invalid address error. Thanks to a bit of rapid google-ing (on the PC i [...]]]></description>
			<content:encoded><![CDATA[<p>Having just got my shiney new iPhone I decided to set-up my e-mail on it. All was working fine, had my IMAP configured and was receiving e-mail with no problems. Then I decided to send an e-mail<span id="more-29"></span>, but kept getting an invalid address error. Thanks to a bit of rapid google-ing (on the PC i hasten to add, I haven&#8217;t yet got into using the iPhone for the sake of it, but there is time!!) I came to realise that I was going to have to use the O2 SMTP server. The settings I finally used were:</p>
<p>Host Name: smtp.o2.co.uk<br />
User Name: [O2 website username]<br />
Password: [O2 webiste password]<br />
Use SSL: Off<br />
Authentication: Password<br />
Server Port: 25</p>
<p>Gave this another try and worked straight off. Quite quick as well over 3G.</p>
<p>Now just have to transfer my contacts, which in my haste I forgot to move over to the iPhone. Looks like I&#8217;m going to have to use the U600 again <img src='http://www.codo.co.uk/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2009/04/iphone-e-mail-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run apps from your USB key</title>
		<link>http://www.codo.co.uk/wordpress/2008/12/run-apps-from-your-usb-key/</link>
		<comments>http://www.codo.co.uk/wordpress/2008/12/run-apps-from-your-usb-key/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:17:50 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=25</guid>
		<description><![CDATA[Whilst developing my latest website I came across a very useful set of tools that run from a USB key. These can be downloaded from:
http://portableapps.com/
One of the problems I currently have is that on any given day I could be using any of at least three seperate PCs (depending on whether I&#8217;m on-site, in the [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst developing my latest website I came across a very useful set of tools that run from a USB key. These can be downloaded from:</p>
<p><a title="Portable Apps" href="http://portableapps.com/" target="_blank">http://portableapps.com/</a><span id="more-25"></span></p>
<p>One of the problems I currently have is that on any given day I could be using any of at least three seperate PCs (depending on whether I&#8217;m on-site, in the office or at home). This makes trying to set-up a development environment for Web Developing a bit tricky. I could just use my web-hosting space, but don&#8217;t always have FTP access.</p>
<p>Thankfully I managed to find a solution. Having recently purchased a 4GB USB key I decided to start looking for apps that could be run from it. These would then not need installing on all the machines and I could take any updates between machines without any problems. Having used LIVE CD&#8217;s before for various Linux flavours, I knew this would mean packaging the software and making executables to run.</p>
<p>In my search for answers I stumbled accross <a title="PortableApps.com" href="http://portableapps.com/" target="_blank">PortableApps.com</a>. Here you can find pre-packed apps that will run strainght from a USB key. Amazingly this includes XAMPP that includes Apache, mySQL, PHP, phpMyAdmin, etc all in one package. You can also get Notepad++, which has proved to be a big help with coding PHP and CSS. There is also a version of <a title="GNU Image Manipulation Program" href="http://www.gimp.org/" target="_blank">GIMP</a> for editing images.</p>
<p>There are versions that can be installed to your USB key to give you all the apps and user settings you want, from any PC you care to use. However, I have found just using the individual apps meets all my requirements.</p>
<p>Overall, a very useful set of tools. Check out the <a title="PortableApps.com" href="http://portableapps.com/" target="_blank">PortableApps.com</a> website for a full listing of all the apps.</p>
<p>Enjoy!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2008/12/run-apps-from-your-usb-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates to Drummond &amp; Russell site</title>
		<link>http://www.codo.co.uk/wordpress/2008/12/updates-to-drummond-russell-site/</link>
		<comments>http://www.codo.co.uk/wordpress/2008/12/updates-to-drummond-russell-site/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 14:44:05 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Drummond & Russell]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browser detection]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=21</guid>
		<description><![CDATA[After the initial release of this website further testing has showed some rather interesting errors. These were mainly caused by developing the site in Internet Explorer. Testing in Firefox has shown some strange effects of the CSS and issues with the slide shows.
It appears that Firefox does not use the &#60;object&#62; tag in the same [...]]]></description>
			<content:encoded><![CDATA[<p>After the initial release of this website further testing has showed some rather interesting errors. These were mainly caused by developing the site in Internet Explorer. Testing in Firefox has shown some strange effects of the CSS and issues with the slide shows.<span id="more-21"></span></p>
<p>It appears that Firefox does not use the &lt;object&gt; tag in the same way as IE. Further investigation has shown that an &lt;embed&gt; tag can be used inside the &lt;object&gt; tag to allow this to work with both browsers.</p>
<p>Some rather interesting results were also seen with the CSS in Firefox. Most of these could be resolved with a bit of Googling. ONe main problem was with the way the main pag container had been centered on the page. Originally I had used a text-align: center in the &lt;body&gt; tag. Fine for IE, which is more tolerent of these shortcuts, but no so good for Firfox. This was solved by removing this code and replacing with auto margin sizes for both left and right margins. However, this didn&#8217;t seem to work too well in IE.</p>
<p>This left me with a slight problem, how to have two style sheets. Thankfully, I managed to find a pre-coded PHP class for browser detection. This was found here: <a title="PHP Browser Detection" href="http://apptools.com/phptools/browser/" target="_blank">http://apptools.com/phptools/browser/</a> With this I have managed to have seperate CSS Stylesheets for each of the offending browsers. More code to manage, but I&#8217;m only worried with the main stream browsers.</p>
<p>So after all this, the website is now up and running, with only a few changes to be made after a meeting with the customer. A lesson has also been learnt, develop in Firefox and bodge it for IE later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2008/12/updates-to-drummond-russell-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drummond &amp; Russell site goes live!</title>
		<link>http://www.codo.co.uk/wordpress/2008/12/drummond-russell-site-goes-live/</link>
		<comments>http://www.codo.co.uk/wordpress/2008/12/drummond-russell-site-goes-live/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:23:10 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[Drummond & Russell]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=17</guid>
		<description><![CDATA[The website being developed for Drummond &#38; Russell has gone live.
Based in Wilstead, near Bedford, Drummond and Russell is a well established local building company with over 30 years experience.
They cater for domestic and commercial customers in Bedfordshire and the surrounding areas and can offer  a complete range of project management services for new builds [...]]]></description>
			<content:encoded><![CDATA[<p>The website being developed for Drummond &amp; Russell has gone live.</p>
<p>Based in Wilstead, near Bedford, Drummond and Russell is a well established local building company with over 30 years experience.<span id="more-17"></span></p>
<p>They cater for domestic and commercial customers in Bedfordshire and the surrounding areas and can offer  a complete range of project management services for new builds right through to basic refurbishments.</p>
<p>The site can be seen at:</p>
<p><a title="Drummond &amp; Russell" href="http://www.drummondandrussell.co.uk" target="_blank">http://www.drummondandrussell.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2008/12/drummond-russell-site-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time scale for completing CCNP</title>
		<link>http://www.codo.co.uk/wordpress/2008/09/time-scale-for-completing-ccnp/</link>
		<comments>http://www.codo.co.uk/wordpress/2008/09/time-scale-for-completing-ccnp/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:07:22 +0000</pubDate>
		<dc:creator>codo</dc:creator>
				<category><![CDATA[CCNP]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.codo.co.uk/wordpress/?p=3</guid>
		<description><![CDATA[Whilst looking through the Cisco Learning Network I came across a rather interesting post, which raised an issue I was not totally aware of. Turns out that you have 3 years from the date of passing your first exam to complete the CCNP track.
The actual criteria is that exams are valid for 3 years from [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst looking through the Cisco Learning Network I came across a rather interesting post, which raised an issue I was not totally aware of. Turns out that you have 3 years from the date of passing your first exam to complete the CCNP track.<span id="more-3"></span></p>
<p>The actual criteria is that exams are valid for 3 years from the date of completion, so if I get into gear properly I have until the beginning of 2010 to complete both my CCNP and CCDP!</p>
<p>Thought this might be a useful fact for other people following a similar path.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codo.co.uk/wordpress/2008/09/time-scale-for-completing-ccnp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
