<?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>A Car Too Far &#187; Working Online</title>
	<atom:link href="http://www.acartoofar.co.uk/category/tools-for-working-online/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acartoofar.co.uk</link>
	<description>Ordinary Actions = Ordinary Results</description>
	<lastBuildDate>Sat, 05 Mar 2011 12:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Device drivers for OV511+ Webcam</title>
		<link>http://www.acartoofar.co.uk/tools-for-working-online/device-drivers-for-ov511-webcam/</link>
		<comments>http://www.acartoofar.co.uk/tools-for-working-online/device-drivers-for-ov511-webcam/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 17:04:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software and OS]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[OV511+]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=330</guid>
		<description><![CDATA[This post wont mean much to regular readers (?! as if I was even a regular blogger!) but it serves as a page to help other who have been suffering from the same issue as me. This Christmas the family was struggling with trying to make an old webcam work. Unfortunately it was a VERY <a href='http://www.acartoofar.co.uk/tools-for-working-online/device-drivers-for-ov511-webcam/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This post wont mean much to regular readers (?! as if I was even a regular blogger!) but it serves as a page to help other who have been suffering from the same issue as me.</p>
<p>This Christmas the family was struggling with trying to make an old webcam work. Unfortunately it was a VERY old cam, with no marking that gave you a clue as to what it was or where it came from (memory tells me it was an old Safeway thing!) Anyway, the marking on it led me to  <a href="http://www.linux-usb.org/usb.ids" target="_blank">http://www.linux-usb.org/usb.ids</a> which persuaded me it was based on the OmniVision OV511+ chipsets. I FINALLY came across the following website <a href="http://www.downloadwindowsdrivers.info/usb/vid_05a9/pid_a511/" target="_blank">http://www.downloadwindowsdrivers.info/usb/vid_05a9/pid_a511/</a> which provided me with the following files:</p>
<p><a href="http://www.acartoofar.co.uk/wp-content/uploads/2010/12/7620.zip">Drivres for OV511+ webcam</a></p>
<p>If you need some help, just post a comment.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/tools-for-working-online/device-drivers-for-ov511-webcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Eclipse Plugins on Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.acartoofar.co.uk/tools-for-working-online/installing-eclipse-plugins-on-ubuntu-9-10-karmic-koala/</link>
		<comments>http://www.acartoofar.co.uk/tools-for-working-online/installing-eclipse-plugins-on-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:21:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software and OS]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=215</guid>
		<description><![CDATA[Recently I have been trying to install some plugins on the Eclipse IDE (I was installing the CDT (C++ toolchain)) and ran into some issues. If you have an issue that looks something like this: Problem Occurred An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null &#8211;&#62; [R]org.eclipse.ant.ui 3.4.1.v20090901_r351, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). The artifact <a href='http://www.acartoofar.co.uk/tools-for-working-online/installing-eclipse-plugins-on-ubuntu-9-10-karmic-koala/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I have been trying to install some plugins on the Eclipse IDE (I was installing the CDT (C++ toolchain)) and ran into some issues. If you have an issue that looks something like this:</p>
<blockquote><p>Problem Occurred<br />
An error occurred while installing the items<br />
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null &#8211;&gt; [R]org.eclipse.ant.ui 3.4.1.v20090901_r351, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).<br />
The artifact file for osgi.bundle,org.eclipse.ant.ui,3.4.1.v20090901_r351 was not found.</p></blockquote>
<p>&#8230; then you probably want to look here:</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/477944" target="_blank">https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/477944</a></p>
<p>The short story is that you will want to install pde and jdt extensions first. Thankfully you&#8217;re in Linux so you can do it in one command:</p>
<blockquote><p>sudo apt-get install eclipse-pde eclipse-jd</p></blockquote>
<p>&#8230;bliss <img src='http://www.acartoofar.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/tools-for-working-online/installing-eclipse-plugins-on-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8217;tis the season (to be loosing people&#8217;s data)</title>
		<link>http://www.acartoofar.co.uk/business-online/tis-the-season-to-be-loosing-peoples-data/</link>
		<comments>http://www.acartoofar.co.uk/business-online/tis-the-season-to-be-loosing-peoples-data/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:54:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Business Online]]></category>
		<category><![CDATA[General chat]]></category>
		<category><![CDATA[Software and OS]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[aweful]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=186</guid>
		<description><![CDATA[Maybe it&#8217;s something in the air at the moment, or maybe it&#8217;s because the darkness is drawing in early but it appears that all that fumbling in the dark has caused a few data &#8220;blunders&#8221;. Just when you think there&#8217;s something pretty bad coming out of the Apple stable (there appears to be a bug <a href='http://www.acartoofar.co.uk/business-online/tis-the-season-to-be-loosing-peoples-data/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Maybe it&#8217;s something in the air at the moment, or maybe it&#8217;s because the darkness is drawing in early but it appears that all that fumbling in the dark has caused a few data &#8220;blunders&#8221;. Just when you think there&#8217;s something pretty bad coming out of the Apple stable (<a title="Apple Snow Leopard looses all your data" href="http://lifehacker.com/5379936/snow-leopard-bug-deleting-entire-user-accounts" target="_blank">there appears to be a bug in Snow Kitten that just deletes all your data</a>) but Redmond comes bounding back on to the stage, re-affirming it&#8217;s position as the bumbling idiots of IT. Oh yes, <a title="Microsoft loose sidekick data" href="http://gizmodo.com/5378805/t+mobile-sidekick-outrage-your-datas-probably-gone-forever" target="_blank">Microsoft have managed to &#8220;almost certainly&#8221; loose all the data that customers paid them to look after.</a></p>
<blockquote><p>&#8230; we (Microsoft) must now inform you that personal information stored on your device &#8211; such as contacts, calendar entries, to-do lists or photos &#8211; that is no longer on your Sidekick almost certainly has been lost</p></blockquote>
<p>No official line yet on Apple doing similar, but we&#8217;re holding tight for Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/business-online/tis-the-season-to-be-loosing-peoples-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Mobile 6.5 Arrives and Mostly Disappoints</title>
		<link>http://www.acartoofar.co.uk/tools-for-working-online/windows-mobile-6-point-5-arrives-and-mostly-disappoints/</link>
		<comments>http://www.acartoofar.co.uk/tools-for-working-online/windows-mobile-6-point-5-arrives-and-mostly-disappoints/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:15:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General chat]]></category>
		<category><![CDATA[Software and OS]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[aweful]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=177</guid>
		<description><![CDATA[Whilst I&#8217;m in the throws of trying to decide for myself whether or not to plump for a new iPhone when it finally comes onto Vodafone it&#8217;s painfull to hear that Windows Mobile 6.5 will arrive soon and it&#8217;s likely to suck. I&#8217;ve loved my Windows Smartphones for many years now, mainly because of its <a href='http://www.acartoofar.co.uk/tools-for-working-online/windows-mobile-6-point-5-arrives-and-mostly-disappoints/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Whilst I&#8217;m in the throws of trying to decide for myself whether or not to plump for a new <a title="iPhone comes to vodafone" href="http://www.telegraph.co.uk/technology/apple/6241786/Vodafone-will-sell-the-iPhone-in-the-UK.html" target="_blank">iPhone when it finally comes onto Vodafone</a> it&#8217;s painfull to hear that <a href="http://www.pcworld.com/article/173186/windows_mobile_65_arrives_mostly_disappoints.html">Windows Mobile 6.5 will arrive soon and it&#8217;s likely to suck</a>.</p>
<p>I&#8217;ve loved my Windows Smartphones for many years now, mainly because of its fantastic integration with Exchange, but iPhone has that now too so what am I left with in Windows?</p>
<p>Decide amongst yourselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/tools-for-working-online/windows-mobile-6-point-5-arrives-and-mostly-disappoints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study finds PCs in Mac homes</title>
		<link>http://www.acartoofar.co.uk/tools-for-working-online/study-finds-pcs-in-mac-homes/</link>
		<comments>http://www.acartoofar.co.uk/tools-for-working-online/study-finds-pcs-in-mac-homes/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 06:55:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General chat]]></category>
		<category><![CDATA[Software and OS]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=175</guid>
		<description><![CDATA[Some studies I come aacrossare pretty useless, some are very useful and some are between. This study which shoes that works out that people who own Macs, tend to have more money and buy other stuff too. I think the comments explain most of the sentient points and for once, it hasn&#8217;t dissolved completely (yet) into <a href='http://www.acartoofar.co.uk/tools-for-working-online/study-finds-pcs-in-mac-homes/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Some studies I come aacrossare pretty useless, some are very useful and some are between. This study which shoes that works out that <a href="http://www.pcworld.com/article/173206/_Still_Any_Mac_Bigots_Study_Finds_Windows_PCs_In_Mac_Homes.html?tk=rss_news">people who own Macs, tend to have more money and buy other stuff too.</a> I think the comments explain most of the sentient points and for once, it hasn&#8217;t dissolved completely (yet) into a &#8220;mac/pc is better than pc/mac&#8221;.</p>
<blockquote><p>Large income households buy more stuff, which includes possibly a Mac. &#8220;Mac users have more money&#8221; is not necessarily true.</p>
<p>&#8230; quackadilly (in the comments)</p></blockquote>
<p>amen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/tools-for-working-online/study-finds-pcs-in-mac-homes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waving goodbye to email?</title>
		<link>http://www.acartoofar.co.uk/business-online/waving-goodbye-to-email/</link>
		<comments>http://www.acartoofar.co.uk/business-online/waving-goodbye-to-email/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 13:13:47 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Business Online]]></category>
		<category><![CDATA[General chat]]></category>
		<category><![CDATA[Working Online]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=150</guid>
		<description><![CDATA[Depending on your exposure to all things Geek, you may, or may not have yet come accross a new technology that is being touted as &#8220;the new e-mail&#8221;. Bold claims like this are nothing new, they just carry more weight when they&#8217;re carried by &#8220;the big G&#8221; (Google). The new technology is called &#8220;Google Wave&#8221; <a href='http://www.acartoofar.co.uk/business-online/waving-goodbye-to-email/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Depending on your exposure to all things Geek, you may, or may not have yet come accross a new technology that is being touted as &#8220;the new e-mail&#8221;. Bold claims like this are nothing new, they just carry more weight when they&#8217;re carried by &#8220;the big G&#8221; (Google).</p>
<p>The new technology is called &#8220;<a href="http://wave.google.com/help/wave/closed.html" target="_blank">Google Wave</a>&#8221; and is a pseudo e-mail system that looks something like a constantly updated (dynamic) email. In essence it&#8217;s an attempt to solve the problem of ever expanding email messages that get bits added and added, then broken (when the message gets Forwarded to someone outside the original CC), and add some extra functionality. This video (attempts) to give a better description (judge for yourself!)</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/rDu2A3WzQpo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/rDu2A3WzQpo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>All clear? Excellent.</p>
<p>OK, so where is it now? Well Google has opened up a &#8220;Beta&#8221; (an initial implementation that allows them to fix bugs and make it good enough for full public release) and invited 100,000 users to give it a go. Will it catch on? Well who knows. It&#8217;s a bold move, and they&#8217;ve taken a good step <a title="Google have made Wave Open Source" href="http://www.waveprotocol.org/" target="_blank">in making it all open source</a> so that others can have have a go making clients and integrating it into whatever system they&#8217;re running. Whilst they&#8217;re taking a &#8220;we&#8217;re just trying to make life better&#8221; stance, it does, to me, smack a bit of <a title="AOL were hated for trying to own the Internet" href="http://news.cnet.com/The-week-in-review-AOL-everywhere,-from-satellites-to-PalmPilots/2100-1001_3-227714.html" target="_blank">AOL&#8217;s attempt to privatise the internet</a>.  We like GOOG but we know that they can be just as dangerous as AOL and Microsoft in their quest for world domination. The &#8220;Wave-Protocol&#8221; is not just the &#8220;Wave-Protocol&#8221;, it is the &#8220;Google Wave Federation Protocol&#8221;.</p>
<p>At least you can always &#8220;Opt-Out&#8221;
</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="430" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><param name="src" value="http://www.theonion.com/content/themes/common/assets/onn_embed/embedded_player.swf?image=http%3A%2F%2Fwww.theonion.com%2Fcontent%2Ffiles%2Fimages%2FGOOGLE-VILLAGE_article-V2.jpg&amp;videoid=97279&amp;title=Google%20Opt%20Out%20Feature%20Lets%20Users%20Protect%20Privacy%20By%20Moving%20To%20Remote%20Village" /><param name="flashvars" value="image=http%3A%2F%2Fwww.theonion.com%2Fcontent%2Ffiles%2Fimages%2FGOOGLE-VILLAGE_article-V2.jpg&amp;videoid=97279&amp;title=Google%20Opt%20Out%20Feature%20Lets%20Users%20Protect%20Privacy%20By%20Moving%20To%20Remote%20Village" /><embed type="application/x-shockwave-flash" width="480" height="430" src="http://www.theonion.com/content/themes/common/assets/onn_embed/embedded_player.swf?image=http%3A%2F%2Fwww.theonion.com%2Fcontent%2Ffiles%2Fimages%2FGOOGLE-VILLAGE_article-V2.jpg&amp;videoid=97279&amp;title=Google%20Opt%20Out%20Feature%20Lets%20Users%20Protect%20Privacy%20By%20Moving%20To%20Remote%20Village" flashvars="image=http%3A%2F%2Fwww.theonion.com%2Fcontent%2Ffiles%2Fimages%2FGOOGLE-VILLAGE_article-V2.jpg&amp;videoid=97279&amp;title=Google%20Opt%20Out%20Feature%20Lets%20Users%20Protect%20Privacy%20By%20Moving%20To%20Remote%20Village" wmode="transparent" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://www.theonion.com/content/video/google_opt_out_feature_lets_users?utm_source=videoembed">Google Opt Out Feature Lets Users Protect Privacy By Moving To Remote Village</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/business-online/waving-goodbye-to-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Financial forecasts &#8211; eCommerce</title>
		<link>http://www.acartoofar.co.uk/business-online/financial-forecasts-ecommerce/</link>
		<comments>http://www.acartoofar.co.uk/business-online/financial-forecasts-ecommerce/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:30:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Business Online]]></category>
		<category><![CDATA[Working Online]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=136</guid>
		<description><![CDATA[Has anyone done this? It&#8217;s not an easy thing to do with any degree of accuracy. I&#8217;ve been working off my own homegrown financial models, based on a number of KPIs, namely: &#8220;Organic&#8221; Visitors (predicted) PPC traffic based on Google Adwords Estimator Average Order value (estimated on market knowdlege) Average conversion rate (based on data <a href='http://www.acartoofar.co.uk/business-online/financial-forecasts-ecommerce/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Has anyone done this? It&#8217;s not an easy thing to do with any degree of accuracy.</p>
<p>I&#8217;ve been working off my own homegrown financial models, based on a number of KPIs, namely:</p>
<ul>
<li>&#8220;Organic&#8221; Visitors (predicted)</li>
<li>PPC traffic based on Google Adwords Estimator</li>
<li>Average Order value (estimated on market knowdlege)</li>
<li>Average conversion rate (based on data from <a href="http://www.conversionchronicles.com/What_is_an_average_conversion_rate.html" target="_blank">here</a>)</li>
<li>Unit shipping costs</li>
<li>Amortised Returns Factor (A % of gross order intake)</li>
<li>Card processor margins</li>
<li>Staff rates etc</li>
</ul>
<p>Does anyone have any good models built, or some spreadsheets with a better starting point? Would be much appreciated.</p>
<p>Cheers,</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/business-online/financial-forecasts-ecommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little help testing my new beta</title>
		<link>http://www.acartoofar.co.uk/fun-links/a-little-help-testing-my-new-beta/</link>
		<comments>http://www.acartoofar.co.uk/fun-links/a-little-help-testing-my-new-beta/#comments</comments>
		<pubDate>Wed, 27 Dec 2006 01:33:55 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Fun Links]]></category>
		<category><![CDATA[Working Online]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=11</guid>
		<description><![CDATA[Was just hoping any readers could take a second out of their day to maybe do me a favour. I have setup a beta stage for a new revision for the Freetxt site, and I was hoping you could give it a good hammering and let me know how it stands up. The beta is <a href='http://www.acartoofar.co.uk/fun-links/a-little-help-testing-my-new-beta/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Was just hoping any readers could take a second out of their day to maybe do me a favour.  I have setup a beta stage for a new revision for the Freetxt site, and I was hoping you could give it a good hammering and let me know how it stands up.  The beta is located <a href="http://www.acartoofar.co.uk/beta/freetxt3/index.php">here  </a>and it would be great if you could fire it up and let me know how it goes.</p>
<p>The thing I am most worried about is security.  It uses a particular type of authentication and session management that I haven&#8217;t used before and I don&#8217;t know how hackable it is.  Please pass me any feedback in the comments. I know there are some basic layout issues still, but please let me know about broken links, unexpected behaviors or security holes.<br />
Thanks for your time if you can manage it.  Much appreciated.</p>
<p>Happy Christmas</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/fun-links/a-little-help-testing-my-new-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spying on your competitors&#8230;..</title>
		<link>http://www.acartoofar.co.uk/fun-links/spying-on-your-competitors/</link>
		<comments>http://www.acartoofar.co.uk/fun-links/spying-on-your-competitors/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 18:38:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Fun Links]]></category>
		<category><![CDATA[Working Online]]></category>

		<guid isPermaLink="false">http://www.acartoofar.co.uk/?p=9</guid>
		<description><![CDATA[Not tried this yet, but it seems reminiscent of the old GoogSpy (what happened to that. did it become something else in the end do i remember?) Anyhow, I&#8217;ve been hearing good things about this so though I would put it out there and let you test for yourself. Keyword stealing care of Keycompete]]></description>
			<content:encoded><![CDATA[<p>Not tried this yet, but it seems reminiscent of the old GoogSpy (what happened to that. did it become something else in the end do i remember?)</p>
<p>Anyhow, I&#8217;ve been hearing good things about this so though I would put it out there and let you test for yourself.</p>
<p><a href="http://www.keycompete.com/">Keyword stealing care of Keycompete</a><br />
<a rel="me" href="http://www.technorati.com/claim/f9zwx4yki9" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acartoofar.co.uk/fun-links/spying-on-your-competitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

