<?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 &#187; Javascript Snippet</title>
	<atom:link href="http://mackichan.e-lang.co.uk/category/javascript-snippet/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>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>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>
	</channel>
</rss>
