<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ffeathers -- a technical writer's blog</title>
	<atom:link href="http://ffeathers.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ffeathers.wordpress.com</link>
	<description>A technical writer's blog on Wordpress</description>
	<pubDate>Sat, 19 Jul 2008 06:25:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Content re-use on a wiki</title>
		<link>http://ffeathers.wordpress.com/2008/07/19/content-re-use-on-a-wiki/</link>
		<comments>http://ffeathers.wordpress.com/2008/07/19/content-re-use-on-a-wiki/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 06:23:18 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[Confluence]]></category>

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

		<category><![CDATA[technical writing]]></category>

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

		<category><![CDATA[content re-use]]></category>

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

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

		<category><![CDATA[ring-tailed possum]]></category>

		<category><![CDATA[technical documentation]]></category>

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

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=192</guid>
		<description><![CDATA[You&#8217;re writing a page on a wiki and you realise that some words you wrote just the other day would make sense here too. But where oh where are they? Or you want to include a picture, such as a logo, that&#8217;s used on other pages all over the show. Of course, you could just [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><em><strong>You&#8217;re writing a page on a wiki and you realise that some words you wrote just the other day would make sense here too. But where oh where are they? Or you want to include a picture, such as a logo, that&#8217;s used on other pages all over the show. Of course, you could just copy and paste. But can the wiki be more sophisticated than that?</strong></em></p>
<p>I use the Confluence wiki for technical documentation. Some parts of this blog post are very specific to Confluence, because I thought other Confluence fans might find them useful.</p>
<p>For people who aren&#8217;t using Confluence, the first bit and the last bit of this blog post are for you <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> The basic idea is that wikis (at least some of them) do allow content re-use. And the question at the end is, do you have any experience or hints about other wikis?</p>
<p><span style="color:#800080;"><strong>A quick note on terminology:</strong></span> In this blog post I&#8217;m using the words &#8220;content re-use&#8221; to mean the re-use of text or pages within the wiki itself. I&#8217;m not referring to single-sourcing of content across multiple media.</p>
<h3>Why re-use content?</h3>
<p>It saves time if you don&#8217;t have to keep re-inventing the word <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Another problem with duplicated content is when something changes. You could easily miss some of the pages that need updating. So you run the risk of contradiction, incompleteness, and content which is just plain wrong.</p>
<p>If you want to translate your documentation into another language, it&#8217;s a great advantage to have as few words as possible. If you plan to engage someone else to do the translation for you, they will probably charge by word count or page count, so it could save you some <span style="color:#008000;"><strong>$$ </strong></span>too.</p>
<h3>Including content from other pages in Confluence</h3>
<p>Confluence allows you to dynamically include content from one page into another page. You can include a whole page into another one, using the {include} macro. You can also define an &#8216;excerpt&#8217; on a page, and then include that excerpted text into another page using the {excerpt-include} macro.</p>
<p><span style="color:#800080;"><strong>That&#8217;s old hat. We&#8217;ve been doing that for years </strong></span> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> So why am I writing about it?</p>
<p>Because we&#8217;ve started doing things a bit differently recently, and I thought other people might like to know about it.</p>
<p>At first, we did things like this:</p>
<ul>
<li>We defined an excerpt on the first page that happened to contain the wording we wanted. Then we included that wording into other pages as needed.</li>
<li>Or we included an entire page from anywhere in the wiki into another page in the wiki.</li>
</ul>
<p>There are a few disadvantages to doing it that way:</p>
<ul>
<li>When a whole page is included in another page, there&#8217;s no indication that the content is being re-used elsewhere. So anyone might change or even delete the page without realising they are affecting other pages.</li>
<li>For both partial and whole includes, anyone might change a page name without realising that they are breaking the {excerpt-include} and {include} macros. (Confluence does not automatically fix changed page names in macros, only in links.)</li>
<li>Re-used content is scattered throughout the wiki.</li>
</ul>
<h3><span style="color:#000000;">The better way</span></h3>
<p>Now we&#8217;re using a set of pages called an &#8220;inclusions library&#8221;.</p>
<p>Here are some examples in our documentation:<br />
<a title="Crowd Inclusions Library" href="http://confluence.atlassian.com/display/CROWD/_InclusionsLibrary" target="_blank">Crowd Inclusions Library</a><br />
<a title="Confluence Inclusions Library" href="http://confluence.atlassian.com/display/DOC/_InclusionsLibrary" target="_blank">Confluence Inclusions Library</a></p>
<p>Some notes about the inclusions libraries:</p>
<ul>
<li>The pages are located at the root of the wiki space, not under the &#8220;Home&#8221; page. This means that they will not appear in the table of contents on the left and they will not be picked up by the search in the left-hand navigation bar either.</li>
<li>The pages will be picked up by other searches, because they are just normal wiki pages.</li>
<li>For all new pages, we have decided to start the page name with an underscore e.g. &#8220;_My Page Name&#8221;. This indicates that the page is slightly unusual, and will help prevent people from changing the page name.</li>
</ul>
<h3>Including images from a central image repository in Confluence</h3>
<p>You can attach your images to a single page and then include them into other pages. This means that the images are in one central place, instead of attached to an unknown number of pages. Here&#8217;s an example of an icon repository in our <a title="IDE Plugin icons" href="http://confluence.atlassian.com/display/IDEPLUGIN/Icons" target="_blank">Atlassian IDE Plugin</a> documentation.</p>
<h3><span style="color:#800080;"><strong>What about you?</strong></span></h3>
<p>I did a very quick search to see what other wikis offer. The <a title="Socialtext includes" href="http://www.socialtext.net/help-en/index.cgi?include_page" target="_blank">Socialtext documentation</a> says you can include the contents of a page into another page. So does <a title="TWiki includes" href="http://www.program-transformation.org/TWiki/IncludeTopicsAndWebPages" target="_blank">TWiki</a>. That&#8217;s as far as I got.</p>
<p>I find this sort of feature offering really interesting because it shows that wiki creators are designing features for technical documentation and other formal writing, as much as the less structured collaboration use that is the wiki&#8217;s traditional comfort zone.</p>
<p>Have you used any content re-use features as part of the design of your documentation system, or are you using a wiki in this sort of structured way?</p>
<h3><span style="color:#808000;">Re-use of a different kind</span></h3>
<p>Here&#8217;s a ring-tailed possum making use of our telephone lines as a handy path from A to B.</p>
<div id="attachment_195" class="wp-caption alignnone" style="width: 381px"><img class="size-full wp-image-195" src="http://ffeathers.files.wordpress.com/2008/07/possum1.jpg?w=371&h=240" alt="Content re-use on a wiki" width="371" height="240" /><p class="wp-caption-text">Content re-use on a wiki</p></div>
<div id="attachment_196" class="wp-caption alignnone" style="width: 381px"><img class="size-full wp-image-196" src="http://ffeathers.files.wordpress.com/2008/07/possum2.jpg?w=371&h=283" alt="Content re-use on a wiki" width="371" height="283" /><p class="wp-caption-text">Content re-use on a wiki</p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/192/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/192/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=192&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/07/19/content-re-use-on-a-wiki/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/possum1.jpg" medium="image">
			<media:title type="html">Content re-use on a wiki</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/possum2.jpg" medium="image">
			<media:title type="html">Content re-use on a wiki</media:title>
		</media:content>
	</item>
		<item>
		<title>A smooth ride through the text</title>
		<link>http://ffeathers.wordpress.com/2008/07/05/a-smooth-ride-through-the-text/</link>
		<comments>http://ffeathers.wordpress.com/2008/07/05/a-smooth-ride-through-the-text/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:33:02 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[Confluence]]></category>

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

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

		<category><![CDATA[technical writing]]></category>

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

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

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

		<category><![CDATA[gum tree]]></category>

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

		<category><![CDATA[Left Anterior Negativity]]></category>

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

		<category><![CDATA[Ogmograptis scribula]]></category>

		<category><![CDATA[ozzie tree]]></category>

		<category><![CDATA[Ozzie trees]]></category>

		<category><![CDATA[scribbly bark]]></category>

		<category><![CDATA[scribbly gum]]></category>

		<category><![CDATA[Steven Pinker]]></category>

		<category><![CDATA[technical documentation]]></category>

		<category><![CDATA[technical writer]]></category>

		<category><![CDATA[technical writers]]></category>

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

		<category><![CDATA[Words and Rules]]></category>

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=174</guid>
		<description><![CDATA[Part of our job as technical writers is to give our readers a smooth ride through the text. And it&#8217;s not a small part of the job either. It&#8217;s important, even if it means we spend a fair bit of time correcting other people&#8217;s writing. Or does that just turn us into glorified copy editors [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><em><strong>Part of our job as technical writers is to give our readers a smooth ride through the text. And it&#8217;s not a small part of the job either. It&#8217;s important, even if it means we spend a fair bit of time correcting other people&#8217;s writing. Or does that just turn us into glorified copy editors &#8212; what do you think?</strong></em></p>
<p>This isn&#8217;t new to most tech writers, but it came to mind again recently when I was making a couple of very small corrections to a page in our <a title="Confluence documentation on search syntax" href="http://confluence.atlassian.com/display/DOC/Confluence+Search+Syntax" target="_blank">Confluence documentation</a>. A reader had added a comment to the page, saying that she had noticed a couple of typos. Thank you <a title="Rosie Piller on  Confluence" href="http://confluence.atlassian.com/display/~rosie%2Bpiller" target="_blank">Rosie</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (The comment is still on the page at time of writing this blog post, but it will probably disappear in a couple of weeks.)</p>
<p>Rosie had picked up two spelling mistakes: &#8220;serch&#8221; and &#8220;mutliple&#8221;.  I myself find the second one particularly bothersome, because my eyes don&#8217;t quite believe that they&#8217;re seeing it right. So they go back a couple of times just to check that the mistake really is a mistake.</p>
<h3>Why is this important?</h3>
<p>Because we don&#8217;t want to distract our readers from the important stuff just because it&#8217;s written funny <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>OK, so prove it!</h3>
<p>It&#8217;s easy enough when we&#8217;re talking about simple spelling mistakes. &#8220;Serch&#8221; should obviously be &#8220;search&#8221;. And &#8220;mutliple&#8221; is just painful. But what about the more complex aspects of grammar, vocabulary and style?</p>
<p>When you read a sentence like this:</p>
<blockquote><p>Sarah is eat a chocolate.</p></blockquote>
<p>you&#8217;re hit by a LAN.</p>
<p>And this one:</p>
<blockquote><p>On the way to work this morning I saw a goldfish swimming around the bus.</p></blockquote>
<p>gives you an N400 when you read the word &#8220;bus&#8221;.</p>
<p>A &#8220;LAN&#8221; (Left Anterior Negativity) is a measurable blip in the electrical impulse which your brain emits when your internal language processor encounters something ungrammatical &#8212; like the word &#8220;eat&#8221; in the first sentence. The blip takes between three and seven tenths of a second to register on an EEG.</p>
<p>An &#8220;N400&#8243; blip happens when you encounter a word which doesn&#8217;t fit the context - like the word &#8220;bus&#8221; above. This one takes about four tenths of a second.</p>
<p>This information comes from Steven Pinker&#8217;s book, <a title="Words and Rules by Steven Pinker" href="http://pinker.wjh.harvard.edu/books/wr/index.html" target="_blank">Words and Rules</a>. It was pretty cool to learn that there&#8217;s a measurable physical manifestation of that feeling of discomfort I get when a sentence jars.</p>
<h3>But what is &#8220;correct&#8221; English anyway?</h3>
<p>I might suffer a LAN zap when you write &#8220;Remember to invite Peter and I to your party&#8221;. But many people don&#8217;t!</p>
<p>(<span style="color:#993366;"><em>BTW, &#8220;Peter and I&#8221; is wrong in that sentence, and I&#8217;m ready to battle that one out to the end if anyone&#8217;s game to take me on</em></span> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>Or you might get a LAN buzz when I start a sentence with the word &#8220;or&#8221;. But I think it&#8217;s OK.</p>
<p>Why does the tech writer get to decide what’s right and what’s not?</p>
<p>We don’t. Language is a living, changing thing. Different words and constructs will sound good or bad to different people and at different times in history. Consistency is the key. Provided a document or a documentation suite is consistent in its usage of grammar, style and vocabulary, the reader will get that fabled smooth ride.</p>
<p>So which standards do we use? It doesn’t matter all that much, provided you pick a standard that is recognised in your neck of the woods.</p>
<p>At <a title="Atlassian" href="http://www.atlassian.com" target="_blank">Atlassian</a>, where I work, we use these two guides:</p>
<ul>
<li><em>Style manual for authors, editors and printers</em> (John Wiley &amp; Sons Australia)</li>
<li><em>Macquarie Dictionary</em>, Fourth Edition of the Essential Dictionary (University of Sydney)</li>
</ul>
<p>We&#8217;re based in Australia. Our US office has copies of these books too, and we&#8217;ve agreed to go with the Australian standard because we&#8217;re originally an Ozzie company. I suspect that many Americans think it&#8217;s cute <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Taking standardisation even further&#8230;</h3>
<p>Scott from <a title="Communications from DMN" href="http://www.dmncommunications.com/weblog/?p=298" target="_blank">DMN</a> writes about a DocTrain West session he attended, given by Berry Braster and listing the advantages of Simplified Technical English.</p>
<h3><span style="color:#99cc00;">A Scribbly Gum tree in my garden</span></h3>
<p>Moving on to scribbles and smoothness of another sort&#8230; The Scribbly Gum tree is quite common in this part of Australia. It has a lovely smooth white bark which gleams silver in the wet.</p>
<div id="attachment_185" class="wp-caption alignnone" style="width: 377px"><img class="size-full wp-image-185" src="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-0115_small.jpg?w=367&h=490" alt="A smooth ride through the text" width="367" height="490" /><p class="wp-caption-text">A smooth ride through the text</p></div>
<p>As you get closer, you notice some weird zigzag lines marring the smooth surface. It&#8217;s just as if someone has scribbled on the bark.</p>
<div id="attachment_186" class="wp-caption alignnone" style="width: 377px"><img class="size-full wp-image-186" src="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-002_small.jpg?w=367&h=490" alt="A smooth ride through the text" width="367" height="490" /><p class="wp-caption-text">A smooth ride through the text</p></div>
<p>The markings can be quite intricate and almost seem have some meaning which you can&#8217;t quite discern.</p>
<div id="attachment_187" class="wp-caption alignnone" style="width: 377px"><img class="size-full wp-image-187" src="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-001_small.jpg?w=367&h=490" alt="A smooth ride through the text" width="367" height="490" /><p class="wp-caption-text">A smooth ride through the text</p></div>
<p>But actually, the &#8220;drawings&#8221; are tunnels dug by the larvae of the Scribbly Bark moth, known less intimately as <a title="Scribbly Bark moth" href="http://www.ento.csiro.au/gallery/moths/Ogmograptisscribula" target="_blank"><em>Ogmograptis scribula</em></a>.</p>
<div id="attachment_188" class="wp-caption alignnone" style="width: 500px"><img class="size-full wp-image-188" src="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-013_small.jpg?w=490&h=367" alt="A smooth ride through the text" width="490" height="367" /><p class="wp-caption-text">A smooth ride through the text</p></div>
<p>I vote that we make the Scribbly Gum the mascot of technical writers. All in favour say &#8220;aye&#8221; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=174&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/07/05/a-smooth-ride-through-the-text/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-0115_small.jpg" medium="image">
			<media:title type="html">A smooth ride through the text</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-002_small.jpg" medium="image">
			<media:title type="html">A smooth ride through the text</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-001_small.jpg" medium="image">
			<media:title type="html">A smooth ride through the text</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/07/scribblybarktree-013_small.jpg" medium="image">
			<media:title type="html">A smooth ride through the text</media:title>
		</media:content>
	</item>
		<item>
		<title>Sugar on my Vista laptop</title>
		<link>http://ffeathers.wordpress.com/2008/06/21/sugar-on-my-vista-laptop/</link>
		<comments>http://ffeathers.wordpress.com/2008/06/21/sugar-on-my-vista-laptop/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 07:38:49 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[OLPC]]></category>

		<category><![CDATA[One Laptop Per Child]]></category>

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

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

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=167</guid>
		<description><![CDATA[Today I installed QEMU emulator and managed to get the OLPC XO&#8217;s Sugar user interface running on my Windows Vista laptop.

Sugar is based on Fedora with a custom GUI shell. Here&#8217;s Sugar over Vista:

Sugar offering to search for more &#8220;activities&#8221; i.e. XO applications:

It&#8217;s been an interesting experience  There were a couple of hiccups. As [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I installed <a title="QEMU" href="http://bellard.org/qemu/" target="_blank">QEMU</a> emulator and managed to get the OLPC XO&#8217;s <a title="Sugar" href="http://wiki.laptop.org/go/Sugar" target="_blank">Sugar</a> user interface running on my Windows Vista laptop.</p>
<p><img class="alignnone size-full wp-image-168" src="http://ffeathers.files.wordpress.com/2008/06/startup1_qemu_s.png?w=610&h=179" alt="" width="610" height="179" /></p>
<p>Sugar is based on Fedora with a custom GUI shell. Here&#8217;s Sugar over Vista:</p>
<p><img class="alignnone size-full wp-image-169" src="http://ffeathers.files.wordpress.com/2008/06/homescreenonvistabox_s.png?w=512&h=320" alt="Sugar on my Vista laptop" width="512" height="320" /></p>
<p>Sugar offering to search for more &#8220;activities&#8221; i.e. XO applications:</p>
<p><img class="alignnone size-full wp-image-170" src="http://ffeathers.files.wordpress.com/2008/06/browseactivities_s.png?w=512&h=390" alt="Sugar on my Vista laptop" width="512" height="390" /></p>
<p>It&#8217;s been an interesting experience <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> There were a couple of hiccups. As soon as I&#8217;m sure of my facts, I&#8217;ll make my first update to the <a title="laptop.org" href="http://wiki.laptop.org/go/Emulating_the_XO/Quick_Start/Windows" target="_blank">laptop.org wiki</a>. So far, my only real problem is that I can&#8217;t install the QEMU accelerator module (Kqemu). Windows Vista says the .inf file &#8220;does not support this method of installation&#8221; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> But no worries,  I can do without the extra speed for now.</p>
<p>Next: Get to grips with Sugar in its emulated state.</p>
<p><span style="color:#993366;"><strong>Update:</strong></span> I found a Kqemu accelerator for Windows here: <a class="moz-txt-link-freetext" href="http://www.h7.dion.ne.jp/%7Eqemu-win/">http://www.h7.dion.ne.jp/~qemu-win/</a><br />
See &#8220;Accelerators&#8221; near bottom of page &#8212; link <a class="moz-txt-link-freetext" href="http://www.h6.dion.ne.jp/%7Ekazuw/qemu-win/Kqemu-1.3.0pre11-install.exe">http://www.h6.dion.ne.jp/~kazuw/qemu-win/Kqemu-1.3.0pre11-install.exe</a><br />
I installed it in folder &#8220;C:\Program Files\Qemu\Kqemu&#8221;. This seems to work &#8212; I don&#8217;t get the error message in the cmd window now.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/167/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/167/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=167&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/06/21/sugar-on-my-vista-laptop/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/startup1_qemu_s.png" medium="image" />

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/homescreenonvistabox_s.png" medium="image">
			<media:title type="html">Sugar on my Vista laptop</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/browseactivities_s.png" medium="image">
			<media:title type="html">Sugar on my Vista laptop</media:title>
		</media:content>
	</item>
		<item>
		<title>Arthur C Clarke and Web 2.0</title>
		<link>http://ffeathers.wordpress.com/2008/06/20/arthur-c-clarke-and-web-20/</link>
		<comments>http://ffeathers.wordpress.com/2008/06/20/arthur-c-clarke-and-web-20/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 07:40:37 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[bits n bobs]]></category>

		<category><![CDATA[Arthur C Clarke]]></category>

		<category><![CDATA[Fountains of Paradise]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=164</guid>
		<description><![CDATA[I&#8217;ve just finished re-reading The Fountains of Paradise by Arthur C Clarke, published in 1979. A lot of people know him as SF-writer extraordinaire. Some would recognise his visionary engineering insights too. We might even acknowledge him as a pretty reasonable technical writer  But did you know he was into Web 2.0 as well?
In [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>I&#8217;ve just finished re-reading <em>The Fountains of Paradise</em> by Arthur C Clarke, published in 1979. A lot of people know him as SF-writer extraordinaire. Some would recognise his visionary engineering insights too. We might even acknowledge him as a pretty reasonable technical writer <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> But did you know he was into Web 2.0 as well?</strong></p>
<p>In <em>The Fountains of Paradise</em>, chapter 34 &#8220;Vertigo&#8221;, there are a by-the-way few paragraphs where the author explores the &#8220;development of global information systems&#8221; that might have occurred by the year 2142, when the book is set. He guesses there might be some automated solution for annoying tasks like sending birthday wishes to all your friends <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> And then he goes on to say:</p>
<blockquote><p>But the same technology that had eliminated one set of tasks had created even more demanding successors. Of these, perhaps the most important was the design of the Personal Interest Profile.</p>
<p>Most men updated their PIP on New Year&#8217;s Day, or their birthday. Morgan&#8217;s list contained fifty items; he had heard of people with hundreds. They must spend all their waking hours battling with the flood of information&#8230;</p></blockquote>
<p>Hallo syndication, RSS and information overload. Alas, the ultimate engineer did not mention a solution to the problem. Perhaps we will have found one by 2142.</p>
<p><em>Fountains in Darling Harbour, Sydney:</em></p>
<p><img class="alignnone size-full wp-image-165" src="http://ffeathers.files.wordpress.com/2008/06/fountains_darlingharbour_006.jpg?w=512&h=384" alt="Arthur C Clarke and Web 2.0" width="512" height="384" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/164/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/164/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=164&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/06/20/arthur-c-clarke-and-web-20/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/fountains_darlingharbour_006.jpg" medium="image">
			<media:title type="html">Arthur C Clarke and Web 2.0</media:title>
		</media:content>
	</item>
		<item>
		<title>OLPC Australia&#8217;s first techfest</title>
		<link>http://ffeathers.wordpress.com/2008/06/02/olpc-australias-first-techfest/</link>
		<comments>http://ffeathers.wordpress.com/2008/06/02/olpc-australias-first-techfest/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 04:25:47 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[Confluence]]></category>

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

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

		<category><![CDATA[open standards]]></category>

		<category><![CDATA[technical writing]]></category>

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

		<category><![CDATA[OLPC Australia]]></category>

		<category><![CDATA[One Laptop Per Child]]></category>

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

		<category><![CDATA[wiki slice]]></category>

		<category><![CDATA[wiki slices]]></category>

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

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=150</guid>
		<description><![CDATA[Yesterday I attended the first techfest organised by OLPC Australia. It was a full day of talks, demonstrations and workshops aimed principally at people who might want to get involved on the technical side. I&#8217;ve come away with much more knowledge of the OLPC project itself as well as the hardware and software involved on [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Yesterday I attended the first techfest organised by <a title="OLPC Australi" href="http://www.olpc.org.au/" target="_blank">OLPC Australia</a>. It was a full day of talks, demonstrations and workshops aimed principally at people who might want to get involved on the technical side. I&#8217;ve come away with much more knowledge of the <a title="OLPC" href="http://www.laptop.org/" target="_blank">OLPC project</a> itself as well as the hardware and software involved on the server and laptop sides.</strong></p>
<p>The day was hosted by <a title="Pia Waugh" href="http://pipka.org/blog/2008/03/25/foundations-of-open-technology-and-digital-knowledge/" target="_blank">Pia Waugh</a> and <a title="Jeff Waugh" href="http://bethesignal.org/" target="_blank">Jeff Waugh</a>, with talks and workshops by <a title="Martin Langhoff on Moodle" href="http://docs.moodle.org/en/User:Martin_Langhoff" target="_blank">Martin Langhoff</a> and <a title="Joel Stanley's mugshot" href="http://mugshot.org/person?who=8cNrb8yytq70Hn" target="_blank">Joel Stanley</a>. There were about 30 people, I&#8217;d guess. Most of the interest was in the technical side of things, but I did talk to a teacher who had travelled and worked in various African countries and is now working in Aboriginal Education in Sydney. For her, it was the educational aspects of the project and the instructional design of the hardware and software that are important.</p>
<p>In case anybody wants to know how you can get involved with the project, I&#8217;ve highlighted some bits in <span style="color:#800080;"><em>purple italics</em></span> below.</p>
<p>Some terminology:</p>
<ul>
<li>OLPC &#8212; One Laptop Per Child. The OLPC project aims to give a specially-designed computer laptop, the XO, to children in remote and underprivileged areas of the world. The goal is to give these children access to the most up-to-date technologies for learning, experimentation, self-expression and collaboration.</li>
<li>XO &#8212; the laptop provided to school children.</li>
<li>XS &#8212; the server at the school.</li>
<li>Sugar &#8212; the user interface i.e. the screen design, behaviour and tools which the XO presents to the children and other users.</li>
<li>Activity &#8212; an XO application or program, such as Draw or Chat.</li>
</ul>
<p><em>One of the breakout sessions at the end of the day:</em></p>
<p><img class="alignnone size-full wp-image-154" src="http://ffeathers.files.wordpress.com/2008/06/group-055.png?w=561&h=295" alt="OLPC Australia\'s first techfest" width="561" height="295" /></p>
<h3>e-Learning and challenges</h3>
<p>The day&#8217;s first talk was an overview of e-learning and its challenges by <a title="Martin Langhoff on Moodle" href="http://docs.moodle.org/en/User:Martin_Langhoff" target="_blank">Martin Langhoff</a>. He covered the key factors arising from educational research, which drove the design of the XO and the thinking behind the OLPC project. We zigzagged between educational theory, anecdotes and technical specifications.</p>
<p>I didn&#8217;t get a good photo of Martin, but there&#8217;s one on the <a title="Martin Langhoff at OLPC" href="http://www.olpcnews.com/hardware/school_servers/martin_langhoff_brin_1.html" target="_blank">OLPC web site</a>.</p>
<p>Here is some of the educational theory:</p>
<ul>
<li>Kids figure things out. Particularly when in small groups, where there&#8217;s a bit of competition, a lot of collaboration and the opportunity to teach others what you know. This happens better away from the classroom.</li>
<li>Sugata Mitra&#8217;s <a title="Hole in the Wall Project" href="http://www.ncl.ac.uk/egwest/holeinthewall.html" target="_blank">Hole in the Wall</a> project illustrates this concept. He made a hole in a wall which bounded a slum in India, where a number of children live and many do not attend school. On the other side of the wall, he placed a computer with internet access. The children could access the computer via keyboard and mouse. Within a couple of weeks, they were Googling for their favourite Bollywood starts. In a few more weeks, they were Googling in English.</li>
<li><a title="Constructionism" href="http://wiki.laptop.org/go/Constructionist" target="_blank">Constructionism</a> is based on the discovery that we learn most when we are preparing material to present to others. This applies to small children too.</li>
<li>The laptop&#8217;s user interface, <a title="Sugar" href="http://wiki.laptop.org/go/Sugar" target="_blank">Sugar</a>, latches onto a child&#8217;s natural curiosity. It&#8217;s easy to get started, but the tools quick challenge the children by providing layers of complexity that are quite readily visible. For example, you can start developing a computer program with Turtle Art (a drag-and-drop way of moving chunks of code around) and then move into the Python programming language itself, via the XO&#8217;s &#8220;Pippy&#8221;. The names and terms line up with each other on each layer, so children quickly discover that a deeper layer is just a different and more flexible way of doing the same thing. Children start playing, and soon start giving adapted versions of the laptop&#8217;s inbuilt &#8220;activities&#8221; (applications or programs) to their friends. There&#8217;s more about the XO programming environment in my earlier <a title="OLPC Sydney at SLUG meeting" href="http://ffeathers.wordpress.com/2008/03/30/one-laptop-per-child-olpc-sydney/" target="_blank">blog post</a> about OLPC in Sydney, and of course in the  <a title="OLPC wiki" href="http://wiki.laptop.org/" target="_blank">OLPC wiki</a>.</li>
</ul>
<p>Here are some of the environmental factors:</p>
<ul>
<li>The XO laptop is destined for remote areas, often with little or no power or connectivity. This demands non-conventional product development. For example, the laptop goes to sleep aggressively; avoids frequent polling, e.g. it doesn&#8217;t ask every 200 milliseconds what the battery status is <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ; and is able to deliver something useful even if there&#8217;s no or sporadic connectivity. There&#8217;s more about the XO hardware in my earlier <a title="OLPC Sydney at SLUG meeting" href="http://ffeathers.wordpress.com/2008/03/30/one-laptop-per-child-olpc-sydney/" target="_blank">blog post</a> about OLPC in Sydney, and of course in the  <a title="OLPC wiki" href="http://wiki.laptop.org/" target="_blank">OLPC wiki</a>.</li>
<li>It would be useful for a school to have a way to request information from a website by URL, when the school does not have connectivity. Martin calls this &#8220;the return to waffle or UUCP&#8221;. The idea is that a messenger (someone who is travelling between the remote settlements and larger villages) would carry a USB stick with such requests. The messenger would go to the nearest point of internet connection and plug in the USB stick. A tool would crawl the requested websites and put the content on the stick, which the messenger would take back to the school server. This would also give the OLPC a chance to deliver patches and other updates to the school server.</li>
<li>Interesting point: The XO has built-in hardware to act as a USB key. You&#8217;d just need to activate the software.</li>
</ul>
<p>What about content &#8212; what information is or will be contained on the laptops and/or school servers? The project will be making a lot of use of Wikipedia. <span style="color:#800080;"><em>Here&#8217;s one place where people other than developers can help.</em></span> They need good-quality content, principally in simple English or Spanish. Information about local culture is useful. Localisation of content to the small regional areas is very valuable.</p>
<p><span style="color:#800080;"><em>Another way to contribute</em></span> is to try out the new activities that developers are creating and give feedback. You can get a Sugar emulator. If you&#8217;re on Linux, they say that&#8217;s easy. Otherwise, you need to install vmware first.</p>
<h3>Wiki slices</h3>
<p>Martin mentioned this concept in his talk and I&#8217;ve put it in a section on its own because it&#8217;s so interesting.</p>
<p>The problem: There&#8217;s so much information out in the world. Even if you restrict yourself to <a title="Wikipeida" href="http://en.wikipedia.org/" target="_blank">Wikipedia</a> (ignoring all debate about Wikipedia as a source of information), there&#8217;d still be a problem putting the whole of that single repository onto an XO laptop or an XS server. (More about the XS below.)</p>
<p>The OLPC has spearheaded the concept of a <a title="wiki slice" href="http://wiki.laptop.org/go/Wikislices" target="_blank">wiki slice</a> as a way of delivering a cut-down set of information in a compressed format. The plan is to devise a set of scripts to select the appropriate information. For example, you might score the articles by popularity to decide what should be included in the cut-down information set. There&#8217;s a page on Wikipedia for the <a title="WikiProject wikislice" href="http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Wikislice" target="_blank">WikiProject Wikislice</a> now too.</p>
<p><span style="color:#800080;"><strong>My thoughts:</strong></span> I work at <a title="Atlassian" href="http://www.atlassian.com" target="_blank">Atlassian</a>, which produces the <a title="Confluence" href="http://www.atlassian.com/software/confluence" target="_blank">Confluence</a> wiki. At the moment, the wiki slice project is aimed at MediaWiki, which powers Wikipedia. I wonder how much work it would be to adapt the scripts to work on Confluence, or on other wikis? Also, we&#8217;re often asked about offline use of the wiki content. Could the wiki slice technology be useful outside OLPC?</p>
<h3>&#8220;Unsupported legacy operating systems&#8221;</h3>
<p>And the Microsoft Windows <a title="Windows on the XO" href="http://wiki.laptop.org/go/Windows" target="_blank">thing</a>? According to Jeff Waugh, that&#8217;s just not relevant. Martin&#8217;s view was similar: The OLPC project is just forging ahead. The answer to doomsayers is along these lines:</p>
<blockquote><p>We&#8217;ve done it. We <em>are</em> shipping laptops. Over 100 000 laptops are out there now, in the hands of children or being distributed.</p></blockquote>
<p>At the moment, they&#8217;re working towards distributing 240 000 laptops in Peru, to between ten and fifteen thousand schools.</p>
<p>The OLPC project is not spending time on Windows integration. They&#8217;re also not stopping it. They have implemented a dual-boot option, which will be made available to those countries who want it. Windows will come on an SD card, at an extra cost of USD 10 ($3 for the operating system plus $7 for the card). If you boot with the card in, you&#8217;ll get Windows otherwise the XO will boot Linux. OLPC does not intend to prevent countries from loading Windows onto the laptops. Freedom of choice is integral to the world of open source.</p>
<p>What&#8217;s a pity is that the dual-boot feature will negatively impact the fast suspend/resume feature of the BIOS. The current version aggressively goes to sleep when not in use and resumes fast when needed.</p>
<p>Perhaps, when countries see that it doesn&#8217;t really work to use an unsupported legacy operating system, this will all blow over <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>OLPC Australia</h3>
<p>In the second talk of the day, <a title="Jeff Waugh" href="http://bethesignal.org/" target="_blank">Jeff Waugh</a> told us about the goals and status of OLPC in Australia. The goal is to support OLPC-related activities on this side of the planet. This will extend the reach of the project, because we are close to countries in Asia-Pacific region which need the XO and we are also close to people who are keen to contribute.</p>
<p><em>Jeff and Joel:</em></p>
<p><img class="alignnone size-full wp-image-151" src="http://ffeathers.files.wordpress.com/2008/06/joel-and-jeff-026.png?w=300&h=224" alt="OLPC Australia\'s first techfest" width="300" height="224" /></p>
<p>Areas of interest are:</p>
<ul>
<li>The Pacific</li>
<li>Remote Australia</li>
<li>Regional and metropolitan Australia.</li>
</ul>
<p>OLPC Australia aims to build up a community of people who can contribute:</p>
<ul>
<li>Educators</li>
<li>Technical people to deploy the laptops and servers</li>
<li>Fund-raisers</li>
</ul>
<p>Trials are being set up at the moment in metropolitan and regional schools, in Northern Territory and remoted Queensland, and in the Pacific. <span style="color:#800080;"><em>They are looking for volunteers</em></span> to help set up the deployments. The work would be for a few weeks in one or two months&#8217; time.</p>
<p>Jeff says that the project has had a good response from government. The current government aim is that &#8220;98% will have access to the National Broadband Network&#8221;. Geoff&#8217;s response is, &#8220;We are the other 2%. And we are an education project.&#8221;</p>
<blockquote><p><a title="Kate Lundy" href="http://www.katelundy.com.au/" target="_blank">Senator Kate Lundy</a> took an XO to a Labor Party meeting. Kevin Rudd liked it. We know, because the XO took a photograph of his smile.</p></blockquote>
<p>Jeff sees a huge opportunity in the Intervention project, and there are two state education departments interested.</p>
<p><span style="color:#800080;"><em>OLPC Australia is looking for corporate sponsorships.</em></span> As yet, there is no framework, but they are interested in any organisation which can give a concrete idea of how it can help.</p>
<p>OLPC Australia will also replace some of the content on the XO with Australia-focused information, such as the wiki slice content which deals with US presidents.</p>
<h3>Live a life of XS - the school server</h3>
<p>The third session was presented by  <a title="Martin Langhoff on Moodle" href="http://docs.moodle.org/en/User:Martin_Langhoff" target="_blank">Martin Langhoff</a> covering the XS, or <a title="school server" href="http://wiki.laptop.org/go/School_server" target="_blank">school server</a>.</p>
<p>Until now, deployments have used standard server setups. Peru will be the first major deployment with the new XS which Martin is working on. At the moment, the focus is on infrastructure, backups of the XO laptops and configuration management tools. They also plan to look at security in more detail.</p>
<p>The physical design of the box caters for high temperatures. It will either hang, or rest on an integrated stand. The machine itself will take up one third of the space, the other two thirds will be just air flow. No fans.</p>
<p>Due to the unique nature of the project, a radically different administration model is needed. <span style="color:#800080;"><em>This is interesting to any system administrators out there.</em></span> Martin is basing his ideas on models used at NASA, among others. Tools are based on the work of <a title="Steve Traugott" href="http://www.stevegt.com/" target="_blank">Steve Traugott</a> and his <a title="infrastructures.org" href="http://www.infrastructures.org/" target="_blank">infrastructures.org</a>.</p>
<p>It&#8217;s a client-pull model, due to the problem of sporadic connectivity. The idea is that the servers keep track of which machines have managed to pull down the updates, so that the others can be manually updated via a USB stick.</p>
<p>There will be little or no end-user interface on the server. Initially, a technician will configure the server via auto-install. The server will be shipped to the school. With a bit of luck, someone at the school will plug it into a power socket. And that&#8217;s it.</p>
<p>Power supply may be sporadic. So the server needs to be able to roll back to a safe state if an update finished unexpectedly. Everything must just work. Martin calls this,</p>
<blockquote><p>turning a complex server into an appliance.</p></blockquote>
<p>What about passwords? How do we deal with the fact that a small team of technicians will be looking after thousands of machines? It&#8217;s not a good idea to have a master admin password that works for all time over all machines. The solution: At installation of the server, it will generate a list of one-time passwords which are unique to the server. This list will be stored at the network operations location. When the technician goes to a particular server, he will take a USB stick with ten or so of the passwords. This minimises the impact of a lost or publicised password.</p>
<p>On the collaboration side, <a title="Moodle" href="http://moodle.org" target="_blank">Moodle</a> is central to the server. <a title="MediaWiki" href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">MediaWiki</a> is also used for asynchronous collaboration (as opposed to the synchronous collaboration supported by the XO laptop). The plan is to have several wiki slices running on the server, either independently or within MediaWiki.</p>
<p>Martin is also looking at content repositories. They need some way of sharing content among the schools. The content might be developed by teachers, an education department or even the children. The repository must be lightweight and distributed. It will support SCORM and IMS packages. World organisations such as WHO may even provide content this way.</p>
<p>Martin talked about the complexities of programming where you must look at long-term support, as opposed to regular updates being possible.</p>
<blockquote><p>We can&#8217;t distribute emergency patches to the laptops or servers. After doing each bit of programming, we must consider all the important failure scenarios. This is very challenging.</p></blockquote>
<p>A note also, that the laptops are independent of the servers. You can think of the server as an extesion of the laptops, providing backups, extra content, etc. When there are up to 20 or 30 laptops together, they communicate via the mesh networking &#8212; the &#8220;bunch of laptops under a tree&#8221;. When there are more laptops in the group, the server acts as a mesh portal, coordinating so that the network runs more efficiently.</p>
<h3>Gung ho on the XO &#8212; the laptop</h3>
<p><a title="Joel Stanley's mugshot" href="http://mugshot.org/person?who=8cNrb8yytq70Hn" target="_blank">Joel Stanley</a> gave the final talk of the day, before we broke up into groups to look at the machines themselves.</p>
<p><em>Joel ministering to an XO:</em></p>
<p><img class="alignnone size-full wp-image-153" src="http://ffeathers.files.wordpress.com/2008/06/joel-050.png?w=307&h=410" alt="OLPC Australia\'s first techfest" width="307" height="410" /></p>
<p>Joel gave a technical overview of the machine, starting with a look at its innards. We hopped from chip to chip, and a lot of it went over my head. Some snippets:</p>
<ul>
<li>You can now have mesh networking on your PC at home, by downloading the kernel module. It&#8217;s known to work on the B43 chips but they&#8217;re still ironing out problems with the Intel chip.</li>
<li>The XO screen is trans-reflective i.e. it bounces incoming light off a mirror behind the screen to enhance the display. The next generation won&#8217;t need power at all to display the screen.</li>
<li>The next generation of XO will support e-books like Amazon&#8217;s Kindle.</li>
<li>The current software stack requires 256Meg of memory. This could be reduced, but that would take additional developer time.</li>
<li>The XO includes a 1-gig hard drive.</li>
</ul>
<h3>The star of the day</h3>
<p>XO closed:</p>
<p><img class="alignnone size-full wp-image-157" src="http://ffeathers.files.wordpress.com/2008/06/xo-closed-040.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<p>Rotated screen:</p>
<p><img class="alignnone size-full wp-image-162" src="http://ffeathers.files.wordpress.com/2008/06/xo-rotated-023.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<p>eBook mode:</p>
<p><img class="alignnone size-full wp-image-158" src="http://ffeathers.files.wordpress.com/2008/06/xo-ebook-039.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<p>Side view, with a Samsung mobile phone:</p>
<p><img class="alignnone size-full wp-image-155" src="http://ffeathers.files.wordpress.com/2008/06/xo-side-013.png?w=154&h=205" alt="OLPC Australia\'s first techfest" width="154" height="205" /></p>
<p>Innards of the XO:</p>
<p><img class="alignnone size-full wp-image-159" src="http://ffeathers.files.wordpress.com/2008/06/xo-innards-027.png?w=325&h=237" alt="OLPC Australia\'s first techfest" width="325" height="237" /></p>
<p>XO screen showing the Neighbourhood. Each little figure represents another XO or a shared activity:</p>
<p><img class="alignnone size-full wp-image-160" src="http://ffeathers.files.wordpress.com/2008/06/xo-neighbourhood-045.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<p>XO screen showing the activities currently loaded. This one shows (going clockwise from the top) two instances of Turtle Art, Draw, the always-present activity at the bottom (I&#8217;ve forgotten what it&#8217;s called), two instances of Chat and the Distance activity:</p>
<p><img class="alignnone size-full wp-image-156" src="http://ffeathers.files.wordpress.com/2008/06/xo-activities-054.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<p>XO screen showing the Distance activity. Two laptops can measure the distance between them by blurting sounds at each other:</p>
<p><img class="alignnone size-full wp-image-161" src="http://ffeathers.files.wordpress.com/2008/06/xo-remote-sensor-053.png?w=307&h=230" alt="OLPC Australia\'s first techfest" width="307" height="230" /></p>
<h3>My conclusion</h3>
<p>The OLPC project is interesting on so many levels &#8212; technically there&#8217;s a lot of innovation and scope; but also politically, socially, economically and philosophically it&#8217;s one of those grand schemes that come along rarely.</p>
<p>When I first saw pictures of the XO laptop I was disappointed, because it looks a bit like one of those pretend-computers that you give to toddlers. It&#8217;s not. Those are toys. The functionality is limited to what is pre-programmed into the box. In contrast, the XO is a serious collaboration and learning tool which intrigues developers as much as children. In fact, it aims to rub out the line between the two.</p>
<h3>Links to more information</h3>
<ul>
<li>My earlier <a title="OLPC Sydney at SLUG meeting" href="http://ffeathers.wordpress.com/2008/03/30/one-laptop-per-child-olpc-sydney/" target="_blank">blog post</a> about OLPC in Sydney</li>
<li><a title="OLPC Australi" href="http://www.olpc.org.au/" target="_blank">OLPC Australia</a> web site and blog</li>
<li><a title="OLPC" href="http://www.laptop.org/" target="_blank">OLPC project</a> web site</li>
<li>Documentation on the <a title="OLPC wiki" href="http://wiki.laptop.org/" target="_blank">OLPC wiki</a></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=150&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/06/02/olpc-australias-first-techfest/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/group-055.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/joel-and-jeff-026.png?w=300" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/joel-050.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-closed-040.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-rotated-023.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-ebook-039.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-side-013.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-innards-027.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-neighbourhood-045.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-activities-054.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/06/xo-remote-sensor-053.png" medium="image">
			<media:title type="html">OLPC Australia\'s first techfest</media:title>
		</media:content>
	</item>
		<item>
		<title>AODC - in conclusion</title>
		<link>http://ffeathers.wordpress.com/2008/05/19/aodc-in-conclusion/</link>
		<comments>http://ffeathers.wordpress.com/2008/05/19/aodc-in-conclusion/#comments</comments>
		<pubDate>Mon, 19 May 2008 02:50:20 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[AODC]]></category>

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

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

		<category><![CDATA[technical writing]]></category>

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

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=145</guid>
		<description><![CDATA[Last week I attended the Australasian Online Documentation and Content Conference (AODC) on the Gold Coast in Queensland, Australia. I&#8217;ve posted a number of detailed reports on the sessions I attended. This post is a summary and a &#8220;thank you&#8221; to the organisers.
A big thank you to Penny Bradley, Tony Self and HyperWrite &#8212; you [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Last week I attended the Australasian Online Documentation and Content Conference (<a title="AODC" href="http://aodc.com.au/" target="_blank">AODC</a>) on the Gold Coast in Queensland, Australia.<strong> </strong></strong><strong>I&#8217;ve posted a number of detailed reports on the sessions I attended. This post is a summary and a &#8220;thank you&#8221; to the organisers.</strong></p>
<p>A big thank you to <a title="Penny Bradley organiser of AODC" href="http://aodc.com.au/contactus.aspx" target="_blank">Penny Bradley</a>, <a title="Tony Self as AODC speaker" href="http://aodc.com.au/speakers.aspx#speaker103" target="_blank">Tony Self</a> and <a title="HyperWrite" href="http://www.hyperwrite.com/" target="_blank">HyperWrite</a> &#8212; you did an awesome job, with not a hitch to be seen! I learned a lot, met a lot of people and laughed a lot. It&#8217;s valuable to see what other technical writers are doing, because we all tend to work in a particular technology or field and can feel isolated from the bigger picture.</p>
<p>Best of all, I now know how to pronounce &#8220;DITA&#8221;. It&#8217;s &#8220;ditter&#8221;, or even &#8220;didder&#8221; and not &#8220;deeter&#8221;. This handy distinction avoids confusion of the XML standard with <a title="Dita Von Teese" href="http://en.wikipedia.org/wiki/Dita_Von_Teese" target="_blank">Dita Von Teese</a>.</p>
<h2>Summary of AODC posts</h2>
<p>Here&#8217;s a list of my blog posts on the sessions I attended:</p>
<ul>
<li><a title="DITA workshop" href="http://ffeathers.wordpress.com/2008/05/13/aodc-dita-workshop/" target="_blank">AODC - DITA workshop</a></li>
<li><a title="trends" href="http://ffeathers.wordpress.com/2008/05/14/aodc-trends-tools-technologies-in-online-documentation/" target="_blank">AODC - trends, tools, technologies in online documentation</a></li>
<li><a title="grammar" href="http://ffeathers.wordpress.com/2008/05/14/aodc-a-new-grammar-for-online-communication/" target="_blank">AODC - a new grammar for online communication</a></li>
<li><a title="standards" href="http://ffeathers.wordpress.com/2008/05/14/aodc-web-technology-and-standards/" target="_blank">AODC - web technology and standards</a></li>
<li><a title="dita case study" href="http://ffeathers.wordpress.com/2008/05/14/aodc-a-dita-case-study/" target="_blank">AODC - a DITA case study</a></li>
<li><a title="embedded help" href="http://ffeathers.wordpress.com/2008/05/15/aodc-usability-of-embedded-help/" target="_blank">AODC - usability of embedded help</a></li>
<li><a title="UI review" href="http://ffeathers.wordpress.com/2008/05/15/aodc-reviewing-a-user-interface/" target="_blank">AODC - reviewing a user interface</a></li>
<li><a title="authoring memory" href="http://ffeathers.wordpress.com/2008/05/16/aodc-authoring-memory/" target="_blank">AODC - authoring memory</a></li>
<li><a title="content structure format and behaviour" href="http://ffeathers.wordpress.com/2008/05/16/aodc-separating-content-structure-format-and-behaviour/" target="_blank">AODC - separating content, structure, format and behaviour</a></li>
<li><a title="guided help" href="http://ffeathers.wordpress.com/2008/05/18/aodc-guided-help/" target="_blank">AODC - guided help</a></li>
<li><a title="error messages" href="http://ffeathers.wordpress.com/2008/05/18/aodc-error-messages/" target="_blank">AODC - error messages</a></li>
</ul>
<p>You can also get to the above posts via the <a title="AODC by tag" href="http://ffeathers.wordpress.com/tag/aodc/" target="_blank">AODC tag</a>.</p>
<p>And here are some other interesting posts on and around the conference:</p>
<ul>
<li>A summary of <a title="AODC day 3" href="http://cybertext.wordpress.com/2008/05/16/aodc-conference-2008-day-3/" target="_blank">AODC day 3</a> by Rhonda Bracey, one of the conference delegates &#8212; see her other posts on the AODC too, for excellent summaries and commentary.</li>
<li><a title="nu grammar" href="http://tech-writer-spot.blogspot.com/2008/05/nu-grammar.html" target="_blank">Tech writer&#8217;s spot</a> &#8212; Elena <span class="post-author vcard"><span class="fn">Shebunyaeva </span></span>comments on the &#8220;nu grammar&#8221;.</li>
<li><a title="Travelling Worm" href="http://travellingworm.wordpress.com/2008/05/17/surfers-paradise/" target="_blank">Travelling Worm in Surfers Paradise</a> &#8212; a review of the conference location from a hanger-on.</li>
</ul>
<h2>Next year?</h2>
<p>I work at <a title="Atlassian" href="http://www.atlassian.com" target="_blank">Atlassian</a>. One of our products is a wiki called <a title="Confluence" href="http://www.atlassian.com/software/confluence" target="_blank">Confluence</a>. Following the principle of <a title="eat your own dogfood" href="http://en.wikipedia.org/wiki/Eat_one's_own_dog_food" target="_blank">eat your own dogfood</a>, we do all our technical product documentation (well, almost all) on the Confluence wiki. For example:</p>
<ul>
<li>The <a title="Crowd docs" href="http://confluence.atlassian.com/display/CROWD" target="_blank">Crowd documentation</a> on our Confluence site.</li>
<li>The <a title="Confluence docs" href="http://confluence.atlassian.com/display/DOC" target="_blank">Confluence documentation</a>, also on the Confluence site.</li>
</ul>
<p>At the AODC conference, a number of people were interested. What&#8217;s it like to do technical documentation on a wiki? What works well, what doesn&#8217;t? Why do we use Confluence for our documentation? Can customers contribute to the documentation? What process do we use to review changes made by people other than the technical writers? These were just some of the questions people asked me. Tony suggested that this would be a good topic for a session at next year&#8217;s conference. There&#8217;s certainly enough to talk about, and of course I find this topic exciting and absorbing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Pictures</h2>
<p>Here are some snaps to make you wish you&#8217;d been there. First, the venue &#8212; Surfers Paradise on the Gold Coast, Queensland, Australia:</p>
<p><img class="alignnone size-full wp-image-146" src="http://ffeathers.files.wordpress.com/2008/05/surfersparadiseatdawn_25pc.png?w=512&h=384" alt="Surfers Paradise at dawn" width="512" height="384" /></p>
<p>My name tag, fairly unadorned because I&#8217;m uninteresting i.e. this was my first AODC session and I come from a boring state in Oz:</p>
<p><img class="alignnone size-full wp-image-147" src="http://ffeathers.files.wordpress.com/2008/05/aodc_badges1_25pc.png?w=512&h=384" alt="AODC - in conclusion" width="512" height="384" /></p>
<p>A more interesting name tag:</p>
<p><img class="alignnone size-full wp-image-148" src="http://ffeathers.files.wordpress.com/2008/05/aodc_badges3_25pc.png?w=512&h=384" alt="AODC - in conclusion" width="512" height="384" /></p>
<p><em>If you are unfortunate enough to hail from New Zealand, you get a kiwi or a sheep (depending on the whim of the name-tag creator) instead of the Ozzie state. If you&#8217;ve attended a large number of sessions, you get the superman logo and are dubbed a super-veteran. I&#8217;m not sure what Marian did to get the no entry sign superimposed over her superman logo! The sun means something too, over and above the fact that it shines out from you <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> and there are yet other pictures with meanings I&#8217;ve forgotten. <strong>Can anyone list the name-tag adornments?</strong></em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/145/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/145/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=145&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/05/19/aodc-in-conclusion/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/05/surfersparadiseatdawn_25pc.png" medium="image">
			<media:title type="html">Surfers Paradise at dawn</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/05/aodc_badges1_25pc.png" medium="image">
			<media:title type="html">AODC - in conclusion</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/05/aodc_badges3_25pc.png" medium="image">
			<media:title type="html">AODC - in conclusion</media:title>
		</media:content>
	</item>
		<item>
		<title>My Prickly Paperbark tree</title>
		<link>http://ffeathers.wordpress.com/2008/05/18/my-prickly-paperbark-tree/</link>
		<comments>http://ffeathers.wordpress.com/2008/05/18/my-prickly-paperbark-tree/#comments</comments>
		<pubDate>Sun, 18 May 2008 05:41:41 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[trees]]></category>

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

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

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

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

		<category><![CDATA[prickly paperbark]]></category>

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

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=142</guid>
		<description><![CDATA[This is a special edition of the ffeathers blog, to report the spectacular growth of my Prickly Paperbark tree since I last blogged about it approximately a month ago.
On 13 April, the tree was 172 cm. Today it&#8217;s 188 cm &#8212; grown 16 cm in five weeks! It&#8217;s now over 6 foot and taller than [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a special edition of the <em>ffeathers</em> blog, to report the spectacular growth of my <em>Prickly Paperbark</em> tree since I last blogged about it approximately a month ago.</p>
<p>On 13 April, the tree was 172 cm. <span style="color:#808000;"><strong>Today it&#8217;s 188 cm</strong></span> &#8212; grown 16 cm in five weeks! It&#8217;s now over 6 foot and taller than I am. I planted it in August last year, so it&#8217;s about nine months old.</p>
<p>Alas, it&#8217;s not only the Paperbark that has been growing. I spent a couple of hours this morning removing the Asthma Weed and Wandering Dew that had draped themselves all over the tree and its neighbourhood. Don&#8217;t gardens ever take a rest period in Sydney?</p>
<p>Just to reassure anyone who might be concerned about the <em>Old Man Banksia</em> I planted at the same time as the Paperbark: It&#8217;s doing fine too. It hasn&#8217;t grown so spectacularly since my last post a month ago, so it doesn&#8217;t warrant a special edition <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-143" src="http://ffeathers.files.wordpress.com/2008/05/paperbarktree18may2008_whole.jpg?w=359&h=536" alt="My Prickly Paperbark tree" width="359" height="536" /></p>
<p>Here&#8217;s a closeup of the trunk, with a peg for perspective:</p>
<p><img class="alignnone size-full wp-image-144" src="http://ffeathers.files.wordpress.com/2008/05/paperbarktree18may2008_closeup.jpg?w=400&h=498" alt="My Prickly Paperbark tree" width="400" height="498" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=142&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/05/18/my-prickly-paperbark-tree/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/05/paperbarktree18may2008_whole.jpg" medium="image">
			<media:title type="html">My Prickly Paperbark tree</media:title>
		</media:content>

		<media:content url="http://ffeathers.files.wordpress.com/2008/05/paperbarktree18may2008_closeup.jpg" medium="image">
			<media:title type="html">My Prickly Paperbark tree</media:title>
		</media:content>
	</item>
		<item>
		<title>AODC - error messages</title>
		<link>http://ffeathers.wordpress.com/2008/05/18/aodc-error-messages/</link>
		<comments>http://ffeathers.wordpress.com/2008/05/18/aodc-error-messages/#comments</comments>
		<pubDate>Sun, 18 May 2008 04:58:31 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[AODC]]></category>

		<category><![CDATA[technical writing]]></category>

		<category><![CDATA[error messages]]></category>

		<category><![CDATA[technical documentation]]></category>

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=141</guid>
		<description><![CDATA[This week I attended the Australasian Online Documentation and Content Conference (AODC) on the Gold Coast in Queensland, Australia. The last session was entitled &#8220;The World&#8217;s Word Error Messages, or How to Scare End Users&#8221; presented by Frank &#8220;Choco&#8221; Munday.
Choco is a prolific and experienced technical writer, author and adventurer, and a member of the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>This week I attended the Australasian Online Documentation and Content Conference (<a title="AODC" href="http://aodc.com.au/" target="_blank">AODC</a>) on the Gold Coast in Queensland, Australia. The last session was entitled &#8220;The World&#8217;s Word Error Messages, or How to Scare End Users&#8221; presented by <a title="Frank Choco Munday as AODC speaker" href="http://aodc.com.au/speakers.aspx#speaker107" target="_blank">Frank &#8220;Choco&#8221; Munday</a>.</strong></p>
<p><a title="Choco at Hot Rod Handbooks" href="http://www.hotrodhandbooks.com.au/about.htm" target="_blank">Choco</a> is a prolific and experienced technical writer, author and adventurer, and a member of the Australian Federal Police. He has collected a very amusing set of real-life error messages to illustrate and enliven the sound principles behind his talk &#8212; how to review and write good error messages.</p>
<h3>The serious stuff</h3>
<p>Software developers have to write text that is more important than any other text in the application or documentation: the labels etc on the UI and the error messages. It&#8217;s up to us, as technical writers, to review their work. Choco has &#8220;trained&#8221; his developers to consult him whenever they need to write something.</p>
<p>A good error message:</p>
<ul>
<li>Is polite and doesn&#8217;t blame the user.</li>
<li>Clearly describes what&#8217;s wrong.</li>
<li>Gives advice on how to fix it.</li>
<li>Is in a human-readable language.</li>
<li>Gives an indication of the severity of the problem.</li>
<li>Does not include hostile words like &#8220;abort&#8221;, &#8220;kill&#8221;, &#8220;invalid&#8221;, &#8220;illegal&#8221;.</li>
<li>Is targeted towards the user not the developer.</li>
</ul>
<h3>Some less-than-ideal error messages</h3>
<p>All of these error messages are real i.e. they do or did appear in an operating system or application:</p>
<ul>
<li>&#8220;When casting from a number, the value must be a number less than infinity.&#8221;</li>
<li>&#8220;Error: The operation completed successfully.&#8221;</li>
<li>&#8220;Your mouse has moved. Windows must be restarted for the change to take effect.&#8221; <em>This one is from the early days of the USB mouse in Windows 98 and now appears on t-shirts.</em></li>
<li>&#8220;Value Error: insecure string pickle.&#8221; <em>This comes from PaintShop Pro and has something to do with pickles in Python, the language used to create PaintShop Pro.</em></li>
<li>&#8220;Please kill your PC!&#8221; <em>From Nero</em>.</li>
<li>&#8220;Stop that!&#8221; <em>From IE beta in early days of XML parser</em>.</li>
<li>&#8220;Press any key to continue or any other key to quit.&#8221; <em>From Microsoft Exchange</em>.</li>
<li>&#8220;The command has been aborted. An internal error occured in Pro/DESKTOP. It is most likely that doing the same thing again will produce the same error.&#8221;</li>
</ul>
<p>And <em>lots</em> more.</p>
<h3>My conclusions</h3>
<p><a title="Choco at Hot Rod Handbooks" href="http://www.hotrodhandbooks.com.au/about.htm" target="_blank">Choco</a>, we are forever in your debt. This session was just perfect to for a Friday afternoon. Choco had us wiping away tears of laughter while getting the message (get it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) at the same time.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/141/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/141/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=141&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/05/18/aodc-error-messages/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>
	</item>
		<item>
		<title>AODC - guided help</title>
		<link>http://ffeathers.wordpress.com/2008/05/18/aodc-guided-help/</link>
		<comments>http://ffeathers.wordpress.com/2008/05/18/aodc-guided-help/#comments</comments>
		<pubDate>Sun, 18 May 2008 04:21:17 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[AODC]]></category>

		<category><![CDATA[online help]]></category>

		<category><![CDATA[technical writing]]></category>

		<category><![CDATA[guided help]]></category>

		<category><![CDATA[technical documentation]]></category>

		<category><![CDATA[user guides]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=140</guid>
		<description><![CDATA[This week I attended the Australasian Online Documentation and Content Conference (AODC) on the Gold Coast in Queensland, Australia. In one of Friday&#8217;s sessions, Matthew Ellison explained the concept of &#8220;guided help&#8221; and showed us some fascinating examples. His session was entitled &#8220;Guided Help: A Revolution for Software Help and Support?&#8221;

Matthew is a user-assistance professional [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>This week I attended the Australasian Online Documentation and Content Conference (<a title="AODC" href="http://aodc.com.au/" target="_blank">AODC</a>) on the Gold Coast in Queensland, Australia. In one of Friday&#8217;s sessions, <a title="Matthew Ellison as AODC speaker" href="http://aodc.com.au/speakers.aspx#speaker106" target="_blank">Matthew Ellison</a> explained the concept of &#8220;guided help&#8221; and showed us some fascinating examples. His session was entitled &#8220;Guided Help: A Revolution for Software Help and Support?&#8221;<br />
</strong></p>
<p>Matthew is a user-assistance professional who runs his own company, <a title="Matthew Ellison Consulting" href="http://www.ellisonconsulting.com/" target="_blank">Matthew Ellison Consulting</a>. He started his talk with sandy feet <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (<em>The conference was in Surfers Paradise, three minutes&#8217; walk from the beach.</em>) He also started by admitting that the subject of &#8220;guided help&#8221;&#8230;</p>
<blockquote><p>&#8230;gets me excited. I don&#8217;t usually say this about any subject. We Brits don&#8217;t, you know. I&#8217;d usually say I&#8217;m &#8220;moderately pleased&#8221;. But guided help gets me excited.</p></blockquote>
<h3>A definition of guided help</h3>
<p>&#8220;Guided help&#8221; is help that leads someone through a task using the actual application, while:</p>
<ul>
<li>Highlighting the controls (buttons, fields, etc) that the learner should use.</li>
<li>Displaying instructions in a caption or panel.</li>
<li>Preventing the user from doing things that they shouldn&#8217;t.</li>
<li>Giving the user the option to skip through some of the steps by having them done automatically.</li>
</ul>
<p>&#8220;Guided help&#8221; is <em>not</em> a simulation, such as a Flash movie or e-learning session. Nor is it a wizard.</p>
<p>The key thing is that the user is actually completing a task within the application itself.</p>
<p>A by-the-way: This is not new. In 1986, Matthew worked with Digital&#8217;s ALL-IN-1 office automation suite and created training sessions which included the above features. Now, twenty years later, we&#8217;re talking about &#8220;guided help&#8221;.</p>
<h3>Microsoft Guided Help</h3>
<p>In the early days of Windows Vista, there was a neat, attractive and impressive guided help available if you were online at the time you requested help.</p>
<p>Technical writers take note: CNET said that this was one of their top 5 good things about Vista! Matthew asks:</p>
<blockquote><p>How often does that happen to us? People are buying the product just to read the help <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>Alas, guided help is no longer available in Vista. Microsoft&#8217;s stated reason is that it caused too many maintenance headaches &#8212; each time Windows was updated, they needed to check the guided help topics too. (<em>Welcome to our world </em> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) Matthew thinks this is odd, because the guided help hooks into the accessibility support built into the application and does not include screenshots. It should be easier to update than conventional documents. Perhaps the reason was rather a security concern?</p>
<p>You can still get hold of some Microsoft guided help procedures in the <a title="Microsoft Guided Help" href="http://tinyurl.com/oey82" target="_blank">Microsoft Knowledge Base</a>. Matthew ran the procedure which leads you through the task of checking your disk drive for errors. It was neat, attractive and impressive. It greys out the windows which you&#8217;re not using and highlights the buttons you should click, with a text box and an arrow pointing to the relevant spot on your desktop. You can stop the procedure at any time. If you do something unexpected, it warns you and asks if you want to stop the help session.</p>
<p>Another caveat: The authoring tools are available only to Microsoft and the OEMs.</p>
<h3>Gteko</h3>
<p>Gteko has been purchased by Microsoft. Before the acquisition, Gteko produced a free, downloadable tool called <a title="PCPal" href="http://www.pcpal.com/" target="_blank">PCPal</a>. It&#8217;s still available (ignore the fact that it&#8217;s beta - it has been for a while <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) but the latest version does not offer as much control nor as much information as the earlier versions. Matthew has the earlier version, of course <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you delve into the depths of HP Assistant and DELL Support, they too are based on Gteko technology.</p>
<p>When you run PCPal, it takes over your machine, clicks the buttons, opens the windows, etc. It even moves the active window to the centre of your screen. It tells you what it&#8217;s doing, and asks for your input when necessary. For example, if you ask it to set up a screen saver, it will by itself get as far as the Windows screen saver selection dialogue and then ask you to choose the one you want.</p>
<h3>ActiveGuide from Rocket Software</h3>
<p><a title="ActiveGuide" href="http://www.rocketools.com/" target="_blank">ActiveGuide</a> one is targeted at the EPSS (Electronic Performance Support Systems) market. You can use this tool with any web-based application. It includes an in-built authoring tool, ActiveGuide Studio. Matthew says that you don&#8217;t need to be a developer to create the guided help.</p>
<p>ActiveGuide uses client-side JavaScript to add a layer between the application and the user, overlaying the additional UI components on the original screens. It doesn&#8217;t touch the code on the server. The help topics are associated with the UI components via the IDs attached to the form elements etc, not to the x-y coordinates. So to some extent, the help is independent of the presentation and of small UI changes.</p>
<p><em>Try this <a title="ActiveGuide demo" href="http://www.crsol.com/demo/form4_1099r.html" target="_blank">online demo</a>. It opens &#8220;Form 1099R 2003&#8243;. Now you can:</em></p>
<ol>
<li><em>Click &#8220;ActiveGuide Coach&#8221; at top right, to see the guided help in action.</em></li>
<li><em>Click through the introductory text panels &#8212; do make sure you read them <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></li>
<li><em>At the first selection, choose &#8220;IRA&#8221; &#8212; it&#8217;s the only one that works in the demo.</em></li>
<li><em>At the second selection, choose &#8220;E-Z Pass&#8221; (the third option) &#8212; that&#8217;s the most fun!</em></li>
</ol>
<h3>eTracker from Solan Technologies</h3>
<p><a title="eTracker" href="http://www.solan-elia.com/solantech/iframe_4.html" target="_blank">eTracker</a> is the same sort of technology as ActiveGuide and works on desktop client applications as well as web applications. Again, programming skills are not necessary to build the guided help. Matthew was told that you can create a complex script in four hours.</p>
<h3>My conclusions</h3>
<p>Thank you <a title="Matthew Ellison Consulting" href="http://www.ellisonconsulting.com/" target="_blank">Matthew</a>, for a very interesting session with lots of useful examples. At <a title="Atlassian" href="http://www.atlassian.com" target="_blank">Atlassian</a>, where I work, we&#8217;ve been discussing the possiblity of adding guided help to some of our applications. One of our products is <a title="FishEye product page" href="http://www.atlassian.com/software/fisheye/" target="_blank">FishEye</a>, which we acquired when the Cenqua guys joined Atlassian last year. Earlier versions of FishEye had a pretty neat guided help tour built into them.</p>
<p>I&#8217;m really keen on adding guided help to our products. In particular, this sort of technology can to some extent protect the documentation from UI changes, because the help text is hooked to the screen elements themselves and does not rely on screenshots or instructions like &#8220;Click the xxx link at top right of the screen&#8221;. Also, the help is right there, where the user needs it.</p>
<p>Plus, it&#8217;s just plain fun to do <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=140&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/05/18/aodc-guided-help/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>
	</item>
		<item>
		<title>AODC - separating content, structure, format and behaviour</title>
		<link>http://ffeathers.wordpress.com/2008/05/16/aodc-separating-content-structure-format-and-behaviour/</link>
		<comments>http://ffeathers.wordpress.com/2008/05/16/aodc-separating-content-structure-format-and-behaviour/#comments</comments>
		<pubDate>Fri, 16 May 2008 06:11:59 +0000</pubDate>
		<dc:creator>ffeathers</dc:creator>
		
		<category><![CDATA[AODC]]></category>

		<category><![CDATA[technical writing]]></category>

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

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

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

		<category><![CDATA[presentation layer]]></category>

		<category><![CDATA[technical documentation]]></category>

		<guid isPermaLink="false">http://ffeathers.wordpress.com/?p=139</guid>
		<description><![CDATA[This week I’m attending the Australasian Online Documentation and Content Conference (AODC) on the Gold Coast in Queensland, Australia. With his inimitable flair and style, Dave Gash presented a session this morning entitled &#8220;The Search for the UA Grail: True Separation of Content, Structure, Format and Behaviour&#8221;.
Dave is the owner of HyperTrain dot Com, specialising [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>This week I’m attending the Australasian Online Documentation and Content Conference (<a title="AODC" href="http://aodc.com.au/" target="_blank">AODC</a>) on the Gold Coast in Queensland, Australia. With his inimitable flair and style, <a title="Dave Gash as AODC speaker" href="http://aodc.com.au/speakers.aspx#speaker104" target="_blank">Dave Gash</a> presented a session this morning entitled &#8220;The Search for the UA Grail: True Separation of Content, Structure, Format and Behaviour&#8221;.</strong></p>
<p>Dave is the owner of <a title="HyperTrain dot Com" href="http://www.hypertrain.com/" target="_blank">HyperTrain dot Com</a>, specialising in training and consulting for hypertext developers. Today he told us what&#8217;s wrong with the way we traditionally do things, what&#8217;s wrong with the conventional wisdom on how we might improve our way of working, and what&#8217;s a <em>better way.</em></p>
<h3>What&#8217;s wrong with the traditional way we do things</h3>
<p>The basic problem is that we write our content, e.g. a web page, and tweak elements of it on the fly. For example, we might make some text bold, or colour other text, or whatever. The result is spaghetti code &#8212; difficult to maintain and share.</p>
<h3>What&#8217;s wrong with the conventional wisdom on improving the above situation</h3>
<p>People usually say we should &#8220;separate format from content&#8221;. But what is &#8220;format&#8221;? That term is too vague. And the phrase implies that everything that&#8217;s not &#8220;content&#8221; is &#8220;format&#8221;. Wrong.</p>
<p><span style="color:#800080;"><em> </em></span></p>
<h3>The better way</h3>
<p>We should separate our document into four components instead of two:</p>
<ul>
<li>Content (which you might realise via XML)</li>
<li>Structure (XSLT)</li>
<li>Format (CSS)</li>
<li>Behaviour (JavaScript)</li>
</ul>
<p>What we&#8217;re aiming for:</p>
<ul>
<li>Maintainability &#8212; you can change one of the above four components without breaking the others.</li>
<li>Re-usability &#8212; you can re-use the same bit of JavaScript, for example, in other documents.</li>
<li>Separation of skill sets &#8212; different people can work on the component they know best and enjoy most.</li>
<li>Simplified updating of content &#8212; content is likely to be the component you update most often.</li>
</ul>
<h3>How to do it</h3>
<p>Dave demonstrated the procedure we would follow in order to separate a document into the above four components. There are five basic steps. Dave walked us through the details of each step, using code examples of CSS, JavaScript, XML and XSLT. In summary, the steps are:</p>
<ol>
<li>Identify all JavaScript and move it to an external JS file.</li>
<li>Identify JavaScript that could be better done in CSS. Examples are &#8220;onmouseover&#8221; and &#8220;onmouseout&#8221; event handlers that change the style of the text item, and image swaps. Use the CSS &#8220;hover&#8221; pseudo-class instead.
<ul>
<li>Dave&#8217;s tip: You don&#8217;t have to specifically code the &#8220;I&#8217;m through hovering&#8221; handler because it&#8217;s implicit in the pseudo-class.</li>
</ul>
</li>
<li>Move all CSS styles to an external file. Convert local formatting to classes too.
<ul>
<blockquote>
<li>Dave&#8217;s tip: If the boss says &#8220;Change the list spacing in all lists on all pages&#8221;, it&#8217;s in one spot &#8212; change it and take the rest of the day off.</li>
</blockquote>
</ul>
</li>
<li>Add semantic markup to the content, using XML.</li>
<li>Now it&#8217;s time for some XSLT. Identify the output HTML you want, then write the XSL transforms to produce it.
<ul>
<li>Write small, individual templates to create the HTML for each specific XML tag. Then use the &#8220;magic&#8221; &lt;xsl:apply-templates/&gt; element to pull it all together. This nests the processing of the templates, so that the transforms will just keep happening for each XML element, hierarchically down and back up the tree, until they&#8217;re all done.</li>
</ul>
</li>
</ol>
<p>The XSLT generates the HTML and links in the CSS and JavaScript.</p>
<p>Dave has made the code available on the &#8220;Downloads&#8221; tab of the <a title="HyperTrain dot Com" href="http://www.hypertrain.com/" target="_blank">HyperTrain dot Com</a> web site.</p>
<p>A recommended editing tool: <a title="EditPlus" href="http://www.editplus.com/" target="_blank">EditPlus</a>.</p>
<p><span style="color:#800080;"><em>Thank you for a great session, Dave. And a special thanks for changing &#8220;behavior&#8221; to &#8220;behaviour&#8221; throughout your presentation, just so that we Ozzies felt comfortable <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ffeathers.wordpress.com/139/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ffeathers.wordpress.com/139/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ffeathers.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ffeathers.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ffeathers.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ffeathers.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ffeathers.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ffeathers.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ffeathers.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ffeathers.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ffeathers.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ffeathers.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ffeathers.wordpress.com&blog=1466415&post=139&subd=ffeathers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ffeathers.wordpress.com/2008/05/16/aodc-separating-content-structure-format-and-behaviour/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ffeathers-128.jpg" medium="image">
			<media:title type="html">ffeathers</media:title>
		</media:content>
	</item>
	</channel>
</rss>