<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Psydev's Work Blog</title>
	<atom:link href="http://psydev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://psydev.wordpress.com</link>
	<description>Perspectives on Technology and Business</description>
	<lastBuildDate>Wed, 16 Jan 2008 22:48:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='psydev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b14e53291b75fbe92bc3ee7eea49e872?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Psydev's Work Blog</title>
		<link>http://psydev.wordpress.com</link>
	</image>
			<item>
		<title>Portable Metadata and Validators</title>
		<link>http://psydev.wordpress.com/2008/01/16/portable-metadata-and-validators/</link>
		<comments>http://psydev.wordpress.com/2008/01/16/portable-metadata-and-validators/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 22:48:10 +0000</pubDate>
		<dc:creator>psydev</dc:creator>
				<category><![CDATA[metadata]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[application profile]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[dublin core]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[ims]]></category>
		<category><![CDATA[lom]]></category>
		<category><![CDATA[scorm]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://psydev.wordpress.com/2008/01/16/portable-metadata-and-validators/</guid>
		<description><![CDATA[This entry is a technical guide to help you to improve the metadata on your digital resources. Often, creators of resources will complain that &#8220;their content gets lost in the repository&#8221;, or that &#8220;this metadata stuff never works&#8221;, or that &#8220;the LMS is broken as it doesn&#8217;t read our metadata properly&#8221;. If these are problems [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=psydev.wordpress.com&blog=2347718&post=7&subd=psydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This entry is a technical guide to help you to improve the metadata on your digital resources. Often, creators of resources will complain that &#8220;their content gets lost in the repository&#8221;, or that &#8220;this metadata stuff never works&#8221;, or that &#8220;the LMS is broken as it doesn&#8217;t read our metadata properly&#8221;. If these are problems that afflict you, or your users, then read on.</p>
<p>Recently, we&#8217;ve been asked to look at metadata that has been used to describe a range of different files. Metadata, or (&#8220;data about data&#8221;) is a way of describing what is in a file without actually needing to open a file. Anyone that has ever uploaded files from a digital camera to a PC will be familiar with metadata (&#8220;what&#8217;s in DSCN0001.jpg?&#8221;); hit a button on your camera and it&#8217;ll show you the exposure time, focal length, compression, file size&#8230; The good thing is that your camera probably <i>gets it right</i>.</p>
<p>Metadata in the e-learning space is often an XML document that has been prepared using a schema. Before we go any further, the next two points underpin everything. If you take nothing else away from reading this, take these two:</p>
<p><b>Well Formed XML. </b>It is an obvious point, but XML documents really should be well formed if they are to stand a chance of being read by a consuming system. I think every XML based programming library I have used, and certainly all of the shrink wrapped tools, offer some method for checking if a document is well formed. Seriously, there is no excuse for sending a malformed XML document to someone. It&#8217;s NEVER going to work, and it takes all of a minute of your time to fix it.</p>
<p><b>Validate the XML</b>. A related point to the above. If you are using a schema, then your document should be conformant to the schema. Again, this is a five second check, and is something that can be automated. If your XML isn&#8217;t validated, then there is a really good chance that the consuming system will find an error in it. If there is an error, then your resource is at the mercy of the consuming system. Said system may well import your content and dump the metadata, or take a &#8216;best guess&#8217; at what your metadata might be.</p>
<p>The two points above are things that you should just do. Especially if you have spent hours working out a beautiful classification for your resource. That work will be all but wasted if the saved metadata file has &#8220;machine errors&#8221; in it.</p>
<p><b>But I use a tool for this stuff!</b> Great! Have you checked it&#8217;s output? We&#8217;ve just looked at hundreds of machine generated metadata files. They have a lot of errors in them, most, if not all would have been found if checked by a validator.</p>
<p>Here&#8217;s a brief list of the types of things that we&#8217;ve seen in metadata files:</p>
<ul>
<li>Schema Confusion: The various different flavours of metadata schema are different. IMS 1.1 is different to IMS 1.2.1. This means that you can&#8217;t take an IMS 1.2.1 metadata file and simply change the schema to be IMS 1.1. They&#8217;re different. Yet I&#8217;ve seen a metadata file which uses IMS 1.2.1 metadata in a file that is supposed to validate against IMS 1.1.</li>
<li>Namespace Confusion: Related to the above, XML elements live in namespaces, and schemas specify the namespace that they describe. Putting a namespace declaration on an XML element puts that element, and it&#8217;s children, into that namespace. It&#8217;s then quite easy to blow vast chunks of your metadata out of the correct namespace and into another one.</li>
<li>Extension Madness: Some schemas allow you to use extensions, some don&#8217;t. If your schema doesn&#8217;t allow you to put an extension in somewhere, then don&#8217;t just stick a random element from a different namespace into it. That&#8217;s an illegal extension. A validator will spot this.</li>
<li>Illegal values: This is where the schema will impose some sort of constraints on how a value is to be formatted. This could be as simple as &#8220;no spaces&#8221;. A validator will inform you if you break the rules for the format of your data.</li>
<li>Default Values: This is a case of using an authoring tool to create your metadata, and not getting the job finished. I really don&#8217;t think you mean the value of one of your elements to be, &#8220;Default value. Please Change&#8221;. These errors <i>will  not</i> be found by a validator, and a tool will probably let you save files with these sorts of errors in them.</li>
</ul>
<p>I&#8217;ve not considered the likes of application profiles, nor choosing vocabularies and the values from them, nor how to make your items more discoverable. Suffice it to say, if you are bound by extra rules, then you really need to check that you&#8217;ve followed them. SCORM for instance, requires certain metadata elements to be present depending on what and where the metadata is attached to something. I&#8217;ve not come across a validator outside of some research work yet that handles this sort of thing. I&#8217;ve got some prototype code that reports on these sorts of things, drop me a line if you&#8217;re interested in using it.</p>
<p>My final thought on this? Errors do occur in the consuming systems. You can have perfectly tagged resources that are rejected. If there is a bug in the consuming system, then it&#8217;s their problem to fix it. If there&#8217;s a bug in your metadata, <i>and they find it</i>, then you&#8217;ll probably get sent a bill for the trouble. Validating takes seconds of your time. Building a simple validator into code that produces swathes of data on a button press, takes a few minutes of your time.</p>
<p>Thanks for reading.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/psydev.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/psydev.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/psydev.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/psydev.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/psydev.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/psydev.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/psydev.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/psydev.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/psydev.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/psydev.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/psydev.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/psydev.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=psydev.wordpress.com&blog=2347718&post=7&subd=psydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://psydev.wordpress.com/2008/01/16/portable-metadata-and-validators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05b3378d6bfe3efb66adb28da6173bc8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">psydev</media:title>
		</media:content>
	</item>
		<item>
		<title>That was the year that was!</title>
		<link>http://psydev.wordpress.com/2007/12/19/that-was-the-year-that-was/</link>
		<comments>http://psydev.wordpress.com/2007/12/19/that-was-the-year-that-was/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 15:49:23 +0000</pubDate>
		<dc:creator>psydev</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://psydev.wordpress.com/2007/12/19/that-was-the-year-that-was/</guid>
		<description><![CDATA[Thanks for making your way over to our &#8220;work blog&#8221;.
The plan for this blog going forward is that I aim to write every week, using three or four key themes, and focused on the issues that we come across. These issues (or themes as I am calling them), will include the pretty obvious technology ones, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=psydev.wordpress.com&blog=2347718&post=6&subd=psydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Thanks for making your way over to our &#8220;work blog&#8221;.</p>
<p>The plan for this blog going forward is that I aim to write every week, using three or four key themes, and focused on the issues that we come across. These issues (or themes as I am calling them), will include the pretty obvious technology ones, but I also want to look at some of the more business oriented issues that we encounter. There is a further plan to supplement the blog with some podcasts on the issues raised &#8211; I&#8217;ll need some collaborators for this &#8211; so if you&#8217;d like to be involved, please get in touch.</p>
<p>Next year we will also be releasing some software that has been written as value add to the <a href="http://www.harvestroad.com.au">HarvestRoad Hive</a> repository.</p>
<p>This has been a very busy year for us. We&#8217;ve expanded in size, we&#8217;ve moved offices and we&#8217;ve taken on larger pieces of work. We&#8217;ve said goodbye to Jo Knights, who was with us for a year as an administrator; we&#8217;ve said hello to Adam Fredericks as a software developer and Helen Gibbons as an administrator.<br />
We&#8217;ve also said hello to new associates, such as Pauli Visuri at <a href="http://addwit.wordpress.com/">Addwit</a> doing a sterling job with end user training. Anne Sparrowhawk, of <a href="http://www.sparrowhawkandheald.co.uk/">SparrowHawk and Heald</a>, is joining us in a consortium lead by <a href="http://www.dunelm.com">Dunelm</a>; along with our other associates at <a href="http://www.icodeon.com">Icodeon</a> and <a href="http://www.eloki.pwp.blueyonder.co.uk/">eLoki</a>, we&#8217;ll be looking at the use of learning standards by the content industry.</p>
<p>Project work has included our usual staples in e-learning and digital repositories. Psydev have been involved with (amongst other things) the <a href="http://www.e-framework.org">e-Framework for education and research</a>, with <a href="http://www.harvestroad.com.au">HarvestRoad</a> in support of their UK clients, and with <a href="http://www.becta.org.uk">Becta</a>, as part of the Standards Review Panel.</p>
<p>Most recently we&#8217;ve gotten involved with the wocrig project, and attended an event called an <a href="http://www.ukoln.ac.uk/repositories/digirep/index/CRIG_Unconference">unconference.</a>  Whenever I have mentioned unconferences to people, I&#8217;ve explained it as &#8220;a free form event designed to simulate a coffee break at a conference; only capturing the discussions&#8230;&#8221;. Tiring yes, but I think a very valid format, and something I would like to try again.</p>
<p>All that remains now is for me to wish all of our customers, associates and other friends a very merry christmas, and a happy new year!</p>
<p>Phil Nicholls<br />
Director, Psydev Ltd.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/psydev.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/psydev.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/psydev.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/psydev.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/psydev.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/psydev.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/psydev.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/psydev.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/psydev.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/psydev.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/psydev.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/psydev.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=psydev.wordpress.com&blog=2347718&post=6&subd=psydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://psydev.wordpress.com/2007/12/19/that-was-the-year-that-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05b3378d6bfe3efb66adb28da6173bc8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">psydev</media:title>
		</media:content>
	</item>
	</channel>
</rss>