<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

    <channel>
        <title>Html5Tutorial Home Page</title>
        <link>http://html5tutorial.com</link>
        <description>Html5 tutorial</description>
  
        <item>
            <title>What is html5</title>
            <link>http://html5tutorial.com/what-is-html5</link>
            <description>HTML5 is the new standard for web pages. It was created to overcome problems found in HTML (version 4 and earlier) and XHTML.</description>
        </item>
  
        <item>
            <title>The canvas tag</title>
            <link>http://html5tutorial.com/the-canvas-tag</link>
            <description>Canvas tag was added in HTML5 as an element that allows the browser / client to draw shapes and images without any plugi</description>
        </item>
  
        <item>
            <title>Path painting</title>
            <link>http://html5tutorial.com/path-painting</link>
            <description>You can draw complex shapes using "paths"</description>
        </item>
  
        <item>
            <title>How to draw a point with the Canvas API</title>
            <link>http://html5tutorial.com/how-to-draw-a-point-with-the-canvas-api</link>
            <description>Even if HTML5 offers support to draw lines, rectangles and other basic shapes, it lacks the option to paint a single point. Point support is vital as is the base of any geometrical system. </description>
        </item>
  
        <item>
            <title>Advanced context path painting</title>
            <link>http://html5tutorial.com/advanced-path-painting</link>
            <description>Advanced tutorial about context's path painting</description>
        </item>
  
  
        <item>
            <title>How to draw n grade Bézier curve with Canvas API</title>
            <link>http://html5tutorial.com/how-to-draw-n-grade-bezier-curve-with-canvas-api</link>
            <description>You can even draw curves, Bézier curves. Awesome! Now, let draw curve through 6 points. Ups, not possible. </description>
        </item>
  
  
        <item>
            <title>How to join two bezier curves with the canvas API</title>
            <link>http://html5tutorial.com/how-to-join-two-bezier-curves-with-the-canvas-api</link>
            <description>Most of the time just drawing a simple Bézier curve is not enough. You need to join together a few curves to create a complex shape. </description>
        </item>  
  
    </channel>

</rss>