<?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>WebPelican Articles &#187; JavaScript</title>
	<atom:link href="http://www.webpelican.com/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webpelican.com/blog</link>
	<description>Web Development and Internet Programming</description>
	<lastBuildDate>Sat, 16 Dec 2006 15:41:23 +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>How to create a Digital Clock with JavaScript</title>
		<link>http://www.webpelican.com/blog/2006/12/16/how-to-create-a-digital-clock-in-javascript/</link>
		<comments>http://www.webpelican.com/blog/2006/12/16/how-to-create-a-digital-clock-in-javascript/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 13:42:10 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/12/16/how-to-create-a-digital-clock-in-javascript/</guid>
		<description><![CDATA[This is an example of a simple digital clock created with JavaScript. To make the code more clear I've put both the JavaScript code and the CSS code directly in the HTML document. 
This is what it can...]]></description>
		<wfw:commentRss>http://www.webpelican.com/blog/2006/12/16/how-to-create-a-digital-clock-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Binary to Decimal Converter with JavaScript</title>
		<link>http://www.webpelican.com/blog/2006/06/08/how-to-create-a-binary-to-decimal-converter-in-javascript/</link>
		<comments>http://www.webpelican.com/blog/2006/06/08/how-to-create-a-binary-to-decimal-converter-in-javascript/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 09:39:02 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/06/08/how-to-create-a-binary-to-decimal-converter-in-javascript/</guid>
		<description><![CDATA[This is an example of how a <strong>Binary to Decimal(and vice versa) Converter can be created with JavaScript</strong>. The script could. . .]]></description>
		<wfw:commentRss>http://www.webpelican.com/blog/2006/06/08/how-to-create-a-binary-to-decimal-converter-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create a Fahrenheit to Celsius converter with JavaScript</title>
		<link>http://www.webpelican.com/blog/2006/05/30/how-to-create-a-fahrenheit-to-celsius-converter-in-javascript/</link>
		<comments>http://www.webpelican.com/blog/2006/05/30/how-to-create-a-fahrenheit-to-celsius-converter-in-javascript/#comments</comments>
		<pubDate>Tue, 30 May 2006 19:04:11 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/05/30/how-to-create-a-fahrenheit-to-celsius-converter-in-javascript/</guid>
		<description><![CDATA[This is an example of how to create a <strong>Fahrenheit to Celsius(and vice versa) Converter</strong> with JavaScript. It could just as well. . .]]></description>
		<wfw:commentRss>http://www.webpelican.com/blog/2006/05/30/how-to-create-a-fahrenheit-to-celsius-converter-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to break out of frames with JavaScript &#8211; a Frame Breakout Script</title>
		<link>http://www.webpelican.com/blog/2006/05/19/how-to-break-out-of-frames-with-javascript/</link>
		<comments>http://www.webpelican.com/blog/2006/05/19/how-to-break-out-of-frames-with-javascript/#comments</comments>
		<pubDate>Fri, 19 May 2006 10:04:36 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/05/19/how-to-break-out-of-frames-with-javascript/</guid>
		<description><![CDATA[To prevent a Web page from loading in someone else's frame a simple JavaScript can be linked to - or inserted within - the &#60;head&#62; section of a Web page.
This JavaScript make clients/browsers break out of the frame of the foreign website's Web page and land on your website's Web page instead. ]]></description>
		<wfw:commentRss>http://www.webpelican.com/blog/2006/05/19/how-to-break-out-of-frames-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
