<?xml-stylesheet type="text/xsl" href="http://redgloo.sse.reading.ac.uk/odinlab/rss/rssstyles.xsl"?>
<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
    <channel xml:base='http://redgloo.sse.reading.ac.uk/odinlab/'>
        <title><![CDATA[OdinLab : Activity]]></title>
        <description><![CDATA[Activity for OdinLab, hosted on RedGloo.]]></description>
        <generator>Elgg</generator>
        <link>http://redgloo.sse.reading.ac.uk/odinlab/</link>        
        <item>
            <title><![CDATA[Multi-Language Translation Script]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/3643.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/3643.html</guid>
            <pubDate>Wed, 09 Dec 2009 15:47:16 GMT</pubDate>
		<dc:subject><![CDATA[mobi-blog]]></dc:subject>
		<dc:subject><![CDATA[languages]]></dc:subject>
		<dc:subject><![CDATA[javascript]]></dc:subject>
		<dc:subject><![CDATA[html]]></dc:subject>
		<dc:subject><![CDATA[google-translate]]></dc:subject>
		<dc:subject><![CDATA[google-ajax-languages-api]]></dc:subject>
		<dc:subject><![CDATA[google]]></dc:subject>
		<dc:subject><![CDATA[forums]]></dc:subject>
		<dc:subject><![CDATA[communities]]></dc:subject>
		<dc:subject><![CDATA[blogs]]></dc:subject>
		<dc:subject><![CDATA[auto-translate]]></dc:subject>
		<dc:subject><![CDATA[OdinLab]]></dc:subject>
		<dc:subject><![CDATA[multiple-languages]]></dc:subject>
		<dc:subject><![CDATA[translate]]></dc:subject>
		<dc:subject><![CDATA[translation]]></dc:subject>
		<dc:subject><![CDATA[user-generated-content]]></dc:subject>
		<dc:subject><![CDATA[ajax]]></dc:subject>
            <description><![CDATA[<p>I have released my <a href="http://code.google.com/p/multi-language-translation/"  target="_blank">Multi-Language Translation Script</a> (as seen on <a href="http://www.mobi-blog.eu"  target="_blank">http://www.mobi-blog.eu</a>) as Open Source. Please feel free to use or adapt it for your own site(s) - you can visit the project homepage at:</p><p><a href="http://code.google.com/p/multi-language-translation/"  target="_blank">http://code.google.com/p/multi-language-translation/ </a></p><p>This script will automatically translate any web page or site that contains text written in more than one language, into a single language requested by the user. This can be particularly useful for sites involving a lot of user-generated content - such as blogs, forums, and other community websites. It harnesses the <a href="http://code.google.com/intl/en/apis/ajaxlanguage/"  target="_blank">Google AJAX Language API</a> to perform translation and language detection; has the ability to translate between more than 50 languages; and can be deployed easily on virtually any modern website.</p><p>The script contains a number of useful and interesting features; performing translations dynamically on screen after a page loads or a language is changed. Users can view the progress of a current translation; and their choice of language will be remembered whenever they visit any page on the site. The source language (and optionally the source text) of specified regions can also be displayed to the user. Any translation errors or timeouts are handled effectively in the unlikely event they occur...</p><p>All feedback would be extremely welcome - including comments, enquiries, suggestions and problem reports. This will help the script to evolve as further development takes place over time.</p><p><strong>A Bit of History:</strong></p><p>This project emerged as a result of work carried out by <a href="http://redgloo.sse.reading.ac.uk/odinlab/"  target="_blank">OdinLab</a> on the <a href="http://mobi-blog.eu/"  target="_blank">Mobi-Blog</a> website during the early summer of 2009. To improve participation, we decided that students should be allowed to post entries in their own native language. This did however present problems with people who did not speak the same language as us or other users - and we agreed that it would be impractical to manually translate the text into various languages ourselves.</p><p>Initially, we used the <a href="http://www.google.co.uk/ig/directory?type=gadgets&amp;url=www.google.com/ig/modules/translatemypage.xml"  target="_blank">Google &#39;Translate My Page&#39; Gadget</a> to embed automatic translation functionality into the site. This did initially work very well when the site content was written primarily in English, but there were significant problems when multi-lingual content was added. Indeed, it got to the point where the gadget could not achieve something as rudimentary as translating English text into English!</p><p>I was therefore asked to investigate alternatives; and decided to use the <a href="http://code.google.com/intl/en/apis/ajaxlanguage/"  target="_blank">Google AJAX Language API</a> - mainly because it did not suffer from these limitations. I created a fully working prototype within around a week; working out how to overcome various technical challenges, as well as creating a user interface and additional functionality. Once we actually had something online to play with, we suddenly realised that the script could in fact be useful for many other sites - as a lot of websites involve users of different nationalities submitting content. Unfortunately, at the time the script was tailored very specifically towards the <a href="http://www.mobi-blog.eu/"  target="_blank">Mobi-Blog</a> site.</p><p>Therefore, a few months later, I started work on making the script far more flexible, so that it could be used on any website. I also made some substantial improvements to the way it worked. After a week or two this was complete, so I then <a href="http://code.google.com/p/multi-language-translation/"  target="_blank">released it as Open Source</a>... And this project was born!</p><p>I hope you like the script, and that it is useful to you! </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Elgg 1.1 notes]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2856.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2856.html</guid>
            <pubDate>Mon, 24 Nov 2008 14:11:54 GMT</pubDate>
		<dc:subject><![CDATA[bugs]]></dc:subject>
		<dc:subject><![CDATA[elgg]]></dc:subject>
            <description><![CDATA[<p>Whilst trying to sort an issue with user icons not uploading, I noticed Elgg 1.1 out-of-the-box generates some rather silly errors.&nbsp; So I thought I would fix a couple of them to save filling up my log file while I am getting the This Is Me server working rather better than it did by default.</p><p>So, first one I dealt with is a simple problem in mod/messages/start.php which reports an &quot;invalid argument supplied for foreach()&quot; - easy solution, don&#39;t try iterating on a collection which is empty!</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function count_unread_messages() {<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  //get the users inbox messages<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $num_messages = get_entities_from_metadata(&quot;toId&quot;, $_SESSION[&#39;user&#39;]-&gt;getGUID(), &quot;object&quot;, &quot;messages&quot;, 0, 10, 0, &quot;&quot;, 0, false);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //set a counter<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $counter = 0;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //loop through the inbox and count the number unread<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ($num_messages) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //PNP check it exists first, ppl!</p><p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; foreach($num_messages as $num){<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if($num-&gt;readYet == 0)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; $counter++;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  }<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  return $counter;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Adding New Languages to Moodle Sites]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2773.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2773.html</guid>
            <pubDate>Wed, 15 Oct 2008 12:14:10 GMT</pubDate>
            <description><![CDATA[<p>At Pat&#39;s request, I&#39;m posting some brief instructions about adding additional languages to Moodle (this issue came up whilst working on the Muvenation project&#39;s moodle site).</p><p>1. Go to the Moodle site and log in as an admin.</p><p>2. On the Site Administration panel, click on the &#39;Languages&#39; link and select &#39;Language Packs&#39;.</p><p>3. Select the required language from the listbox on the right, and click on the &#39;Install selected language pack&#39; button.</p><p>4. Zlib must be enabled on the server for the language pack to install properly - otherwise an error message (&#39;abort pclzip.lib.php : Missing zlib extensions&#39;) appears at this point. The instructions below explain how to enable zlib.</p><p>5. connect via SSH (using a tool such as PuTTY) to the server upon which the moodle site is installed. Log in as a user with root level access privileges.</p><p>6. When logged in, enter the command &#39;sudo /sbin/yast -i php5-zlib&#39; (without the quotes).</p><p>7. Allow the installation of zlib to complete (this may take a while).</p><p>8. You can check if zlib is installed properly with the command&nbsp; &#39;rpm -qa | grep -i php&#39; (zlib should appear on the list of modules).</p><p>9. It MAY be necessary to edit php.ini to contain the additional line &#39;extension=zlib.so&#39; and change the &#39;zlib.output_compression&#39; setting to &#39;on&#39;. This wasn&#39;t needed for the muvenation site though (even though these options aren&#39;t set in the file), so try testing without making these changes first...</p><p>10. Restart apache (command: &#39;/usr/sbin/apache2ctl graceful&#39;). Return to the Moodle site, and try installing the language pack(s) again. </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Wonderful resource...]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2583.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2583.html</guid>
            <pubDate>Wed, 06 Aug 2008 13:19:57 GMT</pubDate>
		<dc:subject><![CDATA[info-overload]]></dc:subject>
		<dc:subject><![CDATA[publishing]]></dc:subject>
		<dc:subject><![CDATA[papers]]></dc:subject>
            <description><![CDATA[<p>CEUR-WS provides a service for publishing your conference or workshop proceedings - ftp to their site, and you retain ownership.&nbsp; You can even delete it again later if you want.</p><p>Now, there is no guarantee of quality for the material there - in that there is no guarantee that it is peer reviewed (not that that is much a guarantee of anything, frankly) - but everything I have read so far is really rather good.</p><p>The problem, and this is a big problem, is that there are about 2000 papers there that I want to read... anyone got any suggestions on how to do this? </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Tortoise svn - note of caution]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2575.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2575.html</guid>
            <pubDate>Fri, 18 Jul 2008 15:16:30 GMT</pubDate>
		<dc:subject><![CDATA[tortoise]]></dc:subject>
		<dc:subject><![CDATA[upgrades]]></dc:subject>
		<dc:subject><![CDATA[subversion]]></dc:subject>
            <description><![CDATA[<p>I like Tortoise.&nbsp; However, whilst setting my new machine up, I installed the latest build (last weekend) and it couldn&#39;t authenticate- it just sat there.&nbsp; When I had the opportunity to try and fix things, today, I installed the latest version and whilst it can let me browse and export, I cannot checkout from my repository because instead of treating svn+ssh:// as the protocol it appends a local path to it, and then unsurprisingly says it can&#39;t find it.</p><p>Downgrading to version 1.4.8 solves this - in case you need to know.</p><p>The only bit about this which really leaves me uncomfortable is that the changelog says that the authentication problem was solved in version 1.5.1 - unfortunately the official release is 1.5.0 and the latest nightly build is also still only 1.5.0.&nbsp; Not sure whether there is a time machine involved or just a typo combined with a mistake - neither of the 1.5.0&#39;s work in the way the changelog suggests 1.5.1 should (which is fair, I guess, in a way...) </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Reflection on a day...]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2566.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2566.html</guid>
            <pubDate>Wed, 09 Jul 2008 09:01:16 GMT</pubDate>
		<dc:subject><![CDATA[diary]]></dc:subject>
            <description><![CDATA[<p>We had a power outage last night.&nbsp; It wasn&#39;t supposed to affect our room, but it did anyway.&nbsp; My machine this morning decided it no longer liked Firefox, and over the first three hours of the morning it was having trouble accessing various networks, presumably because some routers were slowly being re-configured somewhere.</p><p>This made trying to get mobi-blog configured for users to self register an interesting task, finding the arcanely hidden options between re-configuring proxy settings to wend my way through that minute&#39;s network settings (ok, it probably wasn&#39;t really changing on a per-minute basis)</p><p>By the time that was more or less sorted, and I had come to discover that the wordpress installs are presumably using &#39;mail&#39; rather than any smtp settings and are thus apparently unconfigurable from within the interface, I suddenly got 6 lots of emails to tell me my registrations had been successful.&nbsp; Which was good, as I was running out of email addresses.&nbsp; WP doesn&#39;t seem to want to let go of my email addresses even now I have deleted the accounts, which is rude.&nbsp; Not letting me cancel an impending request was fairly rude too.</p><p>Judged a couple of Loebner prize entries, and had discussions with Will re emotions and their place in intelligent systems.&nbsp; Also discussed potential for a national PhD workshop on consciousness and cognition briefly.&nbsp; Might be involved in a strand on consciousness at a workshop in Barcelona next year too.</p><p>Got verification that I am going to Leeds just before ALT-C in Sept to take part in a 24 hour workshop on technology and the future of HE in the 21st Century.&nbsp; Rather pleased about this one - only 25 attendees.</p><p>Uploaded graphics for Mobi-blog.&nbsp; Dealt with several PhD conference issues (though am starting to think that so few people will submit, we may as well cancel it).</p><p>Managed to get MeAggregator to compile and ran the java based stuff on the Mac.&nbsp; This is actually the only thing I have done today that was part of my plan - which was to be documenting MeAg this week.&nbsp; So far, 0 documentation, but then in some ways keeping Euro partners happy is probably more important.&nbsp; Oh, and thanks Karsten for taking time out to help me make it work on the Mac :-)</p><p>Also been trying to figure out what to write for my paper for the PhD conference.&nbsp; Deadline at the end of the week, and I am not even sure what topic I want to present on.&nbsp; I think I will actually do a comparison between VLE and VRE requirements, as a theoretical study, grounded in the similarity of learning and research - research being the generation of knowledge which must become public to be of value and learning being the generation of knowledge internal to the learner (and which can become public) - both of them need essentially the same tools and both of them seem to benefit from collaboration.</p><p>So, not as succesful a day as I might have intended - but a bit of customer service goes a long way, I guess. </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[A busy week]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2538.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2538.html</guid>
            <pubDate>Fri, 20 Jun 2008 15:35:07 GMT</pubDate>
		<dc:subject><![CDATA[BCS]]></dc:subject>
		<dc:subject><![CDATA[book]]></dc:subject>
		<dc:subject><![CDATA[mac]]></dc:subject>
		<dc:subject><![CDATA[professional]]></dc:subject>
		<dc:subject><![CDATA[social]]></dc:subject>
		<dc:subject><![CDATA[sse-conference]]></dc:subject>
		<dc:subject><![CDATA[rumds08]]></dc:subject>
            <description><![CDATA[<p>Both socially and workwise.</p><p>Socially I was at a Christening on Sunday (yay Max!), an 18th on Wednesday (Yay Jenna!) and will be at an engagement party tonight (yay Edwin and Harriet!) - makes me worry whether I will get a wedding and a funeral next week...</p><p>Obviously there has been the Unconference, and there was the news about Eduserv funding, I went to a great seminar yesterday about possible mechanisms supporting intelligence, and spent a chunk of time doing SSE Conference organisation.&nbsp; I also got round to joining the BCS and have been investigating the way they deal with competencies/topic maps/open learner models (call them what you will) which is work, training, professional development and PhD related all in one go.&nbsp; It will take a while to actually go through and map out what I do, and how well, and even longer to try to do the same thing for my goals.</p><p>I have spent most of today getting the Mac to behave itself, and copying files across from the old Windows box.&nbsp; I think I am just about there, but I still have to install some programming environments (apart from the fact it seems to have come with Ruby and subversion installed, which is nice :-)) </p><p>Also ran into Nick from Business school today.&nbsp; Had been to a seminar by LS about using ontologies to describe learner competencies.</p><p>Ah yes, also started reading Groundswell (Charlene Li and Josh Bernoff) this week (after skimming bits of it last week) which is a good book.</p><p>Not quite sure what I am planning to write for my SSE Conference paper.&nbsp; I keep having ideas about which strand of research to explore, but havven&#39;t yet reached a decision.&nbsp; And I have the new book chapter to start getting in order with the same deadline.&nbsp; Now, I wonder if anyone can guess what I am likely to end up doing... </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[My Digital Self]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2518.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2518.html</guid>
            <pubDate>Wed, 11 Jun 2008 21:40:16 GMT</pubDate>
		<dc:subject><![CDATA[unconference]]></dc:subject>
		<dc:subject><![CDATA[organisation]]></dc:subject>
		<dc:subject><![CDATA[DI]]></dc:subject>
		<dc:subject><![CDATA[RUMDS08]]></dc:subject>
		<dc:subject><![CDATA[Digital Identity]]></dc:subject>
            <description><![CDATA[Room booked, food ordered, joining instructions sent out, projector booked; still need to get flip charts, pens, post-its etc organised.  Looking to be a brilliant day :-)]]></description>
        </item>
                
        <item>
            <title><![CDATA[Developing a Personal Learning Environment]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2511.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2511.html</guid>
            <pubDate>Fri, 06 Jun 2008 15:01:10 GMT</pubDate>
		<dc:subject><![CDATA[PLE]]></dc:subject>
		<dc:subject><![CDATA[decision]]></dc:subject>
		<dc:subject><![CDATA[tools]]></dc:subject>
		<dc:subject><![CDATA[wiki]]></dc:subject>
            <description><![CDATA[<p>I have wanted to write some advice on how to choose the tools which go to make up your Personal Learning Environment (PLE) for some time.&nbsp; A PLE is the set of &#39;technologies&#39; you use to help you learn, organise your learning and generally do anything related to learning.&nbsp; From this perspective it includes things like Blackboard (though you don&#39;t get much of a choice on this one), RedGloo, Google Scholar, Del.icio.us, Clipmarks, Flickr, YouTube, email, IM etc.</p><p>But it isn&#39;t always obvious what constitutes a useful addition to your arsenal of tools, so I wanted to write something to help people decide what they thought was useful on a cognitive basis rather than on the basis of &quot;Fred is using it, so I started, and now my data is there and I can&#39;t be bothered to change...&quot; or similar.</p><p>I am trying to decide whether to try and put it together in RedGloo, or use ITNGs wiki.&nbsp; I am leaning towards the wiki - that will make it nice and easy for other people to contribute/correct my (probably biassed) ramblings. </p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[Emerge online event]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/weblog/2489.html</link>
            <guid isPermaLink="true">http://redgloo.sse.reading.ac.uk/odinlab/weblog/2489.html</guid>
            <pubDate>Thu, 29 May 2008 08:28:10 GMT</pubDate>
		<dc:subject><![CDATA[conference]]></dc:subject>
		<dc:subject><![CDATA[Emerge]]></dc:subject>
            <description><![CDATA[I have booked myself a place on <br /><h2>Conference: Emerge Community online event: Exploring User 2.0: the shape of future users, 23-25 June 2008</h2>]]></description>
        </item>
        
        <item>
            <title><![CDATA[MeAggregator]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/377/MeAggregator.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/377/MeAggregator.htm" length="15572" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:43:27 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[MUVEnation]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/376/MUVEnation.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/376/MUVEnation.htm" length="15913" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:41:08 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[TRACE]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/375/TRACE.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/375/TRACE.htm" length="15300" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:38:16 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[Mobiblog]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/374/Mobiblog.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/374/Mobiblog.htm" length="16130" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:36:54 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[RedGloo]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/373/RedGloo.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/373/RedGloo.htm" length="15155" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:34:55 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[Image Farm]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/372/Image+Farm.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/372/Image+Farm.htm" length="15174" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:33:24 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[LifeLong Learning 3D]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/371/lll3d.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/371/lll3d.htm" length="16091" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:31:48 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[COP3D]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/370/cop3d.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/370/cop3d.htm" length="15137" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:28:46 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
        <item>
            <title><![CDATA[Learning Landscape]]></title>
            <link>http://redgloo.sse.reading.ac.uk/odinlab/files/76/369/LearningLandscape.htm</link>
            <enclosure url="http://redgloo.sse.reading.ac.uk/odinlab/files/76/369/LearningLandscape.htm" length="16121" type="text/html" />
            <pubDate>Tue, 05 Feb 2008 18:26:19 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
    </channel>
</rss>