<?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>Apple Temple &#187; Tutorials</title>
	<atom:link href="http://jammy.party-truffle.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://jammy.party-truffle.net</link>
	<description>HTML and CSS Tutorials plus tips &#38; tricks</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:18:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Center an element horizontally with CSS</title>
		<link>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/</link>
		<comments>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:02:33 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/?p=138</guid>
		<description><![CDATA[So you want your website to be in the middle of the page. But you don&#8217;t want to use the &#60;center&#62; because it is deprecated and won&#8217;t validate. This is a simple way to align your website layout to the center using just CSS, and it&#8217;s valid The method? Just put margin:0 auto; in the [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctypes</title>
		<link>http://jammy.party-truffle.net/tutorials/doctypes/</link>
		<comments>http://jammy.party-truffle.net/tutorials/doctypes/#comments</comments>
		<pubDate>Sat, 30 May 2009 18:46:36 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/?p=105</guid>
		<description><![CDATA[Doctypes tell your browser what kind of markup language your pages use. There are many different Doctypes, and with each DTD there are tags that can&#8217;t be used, which would make your web pages invalid if they are used. I won&#8217;t list the Doctypes here (there are too many), so have a look at W3schools [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/doctypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic HTML</title>
		<link>http://jammy.party-truffle.net/tutorials/basic_html/</link>
		<comments>http://jammy.party-truffle.net/tutorials/basic_html/#comments</comments>
		<pubDate>Sat, 30 May 2009 17:49:22 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/uncategorized/dty/</guid>
		<description><![CDATA[HTML is the most basic thing you need to know if you want to create your own website. In this tutorial we will learn how to create the basic page, and some of the most commonly used tags. Basic Page If you want to make a basic HTML page you need to use these codes. [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/basic_html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS</title>
		<link>http://jammy.party-truffle.net/tutorials/css_basic/</link>
		<comments>http://jammy.party-truffle.net/tutorials/css_basic/#comments</comments>
		<pubDate>Sat, 30 May 2009 15:36:41 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/tutorials/css/css_basic/</guid>
		<description><![CDATA[CSS is something which customises the appearance of your web page. As many attributes are becoming deprecated, for a valid website, you will have to use CSS to customise the appearance of it. There are loads of selectors to use, so I will list the most common ones in another post. CSS is a style. [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/css_basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
