<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anvil Studios &#187; HTML</title>
	<atom:link href="http://anvilstudios.co.za/blog/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://anvilstudios.co.za/blog</link>
	<description>web development</description>
	<lastBuildDate>Wed, 16 May 2012 14:52:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HTML 101, Part 4 &#8211; Attributes</title>
		<link>http://anvilstudios.co.za/blog/html/html-101-part-4-attributes/</link>
		<comments>http://anvilstudios.co.za/blog/html/html-101-part-4-attributes/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:10:13 +0000</pubDate>
		<dc:creator>Abraham</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML101]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=735</guid>
		<description><![CDATA[&#171; HTML101 Part 3 As you learned in Part 1 of this series, an HTML tag specifies the meaning of some content. Oftentimes though, the tag itself does not provide enough information, so HTML tags have what are called attributes, which can be seen as a way of specifying configuration options for that tag. Shape [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/html-101-part-4-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 101, Part 3 &#8211; Tags</title>
		<link>http://anvilstudios.co.za/blog/html/html-101-part-3-tags/</link>
		<comments>http://anvilstudios.co.za/blog/html/html-101-part-3-tags/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 08:41:47 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=767</guid>
		<description><![CDATA[&#171; HTML101 Part 2 &#124;&#124; HTML101 Part 4 &#187; Now that we have scratched the surface of HTML, we&#8217;re going to start delving deeper. It&#8217;s time to start learning more about tags. Display of tags You&#8217;ve just completed your first &#8220;Hello world&#8221; HTML page: Now we saw the &#8220;Hello World&#8221; display in the browser when [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/html-101-part-3-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 101, Part 2 &#8211; Setup</title>
		<link>http://anvilstudios.co.za/blog/html/html-101-part-2-setup/</link>
		<comments>http://anvilstudios.co.za/blog/html/html-101-part-2-setup/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 12:02:06 +0000</pubDate>
		<dc:creator>Deon</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=765</guid>
		<description><![CDATA[&#171; HTML101 Part 1 &#124;&#124; HTML101 Part 3 &#187; Welcome back to HTML Bootcamp, recruit. Today we will be covering editing environments, setting up your very first HTML document and testing it in a web browser. So let&#8217;s not waste any time and get down to business! 1. Editors When you&#8217;re on the battlefield you [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/html-101-part-2-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 101, Part 1 &#8211; Introduction</title>
		<link>http://anvilstudios.co.za/blog/html/html-101-part-1-introduction/</link>
		<comments>http://anvilstudios.co.za/blog/html/html-101-part-1-introduction/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 16:49:05 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=763</guid>
		<description><![CDATA[&#171; Web Dev Bootcamp &#8211; Introduction &#124;&#124; HTML101 Part 2 &#187; Welcome to HTML Bootcamp day 1! This series will teach you the fundamentals of HTML and equip you to build your own website(s). Before we can hand you a gun and some bullets to start shootin&#8217; , we&#8217;ll put you through some basic training [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/html-101-part-1-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Form submit with jquery</title>
		<link>http://anvilstudios.co.za/blog/php/ajax-form-submit-with-jquery/</link>
		<comments>http://anvilstudios.co.za/blog/php/ajax-form-submit-with-jquery/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 08:10:54 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax form]]></category>
		<category><![CDATA[form submit]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=640</guid>
		<description><![CDATA[In this micro tut I will show you how to submit your HTML form using ajax]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/php/ajax-form-submit-with-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom website cursors</title>
		<link>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/</link>
		<comments>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:52:16 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ani]]></category>
		<category><![CDATA[cur]]></category>
		<category><![CDATA[website cursors]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=614</guid>
		<description><![CDATA[Using custom cursors on your website can be very simple, but can also be a bit frustrating, depending on what exactly you want to do, so I will try to give a clean breakdown to simplify the process. How to use a custom cursor on an element To enable a custom cursor whenever your mouse [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/javascript/custom-website-cursors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>div position center of screen</title>
		<link>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/</link>
		<comments>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:39:28 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[center div]]></category>
		<category><![CDATA[div centering]]></category>
		<category><![CDATA[div position]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=597</guid>
		<description><![CDATA[An age old question with a simple answer: How to position a div in the center of (any size) browser window? Once you have created your html page, create the div you wish to have in the center of the window and give it an id: From here on we have two options: either CSS [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/css/div-position-center-of-screen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Introduction to HTML5 &#8211; Part 1</title>
		<link>http://anvilstudios.co.za/blog/html/introduction-to-html5-part-1/</link>
		<comments>http://anvilstudios.co.za/blog/html/introduction-to-html5-part-1/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 07:53:34 +0000</pubDate>
		<dc:creator>Deon</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=577</guid>
		<description><![CDATA[Part of doing Web Development is staying on top of your game and up to date with all the new techniques and technologies constantly coming out. Currently, the most prominent of these new toys are HTML5 and CSS3. In this series I&#8217;m going to be doing an overview of HTML5: What you can use now, [...]]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/introduction-to-html5-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumbs in google search results</title>
		<link>http://anvilstudios.co.za/blog/html/breadcrumbs-in-google-search-results/</link>
		<comments>http://anvilstudios.co.za/blog/html/breadcrumbs-in-google-search-results/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 17:07:03 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[breadcrumb trail]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=558</guid>
		<description><![CDATA[Having breadcrumbs display in google can really help draw visitors to your site as they will be able to see exactly where they are going.]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/html/breadcrumbs-in-google-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force download on click in PHP</title>
		<link>http://anvilstudios.co.za/blog/php/force-download-on-click-in-php/</link>
		<comments>http://anvilstudios.co.za/blog/php/force-download-on-click-in-php/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:57:56 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download click]]></category>
		<category><![CDATA[force download]]></category>

		<guid isPermaLink="false">http://anvilstudios.co.za/blog/?p=511</guid>
		<description><![CDATA[How do you force a browser to download a file instead of open it?]]></description>
		<wfw:commentRss>http://anvilstudios.co.za/blog/php/force-download-on-click-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

