<?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>Compass Computing</title>
	<atom:link href="http://www.compasscomputing.co.uk/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compasscomputing.co.uk/blog</link>
	<description>Pointing you in the right direction</description>
	<lastBuildDate>Thu, 16 Apr 2009 08:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Worried you might be infected by the Conficker virus?</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2009/04/worried-you-might-be-infected-by-the-conficker-virus/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2009/04/worried-you-might-be-infected-by-the-conficker-virus/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:02:23 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=28</guid>
		<description><![CDATA[Just click here: http://www.confickerworkinggroup.org/infection_test/cfeyechart.html]]></description>
			<content:encoded><![CDATA[<p>Just click here:</p>
<p><a href="http://www.confickerworkinggroup.org/infection_test/cfeyechart.html" target="_blank">http://www.confickerworkinggroup.org/infection_test/cfeyechart.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2009/04/worried-you-might-be-infected-by-the-conficker-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Owen Pine &#8211; new site launched</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2009/03/owen-pine-new-site-launched/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2009/03/owen-pine-new-site-launched/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:32:05 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=25</guid>
		<description><![CDATA[Late yesterday the new site for Owen Pine was finished. If you&#8217;re in the area why don&#8217;t you pop down and see what they have to sell. My visits to the company to sort out the site for them opened my eyes to the great range of Oak and Pine furniture they have available.]]></description>
			<content:encoded><![CDATA[<p>Late yesterday the new site for <a href="http://www.owenpine.co.uk/" target="_blank">Owen Pine</a> was finished. If you&#8217;re in the area why don&#8217;t you pop down and see what they have to sell. My visits to the company to sort out the site for them opened my eyes to the great range of <a href="http://www.owenpine.co.uk/oak-home.asp" target="_blank">Oak</a> and <a href="http://www.owenpine.co.uk/pine-home.asp" target="_blank">Pine</a> furniture they have available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2009/03/owen-pine-new-site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate twitter code</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2009/03/validate-twitter-code/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2009/03/validate-twitter-code/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 22:24:38 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=21</guid>
		<description><![CDATA[I needed to add twitter code into some of our web site, but then they failed to validate as HTML compliant. I changed: &#60;div id="twitter_div"&#62; &#60;h2 class="sidebar-title"&#62;Twitter Update&#60;/h2&#62; &#60;ul id="twitter_update_list"&#62;&#60;/ul&#62; &#60;/div&#62; To: &#60;div id="twitter_div"&#62; &#60;h2&#62;Twitter Update&#60;/h2&#62; &#60;ul id="twitter_update_list"&#62;&#60;li&#62;&#60;/li&#62;&#60;/ul&#62; &#60;/div&#62; And all is well and it validates fine now.]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000080;">I needed to add twitter code into some of our web site, but then they failed to validate as HTML compliant.</span></p>
<p><span style="color: #000080;">I changed:</span></p>
<pre><span style="color: #333333;">&lt;div id="twitter_div"&gt;
&lt;h2 class="sidebar-title"&gt;Twitter Update&lt;/h2&gt;
&lt;ul id="twitter_update_list"&gt;&lt;/ul&gt;
&lt;/div&gt; </span>

<span style="color: #000080;">To:</span>

<span style="color: #333333;">&lt;div id="twitter_div"&gt;
&lt;h2&gt;Twitter Update&lt;/h2&gt;
&lt;ul id="twitter_update_list"&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt; </span></pre>
<p><span style="color: #000080;">And all is well and it validates fine now.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2009/03/validate-twitter-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2008/10/16/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2008/10/16/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 23:30:05 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=16</guid>
		<description><![CDATA[Technorati Profile]]></description>
			<content:encoded><![CDATA[<p><a href="http://technorati.com/claim/tkbxqgd634" rel="me">Technorati Profile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2008/10/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HouseRefer.com is improved</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2008/10/houserefercom-is-improved/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2008/10/houserefercom-is-improved/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 19:43:46 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Selling Property]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=14</guid>
		<description><![CDATA[A few improvements made over the last week or so include the new version optimised for PDA&#8217;s and Mobile phones: http://www.houserefer.com/pda/ And the new zoom in/zoom out feature on the property images &#8211; check it out!! Feedback apreciated.]]></description>
			<content:encoded><![CDATA[<p>A few improvements made over the last week or so include the new version optimised for PDA&#8217;s and Mobile phones:</p>
<p><a href="http://www.houserefer.com/pda/">http://www.houserefer.com/pda/</a></p>
<p>And the new zoom in/zoom out feature on the property images &#8211; check it out!!</p>
<p>Feedback apreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2008/10/houserefercom-is-improved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Access &#8211; away from home</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2008/09/internet-access-away-from-home/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2008/09/internet-access-away-from-home/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:34:52 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=10</guid>
		<description><![CDATA[I&#8217;ve recently starting using T-Mobile&#8217;s Web&#8217;n'Walk USB Stick, a fantastic device on it&#8217;s own allowing [up to] 4.5Mb/s speed [realistically slower, but still great] anywhere you can get a mobile phone signal &#8211; and in the UK that&#8217;ll be most places you want it, although speed drops depending on the data connection type [GPRS;3G or [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently starting using T-Mobile&#8217;s Web&#8217;n'Walk <a title="T-Mobile" href="http://www.t-mobile.co.uk/shop/mobile-broadband/data-plans/pay-monthly/mobile-broadband-laptop/plans/" target="_blank">USB Stick</a>, a fantastic device on it&#8217;s own allowing [up to] 4.5Mb/s speed [realistically slower, but still great] anywhere you can get a mobile phone signal &#8211; and in the UK that&#8217;ll be most places you want it, although speed drops depending on the data connection type [GPRS;3G or HSDPA which should, in theory, get up to 7.2 Mb/s before too long].</p>
<p>The other great thing about Web&#8217;n'walk is that it comes with free HotSpot access [as does BT Home Broadband if you read carefully]. To get your password just text <span class="highlight">OPEN</span> to <span class="highlight">9526 within the web&#8217;n'walk program and you&#8217;ll then receive your HotSpot username and password.</span></p>
<p>T-Mobile have partnered with a whole host of other companies so you can get access at McDonalds, Starbucks, airports and so on. I&#8217;m typing this from Munster Airport in Germany &#8211; as it works across Europe as well.</p>
<p>So if you invest in the T-Mobile web&#8217;n'walk and like me have BT Broadband at home then maybe anywhere you are with your laptop so will the Internet be!</p>
<p>If there&#8217;s no hotspot overseas then it&#8217;s not the end of the world as in many contries Internet access is only £1.50 per minute. I would also recommend <a title="PopPeeper" href="http://www.poppeeper.com" target="_blank">PopPeeper</a> as a tiny email program that will allow you to access as many mailboxes as you like, but only download a small amount of the email (5k is normally enough to see if it&#8217;s worth your pennies to download the rest of just press delete).</p>
<p>The other thing regarding email away from home is that you will need to ensure you have outgoing [SMTP] access. If you are connected via t-mobile web&#8217;n'walk this can be set to &#8220;smtp.t-email.co.uk&#8221;.</p>
<p>Don&#8217;t forget that all <a title="Web Site" href="http://www.compasscomputing.co.uk/" target="_blank">Compass Computing</a> and <a title="Web Site" href="http://www.oxhey.net" target="_blank">OxheyNet</a> provide you with web mail for use when away from home. Just go to http://webmail.[yourdomainname.co.uk] enter your username and password and it&#8217;s all there waiting for you!</p>
<p>Well that&#8217;s all for now.</p>
<p>Surfing away from home&#8230;.. it&#8217;s very handy <img src='http://www.compasscomputing.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2008/09/internet-access-away-from-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porfolio of design updated</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2008/07/porfolio-of-design-updated/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2008/07/porfolio-of-design-updated/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 15:03:11 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=8</guid>
		<description><![CDATA[I thought it was about time I updated our portfolio of recent web sites. You can view the page here. We&#8217;ve created many more sites, but they&#8217;re not all listed!]]></description>
			<content:encoded><![CDATA[<p>I thought it was about time I updated our portfolio of recent web sites.</p>
<p>You can view the page <a href="http://www.compasscomputing.co.uk/wwwportfolio.asp">here</a>.</p>
<p>We&#8217;ve created many more sites, but they&#8217;re not all listed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2008/07/porfolio-of-design-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blog</title>
		<link>http://www.compasscomputing.co.uk/blog/index.php/2008/07/new-blog/</link>
		<comments>http://www.compasscomputing.co.uk/blog/index.php/2008/07/new-blog/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 00:01:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.compasscomputing.co.uk/blog/?p=3</guid>
		<description><![CDATA[Having installed blogs on three other sites I thought it was about time I had my own. They were at: ableSEO Paddle 4 Relief Hawkey Cleaning I&#8217;ll be back soon, hopefully with some useful information!]]></description>
			<content:encoded><![CDATA[<p>Having installed blogs on three other sites I thought it was about time I had my own.</p>
<p>They were at:</p>
<ul>
<li><a title="Search Engine Optimisation" href="http://www.ableseo.com" target="_blank">ableSEO</a></li>
<li><a href="http://www.paddle4relief.co.uk" target="_blank">Paddle 4 Relief</a></li>
<li><a title="Office Cleaning" href="http://www.hawkeycleaning.com" target="_blank">Hawkey Cleaning</a></li>
</ul>
<p>I&#8217;ll be back soon, hopefully with some useful information!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compasscomputing.co.uk/blog/index.php/2008/07/new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
