<?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>Pete</title>
	<atom:link href="http://mackichan.e-lang.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://mackichan.e-lang.co.uk</link>
	<description>This website explores the use of javaScript to add interactivity to language learning materials. The main advantage of javascript is that it can be used to add a lot of interactivity yet web pages are still relatively small and fast to load. In addition no plug-ins need to be downloaded and installed.</description>
	<lastBuildDate>Tue, 23 Feb 2010 20:42:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Paragrapher</title>
		<link>http://mackichan.e-lang.co.uk/2010/02/23/paragrapher/</link>
		<comments>http://mackichan.e-lang.co.uk/2010/02/23/paragrapher/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:35:35 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=26</guid>
		<description><![CDATA[I wrote this exercise because I wanted to give my students some in paragraphing. The idea was to produce an online version of the standard kind of exercise where students divide a piece of continuous text into different paragraphs. It&#8217;s pretty simple stuff &#8211; the user is told how many paragraphs there are and can [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this exercise because I wanted to give my students some in paragraphing. The idea was to produce an online version of the standard kind of exercise where students divide a piece of continuous text into different paragraphs. It&#8217;s pretty simple stuff &#8211; the user is told how many paragraphs there are and can make a paragraph by clicking at the end of a sentence. Choices can be changed and when the user is satisfied they can check their answers. They get overall feedback and can also get feedback about right or wrong choices at a click. They can continue the task until they are successful.</p>
<p>As this is an exercise type that is quite simple, but is also one I use quite a lot at certain times of the academic year, I am making an authoring tool for this which should be ready for beta testing at the beginning of march.</p>
<p class="callbutton">
<input class="butt" onclick="document.location='../call/jppara/para.html';" type="button" value=" GO " /></p>
<p class="callitem">
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2010/02/23/paragrapher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Choice Cloze 2.0</title>
		<link>http://mackichan.e-lang.co.uk/2007/02/14/multiple-choice-cloze-20/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/14/multiple-choice-cloze-20/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 16:08:14 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/2007/02/14/multiple-choice-cloze-20/</guid>
		<description><![CDATA[I have rewritten the code for the multiple choice cloze so that it avoids the use of pop-up windows. I have also made the code a little simpler. The tool is now more or less complete and I am planning to try writing an authoring program using Java. This may take me a little while [...]]]></description>
			<content:encoded><![CDATA[<p>I have rewritten the code for the multiple choice cloze so that it avoids the use of pop-up windows. I have also made the code a little simpler. The tool is now more or less complete and I am planning to try writing an authoring program using Java. This may take me a little while as I have not used Java a great deal and my only real experience is with VB. Java, however, does have the advantage of being able to run on any  platform.<br />
<center>
<p class="callbutton">
<input onclick="document.location='../../call/mccloze/mccloze.html';" class="butt" value=" GO " type="button" /></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/14/multiple-choice-cloze-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialog Builder</title>
		<link>http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/</link>
		<comments>http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 16:02:12 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/</guid>
		<description><![CDATA[I have finally got round to finishing the Dialog Builder. I wanted a tool that would allow students to do some work on situational dialogues before attending a class, to act as a sort of warmer. The student hears one part of a dialogue and then chooses from a list of possible responses. If they [...]]]></description>
			<content:encoded><![CDATA[<p>I have finally got round to finishing the Dialog Builder. I wanted a tool that would allow students to do some work on situational dialogues before attending a class, to act as a sort of warmer. The student hears one part of a dialogue and then chooses from a list of possible responses. If they choose correctly they will hear the next part of the dialogue, until they complete the task.</p>
<p>The activity makes use of JavaScript to control audio being streamed with Real Player.</p>
<div class="callbutton">
<input type="button" onclick="document.location='../../call/dialog/dialog.html';" class="butt" value=" GO " /></div>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2007/02/14/dialog-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Navigation 1.0</title>
		<link>http://mackichan.e-lang.co.uk/2006/05/31/page-navigation-01-alpha/</link>
		<comments>http://mackichan.e-lang.co.uk/2006/05/31/page-navigation-01-alpha/#comments</comments>
		<pubDate>Wed, 31 May 2006 08:03:37 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Javascript Snippet]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=18</guid>
		<description><![CDATA[A while ago I wanted to include a simple navigation bar / indicator at the  top of each page in a sequence of pages. The idea was that the user could use it  to move between pages in a sequence and at the same time get a clear indication  of their progress [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I wanted to include a simple navigation bar / indicator at the  top of each page in a sequence of pages. The idea was that the user could use it  to move between pages in a sequence and at the same time get a clear indication  of their progress in the sequence. I wanted them to be able to see how much they  had done and how much remained to be done. The result is this simple script.</p>
<div class="callbutton">
<input class="butt" onclick="document.location='http://mackichan.e-lang.co.uk/javascript/navbox/navbox01.html';" type="button" value=" GO " /></div>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2006/05/31/page-navigation-01-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Conversion 1.0</title>
		<link>http://mackichan.e-lang.co.uk/2006/05/28/time-conversion-05/</link>
		<comments>http://mackichan.e-lang.co.uk/2006/05/28/time-conversion-05/#comments</comments>
		<pubDate>Sun, 28 May 2006 13:28:15 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Javascript Snippet]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=17</guid>
		<description><![CDATA[I have improved the script that I wrote which can be used to display a GMT time in the local time of a visitor to the page, and the script can be downloaded.
Of course this script only works if the user has their computer clock set to their time zone, but the script now includes [...]]]></description>
			<content:encoded><![CDATA[<p>I have improved the script that I wrote which can be used to display a GMT time in the local time of a visitor to the page, and the script can be downloaded.</p>
<p>Of course this script only works if the user has their computer clock set to their time zone, but the script now includes a button so that a visitor can check this.</p>
<p>There may still be bugs, and I would appreciate feedback so that I can improve this bit of code.</p>
<div class="callbutton">
<input class="butt" onclick="document.location='javascript/timezone/timezone.html';" type="button" value=" GO " /></div>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2006/05/28/time-conversion-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new start</title>
		<link>http://mackichan.e-lang.co.uk/2006/05/05/first-post/</link>
		<comments>http://mackichan.e-lang.co.uk/2006/05/05/first-post/#comments</comments>
		<pubDate>Fri, 05 May 2006 09:06:49 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[WebLog]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=3</guid>
		<description><![CDATA[Following a change of hosting service I have had to completely reorganise this site. I am now using Word Press rather than Movable Type, and it seems a lot easier/better to use. I am still working on the design and layout of the site, so for the time being many things may not work as [...]]]></description>
			<content:encoded><![CDATA[<p>Following a change of hosting service I have had to completely reorganise this site. I am now using Word Press rather than Movable Type, and it seems a lot easier/better to use. I am still working on the design and layout of the site, so for the time being many things may not work as expected.</p>
<p>While many of the CALL activities do work, the navigation links have not been updated, so the done / home buttons will generate errors.</p>
<p>One thing I have not been able to do yet is archive the main page &#8211; at the moment every single entry is displayed. There must be a way of doing this.</p>
<p>Also, I have not found out how to set up multiple blogs &#8211; having just one page is a bit limiting. One work around would be to use a single weblog but set it up so that different categories are displayed on different pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2006/05/05/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Conversion</title>
		<link>http://mackichan.e-lang.co.uk/2006/03/26/time-conversion/</link>
		<comments>http://mackichan.e-lang.co.uk/2006/03/26/time-conversion/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 21:00:22 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Javascript Snippet]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=15</guid>
		<description><![CDATA[I am trying to test a snippet of javascript that I want to use to make it easier to arrange on-line meetings with people living in different time zones.
The page should display the time of a meeting in GMT and should then also show it in the local time of the person visiting the page. [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to test a snippet of javascript that I want to use to make it easier to arrange on-line meetings with people living in different time zones.</p>
<p>The page should display the time of a meeting in GMT and should then also show it in the local time of the person visiting the page. I am testing this page to see if it works correctly. There will be problems when people have their computer set to a time zone that is different from the place where they actually are &#8211; though I am not sure why someone would wannt to do this. But there may also be problems because different versions of windows and different browsers may handle the code slightly different. I would very much like to know whether or not this page works correctly.</p>
<p>Does it show the correct time?</p>
<p>The page can be found at <a href="http://mackichan.e-lang.co.uk/javascript/timer.html">http://mackichan.e-lang.co.uk/javascript/timer.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2006/03/26/time-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonemic Typewriter &#8211; US English</title>
		<link>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-us-english/</link>
		<comments>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-us-english/#comments</comments>
		<pubDate>Tue, 11 Jan 2005 20:23:01 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript: Phonetic Transcription]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=14</guid>
		<description><![CDATA[I have created a version of the Phonemic Script Typewriter for US English.
Because of the different vowel sounds, I have had to use a different keyboard layout. I would be grateful for comments about how this can be improved.
I have also chosen not to use the rhoticized schwa (the one with the little hook) and [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a version of the Phonemic Script Typewriter for US English.</p>
<p>Because of the different vowel sounds, I have had to use a different keyboard layout. I would be grateful for comments about how this can be improved.</p>
<p>I have also chosen not to use the rhoticized schwa (the one with the little hook) and I would also be glad to hear whether this is a good thing or not.</p>
<p>The link for this tool is <a href="http://mackichan.e-lang.co.uk/call/pronus/type.html">http://mackichan.e-lang.co.uk/call/pronus/type.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-us-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonemic Typewriter Updated</title>
		<link>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-updated/</link>
		<comments>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-updated/#comments</comments>
		<pubDate>Tue, 11 Jan 2005 20:10:11 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript: Phonetic Transcription]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=13</guid>
		<description><![CDATA[The Phonemic Typewriter has been updated. I have changed the keyboard so that it uses buttons rather than graphics, which should make it faster to load.
I have also added a couple of links to the help page: a new Unicode font, and another web based tool for generating code for using IPA symbols in web [...]]]></description>
			<content:encoded><![CDATA[<p>The Phonemic Typewriter has been updated. I have changed the keyboard so that it uses buttons rather than graphics, which should make it faster to load.</p>
<p>I have also added a couple of links to the help page: a new Unicode font, and another web based tool for generating code for using IPA symbols in web pages.</p>
<p>The link for the typewriter is unchanged: <a href="http://mackichan.e-lang.co.uk/call/pron/type.html">http://mackichan.e-lang.co.uk/call/pron/type.html</a>.</p>
<p>I would be very grateful for feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2005/01/11/phonemic-typewriter-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonemic Hangman</title>
		<link>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/</link>
		<comments>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/#comments</comments>
		<pubDate>Sat, 05 Jun 2004 13:52:45 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[JavaScript Activity]]></category>

		<guid isPermaLink="false">http://mackichan.e-lang.co.uk/?p=12</guid>
		<description><![CDATA[I have had a lot of useful feedback about my &#8216;Phonemic Hangman&#8217; activity. As a result I have made some changes which I hope will make it easier to use.
First of all, I have included a short introduction to strategy for playing phonemic hangman. Phonemic Hangman is as simple to play as any conventional Hangman [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a lot of useful feedback about my &#8216;Phonemic Hangman&#8217; activity. As a result I have made some changes which I hope will make it easier to use.</p>
<p>First of all, I have included a short introduction to strategy for playing phonemic hangman. Phonemic Hangman is as simple to play as any conventional Hangman activity, but it does require a different playing strategy. The aim of this introduction is to get users to think about the most common sounds in English, so that they can make useful guesses.</p>
<p>I have also incorporated a hints button. This allows the player to get help for one phonemic symbol at a cost of one life, and a further symbol at a cost of two lives. I am not sure whether one or two hints is best.</p>
<p>I have also changed it so that the spelling of the word is shown as well as it&#8217;s phonemic transcription.</p>
<p>Hopefully these changes will make the activity easier to use without changing the overall goal of the activity. Please give it a try &#8211;  I would be grateful for any feedback.</p>
<p><a href="http://users.otenet.gr/~petermac/call/phonhang/phonhang.html">http://users.otenet.gr/~petermac/call/phonhang/phonhang.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mackichan.e-lang.co.uk/2004/06/05/phonemic-hangman-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
