<?xml version="1.0" encoding="utf-8"?> 
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]> 
<rss version="0.92"> 
<channel> 
<title>Foggylog</title> 
<link>http://www.fogma.co.uk/foggylog</link> 
<description></description> 
<language>en</language> 
<item> 
  <title>Stuttering 1.3L Fiesta</title> 
  <link>http://www.fogma.co.uk/foggylog/archive/364.html</link> 
  <description>&lt;p&gt;I recently left my 1.3l V Reg (1999) Ford Fiesta in a damp field overnight (I was taking part in a bike race!) and that night it rained a lot. The next morning I was driving home and discovered the car had developed a stutter / kangaroo / judder (or whatever you want to call it) at low to medium rev's when you accelerated.&lt;/p&gt;
&lt;p&gt;Research pointed towards the fuel filter, spark plugs and HT leads. The fuel filter was the cheapest item at under &amp;pound;5, so I replaced that first. The fuel filter is located on the passenger side just in front of the rear wheel. The pipes just unclip and there is one screw holding it in place. Advice from a ford mechanic was &amp;quot;change it quick and then you don't get too much fuel over the floor&amp;quot;. So it was pretty easy to replace, however unfortuanely it didn't solve the problem.&lt;/p&gt;
&lt;p&gt;Therefore next thing to replace was the plugs and leads. These cost &amp;pound;30 and were easy enough to replace with the aid of my dad's ramps (as it's easiest to unplug them from underneath the car). The assistance of second person is a good idea when changing the HT leads due to the location of the distributor on the back of the engine. Anyway changing the plugs and leads solved the problem, and now the car is running perfectly again.&lt;/p&gt;
&lt;p&gt;Glad I didn't have to take it to a garage as they wanted &amp;pound;85+VAT just to diagnose the problem!&lt;/p&gt;</description> 
</item> 
<item> 
  <title>Blast from the past</title> 
  <link>http://www.fogma.co.uk/foggylog/archive/363.html</link> 
  <description>&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Zbpe4YQ0ui4&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Zbpe4YQ0ui4&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4uDAUgLc9L8&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/4uDAUgLc9L8&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=PjtzMwFh3qk&quot;&gt;This one&lt;/a&gt; is quite funny as well... we must have made an impression!&lt;/p&gt;</description> 
</item> 
<item> 
  <title>Viewing Acrobat Documents on Dual Screens</title> 
  <link>http://www.fogma.co.uk/foggylog/archive/362.html</link> 
  <description>&lt;p&gt;Acrobat is annoying as you can't view two documents side by side on dual monitors (without much window resizing and faffing)... I've finally found the solution.&lt;/p&gt;
&lt;p&gt;Open Windows Explorer. Click Tools -&gt; Folder Options -&gt; File Types. Find the PDF entry and click &amp;quot;Advanced&amp;quot;. Edit the Open Action and change &amp;quot;Application used to perfom action:&amp;quot; from your equivalent of:&lt;p&gt;
&lt;p&gt;&amp;quot;C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe&amp;quot; &amp;quot;%1&amp;quot;&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;&amp;quot;C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe&amp;quot; /n &amp;quot;%1&amp;quot;&lt;/p&gt;

&lt;p&gt;Then each acobat document will open in a new instance of Acrobat reader. Probably has a nasty effect on RAM usage, but never mind...&lt;/p&gt;</description> 
</item> 
<item> 
  <title>Wobbly Thule 561 Outride Bike Carrier</title> 
  <link>http://www.fogma.co.uk/foggylog/archive/360.html</link> 
  <description>&lt;p&gt;If your bike wobbles when it's on a Thule 561 Cycle carrier then it's because the fork clamp mechanism is not done up tight enough. To resolve this try putting a bit of lubricating grease on the sliding plastic/metal interface. This will enable you to do the clamp up much tighter and eliminate the wobble!&lt;/p&gt;
&lt;p&gt;Note - don't forget to always do the key lock up whenever your bike is on the carrier, as the greese will also make it easier for the clamp to come undone accidentally!&lt;/p&gt;</description> 
</item> 
<item> 
  <title>PHP4 upgrade to PHP5 breaks PHP_AUTH_USER / PHP_AUTH_PW</title> 
  <link>http://www.fogma.co.uk/foggylog/archive/359.html</link> 
  <description>&lt;p&gt;Since Purplecloud kicked me off for getting too much spam, I've been using Streamline.net for my hosting. Recently they upgraded from PHP4 to PHP5 and suddenly the HTTP Authorisation for one of my sites stopped working. The authorisation is handled by PHP which is quite useful (as using a .htaccess password seems to upset Streamline's server for some unknown reason).&lt;/p&gt;
&lt;p&gt;In the end I found a nice complicated solution &lt;a href=&quot;http://www.stevenroddis.com.au/2006/12/06/php-http-auth-cgi/&quot;&gt; here&lt;/a&gt;. Why it works I've not really thought about, however it does work and I'm glad I don't have to think any further!&lt;/p&gt;</description> 
</item> 
</channel> 
         </rss> 
