<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.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>Dave F</title>
	<link>http://www.itpro.co.uk/blogs-archive/davef</link>
	<description></description>
	<pubDate>Fri, 02 Jul 2010 09:14:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.1</generator>
	<language>en</language>
			<item>
		<title>If you&#8217;re &#8216;App-y and you know it, make  some cash!</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/07/02/if-youre-app-y-and-you-know-it-make-some-cash/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/07/02/if-youre-app-y-and-you-know-it-make-some-cash/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 09:14:37 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[the web]]></category>

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

		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/07/02/if-youre-app-y-and-you-know-it-make-some-cash/</guid>
		<description><![CDATA[Make some money developing for (your) phone.
If you know Java Script (I don&#8217;t) and have some experience developing for the web (I don&#8217;t) and fancy a bit of fame (I don&#8217;t?) and money (I don&#8217;t??) then get yourself over to http://developer.palm.com/
Click on Building you first app &#8220;Learn more&#8221; then &#8220;Install the webOS SDK&#8221; then go [...]]]></description>
			<content:encoded><![CDATA[<p>Make some money developing for (your) phone.</p>
<p>If you know Java Script (I don&#8217;t) and have some experience developing for the web (I don&#8217;t) and fancy a bit of fame (I don&#8217;t?) and money (I don&#8217;t??) then get yourself over to http://developer.palm.com/</p>
<p>Click on Building you first app &#8220;Learn more&#8221; then &#8220;Install the webOS SDK&#8221; then go back and follow the Hello World app. The SDK includes an emulator so you don&#8217;t need a phone (yet - see below).</p>
<p>To do clever stuff you&#8217;ll really need to know the webOS as well as Java Script - you may need to buy a book but you can find a lot of info with google! Basically the Palm runs java script but exposes it&#8217;s API so you can make a lot of other calls as well.</p>
<p>Before you invest hours writing the app that will make your fortune though have a look at<br />
http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1840&amp;Itemid=34<br />
to tell you what is involved in publishing it.</p>
<p>And if you are serious, register as a developer and look through what you need to submit an app. (submit a dummy one and then remove it?). They want company names, tax details, support emails and web sites and the app must be tested on actual hardware so just using the emulator isn&#8217;t enough for submission. </p>
<p>Anyway, for now at least, registration as a developer is free (future costs of $99?) and publishing your app is free (was $50 for a chargeable app, free for open source) and money apart how cool would it be to see your app on peoples phones?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/07/02/if-youre-app-y-and-you-know-it-make-some-cash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java script on Remote Device? Piece of Cake!</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/06/25/java-script-on-remote-device-piece-of-cake/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/06/25/java-script-on-remote-device-piece-of-cake/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:09:04 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[the company]]></category>

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

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

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/06/25/java-script-on-remote-device-piece-of-cake/</guid>
		<description><![CDATA[Long time no blog - I&#8217;ve been  hugely busy as there was a competition to write an app for a new hand held thingy - I guess they see it as an iphone competitor so they want lots of Apps as selling point. How to get lots of Apps, cheaply and quickly ? Offer [...]]]></description>
			<content:encoded><![CDATA[<p>Long time no blog - I&#8217;ve been  hugely busy as there was a competition to write an app for a new hand held thingy - I guess they see it as an iphone competitor so they want lots of Apps as selling point. How to get lots of Apps, cheaply and quickly ? Offer us daft muggins-iz a prize if we write one - sorry guys it was a closed competition otherwise I&#8217;d have invited you all in. </p>
<p>As this was on my time but I could use a bit of &#8220;slack&#8221; (joke) work time I&#8217;ve been up to my eyes day &amp; night. It&#8217;s a shame that has left me too busy to write up what I&#8217;ve been doing because it has been quite interesting.</p>
<p>Most of the app is in Java Script which I have done a couple of dozen lines of before. Google for Java Script advice is like asking an Eskimo about snow - you get lots and lots but none of it simple enough to understand.  It was quite fun really because it took me back to the bad old days. </p>
<p>To start with I don&#8217;t know the language, there isn&#8217;t any auto complete which I have got used to on stuff I don&#8217;t know - type class.m and MS Visual Studio C++ (or in VB / VBA) it will suggest all the methods starting &#8220;m&#8221; for that class, and show the parameter types - which helps if you are guessing what methods there might be. Also an F12 will take you to a class definition where you can read what methods there are - with maybe a comment about what they do! </p>
<p>Given I don&#8217;t know the language a bit of syntax checking could help - &#8220;error line 10 class doesn&#8217;t have that method&#8221; etc. Oh no, I&#8217;m back to type it, run it and if it doesn&#8217;t like it you get a blank browser! My tactic was to comment off lines until the error went away and then figure out what was wrong. Actually it was worse than that because with some errors the code would run up to that line and then skip out of the method - leaving bits of code un-executed but not telling you which ones!</p>
<p>Finally debugging - no debugger. Well not without installing a load of junk I didn&#8217;t want. So no break points, no examining variables, no tracing through executing code. I&#8217;ve worked that way before, you need a lot of patience and output debug strings. No out put debug strings - not without installing a load of junk I didn&#8217;t want. I ended up using an on screen text box to display debug messages.</p>
<p>Still, it all worked (by hook, crook or bodge) and is submitted so now I&#8217;ve got time to blog (between catching up on work and life) but not such interesting things to blog about!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/06/25/java-script-on-remote-device-piece-of-cake/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tab Napping Scam?</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/tab-napping-scam/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/tab-napping-scam/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 12:40:22 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[In the news]]></category>

		<category><![CDATA[the web]]></category>

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

		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/tab-napping-scam/</guid>
		<description><![CDATA[I&#8217;ve been told that hackers can redirect a tab that has been left open so that although you navigate to a valid page, if you then switch tabs for a while and then go back and enter (say) your bank details the page is no longer the valid one and you&#8217;ve been scammed.
Sounds a bit [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been told that hackers can redirect a tab that has been left open so that although you navigate to a valid page, if you then switch tabs for a while and then go back and enter (say) your bank details the page is no longer the valid one and you&#8217;ve been scammed.</p>
<p>Sounds a bit far fetched but I haven&#8217;t seen any &#8220;it&#8217;s a hoax&#8221; information either - not on here or on snopes which is my usual first port of call when &#8220;I don&#8217;t believe it!&#8221;</p>
<p>Do your own search or check out http://www.techwatch.co.uk/2010/06/10/tab-napping-the-new-kind-of-phishing/<br />
<a href="http://www.techwatch.co.uk/2010/06/10/tab-napping-the-new-kind-of-phishing/"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/tab-napping-scam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting all your Mail</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/getting-all-your-mail/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/getting-all-your-mail/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 09:30:47 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Home]]></category>

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

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/getting-all-your-mail/</guid>
		<description><![CDATA[I have a few different email accounts and collect them from several machines. I get a bit confused setting up outlook, live mail, outlook express, &#8230;
One thing I used to do was collect the mail for all names at my freeserve address - 
dave@myaccount.fsnetco.uk,  davef@myaccount.fsnetco.uk, tat@myaccount.fsnet.co.uk . 
That way the kids could give out [...]]]></description>
			<content:encoded><![CDATA[<p>I have a few different email accounts and collect them from several machines. I get a bit confused setting up outlook, live mail, outlook express, &#8230;</p>
<p>One thing I used to do was collect the mail for all names at my freeserve address - </p>
<p>dave@myaccount.fsnetco.uk,  davef@myaccount.fsnetco.uk, tat@myaccount.fsnet.co.uk . </p>
<p>That way the kids could give out their own names and all the mail turned up in the one account,  I could fill in web forms with an address and then see if I got spam from it and easily set up rules to bin it and any typos from friends did reach me -<br />
dave.f@myaccount.fsnetco.uk  / save@myaccount.fsnetco.uk  / d*ckhead@myaccount.fsnetco.uk  (I think the last one was a typo, don&#8217;t see quite how they did that though&#8230;) </p>
<p>However, at one stage I must have re-set up machines and forgotten to do that - in fact I remember being aware I was missing some mail and not being able to figure out how to get it. Yesterday I did figured it out, set up the server account name as <strong>myaccount.fsnetco.uk</strong> not  <strong>dave@myaccount.fsnetco.uk</strong>  - I just picked up 3000 mails to various typos, dummy names, spammers random addresses&#8230;. Which included the comment notifications to this blog - I did wonder where they had gone (sorry about my slow response to comments but you can see why now!)</p>
<p>If you do do this you should be warned that your spam volume will increase!</p>
<p>In any case it doesn&#8217;t seem to work with all servers, my other mail server doesn&#8217;t let me log in without specifying a full email address. As ever, advice is always appreciated <img src='http://www.itpro.co.uk/blogs-archive/davef/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/06/11/getting-all-your-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheap Weddings</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/06/07/cheap-weddings/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/06/07/cheap-weddings/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 09:06:41 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

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

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/06/07/cheap-weddings/</guid>
		<description><![CDATA[I am horrified at the money people spend on weddings. Call me an old Scrooge if you will but it seems such a waste, and more importantly such a pressure on newly marrieds. Sex, money and relatives are supposed to be major topics for dispute in a marriage and a &#8220;big&#8221; wedding certainly covers two [...]]]></description>
			<content:encoded><![CDATA[<p>I am horrified at the money people spend on weddings. Call me an old Scrooge if you will but it seems such a waste, and more importantly such a pressure on newly marrieds. Sex, money and relatives are supposed to be major topics for dispute in a marriage and a &#8220;big&#8221; wedding certainly covers two of those (&#8221;money&#8221; and &#8220;relatives&#8221; or you are doing something wrong).</p>
<p>I get spammed by lovemoney and it is a worrying thought that I actually responded to some of their spam - I clicked a link in an email, they&#8217;ll know it&#8217;s me and send more &amp; more <img src='http://www.itpro.co.uk/blogs-archive/davef/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>However, a blog on how to have cheap but lovely wedding seemed a good idea.<br />
<a href="http://www.lovemoney.com/blog/mybigfatfrugalwedding/how-to-have-a-cheap-but-lovely-wedding-3191.aspx?source=1000461"><br />
http://www.lovemoney.com/blog/mybigfatfrugalwedding/how-to-have-a-cheap-but-lovely-wedding-3191.aspx?source=1000461</p>
<p>If it&#8217;s any encouragement to other &#8220;Scrooges&#8221; , our wedding was certainly on the cheap side but we have stayed married for the last 28 years which is more important than whether the invites were on hand pulped paper :Q</p>
<p>I&#8217;m not sure how IT can help with this but ideas are welcome. And no I don&#8217;t think an on line wedding would be a good option - though a web cast for guests who can&#8217;t make it would be OK! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/06/07/cheap-weddings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sexist  ads</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/06/02/sexist-ads/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/06/02/sexist-ads/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:37:23 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

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

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

		<category><![CDATA[Men and Women]]></category>

		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/06/02/sexist-ads/</guid>
		<description><![CDATA[I&#8217;m always ready to moan about PC - whether that&#8217;s Personal Computer or Political Correctness.
However before we had PC we had to deal our own cards at solitaire and had adverts (and attitudes) like this 
http://www.icanhasinternets.com/2010/05/25-horribly-sexist-vintage-ads/

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always ready to moan about PC - whether that&#8217;s Personal Computer or Political Correctness.</p>
<p>However before we had PC we had to deal our own cards at solitaire and had adverts (and attitudes) like this </p>
<p>http://www.icanhasinternets.com/2010/05/25-horribly-sexist-vintage-ads/</p>
<p><a href="http://www.icanhasinternets.com/2010/05/25-horribly-sexist-vintage-ads/"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/06/02/sexist-ads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Late binding, run time casting and optional parameters - too clever for their own good.</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/05/26/late-binding-run-time-casting-and-optional-parameters-too-clever-for-their-own-good/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/05/26/late-binding-run-time-casting-and-optional-parameters-too-clever-for-their-own-good/#comments</comments>
		<pubDate>Wed, 26 May 2010 17:26:43 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/05/26/late-binding-run-time-casting-and-optional-parameters-too-clever-for-their-own-good/</guid>
		<description><![CDATA[Bit of a techie one this, but how C++ handles its run time type casting is clever and useful but can be less than intuitive. This trap, I have fallen into more than once, is an obscure one you may like to ponder and save away for when it bites you. I certainly fixed the [...]]]></description>
			<content:encoded><![CDATA[<p>Bit of a techie one this, but how C++ handles its run time type casting is clever and useful but can be less than intuitive. This trap, I have fallen into more than once, is an obscure one you may like to ponder and save away for when it bites you. I certainly fixed the problem quicker the second time I encountered it!</p>
<p>class Dad {<br />
virtual void method() { print(&#8221;In class dad&#8221;);}<br />
virtual void otherMethod() { print(&#8221;Do something&#8221;);}<br />
}</p>
<p>class Son::Dad {            // class inheriting from dad<br />
virtual void method() { print(&#8221;In class son&#8221;);}                // this method is over ridden<br />
}</p>
<p>main(){<br />
class Son son;<br />
class Dad *ptr;</p>
<p>ptr  =  &son;<br />
ptr-&gt;method();            // even though type is Dad, this will print &#8220;In class son&#8221; because the late binding knows it&#8217;s really a &#8220;son&#8221;<br />
ptr-&gt;otherMethod();     // this will print &#8220;Do something&#8221; because the late binding knows it&#8217;s really a &#8220;son&#8221; but son doesn&#8217;t have an otherMethod of its own<br />
}</p>
<p>That&#8217;s the kind of things we programmers do a lot - not because we like print out the class names but because the classes we use are more useful - say class Employee and classes Engineer and Salesman that both inherit the basic methods (holiday(), pay() etc.) but do different things for other methods (work(), think() etc.).</p>
<p>Everything is nice until you need to change the code (that could be the definition of my job really!)</p>
<p>You need to add a value to &#8220;method&#8221; so you change the code to:</p>
<p>class Dad {<br />
virtual void method(int N) { print(&#8221;In class dad with value %d&#8221;, N);}        // add parameter<br />
virtual void otherMethod() { print(&#8221;Do something&#8221;);}<br />
}</p>
<p>// Son stays the same</p>
<p>main(){<br />
class Son son;<br />
class Dad *ptr;</p>
<p>ptr  =  &son;<br />
ptr-&gt;method(99);            // this now prints &#8220;In class dad with value 99&#8243; because Son doesn&#8217;t have a method called method that takes a parameter so I must want the one in Dad.<br />
}</p>
<p>That should be obvious(!), what has bitten me is when I&#8217;ve changed the code to make use of optional parameters:</p>
<p>class Dad {<br />
virtual void method(int N=0) { print(&#8221;In class dad with value %d&#8221;, N);}    // add optional (defaulted) parameter<br />
virtual void otherMethod() { print(&#8221;Do something&#8221;);}<br />
}</p>
<p>// Son stays the same</p>
<p>main(){<br />
class Son son;<br />
class Dad *ptr;</p>
<p>ptr  =  &son;<br />
ptr-&gt;method();            // this now prints &#8220;In class dad with value 0&#8243; !!!!!! No change to Son, no change to this line but the affect is different - ouch!<br />
}</p>
<p>I didn&#8217;t write the compiler but what I figure is happening is that because the parameter is optional (defaulted) the code<br />
ptr-&gt;method();<br />
becomes<br />
ptr-&gt;method(0);<br />
And we are back to &#8220;Son doesn&#8217;t have a method called method that takes a parameter so I must want the one in Dad.&#8221;</p>
<p>Which just teaches us what we should have known already - sometimes you need to be very clever just to be clever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/05/26/late-binding-run-time-casting-and-optional-parameters-too-clever-for-their-own-good/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bought a PC!</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/05/25/bought-a-pc/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/05/25/bought-a-pc/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:44:28 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[Ope Source Software]]></category>

		<category><![CDATA[the company]]></category>

		<category><![CDATA[the web]]></category>

		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/05/25/bought-a-pc/</guid>
		<description><![CDATA[Wow! I&#8217;ve bought a PC! You may think that&#8217;s the kind of thing I do a lot but I&#8217;ve been working from home (on and off) for 20 something years so initially having a PC at home (albeit a work one) was more than most people had. That first unit was very much &#8220;mine&#8221; - [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! I&#8217;ve bought a PC! You may think that&#8217;s the kind of thing I do a lot but I&#8217;ve been working from home (on and off) for 20 something years so initially having a PC at home (albeit a work one) was more than most people had. That first unit was very much &#8220;mine&#8221; - it shared home and work duties. </p>
<p>In 2000 and a bit I went back into an office so bought a decent PC for home. Having trawled the net for the cheapest I ordered it only to have the company go bust the next day. Fortunately I got the cash back as it was a credit card order and I went for safety and bought from the company I was working for.  However, it came pretty much bare bones and I had to install my own memory as well as software. That PC (a P3) with various disk (60G), OS (dual booting 98 &amp; XP) memory upgrades (maxed out at 256M) has staggered on until now. The lack of memory being the real issue. </p>
<p>I&#8217;ve built PC&#8217;s out of work cast offs for various family members and ended up keeping a laptop ebayed for the in-laws but beyond their eyesight and co-ordination to use. Unfortunately a dodgy power connection on the laptop (battery was dead from day one) meant you could lose your work at any time and as it was also maxed out with 256M of memory the chances of doing anything before it died were minimal.</p>
<p>So I&#8217;ve bought a new laptop. New, from a  shop, with software installed, legal paid for software and everything - not just some old bit of kit I&#8217;ve reformatted and put a collection of freeware and borrowings on. It took it out the box, turned it on and it worked - spooky.</p>
<p>And where did this ageing techie go for his hardware? Having considered another ebay purchase, having price checked the company&#8217;s staff discounts and special offers, having perused the many el cheapo sites I&#8217;ve squirreled away over the years my arcane knowledge took me to&#8230;.</p>
<p>..Tesco. </p>
<p>Yes, my local supermarket had a good basic laptop for not much over £300 (£329 but double points traded up gives me effectively another £25 off that and you can get a £10 off on line purchases). http://direct.tesco.com/q/R.207-0318.aspx is not quite what I&#8217;d have chosen given days to pore over specs but it was close enough to both the price and performance I had sketched out in my head and easy to get hold of and to take back if it was DOA that it was a no brainer in the end.</p>
<p>If you&#8217;d have told me 25 years ago I&#8217;d buy a laptop along with the weekly shop&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/05/25/bought-a-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Past its sell by?</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/05/18/past-its-sell-by/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/05/18/past-its-sell-by/#comments</comments>
		<pubDate>Tue, 18 May 2010 08:31:14 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[the company]]></category>

		<category><![CDATA[the web]]></category>

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

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/05/18/past-its-sell-by/</guid>
		<description><![CDATA[http://www.itpro.co.uk/623338/microsoft-calls-ie6-spoiled-milk 
Well that&#8217;s the only browser my company allows&#8230;
]]></description>
			<content:encoded><![CDATA[<p>http://www.itpro.co.uk/623338/microsoft-calls-ie6-spoiled-milk <a href="http://www.itpro.co.uk/623338/microsoft-calls-ie6-spoiled-milk"></p>
<p>Well that&#8217;s the only browser my company allows&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/05/18/past-its-sell-by/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The law is an ass (in 140 characters or less)</title>
		<link>http://www.itpro.co.uk/blogs-archive/davef/2010/05/14/the-law-is-an-ass-in-140-characters-or-less/</link>
		<comments>http://www.itpro.co.uk/blogs-archive/davef/2010/05/14/the-law-is-an-ass-in-140-characters-or-less/#comments</comments>
		<pubDate>Fri, 14 May 2010 08:40:12 +0000</pubDate>
		<dc:creator>Dave F</dc:creator>
		
		<category><![CDATA[In the news]]></category>

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

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

		<guid isPermaLink="false">http://www.itpro.co.uk/blogs-archive/davef/2010/05/14/the-law-is-an-ass-in-140-characters-or-less/</guid>
		<description><![CDATA[http://www.itpro.co.uk/623140/brit-fined-1-000-for-angry-airport-tweet

I mean what is that about?
It&#8217;s not &#8220;grossly offensive or of an indecent, obscene&#8221; is it? 
And how can it be &#8220;or menacing character&#8221; if even the airport doesn&#8217;t it as a real threat?
Only a person with a sense of humour bypass could see it as other than an attempt at a joke and unlike [...]]]></description>
			<content:encoded><![CDATA[<p>http://www.itpro.co.uk/623140/brit-fined-1-000-for-angry-airport-tweet</p>
<p><a href="//http://www.itpro.co.uk/623140/brit-fined-1-000-for-angry-airport-tweet"></p>
<p>I mean what is that about?<br />
It&#8217;s not &#8220;grossly offensive or of an indecent, obscene&#8221; is it? </p>
<p>And how can it be &#8220;or menacing character&#8221; if even the airport doesn&#8217;t it as a real threat?</p>
<p>Only a person with a sense of humour bypass could see it as other than an attempt at a joke and unlike shouting &#8220;I&#8217;ve got a bomb, ha-ha-ha&#8221; on a crowded plane it wasn&#8217;t going to cause any danger.</p>
<p>The problem with this kind of rubbish (apart from for the guy charged) is that it brings the law, the legal system and the whole country into disrespect. Maybe I can sue the judge for behaviour liable to cause a breach of the peace?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itpro.co.uk/blogs-archive/davef/2010/05/14/the-law-is-an-ass-in-140-characters-or-less/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

