<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http:////feeds.php">
        <title>DEVPEN articles Feed</title>
        <description>The latest articles on DEVPEN!</description>
        <link>http://www.devpen.com/</link>
        <image rdf:resource="http://www.devpen.com/images/sitelogo.gif" />
       <dc:date>2013-05-23T06:57:46+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.devpen.com/guides/simple_navbar_tutorial/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/custom_markup_code_part_1/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/multiple_selection_with_php/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/creatinganrss20feed/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/xhtml_standards/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/ormconceptuallevel/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/301redirect/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/users_online/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/image_resizing/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/infomodeling/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/css_formatting/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/printer_friendly/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/image_upload/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/css_position_imaging/"/>
                <rdf:li rdf:resource="http://www.devpen.com/guides/mysqlcluster/"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.devpen.com/images/sitelogo.gif">
        <title>DEVPEN articles Feed</title>
        <link>http://www.devpen.com/</link>
        <url>http://www.devpen.com/images/sitelogo.gif</url>
    </image>
    <item rdf:about="http://www.devpen.com/guides/simple_navbar_tutorial/">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-24T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Vermillion's Simple Navbar Tutorial</title>
        <link>http://www.devpen.com/guides/simple_navbar_tutorial/</link>
        <description>Vermillion's first article, on creating a simple yet stylish navigation bar, using basic CSS styling and HTML lists.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/custom_markup_code_part_1/">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-01T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Custom Markup Code - Part 1</title>
        <link>http://www.devpen.com/guides/custom_markup_code_part_1/</link>
        <description>Here is part 1 of my Custom Markup Code series.  In this article we will learn the basics of creating markup codes that can be used anywhere that a user can input information.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/multiple_selection_with_php/">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-28T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Multiple Selection With PHP</title>
        <link>http://www.devpen.com/guides/multiple_selection_with_php/</link>
        <description>Introducing the concept of multiple selection with PHP.  Concepts learned can later be expanded on for mass use, such as deleting multiple Private Messages.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/creatinganrss20feed/">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-31T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Creating An RSS 2.0 Feed</title>
        <link>http://www.devpen.com/guides/creatinganrss20feed/</link>
        <description>Do you have a website constantly being updated with news and articles, and want to keep your views constantly updated?  Check out RSS Feeds, a Really Simple way to keep your clients up to date with your new articles.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/xhtml_standards/">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-06T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>XHTML, A Better, Cleaner HTML</title>
        <link>http://www.devpen.com/guides/xhtml_standards/</link>
        <description>Learn how to get your website clean and up to the latest XHTML standards so that it won't be messed up when HTML is fully replaced.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/ormconceptuallevel/">
        <dc:format>text/html</dc:format>
        <dc:date>2007-06-02T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Thinking at the Conceptual Level</title>
        <link>http://www.devpen.com/guides/ormconceptuallevel/</link>
        <description>Most businesses that need a solution for a business problem will need data stored, but there is a disconnect between the domain expert's knowledge of the business vs. his or her knowledge of a database diagram. This article will introduce the conceptual level of databases, which will help you bridge the gap between the business and your data solution. The second in a series of articles about ORM.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/301redirect/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-08-02T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Moving URLs: 301 Redirects and Google</title>
        <link>http://www.devpen.com/guides/301redirect/</link>
        <description>How to maintain your pagerank and move pages and URLs safely.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/users_online/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-07-05T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Users Online</title>
        <link>http://www.devpen.com/guides/users_online/</link>
        <description>This tutorial teaches you how to set up a basic script to count and display users on a site.  Requires PHP and MySQL.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/image_resizing/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-28T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Image Resizing</title>
        <link>http://www.devpen.com/guides/image_resizing/</link>
        <description>This guide will teach you how to resize single image, to resize image on the fly, and to keep proportions in mind when resizing. The guide is best put to use when combined with the Image Upload guide.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/infomodeling/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-19T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Introduction to Object-Role Modeling</title>
        <link>http://www.devpen.com/guides/infomodeling/</link>
        <description>An introduction to Information Modeling and ORM, which will help you design databases that fit business needs much more effectively than other modeling techniques like ER and UML.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/css_formatting/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-03T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>CSS Formatting</title>
        <link>http://www.devpen.com/guides/css_formatting/</link>
        <description>Scott takes you through on creating fancier formatting using CSS that can always add a little personal touch to every webpage.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/printer_friendly/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-26T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Printer Friendly Pages</title>
        <link>http://www.devpen.com/guides/printer_friendly/</link>
        <description>Read on how to set up neat looking webpages that will work with your printer.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/image_upload/">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-12T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Image Upload</title>
        <link>http://www.devpen.com/guides/image_upload/</link>
        <description>With the ever-expanding field of graphic design users will continually need space to host their creations. Let them do it on your server with this simple tutorial.</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/css_position_imaging/">
        <dc:format>text/html</dc:format>
        <dc:date>2004-07-17T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>Positioning Images with CSS</title>
        <link>http://www.devpen.com/guides/css_position_imaging/</link>
        <description>CSS is a clean, fine tuned way of positioning images in your pages. Scott takes you through various CSS techniques to get the job done - from the basics of using background and floated images to image overlays</description>
    </item>
    <item rdf:about="http://www.devpen.com/guides/mysqlcluster/">
        <dc:format>text/html</dc:format>
        <dc:date>2004-05-28T07:00:00+01:00</dc:date>
        <dc:source>http://www.devpen.com/</dc:source>
        <title>MySQL Cluster: High Availability for the Masses?!</title>
        <link>http://www.devpen.com/guides/mysqlcluster/</link>
        <description>Information about MySQL Cluster is now available, and it sounds DAMN GOOD. Check out what makes us excited and why you should be excited too.</description>
    </item>
</rdf:RDF>
