<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style.xsl" type="text/xsl"?>
<rss version="2.0">
  <channel>
    <title>The Shadow Fox Network Tutorials Feed</title>
    <description>All the newest tutorials from the shadow fox network on Javascript </description>
    <link>http://www.shadow-fox.net</link>
    <author>webmaster@shadow-fox.net</author>
    <language>en-us</language>
    <item>
      <title>How To Hide And Show Elements To Create A One-Off Page</title>
      <body>Frequently you will need to create a quick website to organize your information. Whether it's for a quick page advertising a software you're selling, or just to give some information, static HTML will most likely will be used. But instead of a long bor...</body>
      <pubDate>Sat, 05 Jul 2008 07:37:23 +0000</pubDate>
      <link>http://www.shadow-fox.net/site/tutorial/44-How-To-Hide-And-Show-Elements-To-Create-A-One-Off-Page</link>
    </item>
    <item>
      <title>Beginning DOM Manipulation Part 3</title>
      <body>The third and final part to starting to manipulate the Document Object Model with Javascript. This covers using the innerHTML property, creating nodes, and deleting nodes.</body>
      <pubDate>Sat, 05 Jul 2008 08:36:11 +0000</pubDate>
      <link>http://www.shadow-fox.net/site/tutorial/32-Beginning-DOM-Manipulation-Part-3</link>
    </item>
    <item>
      <title>Beginning DOM Manipulation Part 2</title>
      <body>Part two of how to begin manipulating elements on a page on-the-fly using the Document Object Model with Javascript. Covers getting and setting attributes and values.</body>
      <pubDate>Sat, 05 Jul 2008 08:36:28 +0000</pubDate>
      <link>http://www.shadow-fox.net/site/tutorial/31-Beginning-DOM-Manipulation-Part-2</link>
    </item>
    <item>
      <title>Beginning DOM Manipulation</title>
      <body>A beginning perspective into how to use the Document Object Model using Javascript to manipulate page elements on the fly. Covers getElementById, getElementsByTagName, childNodes, firstChild, lastChild, and nodeValue.</body>
      <pubDate>Sat, 05 Jul 2008 08:34:15 +0000</pubDate>
      <link>http://www.shadow-fox.net/site/tutorial/30-Beginning-DOM-Manipulation</link>
    </item>
    <item>
      <title>Javascript Degradation</title>
      <body>Javascript can be a very useful tool, Unfortunately, not all browsers have equal support for it. Here I'll discuss a few methods for making sure your scripts don't mess up your page in browsers without support.</body>
      <pubDate>Sat, 05 Jul 2008 08:31:43 +0000</pubDate>
      <link>http://www.shadow-fox.net/site/tutorial/18-Javascript-Degradation</link>
    </item>
  </channel>
</rss>
