<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="">
<title>link</title>
<link></link>
<description>language</description>
<dc:language>en-us</dc:language>
<dc:date>2009-07-01T14:40</dc:date>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://wdvl.internet.com/Authoring/python/intro/Watts06302009.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla2.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla.html" />
  <rdf:li rdf:resource="http://wdvl.internet.com/Authoring/python/client/watts06152009.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/PHP/dynamicCSS/dynamiccss.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/PHP/DrupalBasics/modules.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/PHP/PEAR/pear.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/HTML/XHTML/plotzxhtml.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/PHP/DrupalBasics/drupalbasics.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/JavaScript/js4program/JS4program.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/PHP/Drupal/drupal.html" />
  <rdf:li rdf:resource="http://wdvl.com/Authoring/Style/Sheets/Intro/" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/Ruby/rubyiterators/iterators.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/JavaScript/JSChronicles/dhtml.html" />
  <rdf:li rdf:resource="http://www.wdvl.com/Authoring/JavaScript/JSChronicles/jsforms.html" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://wdvl.internet.com/Authoring/python/intro/Watts06302009.html">
<title>Intro to Python Introspection and Dynamic Programming</title>
<link>http://wdvl.internet.com/Authoring/python/intro/Watts06302009.html</link>
<description>This week Phillip Watts introduces us to Python introspection, which can help you write more efficient, dynamic code. </description>
<dc:date>2009-06-30T14:52</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla2.html">
<title>Creating a Simple Joomla Template</title>
<link>http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla2.html</link>
<description>This week we take a crack at building our own Joomla template.</description>
<dc:date>2009-06-24T14:00</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla.html">
<title>A Quick Look at Joomla! Templates</title>
<link>http://wdvl.com/Authoring/PHP/joomla/excerpt/joomla.html</link>
<description>Joomla! is an emerging open source CMS with a lot of potential and support. In this lesson we look at Joomla! templates and tableless design. </description>
<dc:date>2009-06-18T19:30</dc:date>
</item>

<item rdf:about="http://wdvl.internet.com/Authoring/python/client/watts06152009.html">
<title>Breaking Down a Simple Python App</title>
<link>http://wdvl.internet.com/Authoring/python/client/watts06152009.html</link>
<description>Join us as we work with a simple client/server application and break down the code behind it.</description>
<dc:date>2009-06-16T13:24</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/PHP/dynamicCSS/dynamiccss.html">
<title>CSS And PHP: Switching Themes</title>
<link>http://www.wdvl.com/Authoring/PHP/dynamicCSS/dynamiccss.html</link>
<description>Create truly dynamic style sheets that your users can choose, using CSS and PHP.</description>
<dc:date>2009-06-09T14:42</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/PHP/DrupalBasics/modules.html">
<title>Drupal Basics: Modules, Blocks and Roles</title>
<link>http://wdvl.com/Authoring/PHP/DrupalBasics/modules.html</link>
<description>In the last part of our series, you learned how to install Drupal and configure the software to get your site up and running. This week we delve into Drupal modules, where we&#39;ll show you how to move blocks around and teach you how to be a role model.</description>
<dc:date>2009-06-04T15:12</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/PHP/PEAR/pear.html">
<title>PHP Extension and Application Repository (PEAR)</title>
<link>http://www.wdvl.com/Authoring/PHP/PEAR/pear.html</link>
<description>Learn about PEAR, a framework and distribution system for reusable PHP packages.</description>
<dc:date>2009-06-02T21:44</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/HTML/XHTML/plotzxhtml.html">
<title>XHTML: What you need to know</title>
<link>http://www.wdvl.com/Authoring/HTML/XHTML/plotzxhtml.html</link>
<description>With everyone connecting in different ways your coding practices could be causing heartache for your users. We&#39;ll help you tackle this issue by showing what XHTML is and how it can help you reach your maximum audience. </description>
<dc:date>2009-05-26T20:35</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/PHP/DrupalBasics/drupalbasics.html">
<title>Drupal Basics</title>
<link>http://wdvl.com/Authoring/PHP/DrupalBasics/drupalbasics.html</link>
<description>Drupal is an open source CMS that could be the answer to your sites CMS woes. Today we&#39;ll show you how to get Drupal up and running on your server and even add a little style.</description>
<dc:date>2009-05-21T20:57</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/JavaScript/js4program/JS4program.html">
<title>Document Object Model (DOM): Objects and Collections</title>
<link>http://wdvl.com/Authoring/JavaScript/js4program/JS4program.html</link>
<description>Learn to use JavaScript and DOM to create, modify and remove elements in your page dynamically. </description>
<dc:date>2009-05-15T15:34</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/PHP/Drupal/drupal.html">
<title>Dissecting Drupal Pages</title>
<link>http://www.wdvl.com/Authoring/PHP/Drupal/drupal.html</link>
<description>Drupal is a popular open source CMS with a ton of plug-ins and today we&#39;ll learn how to connect the dots and build context-sensitive page templates with this powerful CMS. </description>
<dc:date>2009-05-08T14:38</dc:date>
</item>

<item rdf:about="http://wdvl.com/Authoring/Style/Sheets/Intro/">
<title>Putting Style Sheets in Perspective</title>
<link>http://wdvl.com/Authoring/Style/Sheets/Intro/</link>
<description>Add style and color, position objects precisely, and control the look of the website all from a single file. </description>
<dc:date>2009-05-05T20:15</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/Ruby/rubyiterators/iterators.html">
<title>Getting Started with Ruby Iterators</title>
<link>http://www.wdvl.com/Authoring/Ruby/rubyiterators/iterators.html</link>
<description>In this article Erik Andrejko will shine a light on Ruby iterators, a coding pattern that allows expressive and succinct programming with collections.</description>
<dc:date>2009-04-30T14:32</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/JavaScript/JSChronicles/dhtml.html">
<title>Getting to Know Dynamic HTML</title>
<link>http://www.wdvl.com/Authoring/JavaScript/JSChronicles/dhtml.html</link>
<description>Dynamic HTML combines the best of HTML, CSS, DOM, and JavaScript. Used together, there are an unlimited number of effects or user driven actions that can bring your web pages to life.</description>
<dc:date>2009-04-28T14:27</dc:date>
</item>

<item rdf:about="http://www.wdvl.com/Authoring/JavaScript/JSChronicles/jsforms.html">
<title>Working with Forms in JavaScript</title>
<link>http://www.wdvl.com/Authoring/JavaScript/JSChronicles/jsforms.html</link>
<description>Learning to work with forms in JavaScript is an important part of developing your site. This weeks Chronicle will clue you in to what you need to know.</description>
<dc:date>2009-04-23T19:38</dc:date>
</item>

</rdf:RDF>