<?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/"
	>

<channel>
	<title>Radderz' Randomness</title>
	<atom:link href="http://radderz.me.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://radderz.me.uk</link>
	<description>The meaning of life (or daves insanity)</description>
	<pubDate>Sun, 28 Feb 2010 12:24:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Leaflet Campaign for Hastings Half Marathon 2010</title>
		<link>http://radderz.me.uk/2010/02/leaflet-campaign-for-hastings-half-marathon-2010/</link>
		<comments>http://radderz.me.uk/2010/02/leaflet-campaign-for-hastings-half-marathon-2010/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:17:09 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Hasting Half Marathon for Womens Aid]]></category>

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=214</guid>
		<description><![CDATA[Hey everyone, I&#8217;ve just included the leaflet campaign I am running and spamming to everyone on route. Inspired by a Simpsons episode with the wanted posters for Lisa Simpson..
≈FREE BEER/WINE≈
Okay, now that I have your attention… I’m known as Radderz; I hope you don’t mind me spamming you with this leaflet, if nothing else it [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, I&#8217;ve just included the leaflet campaign I am running and spamming to everyone on route. Inspired by a Simpsons episode with the wanted posters for Lisa Simpson..</p>
<h2 style="text-align: center;"><span style="color:Blue;">≈FREE BEER</span><span style="color:Red;">/WINE≈</span></h2>
<p>Okay, now that I have your attention… I’m known as Radderz; I hope you don’t mind me spamming you with this leaflet, if nothing else it can be a causal read for a moment or two.</p>
<p>I’m involved in a cause which means a great deal to me; both friends and family of mine have been affected one way or another by domestic violence. I’m trying to help repay the invaluable support received through Woman’s Aid by running the Hastings Half Marathon, ensuring money remains available for others who require that same delicate support in escaping the dangerous situations they face, in many cases keeping their kids out of harms way too.</p>
<p>Before you grumble at another person asking for yet more money out of your wallet (actually, no, grumble away, I don’t really like them either!), I’m not insisting that you help me out, I’m quite happy if you just chuck this away like most people, however a small donation of a pound or two would be enormously appreciated. You seriously would have no idea how grateful the received support is unless you’ve been in situations of similar consequence, and hopefully by poking random peeps for tiny amounts while keeping up my training, I can raise the targets required to help out people where it’s needed. (More info can be found on my blog below, I’ll keep this up to date with my progress. Again, if it’s used for nothing else, it is a light read. Feel free to post comments though! <img src='http://radderz.me.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I started training this side of Christmas having never been a runner before; exercise wasn’t my thing in any form except good intentions and pointless gym bills. However I’m doing quite well for the minute, running in excess of 10 miles every couple of days without experiencing that tired/shattered/nauseous/leg falling off feeling the next day; I thought that was a big milestone personally!</p>
<p>Whenever I can, I can be found doing a lap around Bewl Water, for the moment it’s left to weekends, but am going to try for the dreaded mornings before work in the weeks leading up. It’s currently 13 miles of muddiness this time of year, and quite often involves rain at some point. Why on earth don’t they host marathons in the summer/autumn?!?</p>
<p>Anyway, I’ve run out of room now, but thanks for listening!<br />
If you can donate:  (I’m after small gifts but lots of them, so plz don’t feel stingy giving small)<br />
<a href="http://www.justgiving.com/David-Radley">Either visit my ‘Just Giving’ page</a><br />
<a href="http://radderz.me.uk/category/personal/hastings-half-marathon-for-womens-aid/">Or via my blog if you want more info, progress updates or just to chat</a></p>
<p style="text-align: center;">≈P.S. This leaflet is independent of Women’s Aid≈<br />
≈And there is no free beer or wine≈</p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/02/leaflet-campaign-for-hastings-half-marathon-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sample JSON HTTP Headers for POST Request</title>
		<link>http://radderz.me.uk/2010/02/sample-json-http-headers-for-post-request/</link>
		<comments>http://radderz.me.uk/2010/02/sample-json-http-headers-for-post-request/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:06:13 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Techie]]></category>

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

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

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=209</guid>
		<description><![CDATA[This is a note to self more than anything for the bear minimum http headers of sending a JSON request.
POST: /Services/OutwardFacingService.asmx/GetList
Host: testserver.co.uk
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Content-Type: application/json
Content-Length: 36
Post Content:
{ "LastModifiedSince":"01/01/2010" }
]]></description>
			<content:encoded><![CDATA[<p>This is a note to self more than anything for the bear minimum http headers of sending a JSON request.</p>
<p><code>POST: /Services/OutwardFacingService.asmx/GetList<br />
Host: testserver.co.uk<br />
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br />
Content-Type: application/json<br />
Content-Length: 36</code></p>
<p>Post Content:<br />
<code>{ "LastModifiedSince":"01/01/2010" }</code></p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/02/sample-json-http-headers-for-post-request/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Okay, Time to seriously think about getting donations</title>
		<link>http://radderz.me.uk/2010/02/okay-time-to-seriously-think-about-getting-donations/</link>
		<comments>http://radderz.me.uk/2010/02/okay-time-to-seriously-think-about-getting-donations/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:27:24 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Hasting Half Marathon for Womens Aid]]></category>

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

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=205</guid>
		<description><![CDATA[With the Hastings half marathon only 4 weeks away now (Sunday 21st March 2010), it&#8217;s time to seriously start thinking about getting some serious amounts of donations in.
I&#8217;m at a stage where I know I can do it as I have been running 10-14 miles every few days, and the risk of me breaking a [...]]]></description>
			<content:encoded><![CDATA[<p>With the Hastings half marathon only 4 weeks away now (Sunday 21st March 2010), it&#8217;s time to seriously start thinking about getting some serious amounts of donations in.</p>
<p>I&#8217;m at a stage where I know I can do it as I have been running 10-14 miles every few days, and the risk of me breaking a leg from skiing and boarding has now vanished for another year (I got food poisoning instead, coupled with a rather lack of snow, how annoying! I did get to pick up a new board, even though I did only get 2 hours of play time with it), so it&#8217;s safe and fresh enough in everyone&#8217;s minds to start collecting. It gives me something to do on my runs as well - not that I need anything else to do, running and putting my mind in free fall mode is more than enough entertainment.</p>
<p>Seeing as I&#8217;m going public, I wouldn&#8217;t mind aiming for my original target of £1,000 which is roughly the amount it costs to relocate a woman with their kids out of a dangerous situation. I think it&#8217;s completely doable, I have had friends and family giving or promising generous donations which has greatly helped, but also if I can get a wide audience to donate the minimum amount that &#8216;Just Giving&#8217; allows (that&#8217;s £2, equivalent to £2.56 with the government gift aid box ticked), I should be able to get close to this target.. Hopefully.. If not, the money will still be of good use to the charity.</p>
<p>So here goes.. If you have got to this page from an evil leaflet spam, sorry! But I&#8217;m grateful it worked and that your interested in what I&#8217;m doing. It&#8217;s for the greater good, or something anyway <img src='http://radderz.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/02/okay-time-to-seriously-think-about-getting-donations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ModalPopupExtender displays during PageLoad</title>
		<link>http://radderz.me.uk/2010/02/modalpopupextender-displays-during-pageload/</link>
		<comments>http://radderz.me.uk/2010/02/modalpopupextender-displays-during-pageload/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:26:48 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<category><![CDATA[.net]]></category>

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

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=196</guid>
		<description><![CDATA[I&#8217;ve noticed that in some of my developments using Ajax.Net the ModalPopupExtender flashes up breifly while some of the elements within the page finish loading. I have noticed this for browsers IE and Firefox, but not Chrome.
There is a very simple solution, you just have to remember to do it everytime you want to use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that in some of my developments using Ajax.Net the ModalPopupExtender flashes up breifly while some of the elements within the page finish loading. I have noticed this for browsers IE and Firefox, but not Chrome.</p>
<p>There is a very simple solution, you just have to remember to do it everytime you want to use a ModalPopup. Add the style=&#8221;display:none;&#8221; attribute to the asp:panel you are using as the extender, and this will ensure the ModalPopup remains invisible while the page loads.</p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/02/modalpopupextender-displays-during-pageload/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FileInfo to overwrite when moving files</title>
		<link>http://radderz.me.uk/2010/02/fileinfo-to-overwrite-when-moving-files/</link>
		<comments>http://radderz.me.uk/2010/02/fileinfo-to-overwrite-when-moving-files/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:14:35 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Techie]]></category>

		<category><![CDATA[.net]]></category>

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=193</guid>
		<description><![CDATA[The FileInfo.MoveTo method does not accept a parameter to overwrite destination files.
Short of extending this class (which I probably should do if I wasn&#8217;t being so lazy), the quickest way to get around this is to use the CopyTo method, set the overwrite parameter to true, and then delete the original file.

    [...]]]></description>
			<content:encoded><![CDATA[<p>The FileInfo.MoveTo method does not accept a parameter to overwrite destination files.</p>
<p>Short of extending this class (which I probably should do if I wasn&#8217;t being so lazy), the quickest way to get around this is to use the CopyTo method, set the overwrite parameter to true, and then delete the original file.</p>
<p><code><br />
    // Move an overwrite any destination file<br />
    FileInfo f = new FileInfo("SomeFile.txt");<br />
    f.CopyTo("SomeDestinationFile.txt", true);<br />
    f.Delete();<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/02/fileinfo-to-overwrite-when-moving-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hastings Half Marathon 2010</title>
		<link>http://radderz.me.uk/2010/01/hastings-half-marathon-2010/</link>
		<comments>http://radderz.me.uk/2010/01/hastings-half-marathon-2010/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:56:32 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Hasting Half Marathon for Womens Aid]]></category>

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

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=189</guid>
		<description><![CDATA[This year I am finally getting around to running my first (half) marathon in Hastings. I have chosen to use it as an excuse to raise money for Women&#8217;s Aid, for a couple of reasons. Firstly, a dear friend of mine and her children have been affected by domestic violence and have had a tough [...]]]></description>
			<content:encoded><![CDATA[<p>This year I am finally getting around to running my first (half) marathon in Hastings. I have chosen to use it as an excuse to raise money for Women&#8217;s Aid, for a couple of reasons. Firstly, a dear friend of mine and her children have been affected by domestic violence and have had a tough time the past few months trying to rebuild their lives. The second reason is that my sister adopted some children just over a year ago now, their birth mother had also been through a rough life, but wasn&#8217;t as fortunate.</p>
<p>I don&#8217;t publicly raise money for charities, but this is an exception as it is close to my heart, and hence anything you can give will be appreciated far more than usual. The monies will help repay the invaluable support my friend has received in protecting &#038; relocating her and the kids, and make sure that it remains available for other people in need.</p>
<p><a href="http://www.justgiving.com/David-Radley">Donations can be sent via my &#8216;Just Giving&#8217; page.</a></p>
<p><a href="http://radderz.me.uk/category/personal/hastings-half-marathon-for-womens-aid/">Also please keep up to date with my progress</a> - Remember to look/make comments too!</p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2010/01/hastings-half-marathon-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Tethering on Jailbroken iPhone OS 3.1</title>
		<link>http://radderz.me.uk/2009/12/internet-tethering-on-jailbroken-iphone-os-31/</link>
		<comments>http://radderz.me.uk/2009/12/internet-tethering-on-jailbroken-iphone-os-31/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 16:16:44 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Techie]]></category>

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=184</guid>
		<description><![CDATA[I&#8217;ve just managed to get internet tethering working on an iPhone with OS 3.1. The significance is that most internet tethering hacks became unusable once upgraded from OS 3.0.
Internet tethering allows a laptop or computer to connect to the internet using an iPhone&#8217;s data connection. If you have an unlimited data contract with your mobile [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just managed to get internet tethering working on an iPhone with OS 3.1. The significance is that most internet tethering hacks became unusable once upgraded from OS 3.0.</p>
<p>Internet tethering allows a laptop or computer to connect to the internet using an iPhone&#8217;s data connection. If you have an unlimited data contract with your mobile phone provider then you can take advantage of this. You do however need to jailbrake your phone; this may sound scary, but it&#8217;s quite easy to do, has many benefits and is reversible if things do happen to go wrong.</p>
<p>Here are the steps I have found that works for OS 3.1.2 (7D11):</p>
<ul>
<li>Jailbreak your phone. I use <a href="http://www.blackra1n.com/">blackra1n</a>. I&#8217;ll detail this later.</li>
<li>Install Cydia to enable you to install apps from different providers other then from the approved App Store.</li>
<li>Install PdaNet from Cydia.</li>
<li>Either establish a wireless adhoc network with your computer, or install <a href="http://www.junefabrics.com/desktop/">PdaNet Desktop</a> on your computer to enable you to share the internet connection via USB.</li>
<li>Launch the &#8216;PdaNet&#8217; app on your iPhone, and PdaNet Desktop on your computer, and you will have internet tethering.</li>
<li>I have multitasking enabled on my iPhone, another hack. This enables you to load more then one app at a time. You may find this to be useful so you can use your phone while maintaining your internet connection.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2009/12/internet-tethering-on-jailbroken-iphone-os-31/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mars Shot - 6th September 2009</title>
		<link>http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/</link>
		<comments>http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:31:28 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=153</guid>
		<description><![CDATA[Mars could be seen by the naked eye in August. With the help of just my camera, I managed to capture the distinctive red hue of Mars.]]></description>
			<content:encoded><![CDATA[<p>Mars could be seen as the brightest star in the sky, starting quite faint at the beginning of August, and becoming its brightest mid to late August.</p>
<p>I managed to get these shots of it with my camera. Although it&#8217;s far too far to focus, you can make out the red hue of the planet. I was stunned, I didn&#8217;t think I would get more then a small dot, but to get a red blur seemed pretty amazing.<br />

<a href='http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/img_0648/' title='Mars'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0648-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/img_0650/' title='Mars'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0650-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/img_0652/' title='Mars'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0652-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/img_0666/' title='img_0666'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0666-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2009/11/mars-shot-6th-september-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Black Anomaly against the Moon</title>
		<link>http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/</link>
		<comments>http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 01:58:46 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=147</guid>
		<description><![CDATA[When photographing close up stills of the Moon, I noticed a moving black speck somewhere between me and the Moon.]]></description>
			<content:encoded><![CDATA[<p>Back in September, I tried to take a few detailed shots of the Moon. I was impressed at what my new camera could do, you can make out quite clearly craters on the edge of the moon that can&#8217;t really been seen with the naked eye.</p>
<p>However, a few weeks later I tried to get some different shots, but during photographing, I noticed a weird black speck on the view finder. Slightly concerned that I had something on my lense or a dead pixel, I began moving my camera around, however the black speck remained relative to the Moon whichever direction or rotation my camera was in.</p>
<p>Furthermore, this black speck seemed to move over the space of 5-10 minutes, eventually moving outside of the Moons glow which was how I could see it.</p>
<p>Having ruled out the possibility of &#8216;dirt on lens&#8217;, the next viable option was that it was an object, and the blackness was the effect of it being somewhere between me and the Moon, blocking the light being reflected back. However, this speck seemed quite big in comparison to the moon, so either it had to be close, or it was a huge object. I would have thought that it would have been a satellite drifting past, however even if the object was in low orbit I would guess the object would be of far greater size to be one. Space station perhaps? Or maybe a passing meteor? However, it would have been too big to miss at least some media attention to alert people when where to look out for it - maybe.. Nothing on any news sites I spotted.</p>
<p>Anyway, I think this will remain a mystery, unless anyone else has some ideas <img src='http://radderz.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<a href='http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/img_0616/' title='The Moon'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0616-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/img_0636/' title='Black Anomaly'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0636-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/img_0637/' title='Black Anomaly'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0637-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/img_0638/' title='Black Anomaly'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0638-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/img_0639/' title='Black Anomaly'><img src="http://radderz.me.uk/wp-content/uploads/2009/11/img_0639-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2009/11/black-anomaly-against-the-moon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adwords Editor, v7.5.2 crashes on Vista</title>
		<link>http://radderz.me.uk/2009/11/adwords-editor-v752-crashes-on-vista/</link>
		<comments>http://radderz.me.uk/2009/11/adwords-editor-v752-crashes-on-vista/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:12:00 +0000</pubDate>
		<dc:creator>Radderz</dc:creator>
		
		<category><![CDATA[Techie]]></category>

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

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

		<guid isPermaLink="false">http://radderz.me.uk/?p=166</guid>
		<description><![CDATA[The new update of Adwords Editor v7.5.2 seems to crash on my Vista machine.
At present, I have been unable to find a solution, however I am not sure if my previous fix for the editor crashing due to SQLite has resulted in the cause of this error for this particular update.
I&#8217;ve resorted to completely uninstall [...]]]></description>
			<content:encoded><![CDATA[<p>The new update of Adwords Editor v7.5.2 seems to crash on my Vista machine.</p>
<p>At present, I have been unable to find a solution, however I am not sure if my previous fix for <a href="http://radderz.me.uk/2009/11/adwords-editor-crashing-due-to-sqlite/">the editor crashing due to SQLite</a> has resulted in the cause of this error for this particular update.</p>
<p>I&#8217;ve resorted to completely uninstall the application, and install a fresh copy of the previous version. (Still v7.5.2, but with file size of 15,760KB instead of 16,326KB)</p>
<p>I&#8217;m not sure if it just mine, or whether everyone is effected, so comments please <img src='http://radderz.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://radderz.me.uk/2009/11/adwords-editor-v752-crashes-on-vista/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
