<?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>The World - A very short history</title>
	<atom:link href="http://dave-hall.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dave-hall.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:55:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Matrix vs Carl Sagan</title>
		<link>http://dave-hall.com/?p=81</link>
		<comments>http://dave-hall.com/?p=81#comments</comments>
		<pubDate>Tue, 27 Jul 2010 18:55:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=81</guid>
		<description><![CDATA[I liked this video http://www.youtube.com/watch?v=BlpyGhABXRA&#38;feature=related]]></description>
			<content:encoded><![CDATA[<p>I liked this video</p>
<p>http://www.youtube.com/watch?v=BlpyGhABXRA&amp;feature=related</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More Outlook documentation leaks out into the wild</title>
		<link>http://dave-hall.com/?p=79</link>
		<comments>http://dave-hall.com/?p=79#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=79</guid>
		<description><![CDATA[Its been years since I&#8217;ve done any serious Outlook development but I still keep a lookout for interesting stuff about Outlook and MAPI.For example the link below describes the nickname-cache. http://blogs.msdn.com/stephen_griffin/archive/2010/03/15/the-nickname-cache.aspx Customizing Outlook can be a nightmare. For example there are two basic ways to create an Outlook custom form. The first is to customize the standard email [...]]]></description>
			<content:encoded><![CDATA[<p>Its been years since I&#8217;ve done any serious Outlook development but I still keep a lookout for interesting stuff about Outlook and MAPI.For example the link below describes the nickname-cache.</p>
<p><a href="http://blogs.msdn.com/stephen_griffin/archive/2010/03/15/the-nickname-cache.aspx">http://blogs.msdn.com/stephen_griffin/archive/2010/03/15/the-nickname-cache.aspx</a></p>
<p>Customizing Outlook can be a nightmare. For example there are two basic ways to create an Outlook custom form. The first is to customize the standard email form which is OK for some kinds  of  in house  IT applications but are otherwise not very robust. The other is to use MAPI&#8217;s Form Server technology which involves creating a seperate application which Outlook communicates with.</p>
<p>I was once deeply involved with a MAPI Form Server which was quite a frustrating experiance because so much of Outlook&#8217;s behaviour is not accessable. The Outlook form I was developing needed to look for the most part like Outlook&#8217;s standard email form but with a custom Active X control managing the message body instead of a text box (eg Trident based HTML text editor, Word,  or a richedit control) that Outlook used.</p>
<p>While MAPI Forms give much more control and stability over the resultant custom form it is necessary to write all of the UI yourself. I have never understood why Microsoft did not write a bunch of ActiveX controls that allowed MAPI forms to reuse  Outlook UI such as the message header or toolbars. They could have arranged things so that ActiveX controls could only be used when used in a MAPI form server.</p>
<p>An excellent example of a part of the Outlook UI that should allowed reuse are the text boxes used to edit recipients within the Outlook email form. At first these controls seem to be simple rich edit controls except that they do useful things like the nickname list processing mentioned in the link above. They also treat resolved recipients as single entities which are protected from being edited and can be dragged and dropped between the &#8216;To&#8217;, &#8216;Cc&#8217; and &#8216;Bcc&#8217; edit boxes.</p>
<p>All this needs to be emulated by a third party form and updated everytime a new version of Outlook is released. The nearest that Outlook gets to reuse is the Address book which can be launched to select recipients. Another problem is that because Outlook uses it own version of MAPI so if Outlook stops using a MAPI function then the function can degrade overtime.</p>
<p>For example there is a MAPI function that provides a property page from message store providers. This is used on older versons of Outlook to provide additonal pages in the message properties property sheet in the standard email form. This same UI was available via MAPI to third party form servers. When Outlook changed and moved more message properties into the newer message options UI however then this part of MAPI became unreliable.</p>
<p>I don&#8217;t think anything is going to change because I suspect that most of the extensions to Outlook have already been written or will be Microsoft extensions which don&#8217;t suffer from these problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been a while&#8230;</title>
		<link>http://dave-hall.com/?p=73</link>
		<comments>http://dave-hall.com/?p=73#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:32:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[This blog]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=73</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted anything here but I hope to add more posts in the near furture&#8230; Some big changes have occured since I last blogged. After 20 years of living and working as software developer in the London and the surrounding area I have now moved back home to Northumberland. I still have [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted anything here but I hope to add more posts in the near furture&#8230;</p>
<p>Some big changes have occured since I last blogged. After 20 years of living and working as software developer in the London and the surrounding area I have now moved back home to Northumberland. I still have my flat in Harrow at the moment so I can relocate back to London if I want to.</p>
<p>It took a while to settle back to my home town but its generally been OK. I&#8217;m now work for Sage which is a Software company based just outside of Newcastle. It a complete change of  problem domain for me as they do accounts software.</p>
<p>Although my first job in London was with a small software house that tried to produce a rival for Sage in the early 1990s I wasn&#8217;t involved in the core accounts bit. I&#8217;ve been used to working with telephony or multi media in form for or another for the last 20 years.</p>
<p>One of my friends fron the Avaya days, Gwyn,  is also now working for Sage also - although its for a team that doesn&#8217;t do the accounts stuff.</p>
<p>Well thats it for now but stay tuned as they say.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Euro Accord canned?</title>
		<link>http://dave-hall.com/?p=70</link>
		<comments>http://dave-hall.com/?p=70#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Honda]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=70</guid>
		<description><![CDATA[According to Auto Car Honda is slashing its future development plans: http://www.autocar.co.uk/News/NewsArticle.aspx?AR=236796 The most interesting part of these plans for me is that Honda may revert to having a single worldwide version of the Honda Accord. This means no more Euro Accords or Acura TSX based on the Euro Accord. I&#8217;m not sure if this is [...]]]></description>
			<content:encoded><![CDATA[<p>According to Auto Car Honda is slashing its future development plans:</p>
<p><a href="http://www.autocar.co.uk/News/NewsArticle.aspx?AR=236796">http://www.autocar.co.uk/News/NewsArticle.aspx?AR=236796</a></p>
<p>The most interesting part of these plans for me is that Honda may revert to having a single worldwide version of the Honda Accord. This means no more Euro Accords or Acura TSX based on the Euro Accord. I&#8217;m not sure if this is a good thing or bad. Only time will tell. </p>
<p>The Honda Legend may also disappear which is not supprising. From what I have read about the current generation Legend (or Accura RL) it has a really advanced 4WD system called SH-AWD which makes for really good cornering but is really let down by the suspension. Its also way over priced in the UK at least and has  only one engine option.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Honda &#8211; The power of nightmares</title>
		<link>http://dave-hall.com/?p=64</link>
		<comments>http://dave-hall.com/?p=64#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=64</guid>
		<description><![CDATA[Its all doom and gloom in the world of Honda at the moment. First Honda announced that they are pulling out of Formula 1. For years F1 has been trying to break into the North American market &#8211; the worlds largest car market &#8211; with little success. Due to the demands of the commercial side [...]]]></description>
			<content:encoded><![CDATA[<p>Its all doom and gloom in the world of Honda at the moment. First Honda announced that they are pulling out of Formula 1. For years F1 has been trying to break into the North American market &#8211; the worlds largest car market &#8211; with little success. Due to the demands of the commercial side of the F1 management there is now no US Grand Prix and the Canadian GP won&#8217;t be happening next year.</p>
<p>Most manufacturer backed teams &#8211; like BMW and Mercedes McLaren &#8211; can&#8217;t be happy with this situation and I assume that this was one of the reason why Honda pulled out.</p>
<p>Secondly Honda has announced that it&#8217;s canceling the next generation NSX</p>
<p><a href="http://www.autocar.co.uk/News/NewsArticle.aspx?AR=236594">http://www.autocar.co.uk/News/NewsArticle.aspx?AR=236594</a></p>
<p>Not good.</p>
<p>Next Honda is scrapping plans to introduce the Acura brand to Japan. That means that I very much doubt that Acura is comming to Europe any time soon.</p>
<p>This bloomberg (or is that gloomberg) page summaries the finacial situation:</p>
<p><a href="http://www.bloomberg.com/apps/news?pid=20601101&amp;sid=asDCdNdT2a2E&amp;refer=japan">http://www.bloomberg.com/apps/news?pid=20601101&amp;sid=asDCdNdT2a2E&amp;refer=japan</a></p>
<p>To top it all I&#8217;ve managed to add some scratches my new Accord!</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The second trailer for the 2009 Star Trek movie is out</title>
		<link>http://dave-hall.com/?p=55</link>
		<comments>http://dave-hall.com/?p=55#comments</comments>
		<pubDate>Thu, 20 Nov 2008 19:56:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Star Trek]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=55</guid>
		<description><![CDATA[The second trailer for the 2009 Star Trek movie is out! http://www.apple.com/trailers/paramount/startrek/ It seems to work a lot better with Firefox &#8211; IE seems to have problems with this page. I&#8217;m still not sure what to make of new movie. It doesn&#8217;t look much like any Star Trek I&#8217;ve seen before although perhaps its exactly [...]]]></description>
			<content:encoded><![CDATA[<p>The second trailer for the 2009 Star Trek movie is out!</p>
<p><a href="http://www.apple.com/trailers/paramount/startrek/">http://www.apple.com/trailers/paramount/startrek/</a></p>
<p>It seems to work a lot better with Firefox &#8211; IE seems to have problems with this page. I&#8217;m still not sure what to make of new movie. It doesn&#8217;t look much like any Star Trek I&#8217;ve seen before although perhaps its exactly what the franchise needs right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uniqlock &#8211; Live!</title>
		<link>http://dave-hall.com/?p=52</link>
		<comments>http://dave-hall.com/?p=52#comments</comments>
		<pubDate>Mon, 01 Sep 2008 21:29:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=52</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="424" height="278" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="base" value="." /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://www.uniqlo.jp/uniqlock/swf/blog_large.swf?user_id=aZ3PkftpnKIZbhCI" /><embed type="application/x-shockwave-flash" width="424" height="278" src="http://www.uniqlo.jp/uniqlock/swf/blog_large.swf?user_id=aZ3PkftpnKIZbhCI" allowscriptaccess="always" base="." quality="high" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Atari history</title>
		<link>http://dave-hall.com/?p=45</link>
		<comments>http://dave-hall.com/?p=45#comments</comments>
		<pubDate>Sun, 24 Aug 2008 12:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=45</guid>
		<description><![CDATA[The OSNews website has an interesting item about the history of Atari between 1971 and 1981.  http://www.osnews.com/story/20208/Atari_s_History_1971-1981 I didn&#8217;t realise that Steve Jobs and Steve Wozniak worked for Atari and that Atari was offered the Apple I. I also can&#8217;t comprehend how you can make a video game out of discrete logic using a bunch of TTLs. [...]]]></description>
			<content:encoded><![CDATA[<p>The OSNews website has an interesting item about the history of Atari between 1971 and 1981. </p>
<p><a href="http://www.osnews.com/story/20208/Atari_s_History_1971-1981">http://www.osnews.com/story/20208/Atari_s_History_1971-1981</a></p>
<p>I didn&#8217;t realise that Steve Jobs and Steve Wozniak worked for Atari and that Atari was offered the Apple I. I also can&#8217;t comprehend how you can make a video game out of discrete logic using a bunch of TTLs. Designing logic in hardware is something I&#8217;ve always wanted to do but its a lot harder to get into than software development.</p>
<p>There are simulators out there so you don&#8217;t actually have to build hardware but they all assume that you are a hardware engineer and that your actually going to build something.</p>
<p>Maybe I&#8217;ll write a simple simulator one day to teach myself about logic gates and stuff but that sounds like a lot of work.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quote of the day</title>
		<link>http://dave-hall.com/?p=36</link>
		<comments>http://dave-hall.com/?p=36#comments</comments>
		<pubDate>Thu, 21 Aug 2008 00:24:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My cars]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=36</guid>
		<description><![CDATA[  From The Times online: “People talk about Volkswagens being reliable, and Mercs. But if I may liken reliability to the M1, the German cars are only at Milton Keynes. Toyota is outside Leicester, whereas Honda is already on the A1, going into Scotland.”         – Jeremy Clarkson [1]   [1] http://www.timesonline.co.uk/tol/driving/jeremy_clarkson/article824066.ece  ]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"> </p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><span style="font-size: small; font-family: Calibri;">From The Times online:</span></p>
<blockquote>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><span style="font-size: small; font-family: Calibri;"><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;">“</span>People talk about Volkswagens being reliable, and Mercs. But if I may liken reliability to the M1, the German cars are only at Milton Keynes. Toyota is outside Leicester, whereas Honda is already on the A1, going into Scotland.”</span></p>
</blockquote>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt; TEXT-INDENT: 36pt"><span style="font-size: small;"><span style="font-family: Calibri;"><span style="mso-spacerun: yes">        </span>– Jeremy Clarkson [1]</span></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><span style="font-size: small; font-family: Calibri;"> </span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"><span style="font-size: small; font-family: Calibri;">[1] <a href="http://www.timesonline.co.uk/tol/driving/jeremy_clarkson/article824066.ece">http://www.timesonline.co.uk/tol/driving/jeremy_clarkson/article824066.ece</a></span></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 10pt"> </p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When 2+1 is not equal to 3</title>
		<link>http://dave-hall.com/?p=33</link>
		<comments>http://dave-hall.com/?p=33#comments</comments>
		<pubDate>Thu, 21 Aug 2008 00:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://dave-hall.com/?p=33</guid>
		<description><![CDATA[  There now follows a small rant about Freeview &#8211; the UK’s free digital TV platform. For many years I used NTL (now Virgin Media) as my TV provider. Now NTL is worth a warehouse of rants all on its own but  I don’t want to start that just now it’s just too painful. I [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"> </p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">There now follows a small rant about Freeview &#8211; the UK’s free digital TV platform. For many years I used NTL (now Virgin Media) as my TV provider. Now NTL is worth a warehouse of rants all on its own but  I don’t want to start that just now it’s just too painful.</span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">I was paying around £40 a month for analog cable TV service where many of the channels were encrypted. I decided to switch to Freeview a couple of years ago when NTL started doing really weird stuff like encrypting channels I was paying for so that I couldn’t watch them. They also did stuff like replace the History channel with UK History as if there the same thing!</span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small;"><span style="font-family: Calibri;">I can’t get a satellite because I need to get permission from the building owner (I have a leasehold) and my flat is pointing in the wrong direction so that just seems like too much hassle to me. <span style="mso-spacerun: yes;"> </span><span style="mso-spacerun: yes;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">The problem with Freeview is that the number of available channels is limited compared to satellite and cable. For example ABC used to have a channel showing US imports like 8 Simple Rules which was OK. It was daytime only however. <span style="mso-spacerun: yes;"> </span>They canned the channel because they could not secure an evening slot. I think that they must of <span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;">thought </span>the revenues of a day time only service was not worth it. </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">So with the number of channels limited what does Freeview offer? Well take ITV as an example. There’s ITV1 of course which is expected &#8211; it being a terrestrial channel. Things start to go downhill a bit with ITV2, ITV3 and ITV4. These channels seem to show the cheap stuff like repeats of ITV1 programmes, sport or the cheaper US imports.</span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small;"><span style="font-family: Calibri;">So that’s 4 ITV channels. Except that there’s ITV 2+1 which is not some arty rebranding of ITV3. It shows all the tedious and annoying cheap stuff on ITV 2 but delayed 1 hour in case you missed something! <span style="mso-spacerun: yes;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">It’s not just ITV, Channel 4 has Channel 4, Channel 4+1, E4, E4+1 and more 4. Then there are the shopping channels like QVC and Price Drop. Why?</span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;">Why can’t we just have more channel diversity and some competition? It’s just not fair. </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="font-size: small; font-family: Calibri;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://dave-hall.com/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
