<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7350804</id><updated>2007-06-12T10:36:04.834-07:00</updated><title type='text'>Spanner Wingnut's Muddleware Lab</title><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/default.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default'></link><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://orcmid.com/BlunderDome/wingnut/wing-atom.xml'></link><author><name>orcmid</name></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7350804.post-7957724451161402825</id><published>2007-06-12T10:36:00.000-07:00</published><updated>2007-06-12T10:36:04.853-07:00</updated><title type='text'>Adjusting Blog Style Information</title><content type='html'>&lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:d60ffe54-36e8-4d9b-80b9-1185206f96f4" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/orcmid" rel="tag"&gt;orcmid&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Blogging" rel="tag"&gt;Blogging&lt;/a&gt;, &lt;a href="http://technorati.com/tags/CSS%20Styles" rel="tag"&gt;CSS Styles&lt;/a&gt;, &lt;a href="http://technorati.com/tags/blog%20text%20size" rel="tag"&gt;blog text size&lt;/a&gt;, &lt;a href="http://technorati.com/tags/blog%20accessibility" rel="tag"&gt;blog accessibility&lt;/a&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.techrepublic.com.com/programming-and-development/?p=409&amp;amp;tag=nl.e055"&gt;» Choosing the right document type for Web pages | Programming and Development | TechRepublic.com&lt;/a&gt;.&amp;nbsp; I am preparing to&amp;nbsp;manipulate styles of&amp;nbsp;the Muddleware Labs&amp;nbsp;template.&amp;nbsp;&amp;nbsp; The objective is to make this and my other blogs more accessibility friendly with regard to control of fonts and text sizes by the user.&amp;nbsp; &lt;/p&gt; &lt;h3&gt;Choice of DOCTYPE&lt;/h3&gt; &lt;p&gt;I have successfully changed the Blogger-supplied template (Rounder 3) from XHTML 1.0 Strict (which was simply wrong) to HTML 4.01 Transitional.&amp;nbsp; This is the latest stable regular HTML DOCTYPE.&amp;nbsp; I also verified that I am using the &lt;a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html"&gt;proper DOCTYPE entry&lt;/a&gt; encouraged by the W3C.&amp;nbsp; This recent &lt;a href="http://blogs.techrepublic.com.com/programming-and-development/?p=409&amp;amp;tag=nl.e055"&gt;Tony Patton article&lt;/a&gt; explains the differences and how the choice matters for validation of the web page.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The HTML 4.01 Transitional form allows all of the standard HTML presentation tags (including tables) along with the CSS markup that many prefer.&amp;nbsp; The ability to mix the two in practical ways is exactly where I want to be.&amp;nbsp; It also overcomes the fact that Windows LiveWriter (and other tools), Blogger posting, and Blogger comment posting cannot be counted on to enforce any XHTML DTD.&amp;nbsp; &lt;/p&gt; &lt;p&gt;This is also the DOCTYPE that I use in all of my own web-site pages that use my latest uniform styles.&amp;nbsp; &lt;/p&gt; &lt;h3&gt;Fiddling the Styles: Resources&lt;/h3&gt; &lt;p&gt;It is time for me to figure out how to use CSS styles and modify the ones in the template.&amp;nbsp; I will do that by modifying elements that are relatively simple and safe to fool with until I have a better sense of how omitting certain styles as well as modifying others influences the layout of the blog.&amp;nbsp; I am going to start with the Rounder 3 template of Muddleware Lab, but the idea is to ultimately achieve a form much like my other blogs but using CSS in an efficient way as part of the HTML 4.01 Transitional formatting.&lt;/p&gt; &lt;p&gt;I have the following resources at hand:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Niederst, Jennifer.&amp;nbsp; &lt;em&gt;HTML Pocket Reference&lt;/em&gt;, 2nd edition, O'Reilly 2002.&amp;nbsp; This little reference doesn't provide anything on style sheets or style attributes.&amp;nbsp; I use it as a quick reference and for its list of character entities.&lt;/li&gt; &lt;li&gt;Musciano, Chuck., Kennedy, Bill.&amp;nbsp; &lt;em&gt;HTML&amp;nbsp;and XHTML: The Definitive Guide&lt;/em&gt;,&amp;nbsp; 4th edition, O'Reilly 2000.&amp;nbsp;&amp;nbsp; I have trouble with the organization of this material and the scattered handling of styles throughout the book.&amp;nbsp; I've learned enough of it to be able to use the Appendix Quick Reference on Style Sheet Properties, though.&amp;nbsp;&amp;nbsp; The promised on-line compliance document that provides the latest information on what browsers do with styles is not available.&amp;nbsp; This book is now in its 6th edition.&amp;nbsp; I can use my edition for ideas to try, but I need something more definitive.&lt;/li&gt; &lt;li&gt;W3C, &lt;em&gt;&lt;a href="http://www.w3.org/TR/REC-CSS1"&gt;Cascading Style Sheets, level 1&lt;/a&gt;&lt;/em&gt;, W3C Recommendation 17 Dec 1996, revised 11 Jan 1999.&amp;nbsp; This is the definitive source.&amp;nbsp; There's also an &lt;a href="http://www.w3.org/Style/css1-updates/REC-CSS1-19990111-errata.html"&gt;errata&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;W3C, &lt;a href="http://www.w3.org/Style/CSS/"&gt;Cascading Style Sheets Home Page&lt;/a&gt;.&amp;nbsp; Here's the latest.&amp;nbsp; I notice that CSS 2.1 is a recent version (2006) that is still in Working Draft.&amp;nbsp; I won't rely on that.&amp;nbsp; The &lt;a href="http://www.w3.org/TR/REC-CSS2/"&gt;CSS2&lt;/a&gt; W3C Recommendation was produced in 1998.&amp;nbsp; CSS1 works in CSS2 "with a &lt;a href="http://www.w3.org/TR/REC-CSS2/changes.html#q2"&gt;few exceptions&lt;/a&gt;."&amp;nbsp; It appears easy to use CSS1 in a way that is compatible with CSS2.&amp;nbsp; I will endeavor to accomplish that.&lt;/li&gt;&lt;/ul&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2007/06/adjusting-blog-style-information.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/7957724451161402825'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/7957724451161402825'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-4523726218734725924</id><published>2007-06-09T21:49:00.000-07:00</published><updated>2007-06-09T21:49:30.026-07:00</updated><title type='text'>Changing from XHTML 1.0 to HTML 4.01</title><content type='html'>&lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:866cc7a6-b1f7-498a-960b-0e2aacaec5c8" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/orcmid" rel="tag"&gt;orcmid&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Blogger%20template" rel="tag"&gt;Blogger template&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Windows%20LiveWriter" rel="tag"&gt;Windows LiveWriter&lt;/a&gt;, &lt;a href="http://technorati.com/tags/XHTML%201.0" rel="tag"&gt;XHTML 1.0&lt;/a&gt;, &lt;a href="http://technorati.com/tags/HTML%204.01" rel="tag"&gt;HTML 4.01&lt;/a&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The first change I am making is to update the template to have an HTML 4.01 DTD and to be plain HTML (no xmlns or other attributes inside the &amp;lt;html&amp;gt; tag).&lt;/p&gt; &lt;p&gt;I can imaging this causing a problem with the &amp;lt;style&amp;gt; element in the header, although there is no ECMAScript or anything that should create much of a problem.&lt;/p&gt; &lt;p&gt;And we'll see.&lt;/p&gt; &lt;p&gt;This post is the one that will cause the modified template to be applied for the first time.&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2007/06/changing-from-xhtml-10-to-html-401.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/4523726218734725924'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/4523726218734725924'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-3175343209033512755</id><published>2007-06-09T17:40:00.000-07:00</published><updated>2007-06-09T17:40:41.210-07:00</updated><title type='text'>Solving a Text Size Problem</title><content type='html'>&lt;p&gt;I need to see what template modifications on my Blogger sites will allow browser View | Text Size alterations to work.&amp;nbsp; As I &lt;a href="http://orcmid.com/blog/2007/06/small-matter-of-blog-page-text-size.asp"&gt;finally noticed&lt;/a&gt; (after almost 5 years of blogging), my blog posts do not have text that is resizable.&amp;nbsp; I want that.&lt;/p&gt; &lt;h3&gt;Before I can Start&lt;/h3&gt; &lt;p&gt;Although the Muddleware Lab is reserved for experimental verification of blog modifications before I make them to my "production" blogs, I don't seem to have ever saved the current Blogger template.&lt;/p&gt; &lt;p&gt;My first step is to log into Blogger, open the template for this blog, and save a copy next to the default page as &lt;font face="Courier New"&gt;&lt;strong&gt;&lt;a href="http://orcmid.com/BlunderDome/wingnut/default.asp.template.txt"&gt;default.asp.template.txt&lt;/a&gt;&lt;/strong&gt;&lt;/font&gt;.&amp;nbsp; I have those for my production blogs.&amp;nbsp; Here's the &lt;a href="http://orcmid.com/blog/default.asp.template.txt"&gt;current master&lt;/a&gt; for&amp;nbsp;the template that currently applies to Orcmid's Lair.&amp;nbsp; (This may render as a web page even though it is delivered as a text file.&amp;nbsp; If necessary, use View | Source to see the text of the template.)&lt;/p&gt; &lt;h3&gt;Now That's Interesting&lt;/h3&gt; &lt;p&gt;The template that I've always used&amp;nbsp;on Muddleware Lab is Douglas Bowman's Rounders 3.&amp;nbsp; I see some very useful characteristics:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;It's texts can be fully resized larger or smaller in a browser.&lt;br&gt;&lt;small&gt;It appears that the use of %-values in font-size styles is the trick.&amp;nbsp; It also appears that the&amp;nbsp;effect of &lt;font face="Courier New"&gt;&amp;lt;small&amp;gt;&lt;/font&gt; is also undesirable.&amp;nbsp; It looks like LiveWriter has some part in this particular outcome, but it may be following something in the Rounders 3 styling.&lt;/small&gt;&lt;br&gt;&amp;nbsp;  &lt;li&gt;The template is completely self-contained: There are no links to style-sheets elsewhere, an improvement over the older template that is customized on Orcmid's Lair and elsewhere.&lt;/li&gt;&lt;/ol&gt; &lt;h3&gt;Some Challenges&lt;/h3&gt; &lt;p&gt;Along with the appealing bits, there are also some serious challenges:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;This template declares my blog pages to be strict XHTML 1.0.&amp;nbsp; I know that is not true.&amp;nbsp; Blogger does not filter nor transform the posts to ensure conformance with that DTD.&amp;nbsp; Furthermore, unclosed &amp;lt;p&amp;gt; and &amp;lt;br&amp;gt; tags show up everywhere.&amp;nbsp; I suspect &amp;lt;img&amp;gt; is unclosed also.&lt;br&gt;&amp;nbsp;&amp;nbsp;  &lt;li&gt;I don't really like this template, and I need to make one that is more aligned with the style I use for the public blogs.&amp;nbsp; That would make this a more-realistic laboratory and the results would be more applicable to the other blogs.&amp;nbsp; I can work on that a little at a time, once I solve the problem that has me be working over here today.&lt;br&gt;&amp;nbsp;&amp;nbsp;  &lt;li&gt;When I make template changes, some of the examples and remarks on earlier posts won't make sense if they are reposted under a modified template.&amp;nbsp; I like the idea of having them stay the way they started out. This may be possible with the archive pages, although the current main page will have wacky versions.&amp;nbsp; I need to mull this over.&lt;/li&gt;&lt;/ol&gt; &lt;h3&gt;Mulling Things Over&lt;/h3&gt; &lt;p&gt;While I ponder how I can overcome the challenges, I am going to see what happens when I change the template DTD to my favorite: HTML 4.01 Transitional.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:6abf2675-9905-4bea-906a-eddbb8559673" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/orcmid" rel="tag"&gt;orcmid&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Blogger" rel="tag"&gt;Blogger&lt;/a&gt;, &lt;a href="http://technorati.com/tags/templates" rel="tag"&gt;templates&lt;/a&gt;, &lt;a href="http://technorati.com/tags/blog%20text%20size" rel="tag"&gt;blog text size&lt;/a&gt;, &lt;a href="http://technorati.com/tags/HTML%20styles" rel="tag"&gt;HTML styles&lt;/a&gt;&lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2007/06/solving-text-size-problem.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/3175343209033512755'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/3175343209033512755'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-116215497439342629</id><published>2006-10-29T12:49:00.000-08:00</published><updated>2006-10-29T17:16:10.296-08:00</updated><title type='text'>A little reality check ...</title><content type='html'>&lt;p&gt;I am having FTP failures between Blogger and my official blog locations. They were all working on 10-27 and yesterday too, as you can tell from &lt;a href="http://orcmid.com/BlunderDome/wingnut/2006/10/reaching-distant-shore.asp"&gt;this post&lt;/a&gt;. But today, nothing has gone through.&lt;/p&gt;&lt;p&gt;This post is to see this is specific to &lt;a href="http://orcmid.com/"&gt;http://orcmid.com/&lt;/a&gt; blogs or not. If this one fails, I must also check &lt;a href="http://miser-theory.info/astraendo/pn/"&gt;Numbering Peano&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;So, this is just a test post, exactly the sort of thing you should expect to find here.&lt;/p&gt;&lt;p&gt;[update 2006-10-29-20:46Z Well, this isn't working either. I don't know if it is just the three Orcmid's hosted blogs or not.]&lt;/p&gt;&lt;p&gt;[update 2006-10-29-22:07Z I'm not doing any better on any of my Blogger-managed blogs. The only thing I can do is attempt to repost this one every so often until there's a change.]&lt;/p&gt;&lt;p&gt;[update 2006-10-30-00:28Z I'm still trying, will follow up immediately when one works.]&lt;/p&gt;&lt;p&gt;[update 2006-10-30-01:08Z Well, here we are.  It is time to bring the other blogs current too.]&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2006/10/little-reality-check.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116215497439342629'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116215497439342629'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-116200428414192218</id><published>2006-10-27T19:58:00.000-07:00</published><updated>2006-10-27T22:38:24.540-07:00</updated><title type='text'>Stepping Onto Uncharted Territory</title><content type='html'>&lt;p&gt;If you see this post on the site, and there is no follow-on post declaring that Spanner has arrived on a distant shore, you are looking at the old hosted site for Spanner Wingnut&amp;rsquo;s Muddleware Lab.&amp;nbsp; If for some reason you are subscribed to the site feed and you see this post without a follow-on post, the same answer applies.&amp;nbsp; The fresh pages and the fresh feeds to go with them have been moved.&lt;/p&gt;&lt;p&gt;The active creation of this blog is being moved&amp;nbsp;to the new home of &lt;a href="http://orcmid.com/"&gt;Orcmid&amp;rsquo;s Lair&lt;/a&gt; at URL&amp;nbsp;&lt;a href="http://orcmid.com/"&gt;http://orcmid.com&lt;/a&gt;.&amp;nbsp; Although the old URL will &lt;em&gt;&lt;strong&gt;eventually&lt;/strong&gt;&lt;/em&gt; follow along to the new home, that may not be for a while.&amp;nbsp; It is really better to fix your bookmarks, feed readers, and other connections, though.&lt;/p&gt;&lt;p&gt;The same dislocation is about to happen with the other blogs: Orcmid&amp;rsquo;s Lair, &amp;nbsp; As usual, the movement process will be checked out by Spanner Wingnut first because, let&amp;rsquo;s face it, the bloke is expendable.&lt;/p&gt;&lt;p&gt;See you on the other side &amp;hellip; &lt;/p&gt;&lt;p&gt;[&lt;strong&gt;update 2006-10-27-22:24&lt;/strong&gt; Now that the other side has been reached, I need a way to force this entry to repost, because Blogger has no reason to post it again on the new site unless I tell it to.&amp;nbsp; I am not republishing the site, just changing the rules for how site entries are FTP&amp;rsquo;d to the proper server.&amp;nbsp; I migrated all older material before this particular message was posted, so it got lost in the gap.&amp;nbsp; The same will happen when I now move the other blogs, since their content has already been migrated.]&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2006/10/stepping-onto-uncharted-territory.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116200428414192218'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116200428414192218'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-116201213473041003</id><published>2006-10-27T22:08:00.000-07:00</published><updated>2006-10-27T22:19:47.966-07:00</updated><title type='text'>... Reaching the Distant Shore</title><content type='html'>&lt;p&gt;Sometimes, that’s just a step into the next room.  Or the laptop on the nearby worktable that holds my development IIS server and Visual Source Safe repository, and the site images that I use with ftp for synchronizing my web sites on their public hosting services.&lt;/p&gt;&lt;p&gt;If I have correctly changed my Blogger settings, this post will appear at the &lt;a href="http://orcmid.com/BlunderDome/wingnut"&gt;http://orcmid.com/BlunderDome/wingnut&lt;/a&gt; URL, and it will &lt;em&gt;not&lt;/em&gt; be reflected at &lt;a href="http://nfocentrale.net/orcmid/BlunderDome/wingnut"&gt;http://nfoCentrale.net/orcmid/BlunderDome/wingnut&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This was accomplished by changing the FTP settings.  For me to see the changes in the feed, I will need to delete my old feed and begin reading from the new location, &lt;a href="http://orcmid.com/BlunderDome/wingnut/wing-atom.xml"&gt;http://orcmid.com/BlunderDome/wingnut/wing-atom.xml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I expect there may be some breakage with regard to the blog-page template, especially with regard to images.  I will repair all of those next.  &lt;/p&gt;&lt;p&gt;This experiment is specifically to learn about all of the necessary steps and the additional corrections that must be made.&lt;/p&gt;&lt;p&gt;[&lt;strong&gt;2006-10-27-22:04 update&lt;/strong&gt;.  The first posting attempt for this message didn't seem to end up on any blog, new site or old site.  I ftp'd to the new location and by the time I arrived, so had the new post.&lt;/p&gt;&lt;p&gt;Although the main page, the archive page, and the Atom feed are correct on the new site, the preceding post's individual page isn't here, so there are broken links to it.  Blogger didn't have any basis for concluding that page needed to be reposted.  I will fix that now.]&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2006/10/reaching-distant-shore.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116201213473041003'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116201213473041003'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-116059809038450689</id><published>2006-10-11T13:21:00.000-07:00</published><updated>2006-10-11T13:21:30.453-07:00</updated><title type='text'>BlunderDome Disruption</title><content type='html'>&lt;p&gt;I&amp;rsquo;m consolidating all of the &lt;a href="http://nfocentrale.com/"&gt;nfoCentrale&lt;/a&gt; web sites (this blog is on&amp;nbsp;one of them) on a single web hosting account at &lt;a href="http://a2hosting.com/"&gt;A2 Hosting&lt;/a&gt;.&amp;nbsp; I have already moved&amp;nbsp;most of my sites to that account, with only minor breakage around Apache case sensitivity.&amp;nbsp;&amp;nbsp;Sites that have blogs or that have&amp;nbsp;e-mail accounts are trickier to move and I have saved those for last.&amp;nbsp; Today, the movers are coming to Orcmid&amp;rsquo;s Lair, the BlunderDome, and Professor von Clueless.&amp;nbsp; And of course, neither last nor least, Spanner Wingnut&amp;rsquo;s Muddleware Lab.&lt;/p&gt;&lt;p align="center"&gt;{tags: &lt;a href="http://www.technorati.com/tag/orcmid" rel="tag"&gt;orcmid&lt;/a&gt; &lt;a href="http://www.technorati.com/tag/A2+Hosting" rel="tag"&gt;A2 Hosting&lt;/a&gt; &lt;a href="http://www.technorati.com/tag/nfoCentrale" rel="tag"&gt;nfoCentrale &lt;/a&gt;&lt;a href="http://www.technorati.com/tag/web+hosting" rel="tag"&gt;web hosting&lt;/a&gt; &lt;a href="http://www.technorati.com/tag/Apache" rel="tag"&gt;Apache&lt;/a&gt; &lt;a href="http://www.technorati.com/tag/system+incoherence" rel="tag"&gt;system incoherence&lt;/a&gt; &lt;a href="http://www.technorati.com/tag/confirmable+experience" rel="tag"&gt;confirmable experience&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.technorati.com/tag/Ed+Bott" rel="tag"&gt;Ed Bott&lt;/a&gt;}&lt;/p&gt;&lt;p&gt;What this means for the readers of these blogs is that the best reception will be found at URLs like &lt;a href="http://orcmid.com/BlunderDome/clueless"&gt;http://orcmid.com/BlunderDome/clueless&lt;/a&gt; and &lt;em&gt;not&lt;/em&gt; &lt;a href="http://nfocentrale.net/orcmid/BlunderDome/clueless"&gt;http://nfocentrale.net/orcmid/BlunderDome/clueless&lt;/a&gt;.&amp;nbsp; In fact, the second URL and the&amp;nbsp;site feed at the same location will be not see any more blog updates for several&amp;nbsp;weeks.&amp;nbsp;&amp;nbsp;&amp;nbsp;So what else is new, you say?&amp;nbsp; Change to use the new location when I say &amp;ldquo;ready&amp;rdquo; over there and we&amp;rsquo;ll see.&lt;/p&gt;&lt;p&gt;The Professor von Clueless&amp;nbsp;blog and feed at &lt;a href="http://orcmid.com/BlunderDome/clueless"&gt;http://orcmid.com/BlunderDome/clueless&lt;/a&gt; will see little or no interruption.&amp;nbsp; There may be&amp;nbsp;some breakage,&amp;nbsp;with templates, links, images, and archive&amp;nbsp;pages having problems until the construction crew can straighten things out.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The longer-term benefit is that URLs like &lt;a href="http://orcmid.com/"&gt;http://orcmid.com&lt;/a&gt;&amp;nbsp;will no longer&amp;nbsp;forward to a different URL.&amp;nbsp; Instead,&amp;nbsp;all nfoCentrale sites will&amp;nbsp;have full-size, grown-up, first-class, independent domains with sites to match.&amp;nbsp;&amp;nbsp; Now bookmarks made to pages found through orcmid.com follow the site wherever it may happen to be hosted in the future.&lt;/p&gt;&lt;p&gt;Well, what does all of this have to do with Spanner Wingnut?&amp;nbsp; Naturally, this blog is the place where momentous changes to the nfoCentrale blogs are supposed to happen first.&amp;nbsp; And that is how it will go.&lt;/p&gt;&lt;p&gt;First, the orcmid.com site (now showing at &lt;a href="http://nfocentrale.net/orcmid"&gt;nfoCentrale.&lt;strong&gt;net&lt;/strong&gt;/orcmid&lt;/a&gt;) will be completely backed up, including all three blogs on that site: Orcmid&amp;rsquo;s Lair, Professor von Clueless, and your humble Spanner Wingnut&amp;rsquo;s Muddleware Lab.&amp;nbsp; &lt;/p&gt;&lt;p&gt;All of that material will be dropped off at a new anchor site location, &lt;a href="http://nfocentrale.com/orcmid"&gt;nfoCentrale.&lt;strong&gt;com&lt;/strong&gt;/orcmid&lt;/a&gt;.&amp;nbsp; Yes indeed, I registered a new domain just to pull all of this off.&amp;nbsp; And no, the orcmid directory isn&amp;rsquo;t there just yet.&amp;nbsp; Patience, pulleeeze.&lt;/p&gt;&lt;p&gt;Then, after nosing around to make sure nothing terribly bad happens in the new site (mainly related to case-sensitivity differences between Apache and the Microsoft Internet Information Server, IIS), orcmid.com will be hosted as its own full-fledged domain that happens to get its content from, ahem, &lt;a href="http://orcmid.nfocentrale.com/"&gt;orcmid.nfocentrale.com&lt;/a&gt; (also not there yet, but keep watching) which, if you haven&amp;rsquo;t already guessed, gets its content from nfocentrale.com/orcmid.&amp;nbsp; Tricky but effective.&lt;/p&gt;&lt;p&gt;I&amp;rsquo;m so excited!&amp;nbsp; I&amp;rsquo;ve been waiting for years to accomplish what I just learned is called add-on domain hosting.&amp;nbsp; And now I can.&amp;nbsp; All because &lt;a href="http://www.edbott.com/weblog/?p=1504"&gt;Ed Bott&lt;/a&gt; gave a testimonial to &lt;a href="http://www.a2hosting.com/"&gt;A2 Hosting&lt;/a&gt; on his blog page.&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2006/10/blunderdome-disruption.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116059809038450689'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/116059809038450689'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-109359015722630830</id><published>2004-08-26T23:58:00.000-07:00</published><updated>2004-08-27T08:55:12.196-07:00</updated><title type='text'>Oh, here we are</title><content type='html'>The last post wasn't expected to work, so I wasn't prepared when it did.&amp;nbsp; I forgot that I never locked-down Spanner Wingnut, so the first attempted post went through.&amp;nbsp; That's fine, there will be other times to confirm what the Blogger behavior is when access to the upload site is denied.&lt;br /&gt;&lt;br /&gt;Meanwhile, I have completed my live tests and will unlock the other blogs one-by-one as I install fire extinguishers and smoke alarms on each one.&amp;nbsp; I am also being careful to back everything up as I resume posting.&lt;br /&gt;&lt;br /&gt;Once the primary blogs are operating again, I have some cosmetic cleanups and some Atom Feed experiments to conduct back here.&amp;nbsp;  But for now, I am leaving it quiet in the Muddleware Lab. &lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;small&gt;&lt;em&gt;update:&lt;/em&gt; Well, a spell-checker would have caught "throught," but not "quite" instead of "quiet."&amp;nbsp; Anderbill points out that comments are not enabled here on Muddleware labs.&amp;nbsp; That's right.&amp;nbsp; The results of work here shows up elsewhere.&amp;nbsp; I will disable comments altogether, rather than have people fail in attempting to leave any.&amp;nbsp; Hmm, something to make note of somewhere.&lt;/small&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2004/08/oh-here-we-are.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/109359015722630830'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/109359015722630830'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-108880861216166568</id><published>2004-07-02T15:31:00.000-07:00</published><updated>2004-08-26T23:06:21.043-07:00</updated><title type='text'>Troubles in FTP City</title><content type='html'>&lt;h4&gt;[dh:2004-08-27-06:00Z Crossing My Fingers]&lt;/h4&gt;Well, I did most of my writing and development about this on the web site, and I'll provide links to a proper account later.&amp;nbsp;  Right now I am ready to start posting again.&amp;nbsp;  I'm ready with the firehose and a bucket of sand, for whatever might happen.&amp;nbsp; First, I am expecting the first post of this message to fail.  I haven't given Blogger.com any access to my web site yet (I think, It has been a while since I did the lockdown on July 2). &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;[dh:2004-07-18-19:40Z Taking Stock]&lt;/h4&gt;I haven't been here in a while, since I can't post anything yet.&amp;nbsp; The blogs are still locked down and I don't have a roll-back procedure for Wingnut yet.&amp;nbsp; I see, since I was here last, that Blogger has slip-streamed another update into the system and now the Edit procedure has changed a lot, with a WYSIWYG composing view and an Edit HTML view as well as a Preview selection.&amp;nbsp; The default font appears to have changed too.&amp;nbsp; It's just wonderful the way they do this [;&lt;). &lt;br /&gt;&lt;br /&gt;On the site forensics work, I have made some slow progress: &lt;ol&gt;&lt;li&gt;I have created manual entries in the Atom feeds that report the locked down status.&lt;/li&gt;&lt;li&gt;I have begun a blog status page and an incident tracking page that I will link on the default pages so that there is always access to status.&lt;/li&gt;&lt;/ol&gt;There are further actions to take before I am ready to turn on blogs, one at a time: &lt;ul&gt;&lt;li&gt;Add more manual information to the atom feed about what happens when a lock-down is relaxed and the site is brought into operation again.&lt;/li&gt;&lt;li&gt;Create persistent material that reflects the same information so that slam-down and roll-back procedures can point to that in the future.&lt;/li&gt;&lt;li&gt;Create an emergency roll-back procedure that slams warning pages into the default and atom feed files as soon as a failure is detected.&lt;/li&gt;&lt;li&gt;Create the drill for regular backups and roll-back following a "technical difficulties" slam-down.&amp;nbsp; The idea is to capture failed pages quickly, replace them with the slam-down warning pages, then calmly collect incident material and restore to the roll-back point.&amp;nbsp; Any lock-down notice gets added to the roll-back, so that readers are protected from corrupt material and they have accurate information about the incident being addressed. Then, once readers are taken care of and the incident data is sequestered, the incident information is reported to blogger.com.&lt;/li&gt;&lt;/ul&gt;This is going to be a standard crime-scene and forensics approach that I will apply to other situations, including for software on my local system.&amp;nbsp; There are further nuances, such as atom feeds on the incident reports (!) and other accountability measures.&amp;nbsp; These are all great topics for &lt;a href="http://orcmid.com/BlunderDome/clueless/"&gt;Professor von Clueless&lt;/a&gt;. &lt;blockquote&gt;&lt;small&gt;&lt;dl&gt;&lt;dt&gt;&lt;i&gt;Listening to:&lt;/i&gt;&lt;/dt&gt;&lt;dd&gt;&lt;b&gt;Richie Havens&lt;/b&gt; "Freedom," &lt;b&gt;Canned Heat&lt;/b&gt; "A Change Is Gonna Come," &lt;b&gt;Sha-Na-Na&lt;/b&gt; "At the Hop!" &lt;i&gt;Woodstock: The Director's Cut&lt;/i&gt; Warner Brothers (1969, 1970, 1994, 1997) DVD edition.&lt;/dd&gt;&lt;/dl&gt;&lt;/small&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;[dh:2004-07-10-17:41Z Notices Posted - Reviewing Options]&lt;/h4&gt;On July 8, I updated all of the blog default pages to reflect the current lockdown situation. I am now on Wingnut cleaning up and getting to where I might try posting this note, but only after I have a set of rollback pages ready to go if this posting fails. I am also reviewing Atom information to see if there is a notice I can put in my atom feeds to let people know about the lockdown without actually posting via Blogger. I am in the middle of course work and may not do more on this until Sunday (2004-07-11) after I have all of my course assignments up to date. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;[dh:2004-07-03-00:00Z LockDown Accomplished]&lt;/h4&gt;The lockdown is completed and the only access rights that Blogger now has to my host site is FTP access to &lt;tt&gt;&lt;strong&gt;orcmid/BlunderDome/wingnut/&lt;/strong&gt;&lt;/tt&gt;.&amp;nbsp; This may inconvenience someone who wants to leave a comment, but I am going to leave it for now until I have delivered on some other commitments.&amp;nbsp; What I have now is that &lt;ul&gt;&lt;li&gt;Blogger can only access &lt;tt&gt;&lt;strong&gt;wingnut/&lt;/strong&gt;&lt;/tt&gt;.&lt;/li&gt;&lt;li&gt;All of my other blogs are locked down against updating by anyone but me.&lt;/li&gt;&lt;li&gt;All blogs are backed-up on a site image that I keep, on my IIS/FrontPage development site, and in Visual Source Safe.&lt;/li&gt;&lt;/ul&gt;I am comfortable for now. &lt;br /&gt;&lt;br /&gt;A new consideration is that the administration interface for my hosted site requires me to allow scripts to run and also accept running of ActiveX components.&amp;nbsp; Although I have it listed as a trusted site for Internet Explorer, I also have my Internet Options set high for scripts and components because of a series of exploits that involve intrusion via scripts from subverted Microsoft IIS web sites.&amp;nbsp; It is white-knuckle time. &lt;h4&gt;[dh:2004-07-02-23:16Z Locking Down Blogger]&lt;/h4&gt;The first step, I realize, is to lock down my blog sites so that, in case Blogger has been hacked, I can defend my published blogs from spurious updates and any effort to subvert my pages in some way.&amp;nbsp; I've been down this road before and it will be easier this time. &lt;ol&gt;&lt;li&gt;First, I will set up my screen-capture utility and walk through shutting down directory access to the FTP account I provide for Blogger's exclusive use.&amp;nbsp; I could lock down that account with the check of a single box, but I want to allow Blogger access to the Muddleware Laboratory for trouble-shooting and demonstration to the Blogger folk, if they happen to ask for details and confirmation.&lt;/li&gt;&lt;li&gt;Then I will update the default pages on the three other blogs to carry announcements of the lock-down and pointing out that any commenting will fail.&lt;/li&gt;&lt;li&gt;Then I will set up a "restore point" for refreshing Muddleware Laboratory any time I manage to corrupt it in my efforts to analyze the problem.&lt;/li&gt;&lt;/ol&gt;&lt;small&gt;&lt;blockquote&gt;&lt;dl&gt;&lt;dt&gt;&lt;em&gt;Pondering:&lt;/em&gt;&lt;/dt&gt;&lt;dd&gt;It's time for me to figure out my classwork for the second week of Information Security Engineering, and working it in with having my son Doug visiting too, along with the Sunday national holiday here.&amp;nbsp; I will do the lockdown at once, and the rest will come later.&lt;/dd&gt;&lt;dt&gt;&lt;em&gt;Listening to:&lt;/em&gt;&lt;/dt&gt;&lt;dd&gt;&lt;b&gt;Marlon Brando&lt;/b&gt;.&amp;nbsp; Clip from &lt;em&gt;On the Waterfront&lt;/em&gt;, "I coulda been a contender; I coulda been somebody." All Things Considered, NRP News, retrospective on Marlon Brando who died yesterday at the age of 80.&amp;nbsp; It followed on to a perspective suggesting that Marlon Brando pissed away a historical talent as one of the greatest players ever.&amp;nbsp; I wept.&amp;nbsp; Thanks Marlon, for all that you did provide.&lt;/dd&gt;&lt;/dl&gt;&lt;/blockquote&gt;&lt;/small&gt;&lt;h4&gt;[dh:2004-07-02-22:41Z FTP Corruption Investigation Starts]&lt;/h4&gt;It seems that Blogger is capable of sending corrupt FTP posts to my host sites where I keep my blogs posted. This happened early the morning of July 2 on &lt;a href="http://orcmid.com/BlunderDome/clueless/"&gt;Clueless&lt;/a&gt;.&amp;nbsp; I have some notes about the recovery effort to restore the pages to last-good postings (which I did have in a backup of the site image) and post a warning. There are now new things to deal with, including seeing how reproducible the situation is, or whether it appears to have healed. I won't post this draft here in the Muddleware Lab until I am ready to do a recovery, if needed. &lt;br /&gt;&lt;br /&gt;I have some ideas I am working on with regard to warning people and also having the posts be put up manually until I am sure what is happening. I don't know what to do about the syndication feed, since that was creamed also and manually updating the feed requires me to learn more things about Atom than I know now. What I learned from a simple inspection is that the content is not in the feed, it is referenced from the feed, and the reference is to a blogger site that apparently delivers whatever my aggregator digests and turns into HTML-formatted notes (dangerous, those, because I can't preview a web link before using it). &lt;br /&gt;&lt;br /&gt;1. So, first, I want to have a place where I document the problem that it is outside of the blogs and it can be referenced from the top banner of manually-restored default pages. &lt;br /&gt;&lt;br /&gt;2. I need to announced the suspension of my other blogs in the same way that was done for clueless. For here on Muddleware, I need to announce that there is construction and blasting and that the site is unreliable while I try things. That basically means that I have a clean version for roll-back every time I need it, so that restoring the site is done quickly. &lt;br /&gt;&lt;br /&gt;3. I need to mention in all of my warnings that the Atom feed is also damaged during these events. I hate to see what syndicators do with this binary junk when they are looking for something close to well-formed XML. &lt;br /&gt;&lt;br /&gt;4. I would like a way to make a manual feed update that has content to supply announcing the difficulty. It looks like it may have to pull something off of my site, and I don't know what that would be like yet.&lt;small&gt; &lt;blockquote&gt;&lt;dl&gt;&lt;dt&gt;&lt;em&gt;Listening to:&lt;/em&gt;&lt;/dt&gt;&lt;dd&gt;&lt;strong&gt;Heart Rate Radio.&lt;/strong&gt;&amp;nbsp; MSN Radio Plus. While working out on the rowing machine. &lt;br /&gt;&lt;strong&gt;Yoga, Yoga, Yoga.&lt;/strong&gt;&amp;nbsp; MSN Radio Plus. While cooling down and making the first draft of this note.&lt;/dd&gt;&lt;/dl&gt;&lt;/blockquote&gt;&lt;/small&gt;&lt;br /&gt;&lt;br /&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2004/07/troubles-in-ftp-city.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108880861216166568'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108880861216166568'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-108828639575280441</id><published>2004-06-26T14:44:00.000-07:00</published><updated>2004-06-26T14:46:35.753-07:00</updated><title type='text'>Linking the Atom Feed</title><content type='html'>The page template has been updated to provide links to the Atom feed.  This posting is simply to confirm that. &lt;br /&gt;&lt;br /&gt; - y.o.s, Spanner Wingnut</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2004/06/linking-atom-feed.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108828639575280441'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108828639575280441'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-108760589802570863</id><published>2004-06-18T17:44:00.000-07:00</published><updated>2004-06-18T17:44:58.026-07:00</updated><title type='text'>Playing the Name Game</title><content type='html'>&lt;h3&gt;Playing the Name Game&lt;/h3&gt;&lt;h3&gt;Playing the Name Game&lt;/h3&gt;Those who may have stumbled across this blog in the hours since its &lt;a href="http://nfocentrale.net/orcmid/BlunderDome/wingnut/2004/06/inauguration.asp"&gt;inauguration&lt;/a&gt; will notice that the Title and Description of the blog have changed already.&lt;br /&gt;&lt;br /&gt;That is certainly consistent with what you should expect from this place.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Many a Slip Twixt Cup and Lip&lt;/strong&gt;.&amp;nbsp; Of course there is no syndication feed button on the post pages yet, so that is something to be dealt with right away.&amp;nbsp; Meanwhile, the really weird bots will have scraped it off the page by means &lt;a href="http://orcmid.com/BlunderDome/clueless/"&gt;Prof. v.Clueless&lt;/a&gt; may be tempted to look into, so let's say no more about that.&lt;br /&gt;&lt;br /&gt;The other thing I need to record is that, on my Blogger Dashboard, it says this blog has no posts.&amp;nbsp; Funny, it's right there.&amp;nbsp; Been there for 18 hours or so.&amp;nbsp; The tricky part is imagining how that could even not work.&amp;nbsp; That is not the kind of experience I intend to promote, and it is a problem not-of-my-creation that I feel no obligation to fix.&lt;br /&gt;&lt;br /&gt;You will notice that, for now, titles of postings appear multiple times.&amp;nbsp; Once as the title of the posting and more times as a heading incorporated in the body of the posting itself.&amp;nbsp; For example, there are, at the moment, three identical titles on this blog post.&amp;nbsp; This is an incoherence case, and il Professor will definitely want to dig into that.  &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Uh, you were talking about the naming of this place?&lt;/strong&gt;&amp;nbsp; I suppose there could be some exotic question for a future geek-trivia East-West superbowl about the original name for this blog.&amp;nbsp; Shh.  Here's the secret.&lt;br /&gt;&lt;br /&gt;The original title was &lt;em&gt;Spanner Wingnut's [Incredible [Secret]] Web Cellar&lt;/em&gt;.&amp;nbsp; The Incredible was meant as homage to Don Tarbell (and his &lt;a href="http://www.tinaja.com/ismm01.html"&gt;&lt;em&gt;Incredible Secret Money Machine&lt;/em&gt;&lt;/a&gt;).&amp;nbsp; The Cellar was for &lt;a href="http:www.circuitcellar.com/magazine/staff.htm"&gt;&lt;em&gt;Steve Ciarcia's Circuit Cellar&lt;/em&gt;&lt;/a&gt;.&amp;nbsp; "Secret" never made it and "Incredible" disappeared between the initial site setup and customization of the setup information before the first post.&amp;nbsp; And "Web Cellar" was too much of a stretch and I felt awkward with it, but I tried it out anyhow.  "Muddleware" entered my thoughts in another context.&amp;nbsp; I have already used it (as &lt;a href="http://miser-theory.info/astraendo/pn/2004/06/fine-kettle-of-fish.asp"&gt;middle muddle&lt;/a&gt;), and I intend to expand on that.&amp;nbsp; The resonance with the bumblingness of this particular blog adventure was irresistable.&lt;br /&gt;&lt;br /&gt;For now, the name 's a keeper. -- &lt;a href="http://orcmid.com/construction/orcmid.htm"&gt;&lt;em&gt;orcmid&lt;/em&gt;&lt;/a&gt;  &lt;br /&gt;&lt;br /&gt;</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2004/06/playing-name-game.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108760589802570863'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108760589802570863'></link><author><name>orcmid</name></author></entry><entry><id>tag:blogger.com,1999:blog-7350804.post-108753457719595383</id><published>2004-06-17T21:45:00.000-07:00</published><updated>2004-06-17T21:56:17.196-07:00</updated><title type='text'>Inauguration</title><content type='html'>&lt;h3&gt;Inauguration&lt;/h3&gt;&lt;a href="http://orcmid.com/BlunderDome/wingnut/"&gt;Web Cellar&lt;/a&gt;.&amp;nbsp; Dear Mum &amp; Da,&lt;br /&gt;&lt;br /&gt;This is my first creation of a blog post from the laboratory here with &lt;a href="http://orcmid.com/BlunderDome/clueless/"&gt;Professor Clueless&lt;/a&gt;.&amp;nbsp; I am not sure what he wants me to do.&amp;nbsp; I am to make this web log that looks like the one he has.&amp;nbsp; Then I have to do 'speriments on this one, to see what he likes and wants done for his own log.&lt;br /&gt;&lt;br /&gt;I don't know why he is so fussy.&lt;br /&gt;&lt;br /&gt;The train carriages were very crowded and I could not sleep on the way to my new position here.&amp;nbsp; I shared the sandwiches with others in my compartment.&amp;nbsp; I already miss mum's cookin.&lt;br /&gt;&lt;br /&gt;Your luvvin son, Spanner</content><link rel='alternate' type='text/html' href='http://orcmid.com/BlunderDome/wingnut/2004/06/inauguration.asp'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108753457719595383'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7350804/posts/default/108753457719595383'></link><author><name>orcmid</name></author></entry></feed>