<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>WebPelican Articles</title>
	<link>http://www.webpelican.com/blog</link>
	<description>Web development and Internet Programming</description>
	<pubDate>Sat, 16 Dec 2006 15:41:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<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>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>
		</item>
		<item>
		<title>Chat Applet Communicating with a Servlet</title>
		<link>http://www.webpelican.com/blog/2006/09/11/chat-applet-communicating-with-a-servlet/</link>
		<comments>http://www.webpelican.com/blog/2006/09/11/chat-applet-communicating-with-a-servlet/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 13:12:25 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>Java</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/09/11/chat-applet-communicating-with-a-servlet/</guid>
		<description><![CDATA[When coding a Chat application in Java that should be availible on the Web a good choice is to have an applet communicating with a servlet. Although sockets can be used, a better alternative is to use a high-level connection with HTTP. ]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/09/11/chat-applet-communicating-with-a-servlet/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CSS Pseudo-classes</title>
		<link>http://www.webpelican.com/blog/2006/08/29/css-pseudo-classes/</link>
		<comments>http://www.webpelican.com/blog/2006/08/29/css-pseudo-classes/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 00:47:55 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>CSS</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/08/29/css-pseudo-classes/</guid>
		<description><![CDATA[The CSS2 definition provides pseudo-classes which are used to add special effects to some selectors:

]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/08/29/css-pseudo-classes/feed/</wfw:commentRSS>
		</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>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>
		</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>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>
		</item>
		<item>
		<title>How to break out of frames with JavaScript - 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>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>
		</item>
		<item>
		<title>CSS Cursor Property Values</title>
		<link>http://www.webpelican.com/blog/2006/04/18/css-cursor-property-values/</link>
		<comments>http://www.webpelican.com/blog/2006/04/18/css-cursor-property-values/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 10:28:14 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>CSS</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/04/18/css-cursor-property-values/</guid>
		<description><![CDATA[<p>The cursor property specifies what type of cursor should be displayed for a pointing device such as a mouse pointer. . . 
</p>]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/04/18/css-cursor-property-values/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Browser Detection with Conditional Comments</title>
		<link>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/</link>
		<comments>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 14:28:41 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>XHTML</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/</guid>
		<description><![CDATA[A very common operation when designing Web pages is to detect the browser type and browser version. This is called <em>browser detection</em> and is used to make sure that what is presented to the browser is compatible and handeld correctly. 
There are many different methods to detect what browser a user have. The majority of these methods use either client-side or server-side scripts. 
Conditional comments is a script-free client-side alternative to the more common scripted browser detection methods.]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>This Weblog</title>
		<link>http://www.webpelican.com/blog/2006/03/07/this-weblog/</link>
		<comments>http://www.webpelican.com/blog/2006/03/07/this-weblog/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 12:11:12 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>Miscellaneous</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/03/07/this-weblog/</guid>
		<description><![CDATA[<p>This weblog is a subsection of <a href="http://www.webpelican.com/">WebPelican</a>, which is a website where I put all my Web and Internet programming related work as a student at the <a rel="external nofollow" href="http://www.dsv.su.se/en/">Department of Computer and System Sciences</a> in Stockholm, Sweden.</p>
]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/03/07/this-weblog/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CSS Frames VS Standard HTML Frames</title>
		<link>http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/</link>
		<comments>http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 09:25:02 +0000</pubDate>
		<dc:creator>martin</dc:creator>
		
	<category>CSS</category>
		<guid isPermaLink="false">http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/</guid>
		<description><![CDATA[Nowadays frames are not quite as widespread as they used to be, which is good, since frames have quite a few drawbacks. You have probably heard of these drawbacks before:]]></description>
		<wfw:commentRSS>http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
