<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>Devblog</title>
	<link>http://www.devblog.co.uk</link>
	<description>Web Development &#038; Stuff</description>
	<pubDate>Fri, 28 Nov 2008 12:20:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>The 15% VAT Change: Software development lessons learned</title>
		<link>http://www.devblog.co.uk/2008/11/28/the-15-vat-change-software-development-lessons-learned/</link>
		<comments>http://www.devblog.co.uk/2008/11/28/the-15-vat-change-software-development-lessons-learned/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 12:20:28 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/11/28/the-15-vat-change-software-development-lessons-learned/</guid>
		<description><![CDATA[With the suprise announcement that the government is going to reduce the VAT rate to 15%, there was much media coverage about how this may or may not help the economy, whether the high street will actually pass on the savings to consumers and as per usual, nothing much about how this affects the IT [...]]]></description>
			<content:encoded><![CDATA[<p>With the suprise announcement that the government is going to reduce the VAT rate to 15%, there was much media coverage about how this may or may not help the economy, whether the high street will actually pass on the savings to consumers and as per usual, nothing much about how this affects the IT services that support the ever-increasing amount of small businesses that are moving online.</p>
<p>I&#8217;m sure I wasn&#8217;t alone in suffering a feeling of dread when I heard that the new rate is going to go into effect on the 1st December 2008, leaving us just 5 days to plan, implement &#038; test any changes that need to be made. For the majotity of the businesses I run sites for, this was a minor thing since I tend to follow these simple rules:</p>
<ul>
<li>Store the VAT charged with the payment record - don&#8217;t rely on coding to calculate it post-transaction</li>
<li>Store the VAT amount in a configuration file or database value - never hard code it</li>
</ul>
<p>In these cases all I need to do is change the VAT amount on the morning of the 1st and everything will be fine. There is one company though that wasn&#8217;t so easy to change.</p>
<p><strong>VAT &#038; Services</strong><br />
Our primary client, <a href="http://www.medicology.co.uk" title="NHS Training &#038; Development Courses from Medicology">Medicology</a>, provides services in the form of training courses. People decide to book onto one of their courses, usually well in advance and they receive a 28 day invoice which is then paid. In this companies case, the tax point (the point at which the VAT is calculated and paid) is the point at which the course is run. This has major implications for them:</p>
<ul>
<li>If a customer had booked onto a course in September, they would have been invoiced at 17.5%</li>
<li>However, if the course they are attending runs in January, they should have been invoiced at 15%</li>
<li>This would therefore require the original invoice to be credit noted at n17.5% and then a new invoice generated at 15%</li>
</ul>
<p>This was potentially devastating for the company as they may have hundreds of invoices, some paid, some unpaid which need credit noting, re-invoicing and in some cases, refunds issued and new payments taken.</p>
<p>Luckily, due to the short notice, the <a href="http://www.hmrc.gov.uk">HMRC</a> has said they will waive this process and let the existing invoices stand. This will save the company hundreds of man-hours and thus thousands of pounds. From a customer point of view, they are not loosing out by paying the extra VAT since the majority of courses are paid for by the NHS Trusts who can claim back the VAT, whatever the amount.</p>
<p>I will be keeping a close eye on the press for what will happen in 13 months time when the rate will increase and my guess is, the government won&#8217;t be so kind about letting people off paying additional VAT. In this case, their courses running in 2010 may have to be re-issued so as soon as the new VAT rate is announced, I will be making changes ot the system to calculate the VAT amount based on the tax point as opposed to the current amount.</p>
<p>I just hope they decide the amount sooner rather than later</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/11/28/the-15-vat-change-software-development-lessons-learned/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1and1 Dedicated Root Server and resizing their partitions</title>
		<link>http://www.devblog.co.uk/2008/09/23/1and1-dedicated-root-server-and-resizing-their-partitions/</link>
		<comments>http://www.devblog.co.uk/2008/09/23/1and1-dedicated-root-server-and-resizing-their-partitions/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 11:59:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/09/23/1and1-dedicated-root-server-and-resizing-their-partitions/</guid>
		<description><![CDATA[I&#8217;ve got one of 1and1 root servers and it just went tits up again and required a reinstall. After going through the Server Re-Image process the server is up and running again - with the following stupid partition setup:

1Gb / (on a 120Gb drive!)
5Gb /var
5Gb /usr
109Gb /home

Now unless you run a company creating static HTML [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got one of 1and1 root servers and it just went tits up again and required a reinstall. After going through the Server Re-Image process the server is up and running again - with the following stupid partition setup:</p>
<ul>
<li>1Gb / (on a 120Gb drive!)</li>
<li>5Gb /var</li>
<li>5Gb /usr</li>
<li>109Gb /home</li>
</ul>
<p>Now unless you run a company creating static HTML files for 100 million small businesses, this is a really stupid setup.</p>
<p>Here&#8217;s how you can sort it all out into something more useful. I wanted everything on just one major / partition so I could just forget about it.</p>
<ul>
<li>Reboot using the Linux Rescue Mode (from the 1and1 Control Panel)</li>
<li>The default setup has just enough data on it to fit on the 1GB partition. Copy it all over as follows:
<ul>
<li>mkdir /mnt/root</li>
<li>mkdir /mnt/var</li>
<li>mkdir /mnt/usr</li>
<li>mount -t ext3 /dev/sda1 /mnt/root</li>
<li>mount -t xfs /dev/sda5 /mnt/usr</li>
<li>mount -t xfs /dev/sda6 /mnt/var</li>
<li>mv /mnt/var/* /mnt/root/var</li>
<li>mv /mnt/usr/* /mnt/root/usr</li>
</ul>
</li>
<li>Next: modify fstab for the new setup: use VI to open /mnt/root/etc/fstab and remove the lines containing /var /usr /home</li>
<li>umount -a</li>
<li>Next: move your swap to the end of the drive and resize your main / partition to fill the space:
<ul>
<li>Run: &#8220;parted&#8221;</li>
<li>&#8220;resize 2 start end&#8221; where start and end are near the end of the drive</li>
<li>&#8220;resize 1 0 near-the-end&#8221;</li>
<li>If you get errors, try doing the resize in increments</li>
</ul>
<li>Reboot and you&#8217;re done</li>
</ul>
<p>All fixed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/09/23/1and1-dedicated-root-server-and-resizing-their-partitions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How much tax do you pay?</title>
		<link>http://www.devblog.co.uk/2008/07/30/how-much-tax-do-you-pay/</link>
		<comments>http://www.devblog.co.uk/2008/07/30/how-much-tax-do-you-pay/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 07:25:24 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/07/30/how-much-tax-do-you-pay/</guid>
		<description><![CDATA[With the current political and economical climate I was wondering how much tax I actually pay every month so I spent a quick five minutes working it out. Every month we&#8217;ve got those taxes we need to pay:

Income Tax - 20% a month
Council Tax - £113 a month
Road Licence Tax - £15 a month

So that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>With the current political and economical climate I was wondering how much tax I actually pay every month so I spent a quick five minutes working it out. Every month we&#8217;ve got those taxes we need to pay:</p>
<ul>
<li>Income Tax - 20% a month</li>
<li>Council Tax - £113 a month</li>
<li>Road Licence Tax - £15 a month</li>
</ul>
<p>So that&#8217;s the big ones every month but it doesn&#8217;t stop there because for everything else (except rent in my case) you pay tax on in the form of VAT at 17.5%. And then if you have any money left after paying all the bills and want to enjoy yourself, you may have to shell out more on added tax on beer or cigarettes for example.</p>
<p>Then there&#8217;s the issue with fuel - as well as VAT, there&#8217;s also Fuel Duty Tax - an extra 43% per litre.</p>
<p>I&#8217;ve worked this out and for my wages it works out that by paying my bills and going to work every day, about 36% of my money goes straight in the governments pockets. And then they piss it all away building big wheels in London instead of using it productively to improve the conditions of living in the country.</p>
<p>Something to think about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/07/30/how-much-tax-do-you-pay/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE7 File Uploads don&#8217;t work - nothing happens</title>
		<link>http://www.devblog.co.uk/2008/07/11/ie7-file-uploads-dont-work-nothing-happens/</link>
		<comments>http://www.devblog.co.uk/2008/07/11/ie7-file-uploads-dont-work-nothing-happens/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 11:34:16 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/07/11/ie7-file-uploads-dont-work-nothing-happens/</guid>
		<description><![CDATA[So, Microsoft have a released a new Internet Explorer and as per usual, we&#8217;re going to have to re-code all our sites for it. So, what&#8217;s this versions problem: file uploads.
I have a site that uploads a file in the usual HTML form way and then the PHP on the server checks if it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>So, Microsoft have a released a new Internet Explorer and as per usual, we&#8217;re going to have to re-code all our sites for it. So, what&#8217;s this versions problem: file uploads.</p>
<p>I have a site that uploads a file in the usual HTML form way and then the PHP on the server checks if it&#8217;s a JPEG and uses copy() to move it to a desired folder. I tested it in FireFox and everything was working fine and since it&#8217;s so simple a script I left it at that. Then a client with IE7 called me because he was trying to upload a jpeg and nothing was happening. I fired up IE and gave it a go and when I clicked on the Submit button it just sat there, doing sod all.</p>
<p>A bit of digging and I found that the problem was because I&#8217;d included the following in the code for the Submit Button:</p>
<blockquote><p>onClick=&#8221;this.disabled = true;&#8221;</p></blockquote>
<p>This was being executed by IE and then it appears it just sits there and forgots you clicked Submit. You can give IE a good kicking and get it working again by changing it to:</p>
<blockquote><p>onClick=&#8221;this.disabled = true; document.form.submit();&#8221;</p></blockquote>
<p>I hate IE and M$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/07/11/ie7-file-uploads-dont-work-nothing-happens/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MS Access won&#8217;t open the ODBC Window</title>
		<link>http://www.devblog.co.uk/2008/06/27/ms-access-wont-open-the-odbc-window/</link>
		<comments>http://www.devblog.co.uk/2008/06/27/ms-access-wont-open-the-odbc-window/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:15:23 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/06/27/ms-access-wont-open-the-odbc-window/</guid>
		<description><![CDATA[We use MySQL Databases with PHP front ends for pretty much all our organisations needs but occassionally we need to get something done before I can come up with a system for it. The most recent example was the collection of Contact data which would eventually be integrated into our main Customer database.
We let our [...]]]></description>
			<content:encoded><![CDATA[<p>We use MySQL Databases with PHP front ends for pretty much all our organisations needs but occassionally we need to get something done before I can come up with a system for it. The most recent example was the collection of Contact data which would eventually be integrated into our main Customer database.</p>
<p>We let our Admin staff loose on the collection process and as I didn&#8217;t have any input, they used MS Excel to store the info. Now the time has come to add the info to our main MySQL Database and process it for any errors. To minimise the amount of work I&#8217;d have to do I wanted to use both Access and PHP to do some processing and data manipulation so I installed WAMP on my laptop and the Mysql ODBC Connector.</p>
<p>After loading up Access, I tried to connect to the MySQL table I&#8217;d created but after choosing:</p>
<blockquote><p>File > Get External Data > Link Tables&#8230;</p></blockquote>
<p>After choosing &#8220;ODBC Databases&#8221; from the Files of Type, nothing happens.</p>
<p>Turns out it is the &#8220;wonderful&#8221; Norton Internet Security at work again. You can fix it through the following method:</p>
<ul>
<li>In the System Tray, double-click the Norton icon</li>
<li>Click Norton Internet Security.</li>
<li>Click Settings.</li>
<li>Click Additional Options, then Virus and Spyware Protection Options.</li>
<li>Click Miscellaneous.</li>
<li>Clear the Turn on scanning for Microsoft Office Documents check box.</li>
</ul>
<p>Close Access if you had it open and then open your DB again. Should work fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/06/27/ms-access-wont-open-the-odbc-window/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Still getting General Failure messages in Firefox</title>
		<link>http://www.devblog.co.uk/2008/03/27/still-getting-general-failure-messages-in-firefox/</link>
		<comments>http://www.devblog.co.uk/2008/03/27/still-getting-general-failure-messages-in-firefox/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 14:48:07 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Email &amp; Spam]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/03/27/still-getting-general-failure-messages-in-firefox/</guid>
		<description><![CDATA[In a previous post I wrote about Outlook, Firefox and &#8220;General Failure&#8221; messages and a solution to stop these messages from appearing. I&#8217;ve just had an update to Firefox and had to go through the same process again because the error messages were coming back. This time it didn&#8217;t work though.
A bit of poking around [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post I wrote about <a href="http://www.devblog.co.uk/2008/02/23/outlook-firefox-and-general-failure-messages/">Outlook, Firefox and &#8220;General Failure&#8221; messages</a> and a solution to stop these messages from appearing. I&#8217;ve just had an update to Firefox and had to go through the same process again because the error messages were coming back. This time it didn&#8217;t work though.</p>
<p>A bit of poking around the interweb has given me this little gem though. Basically it has to do with DDE, an old method of allowing applications to communicate with each other. The simplest thing to do is disable it for Firefox:</p>
<ol>
<li>Go to Control Panel -> Folder Options -> File Types.</li>
<li>Click on: Extension: {NONE}, filetype: Firefox URL</li>
<li>Click on Advanced</li>
<li>Click Edit</li>
<li>Uncheck the “Use DDE”, and OK twice.</li>
<li>Repeat 2-5 for the the following:
<ol>
<li>“URL: Hypertext Transfer Protocol”</li>
<li>“URL: Hypertext Transfer Protocol with Privacy”</li>
</ol>
</li>
</ol>
<p>Hopefully this one should fix the problem permenantly</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/03/27/still-getting-general-failure-messages-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;My Pictures&#8221; displaying the wrong previews when in Thumbnails mode</title>
		<link>http://www.devblog.co.uk/2008/02/28/my-pictures-displaying-the-wrong-previews-when-in-thumbnails-mode/</link>
		<comments>http://www.devblog.co.uk/2008/02/28/my-pictures-displaying-the-wrong-previews-when-in-thumbnails-mode/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 15:52:13 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/02/28/my-pictures-displaying-the-wrong-previews-when-in-thumbnails-mode/</guid>
		<description><![CDATA[I was browsing the &#8220;My Pictures&#8221; folder and noticed that the previews of the various images in the folder were wrong. It wasn&#8217;t all of them and it wasn&#8217;t a certain file type either, just some of them were wrong. After a bit of poking around I found the cause.
I have recently got a new [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing the &#8220;My Pictures&#8221; folder and noticed that the previews of the various images in the folder were wrong. It wasn&#8217;t all of them and it wasn&#8217;t a certain file type either, just some of them were wrong. After a bit of poking around I found the cause.</p>
<p>I have recently got a new laptop and when I transferred everything across I just dumped things in a shared drive and copied it across, including certain files such as Desktop.ini and Thumbs.db. The last file was the cause of the problem and the simplest fix is this:</p>
<ul>
<li>Open Windows Explorer (or My Computer) and go to &#8220;My Pictures&#8221;</li>
<li>Go to &#8220;Tools&#8221; > &#8220;Folder Options&#8230;&#8221;</li>
<li>Uncheck &#8220;Hide protected operating system files [Recommended]&#8221; and click OK</li>
<li>Delete the file &#8220;Thumbs.db&#8221;</li>
<li>Change back the setting for hiding protected files</li>
<li>Preview the folder again - everything should be back to normal</li>
</ul>
<p>You might have to do this with every folder that contains images and therefore a Thumbs.db file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/02/28/my-pictures-displaying-the-wrong-previews-when-in-thumbnails-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Default VirtualHost in Apache 2.2 won&#8217;t change</title>
		<link>http://www.devblog.co.uk/2008/02/26/default-virtualhost-in-apache-22-wont-change/</link>
		<comments>http://www.devblog.co.uk/2008/02/26/default-virtualhost-in-apache-22-wont-change/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 12:47:09 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/02/26/default-virtualhost-in-apache-22-wont-change/</guid>
		<description><![CDATA[Ah, more problems configuring a 1and1 Dedicated Server. This time it was getting up the proper holding page I wanted for any unused domains. By &#8220;Unused&#8221; I mean domains that are pointed at the server but have no website attached to them and therefore have no VirtualHost container within httpd.conf.
I&#8217;ve read through the manual and [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, more problems configuring a 1and1 Dedicated Server. This time it was getting up the proper holding page I wanted for any unused domains. By &#8220;Unused&#8221; I mean domains that are pointed at the server but have no website attached to them and therefore have no VirtualHost container within httpd.conf.</p>
<p>I&#8217;ve read through the manual and various other tutorial sites several times and still couldn&#8217;t find where I was going wrong. Instead of getting my simple company branded holding page I got 1and1&#8217;s holding page (but hosted on my server). I eventually gave up on trying to re-write my httpd.conf and instead did a search for the text &#8220;http://www.oneandone.co.uk&#8221; which was contained within the HTML document used in the holding page. You can search the drive using:</p>
<blockquote><p>grep -R &#8220;http://www.oneandone.co.uk&#8221; /var/www/*</p></blockquote>
<p>Among a few other files the main one I noticed was a file contained in the /etc/httpd/conf.d folder containing the apache configuration for Pleask and since this is loaded into httpd before any of my directives, this was causing the VirtualHost container I had created as default to be overwriten by a Plesk one which is higher up the series of config files.</p>
<p>Since I don&#8217;t give a crap about Pleask I just moved the file out of the conf.d folder and restarted apache and all was fixed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/02/26/default-virtualhost-in-apache-22-wont-change/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another pointless post</title>
		<link>http://www.devblog.co.uk/2008/02/23/another-pointless-post/</link>
		<comments>http://www.devblog.co.uk/2008/02/23/another-pointless-post/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 21:09:51 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/02/23/another-pointless-post/</guid>
		<description><![CDATA[Happy Birthday DevBlog. You&#8217;re 3 today.
Carry on&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Happy Birthday DevBlog. You&#8217;re 3 today.</p>
<p>Carry on&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/02/23/another-pointless-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Outlook, Firefox and &#8220;General Failure&#8221; messages</title>
		<link>http://www.devblog.co.uk/2008/02/23/outlook-firefox-and-general-failure-messages/</link>
		<comments>http://www.devblog.co.uk/2008/02/23/outlook-firefox-and-general-failure-messages/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 10:08:13 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Email &amp; Spam]]></category>

		<guid isPermaLink="false">http://www.devblog.co.uk/2008/02/23/outlook-firefox-and-general-failure-messages/</guid>
		<description><![CDATA[Update There is a new solution at Still getting General Failure messages in Firefox
Original Post
This problem occurs when you click on a link in Outlook and the page opens in Firefox but also creates an error message along the lines of:
General Failure. The URL was:
&#8220;http://www.devblog.co.uk&#8221;. The system cannot find the file specified.
I think that this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong> There is a new solution at <a href="http://www.devblog.co.uk/2008/03/27/still-getting-general-failure-messages-in-firefox/">Still getting General Failure messages in Firefox</a></p>
<p><strong>Original Post</strong></p>
<p>This problem occurs when you click on a link in Outlook and the page opens in Firefox but also creates an error message along the lines of:</p>
<blockquote><p>General Failure. The URL was:<br />
&#8220;http://www.devblog.co.uk&#8221;. The system cannot find the file specified.</p></blockquote>
<p>I think that this problem only occurs in Outlook 2007 but I could be wrong. Anyway, the problem appears on both XP and Vista and in both cases the same registry fix will cure the problem. Usual advice: back up the registry and important data and if it all goes wrong, moan to someone else!</p>
<p>Go to &#8220;Start > Run&#8221; and Enter &#8220;Regedit&#8221;. Or in vista I think you can just type &#8220;Regedit&#8221; in the box at the bottom (I can&#8217;t be more specific, I left my Vista laptop at work). When you&#8217;ve got regedit open head to the following path:</p>
<blockquote><p>HKEY_CLASSES_ROOT\FirefoxURL\shell\open\ddeexec</p></blockquote>
<p>Open the key &#8220;Default&#8221; which should have the value of &#8220;&#8221;%1&#8243;,,0,0,,,,&#8221;. Delete the string of crap and save it then exit Regedit. This will stop the warnings from popping up.</p>
<p>A quick warning though - If you tend to switch the Default Browser between Firefox and IE (for banking reasons or website testing such as myself) then when you switch back to FF the problem will come back and you&#8217;ll have to edit the registry again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devblog.co.uk/2008/02/23/outlook-firefox-and-general-failure-messages/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
