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

<channel>
	<title>Orders of Battle Web Log</title>
	<atom:link href="http://www.ordersofbattle.com/OOBWebLog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ordersofbattle.com/OOBWebLog</link>
	<description>News and Comment on Orders of Battle.com</description>
	<pubDate>Sat, 31 Dec 2011 03:39:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>MVC Version of Ordersofbattle.com is now live</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=59</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=59#comments</comments>
		<pubDate>Sat, 31 Dec 2011 03:39:18 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Site News]]></category>

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

		<category><![CDATA[Orders of Battle]]></category>

		<category><![CDATA[Web-Farm]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=59</guid>
		<description><![CDATA[After several months of development and testing, I finally completed and deployed the new version of the Orders of Battle website last week.
Why the fuss? Don&#8217;t I deploy new versions all the time?
Starting with version 1.1.0.2, ordersofbattle.com is running as an ASP.NET MVC website and is no longer a ASP.NET Webforms website.
I first wrote the [...]]]></description>
			<content:encoded><![CDATA[<p>After several months of development and testing, I finally completed and deployed the new version of the Orders of Battle website last week.</p>
<p>Why the fuss? Don&#8217;t I deploy new versions all the time?</p>
<p>Starting with version 1.1.0.2, ordersofbattle.com is running as an ASP.NET MVC website and is no longer a ASP.NET Webforms website.</p>
<p>I first wrote the code for Orders of Battle in 2003-2004 and at the time, the recommended way of write database-driven web-pages in ASP.NET was to use &#8220;Webforms&#8221;. These were quite complicated and ran on the server and they generated HTML at run-time.</p>
<p>MVC is an industry acronym that stands for &#8220;Model-View-Controller&#8221;. It is a very popular architecture for websites and is an industryÂ standard.</p>
<p>It divides the logic of the site into 3 parts:</p>
<ul>
<li>Model - This represents the data</li>
<li>View - This represents the display</li>
<li>Controller - This manages the request when users click on a hyperlink for a new page</li>
</ul>
<p>In practical terms, MVC makes it a lot easier for me to write new pages and functions for the site from scratch and it means that I can make the site a lot more flexible. MVC does not use webforms at all and the pages are much simpler to write and debug.</p>
<p>Performance-wise, it seems faster than the old webforms architecture as much of the page handling is done at the client level instead of on the webserver.Â </p>
<p>I have taken the opportunity to add several new webpages to the site and to add additional queries to make the site much more useful, or so I hope!!</p>
<p>The site now allows users to query data &#8220;from both ends&#8221;.</p>
<p>For example, in the old site, the only a user could see the location a unit was stationed at wasÂ by querying the unit and then displaying the locations for that unit.</p>
<p>Now, the user can query the location first and then see which units were at that location.</p>
<p>I have added similar logic for Awards (in the case of officers), Countries, Provinces, Waves and Theatres; as well as revamping the behaviour of Corps and Forces.</p>
<p>Another big change is that page linksÂ only appear underneath a &#8220;parent&#8221;, i.e. a Unit or a Person, if there is actually data in existence for that link. If there is no data, then no link will appear.</p>
<p>Another major change is that all web-pages, including this one, are now running on a &#8220;web-farm&#8221; so that there are two, possibly more in the future, web-servers handling all requests in parallel which should help performance and response time.</p>
<p>I will write a post soon describing all the changes in full.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=59</wfw:commentRss>
		</item>
		<item>
		<title>Map References in War Diaries</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=58</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=58#comments</comments>
		<pubDate>Tue, 29 Nov 2011 06:04:59 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Research]]></category>

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

		<category><![CDATA[Map Reference]]></category>

		<category><![CDATA[National Grid]]></category>

		<category><![CDATA[Ordnance Survey]]></category>

		<category><![CDATA[War Diary]]></category>

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

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=58</guid>
		<description><![CDATA[One of the issues that I face when reading Canadian War Diaries is that once a unit arrives in the United Kingdom, they tend to start using Map References instead of Place Names, which can make understanding them a bit difficult.
Why is this a problem?
Well the Map References used are not National Grid References. they [...]]]></description>
			<content:encoded><![CDATA[<p>One of the issues that I face when reading Canadian War Diaries is that once a unit arrives in the United Kingdom, they tend to start using Map References instead of Place Names, which can make understanding them a bit difficult.</p>
<p>Why is this a problem?</p>
<p>Well the Map References used are not National Grid References. they are Cassini References from a system used by the War Office in the Second World War and are completely different from modern references.</p>
<p>To convert them, you need to find a converter as well as discover which Cassini Square the map reference actually refers to; as in most cases, the soldiers writing the war diary entries did not write the square, just the reference from the map that they had.</p>
<p>To add to the problem, sometimes the references are just wrong or written the wrong way round!</p>
<p>Fortunately for us, we have the internet and there are some very useful tools out there!</p>
<p>First off, we need a list of Cassini squares, which can be found <a href="http://www.echodelta.net/mbs/grillesj/britishcassini.htm" target="_blank">here</a>.</p>
<p>Secondly we need to convert the War Office reference to a National Grid Reference.</p>
<p>The best tool that I have found is at <a href="http://www.fieldenmaps.info/cconv/cconv_gb.html">http://www.fieldenmaps.info/cconv/cconv_gb.html</a>Â .</p>
<p>To use it, input the War Office reference in the section that says &#8220;War Office Cassini &#8220;WOFO&#8221; Grid&#8221; and then press Convert. This will update all the other references and you can use the one you want to find the actual location.</p>
<p>I use the National Grid reference which can be found in the section entitled &#8220;Great Britain National Grid&#8221; and I use the reference with the two letter code at the start.</p>
<p>I find the Ordnance Survey site the most useful as it displays the actual OS map for the National Grid reference provided, but only use the first three numbers of each National Grid reference.</p>
<p>The Ordnance Survey maps can be found <a href="http://www.getamap.ordnancesurveyleisure.co.uk/" target="_blank">here</a>. You can register as a Guest which gives basic functionality or you can subscribe.</p>
<p>Input the National Grid reference and press &#8220;Locate&#8221; and away you go.</p>
<p>NOTE: You may need trial and error to get the correct Cassini square from the map!</p>
<p>Â</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
		<item>
		<title>New Look</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=57</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=57#comments</comments>
		<pubDate>Sat, 29 Oct 2011 17:27:47 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<category><![CDATA[New Theme]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=57</guid>
		<description><![CDATA[Today, I finally got around to devoting some attention to the look and feel of this blog&#8230;&#8230;I know it has been a while!!
So, the site theme now matches Tech-CRM and I have fixed the appearence of bullet items in the style sheet of both this blog and tech-crm.com, so it looks a lot better. Using [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I finally got around to devoting some attention to the look and feel of this blog&#8230;&#8230;I know it has been a while!!</p>
<p>So, the site theme now matches Tech-CRM and I have fixed the appearence of bullet items in the style sheet of both this blog and tech-crm.com, so it looks a lot better. Using the tech-crm style sheet also fixes the formatting of comments so that is an added bonus.</p>
<p>I also intend to update the links to the right to include the new pages in the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=57</wfw:commentRss>
		</item>
		<item>
		<title>Site Update For October</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=56</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=56#comments</comments>
		<pubDate>Sat, 29 Oct 2011 05:15:20 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[Site News]]></category>

		<category><![CDATA[27th US Infantry Division]]></category>

		<category><![CDATA[Captain Edmund G Love]]></category>

		<category><![CDATA[Lt-Colonel Stephen E Clay]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=56</guid>
		<description><![CDATA[Well things have been quiet as far as this blog is concerned so it is high time for an update.
Currently I am between contracts so I have to spend quite a lot of time looking for my next piece of work, which is very difficult in the current job market. However, I hope to be [...]]]></description>
			<content:encoded><![CDATA[<p>Well things have been quiet as far as this blog is concerned so it is high time for an update.</p>
<p>Currently I am between contracts so I have to spend quite a lot of time looking for my next piece of work, which is very difficult in the current job market. However, I hope to be back in work soon with a bit of luck.</p>
<p>One of the first priorities after I got home was to organise my accounts for the year for my accountant. This is a non-trivial task as I have hundreds of foreign receipts to organise among other things. I am happy to say that this is all now complete.</p>
<p>On the research front, I have been trying to find time to research 1 Battalion The Algonquin Regiment. Currently, I am up to mid 1943 and I have to push forward through the Battalion&#8217;s time in the UK and in North West Europe. Again, this is quite a lot of work as it involves examining hundreds of War Diary photographs and writing up my notes. I feel somewhat guilty because I have been distracted by other issues, but hope to get back up to speed soon.</p>
<p>I have also taken theÂ time toÂ research 27th US Infantry Division, which was a National Guard division from New York State. I have been able to do a good job as I have all 4 volumes of the incredibly well-researchedÂ  <em>US Army Order of Battle 1919-1941</em>Â by Lt-Col Stephen E Clay which has been a godsend as far as US Army research goes. I just wish someone would do the same for the British Armies for the interwar period. I also had a copy of the Divison&#8217;s World War II history by Captain Edmund G Love which was great though rather lacking in appendices! There is also some useful information available on line.</p>
<p>I have also been moving forward on my German divisional research and am now working on the 2nd Mountain Division using Scherzer and Tessin as my primary resources.</p>
<p>I have also been working on enhancing my database with the following data structures to support my research. These are still in development and will be added to the website in due course:</p>
<ul>
<li>Locations, Provinces and Countries - this will allow users to query units by Location rather than having to look at each unit first</li>
<li>Unit Sources - List of main sources used my research for a specific unit</li>
<li>Unit Components - This will be for German units only and will provide an overview of the Company structure at the Battalion level</li>
<li>Unit Component Transfers - This will store the transfer of Companies between battalions.</li>
</ul>
<p>I do not intend to handle &#8220;components&#8221; in the same way as units because there are way too many of them and most were not moved around and converted in the same way that Battalions and Regiments are. However, they are quite interesting and some did indeed get transfered between parent units.</p>
<p>Finally, I have been working on a new version of the Web Site using a new version of ASP.NET using a new design pattern called MVC (Model-View-Controller). This should make it easier for me to add new features to the web site and will hopefully provide a cleaner design and more user-friendly urls. I am making good progress with it and hope to have it finished in a month or two.</p>
<p>I am also looking at upgrading my version of Wordpress and redesigning this blog as it most definitely needs a new look!!</p>
<p>So, there you are&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=56</wfw:commentRss>
		</item>
		<item>
		<title>We&#8217;re back!! Finally!</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=55</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=55#comments</comments>
		<pubDate>Sun, 07 Aug 2011 04:22:08 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=55</guid>
		<description><![CDATA[OK, it seems that abject apologies are in order!!
As a resultÂ of a massive thunderstorm in early June; this site, along with all the other sites and applications on my webserver, went down and despite my best efforts from about 4000 miles away (I was in Hungary), I was unable to restore the site until about [...]]]></description>
			<content:encoded><![CDATA[<p>OK, it seems that abject apologies are in order!!</p>
<p>As a resultÂ of a massive thunderstorm in early June; this site, along with all the other sites and applications on my webserver, went down and despite my best efforts from about 4000 miles away (I was in Hungary), I was unable to restore the site until about 2-3 days ago.</p>
<p>The problem was caused by an error in the management operating system of my Hyper-V Server which stopped it from rebooting successfully. As a result, all the Virtual Machines on that Hyper-V Server could not run and that included both the database and the webserver.</p>
<p>I have now reinstalled the webserver and as you can see, we are now back in business!</p>
<p>I have now installed new UPS systems to hopefully prevent a repeat occurrence and I will soon be a building a new Hyper-V Server box so that I have full physical redundancy.</p>
<p>Please accept my sincerely apologies of the non-availability for almost two months of this site, <a href="http://www.tech-crm.com">www.tech-crm.com</a> and <a href="http://www.ordersofbattle.com">www.ordersofbattle.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Web Site Update</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=53</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=53#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:32:17 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[Site News]]></category>

		<category><![CDATA[Argyll and Sutherland Highlanders of Canada]]></category>

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

		<category><![CDATA[Orders of Battle]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=53</guid>
		<description><![CDATA[As usual, it has been a while since I updated!!
I have made some changes to the database of the Orders of Battle website and as a result the Unit Corps and Unit Force tabs are no longer working because the current version of the website is expecting the deleted column to exist.
I have modified the [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, it has been a while since I updated!!</p>
<p>I have made some changes to the database of the Orders of Battle website and as a result the Unit Corps and Unit Force tabs are no longer working because the current version of the website is expecting the deleted column to exist.</p>
<p>I have modified the website source code to account for this, but I cannot deploy it right now because IIS has an issue with a third party dll that my web site uses - although this dll is new and is not in the production version. I am currently editing the code to remove references to this dll and if that solves the problem, then I will be able to deploy a new version of the site.</p>
<p>As a result, research has taken a back seat. However, I have finally finished my research on 1 Battalion The Argyll and Sutherland Highlanders of Canada. I still have to complete the input of the Unit History records for 1944-45 but then I will be done. I will finish this once I have fixed the website.</p>
<p>I have also started work on building a new redesign of the site using MVC Architecture in ASP.NET, but this is still in the very early stages as MVC is very new to me, so it will take some time.</p>
<p>I am currently working inÂ Hungary so I do not expect to be doing any photography at the National Archives in Ottawa any time soon, however I have plenty of research material to keep me going.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Happy Christmas and New Year</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=52</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=52#comments</comments>
		<pubDate>Mon, 03 Jan 2011 21:19:58 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Happy Christmas]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=52</guid>
		<description><![CDATA[Wishing all my visitors to this Blog and to Orders of Battle.com, a very Happy Christmas and a very Happy New Year!!
I know this is a bit late, but I just returned home yesterday from two weeks holiday in Spain which was wonderful.
Regular service to follow soon.
]]></description>
			<content:encoded><![CDATA[<p>Wishing all my visitors to this Blog and to Orders of Battle.com, a very Happy Christmas and a very Happy New Year!!</p>
<p>I know this is a bit late, but I just returned home yesterday from two weeks holiday in Spain which was wonderful.</p>
<p>Regular service to follow soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>Ottawa Photo Update</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=51</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=51#comments</comments>
		<pubDate>Thu, 04 Nov 2010 15:09:19 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[National Archives]]></category>

		<category><![CDATA[War Diaries]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=51</guid>
		<description><![CDATA[Last weekend I took the opportunity to return to the National Archives in Ottawa to photograph yet more boxes of War Diaries and had a productive weekend in that I was able to get through 15 boxes of Battalion and Brigade War Diaries.
I was able to complete the following units:

1 Le Regiment de Montmagny
1 Le [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I took the opportunity to return to the National Archives in Ottawa to photograph yet more boxes of War Diaries and had a productive weekend in that I was able to get through 15 boxes of Battalion and Brigade War Diaries.</p>
<p>I was able to complete the following units:</p>
<ul>
<li>1 Le Regiment de Montmagny</li>
<li>1 Le Regiment de Quebec</li>
<li>1 Le Regiment de St Hyacinthe</li>
<li>3 Les Fusiliers du Mont-Royal</li>
<li>1 The Royal Rifles of Canada</li>
<li>1 The Royal Winnipeg Rifles</li>
<li>1 The Princess Louise Fusiliers</li>
</ul>
<p>I was able to make a start on the following units</p>
<ul>
<li>1 Princess Patricia&#8217;s Canadian Light Infantry</li>
<li>4 Canadian Infantry Brigade</li>
</ul>
<p>So, it was a productive weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
		<item>
		<title>Back in Canada</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=50</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=50#comments</comments>
		<pubDate>Tue, 28 Sep 2010 16:56:20 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[National Archives Ottawa]]></category>

		<category><![CDATA[The Algonquin Regiment]]></category>

		<category><![CDATA[The Brockville Rifles]]></category>

		<category><![CDATA[The Calgary Highlanders]]></category>

		<category><![CDATA[The Dufferin and Haldimand Rifles]]></category>

		<category><![CDATA[The Edmonton Fusiliers]]></category>

		<category><![CDATA[The Hastings and Prince Edward Regiment]]></category>

		<category><![CDATA[War Diaries]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=50</guid>
		<description><![CDATA[Well, now that I have finished in Seattle, I am now back in Canada on a project in Montreal which I started at the end of August after returning home via Vancouver (which is very nice).
Given that Montreal and Ottawa are not too far distant, I was able to renew my acquaintance with the National [...]]]></description>
			<content:encoded><![CDATA[<p>Well, now that I have finished in Seattle, I am now back in Canada on a project in Montreal which I started at the end of August after returning home via Vancouver (which is very nice).</p>
<p>Given that Montreal and Ottawa are not too far distant, I was able to renew my acquaintance with the National Archives in Ottawa last weekend and photograph another 15 boxes of War Diaries of various Canadian Battalions.</p>
<p>I was able to finish the following units:</p>
<ul>
<li>1 Battalion The Dufferin and Haldimand Rifles</li>
<li>1 Battalion The Alginquin Regiment</li>
<li>1 Battalion The Hastings and Prince Edward Regiment</li>
<li>The Quebec Arsenal protection Company</li>
<li>1 Canadian Garrison Battalion (1943)</li>
<li>1 Battalion The Edmonton Fusiliers</li>
<li>1 Battalion The Brockville Rifles</li>
</ul>
<p>as well as do some of the following:</p>
<ul>
<li>1 The Calgary Highlanders</li>
<li>two 1945 Canadian Army Pacific Force Battalions</li>
<li>several (I will have to check which) Canadian Garrison Battalions from 1945</li>
</ul>
<p>So, all in all, it was a productive weekend.</p>
<p>On other fronts, I have been rather slack and am still working on interpreting the War Diary of 1 Battalion The Argyll and Sutherland Highlanders of Canada (I am now up to December 1944! Slow but sure!).</p>
<p>I have completed 2 Panzer Division and have input the commanders and staff of 3 Panzer Division.</p>
<p>I have completed my coding and database key changes and they are all working well. I am now working on resolving an issue in the replication of Unit History records which has a bit of a glitch. While I am resolving this, I am usingÂ SQL Examiner to keep the databases in sync.Â </p>
<p>Â</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>Research Update</title>
		<link>http://www.ordersofbattle.com/OOBWebLog/?p=49</link>
		<comments>http://www.ordersofbattle.com/OOBWebLog/?p=49#comments</comments>
		<pubDate>Wed, 04 Aug 2010 00:22:15 +0000</pubDate>
		<dc:creator>regdc</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.ordersofbattle.com/OOBWebLog/?p=49</guid>
		<description><![CDATA[I am still working my way through the War Diary of 1 Battalion The Argyll and Sutherland Highlanders of Canada; which is quite involved as it was a very well-travelled battalion!! Right now, I am up to October 1944 and hope to finish the complete War Diary before too long.
As I am in Seattle still, [...]]]></description>
			<content:encoded><![CDATA[<p>I am still working my way through the War Diary of 1 Battalion The Argyll and Sutherland Highlanders of Canada; which is quite involved as it was a very well-travelled battalion!! Right now, I am up to October 1944 and hope to finish the complete War Diary before too long.</p>
<p>As I am in Seattle still, I do not have the opportunity to spend time at the National Archives in Ottawa, but I hope that I will be able to return to Ottawa in the not so distant future. In the meantime I have plenty of material to work on.</p>
<p>I am still working on the component units of 2 Panzer Division and hope to be complete soon.</p>
<p>On the UK Regimental front, I am working my way through the battalions of the Durham Light Infantry.</p>
<p>On the USÂ side, I have input some information onÂ 24 and 25 Infantry Divisions, but as they served in the Pacific, I do notÂ have the same level of information as on those divisions that served inÂ North West Europe.Â </p>
<p>Â</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ordersofbattle.com/OOBWebLog/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
	</channel>
</rss>

