<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>WebPelican: Internet Programming Courses, Web Tutorials and Resources</title>
	<link>http://www.webpelican.com/</link>
	<description>  
        At WebPelican you will find Internet programming courses, 
        Web tutorials, Web resources and articles on programming and website development in general.
    </description>
	<language>en-us</language>
    <item>
        <title>Internet Programming 1 - Course: Java Sockets</title>
        <link>http://www.webpelican.com/internet-programming-1/</link>
		<dc:creator>martin</dc:creator>
		<category>Internet Programming Courses</category>
		<guid isPermaLink="true">http://www.webpelican.com/internet-programming-1/</guid>
		<description>
        <![CDATA[<p>Internet programming 1 was the first out of four courses in the Internet programming course block 
        of my education at the Department of Computer and Systems Sciences. 
        The goal was to learn basic programming on the Internet with focus on socket programming with Java sockets. 
        Here you can read what I've learned from this course and view my solutions of the course assignments.</p>
        <p><a href="http://www.webpelican.com/internet-programming-1/">Visit the Internet Programming 1 - Course: Java Sockets</a></p>]]>
        </description>
    </item>
    <item>
		<title>Internet Programming 2 - Course: Server-side with Java Servlets</title>
		<link>http://www.webpelican.com/internet-programming-2/</link>
		<dc:creator>martin</dc:creator>
		<category>Internet Programming Courses</category>
		<guid isPermaLink="true">http://www.webpelican.com/internet-programming-2/</guid>
		<description>
        <![CDATA[<p>The goal of the Internet Programming 2 - course was to learn HTTP server-side programming. 
        I chose to use Java servlets with Apache Tomcat as a servlet container/engine. 
        Here you can read what I've learned from this course and view my solutions of the course assignments.</p>
        <p><a href="http://www.webpelican.com/internet-programming-2/">Visit the Internet Programming 2 - Course: Java Servlets</a>.</p>]]>
        </description>
    </item>
    <item>
		<title>Internet Programming 3 - Course: XHTML, CSS, JavaScript...</title>
		<link>http://www.webpelican.com/internet-programming-3/</link>
		<dc:creator>martin</dc:creator>
		<category>Internet Programming Courses</category>
		<guid isPermaLink="true">http://www.webpelican.com/internet-programming-3/</guid>
		<description>
        <![CDATA[<p>The goal of the Internet programming 3 course was to learn about client-side 
        programming with focus on the Web using HTML, XHTML, CSS, JavaScript...etc 
        Here you can read what I've learned from this course and view my solutions of the course assignments.</p>
        <p><a href="http://www.webpelican.com/internet-programming-3/">Visit the Internet Programming 3 - Course: XHTML, CSS, JavaScript...and more</a>.</p>]]>
        </description>
    </item>
    <item>
        <title>Internet Programming 4 - Course: XML and Java</title>
		<link>http://www.webpelican.com/internet-programming-4/</link>
		<dc:creator>martin</dc:creator>
		<category>Internet Programming Courses</category>
		<guid isPermaLink="true">http://www.webpelican.com/internet-programming-4/</guid>
		<description>
        <![CDATA[<p>Internet programming 4 was the last course in the Internet programming course block 
        of in my education at the Department of Computer and Systems Sciences in Stockholm, Sweden. 
        The goal was to learn Internet programming with focus on XML-based distributed techniques. 
        Here you can read what I've learned from this course and view my solutions of the course assignments.</p>
        <p><a href="http://www.webpelican.com/internet-programming-4/">Visit the Internet Programming 4 - Course: XML and Java</a>.</p>]]>
        </description>
    </item>
		<item>
		<title>XHTML 1.1 Tutorial: Tags and Attributes</title>
		<link>http://www.webpelican.com/web-tutorials/xhtml-1-1-tutorial/</link>
		<dc:creator>martin</dc:creator>
        <category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/xhtml-1-1-tutorial/</guid>
		<description>
        <![CDATA[ <p>XHTML 1.1 is a reformulation of XHTML 1.0 Strict using XHTML Modules. 
        By this follows that many tags available in other XHTML types, e.g. XHTML Frames, are not available. 
        This version of XHTML is for developing documents that are very strict with elements and attributes from the XHTML namespace. </p>
        <p><a href="http://www.webpelican.com/web-tutorials/xhtml-1-1-tutorial/">Visit the XHTML 1.1 Tutorial / Reference: Tags and their Attributes</a>.</p>]]>
        </description>
    </item>
    <item>
		<title>XHTML Basic 1.0 Tutorial: Tags and Attributes</title>
		<link>http://www.webpelican.com/web-tutorials/xhtml-basic-1-0-tutorial/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/xhtml-basic-1-0-tutorial/</guid>
		<description>
<![CDATA[<p>This XHTML Basic - tutorial can be used for tag and attribute reference if you intend to make a website accessible for clients with low-power devices such as cell phones and PDAs. The goal of XHTML Basic is to serve as a common language supported by various kinds of user agents. 
It is very similar to standard XHTML. The only difference is that it doesn't consist of all of it's tags.</p>
<p><a href="http://www.webpelican.com/web-tutorials/xhtml-basic-1-0-tutorial/">Visit the XHTML Basic Tutorial: Tags and Attributes</a>.</p> ]]>
        </description>
    </item>
    <item>
		<title>CSS 2 Tutorial, Properties and Values</title>
		<link>http://www.webpelican.com/web-tutorials/css-2-tutorial/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/css-2-tutorial/</guid>
		<description>
<![CDATA[<p>This CSS tutorial describes properties and values contained in Cascading Style Sheets, 
level 2. CSS 2 is a style sheet language that allows for presentation to be separated from content. 
By separating the presentation of documents from the content of documents, 
CSS 2 simplifies Web document creation and site maintenance.</p>
<p><a href="http://www.webpelican.com/web-tutorials/css-2-tutorial/">Visit the CSS2 Tutorial / Reference: Properties and Values</a>.</p>]]>
        </description>
    </item>
    <item>
    <title>CSS Mobile Profile 1.0 Tutorial: Selectors, Properties and Values</title>
		<link>http://www.webpelican.com/web-tutorials/css-mobile-profile-1-0-tutorial/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/css-mobile-profile-1-0-tutorial/</guid>
		<description>
<![CDATA[<p>This tutorial can be used as a reference for the properties and values contained in the CSS Mobile Profile. 
The CSS Mobile Profile is a subset of CSS 2 specified to identify a minimum set of properties, 
selectors and values to support building Web pages for mobile devices. </p>
<p><a href="http://www.webpelican.com/web-tutorials/css-mobile-profile-1-0-tutorial/">Visit the CSS Mobile Profile Tutorial / Reference: Properties and Values</a>.</p>]]>
        </description>
    </item>
    <item>
		<title>CSS Frames Tutorial / Example: Emulate Frames with CSS</title>
		<link>http://www.webpelican.com/web-tutorials/css-frames-tutorial/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/css-frames-tutorial/</guid>
		<description>
<![CDATA[<p>This is an example page to demonstrate "CSS Frames". 
The main reason people use frames is that they allow you to always have pertinent information on the screen. 
The navigation - for example - can be visible to the user all the time without the need for any scrolling. 
However, standard HTML frames have some serious drawbacks. 
You can read more on these drawbacks - and why an emulating technique usually referred to as CSS Frames is a better choice - in this article:</p>
<p><a href="http://www.webpelican.com/blog/2006/03/07/css-frames-vs-standard-html-frames/">CSS Frames VS Standard HTML Frames</a>, or you can view a CSS Frames Implementation here: 
<a href="http://www.webpelican.com/web-tutorials/css-frames-tutorial/">CSS Frames Example Page</a>.</p>]]>
        </description>
    </item>
    <item>
		<title>CSS Buttons Tutorial / Example: Create buttons with CSS</title>
		<link>http://www.webpelican.com/web-tutorials/css-buttons-tutorial/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Tutorials</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-tutorials/css-buttons-tutorial/</guid>
		<description>
<![CDATA[<p>While Image Buttons doesn't add that much size to a Web page, the bandwidth requirements do add up, resulting in a slower page load.
A good alternative to Image Buttons are CSS Buttons</p>
<p>Visit the <a href="http://www.webpelican.com/web-tutorials/css-buttons-tutorial/">CSS Buttons Tutorial</a>.</p>]]>
        </description>
    </item>
    <item>
		<title>Web Safe Color Palette Tool/Resource: Non-Dithering Web Design</title>
		<link>http://www.webpelican.com/web-resources/web-safe-color-palette/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Resources</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-resources/web-safe-color-palette/</guid>
		<description>
<![CDATA[<p>Modern computers support millions of colors, but older systems can only show up to 256 colors at a time. 
The effect of this in the older systems is often visible as a dithering of colors as the 
browser tries to approximate the true color. To cope with this, these browsers make do with colors from a fixed color palette.</p>
<p>This is not a big problem nowadays since almost all older computers have been 
replaced by newer models. However, to be totally safe, you could use Web safe colors.</p>
<p>Visit the site to use the <a href="http://www.webpelican.com/web-resources/web-safe-color-palette/">Web Safe Color Palette Tool/Resource</a>.</p>]]>
        </description>
    </item>
    <item>
        <title>Fahrenheit / Celsius Converter Tool/Resource</title>
		<link>http://www.webpelican.com/web-resources/fahrenheit-celsius-converter/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Resources</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-resources/fahrenheit-celsius-converter/</guid>
		<description>
<![CDATA[<p>The Fahrenheit / Celsius Converter is a Fahrenheit to Celsius(or vice versa) conversion resource/tool 
created with JavaScript. Could be practical in many situation, not just those related to the Web or programming.</p>
<p>Visit the site to use the <a href="http://www.webpelican.com/web-resources/fahrenheit-celsius-converter/">Fahrenheit / Celsius Converter Tool/Resource</a>.</p>]]>
        </description>
    </item>
     <item>
        <title>Binary / Decimal Converter Tool/Resource</title>
		<link>http://www.webpelican.com/web-resources/binary-decimal-converter/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Resources</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-resources/binary-decimal-converter/</guid>
		<description>
<![CDATA[<p>The Binary / Decimal Converter is a Binary to Decimal(or vice versa) 
conversion resource/tool created with JavaScript. Could be practical when doing some low-level programming, or when learning about binary numbers.</p>
<p>Visit the site to use the <a href="http://www.webpelican.com/web-resources/binary-decimal-converter/">Binary / Decimal Converter Tool/Resource</a>.</p>]]>
        </description>
    </item>
    <item>
        <title>The What is my IP Address Tool/Resource</title>
		<link>http://www.webpelican.com/web-resources/what-is-my-ip-address/</link>
		<dc:creator>martin</dc:creator>
		<category>Web Resources</category>
		<guid isPermaLink="true">http://www.webpelican.com/web-resources/what-is-my-ip-address/</guid>
		<description>
<![CDATA[<p>The What is my IP Address Tool/Resource can be very useful 
when programming applications that need to know the outside ip-address of 
the networks where the applications are to be used. All one has to do is code 
a call to this address to get the outer ip-address in plain text.</p>
<p>Many of this kind of simple scripts/tools do the mistake of embedding the ip-address in 
HTML which just makes it harder to read/parse for a calling application. 
This tool, however, does not. Its output is plain text.</p>
<p>Visit the site to use the <a href="http://www.webpelican.com/web-resources/what-is-my-ip-address/">What is my IP Address Tool/Resource</a>.</p>]]>
        </description>
    </item>
     <item>
        <title>Programming Videos</title>
		<link>http://www.webpelican.com/programming-videos/</link>
		<dc:creator>martin</dc:creator>
		<category>Videos</category>
		<guid isPermaLink="true">http://www.webpelican.com/programming-videos/</guid>
		<description>
<![CDATA[<p>In this section you can watch embedded videos related to different programming languages.</p>
<p>Visit the site to view the <a href="http://www.webpelican.com/programming-videos/">Programming Videos</a>.</p>]]>
        </description>
    </item>
	</channel>
</rss>