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

<channel>
	<title>JoshuaScotton.com &#187; LAG</title>
	<atom:link href="http://www.joshuascotton.com/main/archives/tag/lag/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joshuascotton.com/main</link>
	<description>It's all relative ...</description>
	<lastBuildDate>Sat, 24 Dec 2011 23:01:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adaptation Strategies</title>
		<link>http://www.joshuascotton.com/main/archives/645</link>
		<comments>http://www.joshuascotton.com/main/archives/645#comments</comments>
		<pubDate>Tue, 12 Oct 2010 22:56:57 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Adaptation]]></category>
		<category><![CDATA[Adaptation Strategies]]></category>
		<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[ADE]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[AHA!]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Strategies]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=645</guid>
		<description><![CDATA[This post lists some adaptation strategies (written in the LAG Adaptation Strategy Language) along with example content and demos in ADE/AHA! ADE is a delivery platform for adaptive educational hypermedia (adaptive e-learning) which I&#8217;ve been developing as part of my PhD at the Intelligent and Adaptive Systems group at the University of Warwick. Show All [...]]]></description>
			<content:encoded><![CDATA[<p>This post lists some adaptation strategies (written in the LAG Adaptation Strategy Language) along with example content and demos in ADE/AHA!</p>
<p>ADE is a delivery platform for adaptive educational hypermedia (adaptive e-learning) which I&#8217;ve been developing as part of my PhD at the Intelligent and Adaptive Systems group at the University of Warwick.</p>
<p><span id="more-645"></span></p>
<h3>Show All</h3>
<p>Basic strategy that makes all concepts visible.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-ShowAll.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-ShowAll.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=70">ADE Demo</a></p>
<h3>RollOut</h3>
<p>The roll-out strategy does two things: the more times you visit a (sub)lesson, the more of its contents (attributes) become visible. At the same time the opposite is also possible: the more times you visit a (sub)lesson, the more of its contents become invisible. This is governed by weight (number of visits) and label (either showafter or showatmost for content that needs to appear or disappear respectively). The keywords strategy is a special version of the same principle, which only uses labels (number of visits is always 1, and the content is always revealed, never hidden)</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-RollOut.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-RollOut.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=64">ADE Demo</a></p>
<h3>Visual / Verbal</h3>
<p>Concepts are either unlabeled (general) or have label &#8216;visverb&#8217; with a weight indicating where on the vis/verb axis they lie. Visual concepts have weight nearer 0 and verbal concepts have weight nearer 100. The user has a stereotype &#8216;visverb&#8217; which is also a number between 0 and 100, with the same meaning (0=visual, 100=verbal user). The user selects a stereotype by visiting special &#8216;settings&#8217; concepts; the weight of the concept becomes their new visverb number.</p>
<p>A variable in the UM defines a threshold. visverb concepts are visible if and only if abs(weight-stereotype)&lt;=threshold. So it&#8217;s like a band filter (this makes it more appropriate to knowledge levels, I guess). General concepts are always visible and have no effect on the adaptation.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-VisVerb.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-VisVerb.xml">CAF File</a> | <a href="http://grapple.dcs.warwick.ac.uk:8022/aha/gipfVisVerb/registration.html">AHA! Demo</a></p>
<h3>Beginner, Intermediate, Advanced</h3>
<p>This is an attempt at combining all four of the above strategies, without resorting to labels that are cartesian products. Using Cartesian products a label A-B-C is treated as three labels A, B and C respectively&#8230; which one the weight applies to is harder to define, although I guess one could split the weight into component numbers (like units vs tens) that can be separated out again. I don&#8217;t really think that&#8217;s very elegant or robust though.</p>
<p>So the idea was to have labels/weights be inherited by child lessons unless explicitly overruled by their own label/weight. (This way a concept can indirectly get multiple labels). These labels are all stored in an overlay that is then used instead of the GM labels for the adaptation rules. This is basically a workaround for a MOT shortcoming. Unfortunately the inheritance idea doesn&#8217;t work because of the way group lessons are handled by LAG (their labels and weights can&#8217;t be inspected). The strategy is included for &#8216;educational&#8217; purposes, since the principle itself is sound.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BegIntAdv.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BegIntAdv.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=4">ADE Demo</a></p>
<h3>Type Based</h3>
<p>This strategy shows concepts based on their type. This particular implementation only shows concepts of the type text and doesn&#8217;t show the other concepts.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Type.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Type.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=72">ADE Demo</a></p>
<h3>Relation Based</h3>
<p>After seeing all beginner concepts sets the user to intermediate and shows the related concepts</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Relation.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Relation.xml">CAF File</a> | <a href="http://grapple.dcs.warwick.ac.uk:8022/aha/rel/registration.html">AHA! Demo</a></p>
<h3>Depth First</h3>
<p>This strategy shows the concept labelled as start first, then the rest of the content in a depth first manner using the child-parent relations</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-DepthFirst.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-DepthFirst.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=45">ADE Demo</a></p>
<h3>Breadth First</h3>
<p>This strategy shows the concepts in a breadth first manner. It uses a user model variable called level which determines which level in the hierarchy gets shown.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BreadthFirst.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BreadthFirst.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=26">ADE Demo</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Adaptation+Strategies+http%3A%2F%2Fis.gd%2F7NFpab" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/645&amp;title=Adaptation+Strategies" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/645&amp;title=Adaptation+Strategies" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/645&amp;t=Adaptation+Strategies" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/645/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ANTLR + LAG</title>
		<link>http://www.joshuascotton.com/main/archives/319</link>
		<comments>http://www.joshuascotton.com/main/archives/319#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:21:51 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[AEHViewer]]></category>
		<category><![CDATA[ANTLR]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=319</guid>
		<description><![CDATA[Spent this afternoon looking into parsing the LAG file format quickly in Java, the idea is to formally specify LAG grammar using ANTLR. I&#8217;ve got part of the grammar finished and it&#8217;s starting to output AST graphs like the one in this post so it&#8217;s looking hopeful and will save a lot of coding work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2009/04/ast.jpg"><img class="alignleft size-medium wp-image-320" title="ast" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/04/ast-300x124.jpg" alt="" width="300" height="124" /></a>Spent this afternoon looking into parsing the LAG file format quickly in Java, the idea is to formally specify LAG grammar using ANTLR. I&#8217;ve got part of the grammar finished and it&#8217;s starting to output AST graphs like the one in this post so it&#8217;s looking hopeful and will save a lot of coding work later.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=ANTLR+%2B+LAG+http%3A%2F%2Fis.gd%2FhmE2s5" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/319&amp;title=ANTLR+%2B+LAG" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/319&amp;title=ANTLR+%2B+LAG" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/319&amp;t=ANTLR+%2B+LAG" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/319/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MBCS!</title>
		<link>http://www.joshuascotton.com/main/archives/313</link>
		<comments>http://www.joshuascotton.com/main/archives/313#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:45:34 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[BCS]]></category>
		<category><![CDATA[CAF]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[MBCS]]></category>
		<category><![CDATA[MOT]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=313</guid>
		<description><![CDATA[My application to upgrade my BCS membership from Student to Professional Member was accepted today so I am now a full member of the &#8220;leading body for those working in IT&#8221;&#8230; On another note, I&#8217;m still working on the CAF+LAG player program. For those of you who haven&#8217;t fallen asleep after the double-barrelled  use of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bcs.org/server.php?show=nav.5651"><img class="size-medium wp-image-312 alignleft" title="bcslogo" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/04/bcslogo.gif" alt="" width="125" height="60" /></a>My application to upgrade my BCS membership from Student to Professional Member was accepted today so I am now a full member of the &#8220;leading body for those working in IT&#8221;&#8230;</p>
<p>On another note, I&#8217;m still working on the CAF+LAG player program. For those of you who haven&#8217;t fallen asleep after the double-barrelled  use of acronyms&#8230; <img src='http://www.joshuascotton.com/main/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  &#8230;a CAF describes the data for a lesson and a LAG tells the computer how to display it&#8230; sort of. At the moment I&#8217;m working on turning a basic .lag file (<a href="http://www.joshuascotton.com/misc/uploads/example_lag.lag" target="_blank">like this one</a>) into an XML representation (<a href="http://www.joshuascotton.com/misc/uploads/output_lag.xml" target="_blank">like this</a>) for easy manipulation in the rest of the program.</p>
<p>I&#8217;m currently working through the examples on <a href="http://prolearn.dcs.warwick.ac.uk/strategies.html" target="_blank">this page</a> to make sure that I&#8217;m covering the syntax and grammer properly.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=MBCS%21+http%3A%2F%2Fis.gd%2Fb6Bydv" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/313&amp;title=MBCS%21" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/313&amp;title=MBCS%21" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/313&amp;t=MBCS%21" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/313/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Work and Warwick University</title>
		<link>http://www.joshuascotton.com/main/archives/307</link>
		<comments>http://www.joshuascotton.com/main/archives/307#comments</comments>
		<pubDate>Thu, 02 Apr 2009 10:11:17 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[BlenderArt]]></category>
		<category><![CDATA[BWDC]]></category>
		<category><![CDATA[CAF]]></category>
		<category><![CDATA[Climbing]]></category>
		<category><![CDATA[Entertainer]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Warwick]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=307</guid>
		<description><![CDATA[I&#8217;ve been exceptionally busy over the past month finishing off a lot of things before I start at Warwick University including training my replacement at my job in Leicester, finishing off most of the work on the Alpha Sales and Stock Database System for the 6 clients which are currently using the software, and other [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-309" title="logos1" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/04/logos1.gif" alt="" width="350" height="150" />I&#8217;ve been exceptionally busy over the past month finishing off a lot of things before I start at Warwick University including training my replacement at my job in Leicester, finishing off most of the work on the Alpha Sales and Stock Database System for the 6 clients which are currently using the software, and other odds and ends as they came up.</p>
<p>As a result I haven&#8217;t been able been able to work as much on the volunteer based projects I&#8217;ve involved in such as BlenderArt, the Blender Challenges (www.blenderchallenge.com), the Entertainer Media Center etc. I&#8217;m hoping that once I&#8217;ve settled into a routine at Warwick I&#8217;ll be able to fit those back into my schedule.</p>
<p>My first day at Warwick was yesterday and it went well. I sorted out Computer Logins, got my Eee on the network, joined the gym and the climbing club (the indoor climbing area is impressive!), worked out where the important buildings are and continued the work I&#8217;ve been doing on a CAF + LAG player.</p>
<p>I still have some things todo, such as getting an annual pass for the car park, which I have to do today. I&#8217;ve got some more music recorded as well which I&#8217;ll be uploading to this blog and last.fm sometime soon.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Work+and+Warwick+University+http%3A%2F%2Fis.gd%2F1SOjPD" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/307&amp;title=Work+and+Warwick+University" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/307&amp;title=Work+and+Warwick+University" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/307&amp;t=Work+and+Warwick+University" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/307/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>XML and Eclipse</title>
		<link>http://www.joshuascotton.com/main/archives/287</link>
		<comments>http://www.joshuascotton.com/main/archives/287#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:38:01 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[CAF]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=287</guid>
		<description><![CDATA[I&#8217;m working on a Java CAF + LAG viewer at the moment, and just getting back into programming in Java using Eclipse after a short break programming in python and visual basic. I&#8217;ve finished writing the code to load the domain model concepts from an xml file and then will be working on loading the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-288" title="eclipse" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/02/eclipse.png" alt="" width="171" height="91" />I&#8217;m working on a Java CAF + LAG viewer at the moment, and just getting back into programming in Java using Eclipse after a short break programming in python and visual basic.</p>
<p><span id="more-287"></span></p>
<p>I&#8217;ve finished writing the code to load the domain model concepts from an xml file and then will be working on loading the concept attributes and the goal model.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=XML+and+Eclipse+http%3A%2F%2Fis.gd%2F6ouN2M" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/287&amp;title=XML+and+Eclipse" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/287&amp;title=XML+and+Eclipse" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/287&amp;t=XML+and+Eclipse" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/287/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

