<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="0.92">
<channel>
	<title>WebPelican Articles</title>
	<link>http://www.webpelican.com/blog</link>
	<description>Web development and Internet Programming</description>
	<lastBuildDate>Sat, 16 Dec 2006 15:41:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to create a Digital Clock with JavaScript</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/12/16/how-to-create-a-digital-clock-in-javascript/</link>
			</item>
	<item>
		<title>Chat Applet Communicating with a Servlet</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/09/11/chat-applet-communicating-with-a-servlet/</link>
			</item>
	<item>
		<title>CSS Pseudo-classes</title>
		<description><![CDATA[The CSS2 definition provides pseudo-classes which are used to add special effects to some selectors:

]]></description>
		<link>http://www.webpelican.com/blog/2006/08/29/css-pseudo-classes/</link>
			</item>
	<item>
		<title>How to create a Binary to Decimal Converter with JavaScript</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/06/08/how-to-create-a-binary-to-decimal-converter-in-javascript/</link>
			</item>
	<item>
		<title>How to create a Fahrenheit to Celsius converter with JavaScript</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/05/30/how-to-create-a-fahrenheit-to-celsius-converter-in-javascript/</link>
			</item>
	<item>
		<title>How to break out of frames with JavaScript - a Frame Breakout Script</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/05/19/how-to-break-out-of-frames-with-javascript/</link>
			</item>
	<item>
		<title>CSS Cursor Property Values</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/04/18/css-cursor-property-values/</link>
			</item>
	<item>
		<title>Browser Detection with Conditional Comments</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/03/09/browser-detection-with-conditional-comments/</link>
			</item>
	<item>
		<title>This Weblog</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/03/07/this-weblog/</link>
			</item>
	<item>
		<title>CSS Frames VS Standard HTML Frames</title>
		<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>
		<link>http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/</link>
			</item>
</channel>
</rss>
