<?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>DG Computers</title>
	<atom:link href="http://www.dgcomputers.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dgcomputers.co.uk</link>
	<description>Business and home IT consultancy, PC repair and web design throughout the UK and beyond.</description>
	<lastBuildDate>Wed, 20 May 2009 00:29:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Make Firefox Add-ons Work With Prism</title>
		<link>http://www.dgcomputers.co.uk/?p=462</link>
		<comments>http://www.dgcomputers.co.uk/?p=462#comments</comments>
		<pubDate>Wed, 20 May 2009 00:12:54 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[LogMeIn]]></category>
		<category><![CDATA[prism]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=462</guid>
		<description><![CDATA[Finishing their job&#8230;
As anyone following my Twitter will know, I&#8217;m a massive fan of Google Chrome.  However, one imperative site for me doesn&#8217;t work with it &#8211; LogMeIn.
I&#8217;ve also become a massive fan of the new  Mozilla Prism beta, which basically allows you to turn webpages (such as LogMeIn) into applications. Prism is built on [...]]]></description>
			<content:encoded><![CDATA[<h3>Finishing their job&#8230;</h3>
<p>As anyone following my<a href="http://twitter.com/dgcomputers" target="_blank"> Twitter </a>will know, I&#8217;m a massive fan of <a href="http://code.google.com/chromium/" target="_blank">Google Chrome</a>.  However, one imperative site for me doesn&#8217;t work with it &#8211; LogMeIn.</p>
<p>I&#8217;ve also become a massive fan of the new  <a href="http://prism.mozilla.com/" target="_blank">Mozilla Prism</a> beta, which basically allows you to turn webpages (such as LogMeIn) into applications. Prism is built on the same framework as Firefox 3, and theoretically add-ons should work on both.</p>
<p><span id="more-462"></span>However, two factors can stop this from happening: either the developer neglects to make the extension compatable with Prism at all, or neglected to make it compatable with the latest version of Prism. These are easily fixed.</p>
<h3>Ingredients&#8230;</h3>
<p>- <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Mozilla Firefox 3.0</a>+<br />
- <a href="http://prism.mozilla.com/" target="_blank">Mozilla Prism 1.0 Beta</a> standalone app or Firefox extension<br />
- <a href="http://www.7-zip.org/" target="_blank">7-Zip</a><br />
- A text editor (I use <a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a>)</p>
<h3>Create your App&#8230;</h3>
<p>First, create your app with the setting &#8216;Show status messages and progress&#8217; ticked.</p>
<p><img class="left" title="Creating Prism" src="http://www.dgcomputers.co.uk/wp-content/uploads/1.jpg" alt="Creating Prism" width="250" height="364" /></p>
<p>This will allow you to see the configuration button on the bottom right of the Prism window.  Clicking on it and navigating to Tools &gt; Add-ons&#8230; will show you where to drop your .xpi Firefox extension files.</p>
<h3>Edit your extensions&#8230;</h3>
<p>Now go and download the .xpi extension files that you want to work with Prism. Bear in mind, some add-ons will genuinely be incompatible, and anything not certified to work with Firefox 3 or above will almost certainly fail.</p>
<p>Open the .xpi file in 7 Zip &#8211; it is just a standard zip file containing other files. Inside that file will be <em>install.rdf </em>which you want to open in Notepad++ or your text editor of choice.  What you will see is something like this:</p>
<p><code><br />
&lt;RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br />
xmlns:em="http://www.mozilla.org/2004/em-rdf#"&gt;<br />
</code></p>
<p><code>&lt;Description about="urn:mozilla:install-manifest"&gt;<br />
&lt;em:id&gt;LogMeInC&#108;&#105;&#101;&#110;&#116;&#64;&#108;&#111;&#103;&#109;&#101;&#105;&#110;&#46;&#99;&#111;&#109;&lt;/em:id&gt;<br />
&lt;em:name&gt;LogMeIn, Inc. Remote Access Plugin&lt;/em:name&gt;<br />
&lt;em:version&gt;1.0.0.406&lt;/em:version&gt;</code></p>
<p><code><strong>&lt;em:targetApplication&gt;<br />
&lt;Description&gt;<br />
&lt;em:id&gt;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&lt;/em:id&gt;<br />
&lt;em:minVersion&gt;1.5&lt;/em:minVersion&gt;<br />
&lt;em:maxVersion&gt;3.0.*&lt;/em:maxVersion&gt;<br />
&lt;/Description&gt;<br />
&lt;/em:targetApplication&gt;</strong></code></p>
<p><code> </code></p>
<p><code> &lt;/Description&gt;<br />
&lt;/RDF&gt;<br />
</code><br />
Notice the &lt;em:targetApplication&gt; cotainer related to Firefox 1.5 to 3.0.*</p>
<p>We want to add another for Mozilla Prism upto, and so between &lt;/em:targetApplication&gt; and &lt;/Description&gt; we want to add:</p>
<p><code><strong>&lt;!-- Prism --&gt;<br />
&lt;em:targetApplication&gt;<br />
&lt;Description&gt;<br />
&lt;em:id&gt;&#112;&#114;&#105;&#115;&#109;&#64;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#101;&#114;&#46;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#111;&#114;&#103;&lt;/em:id&gt;<br />
&lt;em:minVersion&gt;0.9&lt;/em:minVersion&gt;<br />
&lt;em:maxVersion&gt;1.9.*&lt;/em:maxVersion&gt;<br />
&lt;/Description&gt;<br />
&lt;/em:targetApplication&gt;</strong></code></p>
<p>You then save the file, 7 Zip will prompt you to update the file in the archive, which you say yes to, and you can then drag the .xpi into the Add-ons area of your Prism application, and install it as you would in Firefox.</p>
<p>I did this initially to get LogMeIn&#8217;s Firefox plugin to work with Prism to give me a web app of my LogMeIn console, but it could work with a multitude of add-ons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=462</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox vs Google Chrome: The Devs Know Best</title>
		<link>http://www.dgcomputers.co.uk/?p=464</link>
		<comments>http://www.dgcomputers.co.uk/?p=464#comments</comments>
		<pubDate>Tue, 19 May 2009 23:19:35 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[comment]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=464</guid>
		<description><![CDATA[
Nobody knows how you work better than you.
The basis of Firefox is that you can do anything with it.
Want your bookmarks permanantly on the right of your screen? OK.  Want your downloads on a small bar a the bottom of the window? OK. Want the ability to render websites using the Internet Explorer engine inside [...]]]></description>
			<content:encoded><![CDATA[<h3>
<div id="attachment_471" class="wp-caption alignright" style="width: 220px"><a href="http://hushedchernobyl.deviantart.com/" target="_blank"><img class="size-full wp-image-471" title="Mozilla Chrome" src="http://www.dgcomputers.co.uk/wp-content/uploads/mozzila_chrome.png" alt="Thanks to HushedChernobyl" width="210" height="195" /></a><p class="wp-caption-text">Thanks to HushedChernobyl</p></div>
<p>Nobody knows how you work better than you.</h3>
<p>The basis of Firefox is that <em>you </em>can do <em>anything</em> with it.</p>
<p>Want your bookmarks permanantly on the right of your screen? OK.  Want your downloads on a small bar a the bottom of the window? OK. Want the ability to render websites using the Internet Explorer engine inside a Firefox tab? OK.</p>
<p>The basis here is that the user knows best. The user knows how he or she wants things to work. Which makes sense, right?</p>
<h3><span id="more-464"></span>But what if the user doesn&#8217;t know best?</h3>
<p>I&#8217;ve spent the last few years tweaking Firefox 1, 2, 3 and then 3.5 to work how I work, using combinations of extensions and themes to give me the features I want. Some of them I now can&#8217;t live without (AdBlock, mainly) and some are just useful or cool (loving the tr.im button at the moment).</p>
<p>Having been completely underwhelmed with the stability, speed and responsiveness of the 3.5 beta 4 release, I seem to have started using the Google Chrome 2 beta more and more without any conscious decision to &#8217;switch&#8217;</p>
<p>In it I can&#8217;t view my downloads in a little bar at the bottom of the screen. I can&#8217;t open disgusting, evil, badly built websites in Internet Explorer when I need to, and I can&#8217;t download streaming flash videos to my hard drive with one click.</p>
<p>Instead, I have to press Ctrl + J, copy and paste the link into a Start + R &gt; iexplore.exe Ctrl + V combination or dig up some third party tool to download flash videos.</p>
<p>But I&#8217;m having a far more enjoyable browsing experience none the less.  It&#8217;s fast &#8211; I mean <strong>really</strong> fast &#8211; and it&#8217;s slick, it&#8217;s functional and it&#8217;s clever.</p>
<p>And that&#8217;s the reason I&#8217;m enjoying it so much &#8211; it&#8217;s clever. <em>I</em> don&#8217;t have to be clever to make it work, it&#8217;s already been done for me. I&#8217;ve not been given the ingredients to create my own browser, I&#8217;ve been given a fantastic browser on a plate.</p>
<p>Firefox&#8217;s downfall is going to be that the user doesn&#8217;t know best after all.</p>
<p>Firefox&#8217;s downfall is going to be that it gave it&#8217;s users enough rope to hang it&#8217;s browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=464</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You Need a Backup</title>
		<link>http://www.dgcomputers.co.uk/?p=315</link>
		<comments>http://www.dgcomputers.co.uk/?p=315#comments</comments>
		<pubDate>Sat, 09 May 2009 12:08:39 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[tales from the front line]]></category>
		<category><![CDATA[money saving]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=315</guid>
		<description><![CDATA[Back It Up, Back It In, Let Me Begin&#8230;
Mr M ran a restaurant.  The restaurant had a computer, a master till and two slave tills running on a wired and wireless network. On one of the busiest days of the year, Mr M&#8217;s master till froze and, on rebooting it, came up with:
Primary master hard [...]]]></description>
			<content:encoded><![CDATA[<h3>Back It Up, Back It In, Let Me Begin&#8230;</h3>
<div id="attachment_318" class="wp-caption alignright" style="width: 220px"><a href="http://beckylikesben.deviantart.com/" target="_blank"><img class="size-full wp-image-318" src="http://www.dgcomputers.co.uk/wp-content/uploads/deadcomputer.png" alt="Thanks to beckylikesben" width="210" height="169" /></a><p class="wp-caption-text">Thanks to beckylikesben</p></div>
<p>Mr M ran a restaurant.  The restaurant had a computer, a master till and two slave tills running on a wired and wireless network. On one of the busiest days of the year, Mr M&#8217;s master till froze and, on rebooting it, came up with:</p>
<pre>Primary master hard disk fail</pre>
<p>Which is never something you want to see. Mr M&#8217;s master till was knackered, and along with it any slave tills were useless.</p>
<p>Mr M managed to get a new hard disk, and had Windows XP reinstalled along with the till software, but Mr M had no backups and so had to completely reprogram the till, which took days.  Mr M had no records of what he&#8217;d sold or taken for months, and no idea how many customers he&#8217;d even had. Mr M&#8217;s workload just quadrupled.</p>
<p><span id="more-315"></span></p>
<hr />Mr M ran a restaurant.  The restaurant had a computer, a master till and two slave tills running on a wired and wireless network. On one of the busiest days of the year, Mr M&#8217;s master till froze and, on rebooting it, came up with:</p>
<pre>Primary master hard disk fail</pre>
<p>Which is never something you want to see. Mr M&#8217;s master till was knackered, and along with it any slave tills were useless.</p>
<p>Mr M managed to get a new hard disk, and had Windows XP reinstalled along with the till software,and Mr M&#8217;s till had been backing up to his computer every day, and his computer backing up to a hard drive that came home with him every night. Mr M reloaded the database, records, configuration and software from the backup and was back where he&#8217;d left off in just a few hours.</p>
<p>There are three things that are certain in life; death, taxes, and a platter of small metalic discs spinning 7,000 times a minute 24 hours a day less than the width of a human hair from magnetised needles will one day fail.</p>
<p>You need a genie in a bottle to avoid the first two, but DG Computers can make your life painless when the third happens. <a href="http://www.dgcomputers.co.uk/pages/contact/">Contact us</a> to talk about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=315</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Which is Cheaper? BT or TalkTalk</title>
		<link>http://www.dgcomputers.co.uk/?p=424</link>
		<comments>http://www.dgcomputers.co.uk/?p=424#comments</comments>
		<pubDate>Sat, 09 May 2009 11:54:16 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[broadband]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[money saving]]></category>
		<category><![CDATA[talktalk]]></category>
		<category><![CDATA[zen intenet]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=424</guid>
		<description><![CDATA[TalkTalk is Cheap?
I made a startling discovery today.  A client was fed up with Talk Talk&#8217;s lack of customer service (everyone is in the end) and was looking at moving back to BT.
I did the maths and discovered the following:
TalkTalk



Talk Talk Line Rental
£13.00


Talk Talk Free Calls
£5.49


Talk Talk Billing Charge
£1.25


Talk Talk Broadband
£12.21


Total:
£31.95



BT with O2 Broadband




BT Line [...]]]></description>
			<content:encoded><![CDATA[<h3>TalkTalk is Cheap?</h3>
<p><img class="alignright size-full wp-image-443" title="bttalktalk" src="http://www.dgcomputers.co.uk/wp-content/uploads/bttalktalk.png" alt="bttalktalk" width="210" height="166" />I made a startling discovery today.  A client was fed up with Talk Talk&#8217;s lack of customer service (everyone is in the end) and was looking at moving back to BT.</p>
<p>I did the maths and discovered the following:</p>
<h3><span id="more-424"></span>TalkTalk</h3>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="200">Talk Talk Line Rental</td>
<td>£13.00</td>
</tr>
<tr>
<td width="200">Talk Talk Free Calls</td>
<td>£5.49</td>
</tr>
<tr>
<td width="200">Talk Talk Billing Charge</td>
<td>£1.25</td>
</tr>
<tr>
<td width="200">Talk Talk Broadband</td>
<td>£12.21</td>
</tr>
<tr>
<td width="200"><strong>Total:</strong></td>
<td><strong>£31.95</strong></td>
</tr>
</tbody>
</table>
<h3>BT with O2 Broadband</h3>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="200">
<div>BT Line Rental:</div>
</td>
<td>£11.25</td>
</tr>
<tr>
<td width="200">
<div>BT Free Calls:</div>
</td>
<td>£4.95</td>
</tr>
<tr>
<td width="200">
<div>BT Billing Charge:</div>
</td>
<td>£0.00</td>
</tr>
<tr>
<td width="200">
<div>O2 Broadband:</div>
</td>
<td>£7.34</td>
</tr>
<tr>
<td>
<div><strong>Total:</strong></div>
</td>
<td><strong>£23.50<br />
</strong></td>
</tr>
</tbody>
</table>
<h3>BT with Zen Internet Broadband</h3>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="200">
<div>BT Line Rental:</div>
</td>
<td>£11.25</td>
</tr>
<tr>
<td width="200">
<div>BT Free Calls:</div>
</td>
<td>£4.95</td>
</tr>
<tr>
<td width="200">
<div>BT Billing Charge:</div>
</td>
<td>£0.00</td>
</tr>
<tr>
<td>
<div>Zen Internet Broadband:</div>
</td>
<td>£17.60</td>
</tr>
<tr>
<td>
<div><strong>Total:</strong></div>
</td>
<td><strong>£33.80</strong></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=424</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beware The Name Squatters!</title>
		<link>http://www.dgcomputers.co.uk/?p=434</link>
		<comments>http://www.dgcomputers.co.uk/?p=434#comments</comments>
		<pubDate>Sat, 09 May 2009 11:24:24 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=434</guid>
		<description><![CDATA[What&#8217;s in a name?
Everyone&#8217;s aware of the importance of registering your company name as a domain &#8211; many people will decide on a company name based on what domains are available.
Unless you can prove you owned the copyright to a domain when it was registered by the low-life thieving scum that registered it first, there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h3>What&#8217;s in a name?</h3>
<div id="attachment_438" class="wp-caption alignright" style="width: 220px"><a href="http://drowning-slowly.deviantart.com/" target="_blank"><img class="size-full wp-image-438" title="butterfly_glass" src="http://www.dgcomputers.co.uk/wp-content/uploads/butterfly_glass.png" alt="Thanks to drowning-slowly" width="210" height="494" /></a><p class="wp-caption-text">Thanks to drowning-slowly</p></div>
<p>Everyone&#8217;s aware of the importance of registering your company name as a domain &#8211; many people will decide on a company name based on what domains are available.</p>
<p>Unless you can prove you owned the copyright to a domain when it was registered by the low-life thieving scum that registered it first, there&#8217;s no recourse, as <a href="http://twitter.com/richardxthripp" target="_blank">Richard X Thripp</a> the creator of the brilliant Wordpress plugin <a href="http://richardxthripp.thripp.com/tweet-this" target="_blank">Tweet This</a> found when someone beat him to tweetthis.net, tweetthis.org, tweet-this.com, and tweet-this.net!</p>
<p>And now there&#8217;s hundreds of other web services that require an unique ID &#8211; a mini-domain if you like. Twitter and MySpace are the obvious ones (Facebook uses a random unique ID), but what&#8217;s next on the conveyor belt of Web 2.0 successes?  Tweba? Ning? Hi5? And these are going to be even harder to claim your company name back on.</p>
<p>So get on the ball now. Get your Twitter name as a start, and then check out <a href="http://namechk.com/#all" target="_blank">namechk.com</a> to see what else there is out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=434</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft creating an iPhone rival?</title>
		<link>http://www.dgcomputers.co.uk/?p=419</link>
		<comments>http://www.dgcomputers.co.uk/?p=419#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:18:25 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=419</guid>
		<description><![CDATA[Do what you do best&#8230;
Microsoft has a proven track record in building it&#8217;s Windows and Office software platforms and a proven track record in extracting all it can from a monopolised market.

Microsoft has a proven track record in building very bad consumer hardware; the Xbox 360&#8217;s Red Ring of Death is legendary (it even has [...]]]></description>
			<content:encoded><![CDATA[<h3>Do what you do best&#8230;</h3>
<p><img class="alignright size-full wp-image-420" title="iphonerod" src="http://www.dgcomputers.co.uk/wp-content/uploads/iphonerod.png" alt="iphonerod" width="210" height="418" />Microsoft has a proven track record in building it&#8217;s Windows and Office software platforms and a proven track record in extracting all it can from a monopolised market.</p>
<p><span id="more-419"></span><br />
Microsoft has a proven track record in building very bad consumer hardware; the Xbox 360&#8217;s <a href="http://en.wikipedia.org/wiki/Xbox_360_technical_problems#Three_flashing_red_lights" target="_blank">Red Ring of Death</a> is legendary (it even has <a href="http://support.microsoft.com/kb/907534" target="_blank">its own MSKB article!</a>), and the unit&#8217;s <a href="http://games.slashdot.org/games/08/09/06/0010219.shtml" target="_blank">failure rate is as high as 68%</a>, and the Zune has <a href="http://itvibe.com/news/4666/" target="_blank">officially be designated a failure</a>.</p>
<p>Microsoft has a proven track record in producing sub-standard, buggy mobile phone operating systems and even when given the ingredients by Apple can&#8217;t get a touch interface working.</p>
<p>Apple has a track record of producing the most beautiful, well built consumer hardware, and continually redefines the operating systems which we use.</p>
<p>Microsoft&#8217;s making an iPhone rival? Sell your Microsoft shares now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=419</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beating Experts Exchange</title>
		<link>http://www.dgcomputers.co.uk/?p=404</link>
		<comments>http://www.dgcomputers.co.uk/?p=404#comments</comments>
		<pubDate>Mon, 27 Apr 2009 16:22:14 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=404</guid>
		<description><![CDATA[Your money or your answers&#8230;
It annoys me THIS much when I Google an error code, problem or question and do my usual open-the-first-ten-pages and end up with tab after tab of Experts Exchange pestering me for money. I was sure that a company that originally registered themselves as ExpertSexChange.com without realising couldn&#8217;t be that clever, [...]]]></description>
			<content:encoded><![CDATA[<h3>Your money or your answers&#8230;</h3>
<p>It annoys me <span style="font-family: mceinline;">THIS</span><span style="font-family: mceinline;"> </span>much when I Google an error code, problem or question and do my usual open-the-first-ten-pages and end up with tab after tab of Experts Exchange pestering me for money. I was sure that a company that originally registered themselves as ExpertSexChange.com without realising couldn&#8217;t be that clever, so today I decided to beat them.</p>
<p><span id="more-404"></span></p>
<h3>Option 1: Make them invisible&#8230;</h3>
<p>If you just want to make it so you don&#8217;t see their results in Google, then you need the following:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/firefox.html" target="_blank">Mozilla Firefox</a> (which you&#8217;re using anyway, right?)</li>
<li><a href="http://www.customizegoogle.com/" target="_blank">Customize Google extension</a></li>
</ul>
<p>Add the latter to the former, in Firefox click Tools &gt; Customize Google Options &gt; Filter and add:</p>
<pre>htt*://*.expertsexchange.*/*
htt*://*.experts-exchange.*/*</pre>
<p>A browser restart and &#8211; voila! &#8211; no more Experts Exchange results.</p>
<h3>Option 2: Get the answers for free&#8230;</h3>
<p>Even more fun is beating them at their own game and making their website give you the answers every time.   For this you&#8217;ll need:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/firefox.html" target="_blank">Mozilla Firefox</a></li>
<li><a href="http://chrispederick.com/work/user-agent-switcher/" target="_blank">User Agent Switcher</a> extension</li>
<li><a href="http://adblockplus.org/en/" target="_blank">AdBlock Plus</a> extension</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4364" target="_blank">AdBlock Plus Element Hiding Helper</a> extension</li>
</ul>
<address style="padding-left: 30px;">(I&#8217;d install the lot now and do a single browser restart at this stage)</address>
<p>Experts Exchange use three methods to stop you from getting at the answers:</p>
<ol>
<li>They put the answers right at the bottom of the page so you have to scroll through pages and pages of dross</li>
<li>They put a cookie onto your computer so you can&#8217;t view multiple answers</li>
<li>They monitor your referer (the website you came from) so you can view the answer if you come from a Google search, but not if you go there directly</li>
</ol>
<p>The weak point here is that to appear in Google searches, they have to provide the answers to the Googlebot (the machine that trawls the web for Google). So, if we can pretend to be the Googlebot, they&#8217;ll give us the answers.</p>
<h3>Be a bot&#8230;</h3>
<p>After installing the User Agent Switcher into Firefox and downloading <a href="/files/google_bot_uas.xml" target="_blank">this xml file</a>*, you can then go to:</p>
<p>Tools &gt; User Agent Switcher &gt; Options &gt; Options &gt; User Agents &gt; Import</p>
<p>and import the XML file.   Now, under:</p>
<p>Tools &gt; User Agent Switcher</p>
<p>There is <span style="font-style: italic;">Googlebot 2.1</span>.</p>
<h3>Block their cookies&#8230;</h3>
<p>The next stage is to stop them putting cookies on your computer to track repeat visits.  This is easy to do in Firefox:</p>
<ul>
<li>Tools &gt; Options &gt; Privacy &gt; Cookies &gt; Exceptions</li>
<li>Enter <span style="font-style: italic;">experts-exchange.com </span>and click Block</li>
<li>Enter <span style="font-style: italic;">expertsexchange.com </span>and click Block</li>
</ul>
<h3>Clear the dross&#8230;</h3>
<p>Now if you set your User Agent to Googlebot and visit their site, you will see the solution, but it&#8217;s still at the bottom of the page. Using AdBlock we can clear the stuff in between to make the page look like this:</p>
<p><img class="left size-full wp-image-406" title="expertsfixed" src="http://www.dgcomputers.co.uk/wp-content/uploads/expertsfixed.jpg" alt="expertsfixed" width="475" height="487" /></p>
<p>To do this, download <a href="/files/ex_ex_abp_filters.txt" target="_blank">this file</a>, then go to AdBlock Plus&#8217; Preferences, click Filters &gt; Import Custom Filters, select the file you downloaded, click Append and then OK.</p>
<p>Now if you go to the same page, all you see is the Question and the Solution</p>
<h3>Improvements</h3>
<p>This would be perfect if there was a way of setting the user-agent based on the domain you&#8217;re visiting, but I don&#8217;t know of one.  If anyone else does, do let me know and I&#8217;ll update this guide.</p>
<hr />* Thanks to <a href="http://techpatterns.com/" target="_blank">Tech Patterns</a>&#8216; <a href="http://techpatterns.com/forums/about304.html" target="_blank">User Agent Switcher XML file</a> which I culled this from.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=404</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP Error 553 on Plesk 9</title>
		<link>http://www.dgcomputers.co.uk/?p=394</link>
		<comments>http://www.dgcomputers.co.uk/?p=394#comments</comments>
		<pubDate>Sun, 26 Apr 2009 00:40:00 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=394</guid>
		<description><![CDATA[You&#8217;ve not got mail&#8230;
During a migration of domains, websites, databases and emails from one server to another, most things went as planned.
Once of those domains was this one, dgcomputers.co.uk, and one of these e-mail addresses was mine, and it did not go as planned.

I had moved the domain to 123 Reg, using their name servers, [...]]]></description>
			<content:encoded><![CDATA[<h3>You&#8217;ve not got mail&#8230;</h3>
<div id="attachment_395" class="wp-caption alignright" style="width: 220px"><a href="http://bisiobisio.deviantart.com/"><img class="size-full wp-image-395" title="email" src="http://www.dgcomputers.co.uk/wp-content/uploads/email.png" alt="Thanks to bisiobisio" width="210" height="210" /></a><p class="wp-caption-text">Thanks to bisiobisio</p></div>
<p>During a migration of domains, websites, databases and emails from one server to another, most things went as planned.</p>
<p>Once of those domains was this one, dgcomputers.co.uk, and one of these e-mail addresses was mine, and it did not go as planned.</p>
<p><span id="more-394"></span><br />
I had moved the domain to 123 Reg, using their name servers, and set up the new dgcomputers.co.uk domain on the new server, and let the changes propagate.</p>
<p>24 hours later, my e-mail address seemed to be a black hole for many mail senders (Hotmail, NTL) and others threw back this error:</p>
<pre>&lt;&#100;&#114;&#101;&#119;&#64;&#100;&#103;&#99;&#111;&#109;&#112;&#117;&#116;&#101;&#114;&#115;&#46;&#99;&#111;&#46;&#117;&#107;&gt;:
[my new server's IP] does not like recipient.
Remote host said: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1
Giving up on [my new server's IP].</pre>
<p>Having experience with 5.7.1 SMTP errors, and with my new mail server throwing them up, I thought it might be trying to relay to another domain, and so wasted a good few hours looking into that.</p>
<p>Then I thought that maybe the changes hadn&#8217;t propagated yet, and so used <a href="http://network-tools.com/" target="_blank">Network Tools&#8217; Email Verification tool</a> where I could see the process of picking NS, MX records and SMTP output, and it was picking the MX from my new NS and still throwing the same error, so no propagation issue.</p>
<p>My knowledgeable web developer suggested I may need to complete 1&amp;1&#8217;s internal DNS settings even though I was using external name servers, which kind of made sense knowing how 1&amp;1 try and rail road you into using them for everything, but even that didn&#8217;t work.</p>
<p>Then I started clutching at straws.  Spam blacklisted? No. Maybe my missing SPF record? No. I was at a dead end.</p>
<p>Fiddling away in Plesk I turn off the mail services for my domain, and then turned them on again, and bingo &#8211; e-mails started again.</p>
<p>I post this in the hope that someday someone will come across it in the same situation and I&#8217;ll save them 48 hours they&#8217;ll never see again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=394</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>123&#8217;s Awful Design</title>
		<link>http://www.dgcomputers.co.uk/?p=391</link>
		<comments>http://www.dgcomputers.co.uk/?p=391#comments</comments>
		<pubDate>Sat, 25 Apr 2009 18:29:39 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[123 reg]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=391</guid>
		<description><![CDATA[I don&#8217;t know if anyone else uses 123 Reg for their domains, but I do.  They&#8217;re cheap and you get free DNS and web forwarding, which is all I need.
However, their interface is awful.  Not conducive to getting anything done, so I&#8217;ve designed (I use &#8216;designed&#8217; loosely) my own interface, which at least has a [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if anyone else uses 123 Reg for their domains, but I do.  They&#8217;re cheap and you get free DNS and web forwarding, which is all I need.</p>
<p>However, their interface is awful.  Not conducive to getting anything done, so I&#8217;ve designed (I use &#8216;designed&#8217; loosely) my own interface, which at least has a menu system.</p>
<p>Any 123 Reg user is free to give it a whirl. It&#8217;s at <a href="http://www.dgcomputers.co.uk/123/" target="_blank">www.dgcomputers.co.uk/123/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=391</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sending Large Files</title>
		<link>http://www.dgcomputers.co.uk/?p=310</link>
		<comments>http://www.dgcomputers.co.uk/?p=310#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:35:46 +0000</pubDate>
		<dc:creator>drewgraham</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.dgcomputers.co.uk/?p=310</guid>
		<description><![CDATA[When e-mail doesn&#8217;t cut it anymore&#8230;
Imagine you&#8217;re sat in London.  Imagine you have a selection of large files to get to differing parts of the world.  A 50MB file to get to Aberdeen, a 250MB file to get to Los Angeles and a 1GB file to get to Melbourne. How do you go about it?

First [...]]]></description>
			<content:encoded><![CDATA[<h3>When e-mail doesn&#8217;t cut it anymore&#8230;</h3>
<div id="attachment_312" class="wp-caption alignright" style="width: 220px"><a href="http://-kol.deviantart.com/" target="_blank"><img class="size-full wp-image-312" src="http://www.dgcomputers.co.uk/wp-content/uploads/strangeworld.png" alt="Thanks to -kol" width="210" height="131" /></a><p class="wp-caption-text">Thanks to -kol</p></div>
<p>Imagine you&#8217;re sat in London.  Imagine you have a selection of large files to get to differing parts of the world.  A 50MB file to get to Aberdeen, a 250MB file to get to Los Angeles and a 1GB file to get to Melbourne. How do you go about it?</p>
<p><span id="more-310"></span><br />
First let&#8217;s rule out some things:</p>
<ul>
<li>E-mail wasn&#8217;t designed for files of these sizes, and even if it does go through, it&#8217;s just rude to clog up someone&#8217;s inbox with something that big.</li>
<li>E-mail is free (kind of), and so any solution should be free (kind of), so bye-bye YouSendIT and the ilk.</li>
</ul>
<h3>PipeBytes</h3>
<p>First up is a free service called <a href="http://www.pipebytes.com/" target="_blank">PipeBytes</a>.  This allows you to send a file through the website at a maximum of 512Kbps (unless you pay them for a 3Mbps service).</p>
<p>The beauty is that, because you can download quicker than you can upload on most broadband internet connections, you end up sending the file directly to the recipient.</p>
<p>The downside is a dropped or interrupted connection means starting all over again, and at 3.75MB per minute a 250MB file would take over an hour.  Services like this generally have a short shelf life before they fold / become paid-only / diversify, so I don&#8217;t know how much longer it will be around for.</p>
<h3>Dropbox</h3>
<p>A more permanent solution between two people is to use <a href="http://www.getdropbox.com/" target="_blank">Dropbox</a>.  Dropbox needs to be installed on each computer that wants access to a &#8216;box&#8217;, but once it is the files are available in what looks like a normal folder. Dropbox is primarily a file syncing service (keeping the same version of a file on multiple computers) rather than a file sending service, but can be used as the latter.</p>
<p>You can even set up &#8216;collaborators&#8217; to give other Dropbox users access to your files, or make files available to people without a Dropbox account by making them public, but this has a 350MB limit as they have to be downloaded using the web interface.</p>
<p>Whilst there&#8217;s currently no limit on how big the files can be, the free service has a 2GB storage limit.</p>
<h3>FTP</h3>
<p>FTP (basically putting a file on a website) is still quite a geeks-only domain. But in Windows XP and Vista, it can be quite simple to use.  Obviously, you need a web server to FTP onto, and many free or cheap website hosts have a file size limit, so this solution isn&#8217;t for everyone.</p>
<p>First off you need to create an FTP account on the server.  If you already have one &#8211; and it is your root account  (i.e. gives you access to everything) &#8211; then be sure you know the path to the directory you want to access (i.e. /public_html/forsharing/).</p>
<p>You can then follow <a href="http://www.dgcomputers.co.uk/blog/2009/04/using-ftp-in-windows-xp/" target="_blank">my instructions for Windows XP</a>, or <a href="http://blog.fastmail.fm/2007/07/10/easy-access-to-ftp-with-vista/" target="_blank">these instructions for Windows Vista</a>.</p>
<p>There&#8217;s two last stages before it&#8217;s user friendly &#8211; enablind indexing on the direcrory you&#8217;ve uploaded to (so users don&#8217;t get 403 errors) and, optionally, to use htaccess to password protect the directory.  Your web host will be able to help you better than I can with these.</p>
<p>Then, if you go to http://yourdomain.com/forsharing the files are available there.</p>
<h3>Post It</h3>
<div id="attachment_342" class="wp-caption alignright" style="width: 220px"><a href="http://diffusionist.deviantart.com/" target="_blank"><img class="size-full wp-image-342" title="postbox" src="http://www.dgcomputers.co.uk/wp-content/uploads/postbox.png" alt="Thanks to Diffusionist" width="210" height="315" /></a><p class="wp-caption-text">Thanks to Diffusionist</p></div>
<p>It&#8217;s ridiculous that in the age of being able to put robots on distant planets there&#8217;s no other way, but if you have a humongous file to get to somewhere far away, one of the best ways is to burn it to a DVD / CD and pop it in the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dgcomputers.co.uk/?feed=rss2&amp;p=310</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
