<?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>Thesis clone site</title>
	<atom:link href="http://warrior-coach.com/thesis/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://warrior-coach.com/thesis</link>
	<description></description>
	<lastBuildDate>Fri, 06 Apr 2012 23:21:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Worth a thousand words</title>
		<link>http://warrior-coach.com/thesis/?p=60</link>
		<comments>http://warrior-coach.com/thesis/?p=60#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:46:45 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrior-coach.com/atahualpa/?p=60</guid>
		<description><![CDATA[<p></p> <p>Boat.</p> ]]></description>
			<content:encoded><![CDATA[<p><img src="http://warrior-coach.com/thesis/wp-content/uploads/2010/10/boat.jpg" alt="" title="boat" width="435" height="288" class="aligncenter size-full wp-image-62" /></p>
<p>Boat.</p>
]]></content:encoded>
			<wfw:commentRss>http://warrior-coach.com/thesis/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elements</title>
		<link>http://warrior-coach.com/thesis/?p=58</link>
		<comments>http://warrior-coach.com/thesis/?p=58#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:45:31 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrior-coach.com/atahualpa/?p=58</guid>
		<description><![CDATA[<p></p> <p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p> Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 <p>[top]</p> [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Sample Content to Plugin to Template --></p>
<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>
<hr />
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p><small><a href="#wrapper">[top]</a></small></p>
<hr />
<h2 id="paragraph">Paragraph</h2>
<p>Lorem ipsum dolor sit amet, <a href="#" title="test link">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p><small><a href="#wrapper">[top]</a></small></p>
<hr />
<h2 id="list_types">List Types</h2>
<h3>Definition List</h3>
<dl>
<dt>Definition List Title</dt>
<dd>This is a definition list division.</dd>
</dl>
<h3>Ordered List</h3>
<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<h3>Unordered List</h3>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<p><small><a href="#wrapper">[top]</a></small></p>
<hr />
<h2 id="form_elements">Forms</h2>
<fieldset>
<legend>Legend</legend>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>
<form>
<h2>Form Element</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</p>
<p><label for="text_field">Text Field:</label></p>
<input id="text_field" type="text">
<p><label for="text_area">Text Area:</label><br />
		<textarea id="text_area"></textarea></p>
<p><label for="select_element">Select Element:</label></p>
<select name="select_element">
			<optgroup label="Option Group 1"></optgroup></p>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
<p>			<optgroup label="Option Group 2"></optgroup></p>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
<p><label for="radio_buttons">Radio Buttons:</label></p>
<input class="radio" name="radio_button" value="radio_1" type="radio"> Radio 1</p>
<input class="radio" name="radio_button" value="radio_2" type="radio"> Radio 2</p>
<input class="radio" name="radio_button" value="radio_3" type="radio"> Radio 3</p>
<p><label for="checkboxes">Checkboxes:</label></p>
<input class="checkbox" name="checkboxes" value="check_1" type="checkbox"> Radio 1</p>
<input class="checkbox" name="checkboxes" value="check_2" type="checkbox"> Radio 2</p>
<input class="checkbox" name="checkboxes" value="check_3" type="checkbox"> Radio 3</p>
<p><label for="password">Password:</label></p>
<input class="password" name="password" type="password">
<p><label for="file">File Input:</label></p>
<input class="file" name="file" type="file">
<input class="button" value="Clear" type="reset">
<input class="button" value="Submit" type="submit">
</form>
</fieldset>
<p><small><a href="#wrapper">[top]</a></small></p>
<hr />
<h2 id="tables">Tables</h2>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr class="alt">
<th>Table Header 1</th>
<th>Table Header 2</th>
<th>Table Header 3</th>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr class="even alt">
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
</tbody>
</table>
<p><small><a href="#wrapper">[top]</a></small></p>
<hr />
<h2 id="misc">Misc Stuff – abbr, acronym, pre, code, sub, sup, etc.</h2>
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.  <abbr title="Avenue">AVE</abbr></p>
<pre>

Lorem ipsum dolor sit amet,
 consectetuer adipiscing elit.
 Nullam dignissim convallis est.
 Quisque aliquam. Donec faucibus.
Nunc iaculis suscipit dui.
Nam sit amet sem.
Aliquam libero nisi, imperdiet at,
 tincidunt nec, gravida vehicula,
 nisl.
Praesent mattis, massa quis
luctus fermentum, turpis mi
volutpat justo, eu volutpat
enim diam eget metus.
Maecenas ornare tortor.
Donec sed tellus eget sapien
 fringilla nonummy.
<acronym title="National Basketball Association">NBA</acronym>
Mauris a ante. Suspendisse
 quam sem, consequat at,
commodo vitae, feugiat in,
nunc. Morbi imperdiet augue
 quis tellus.
<abbr title="Avenue">AVE</abbr>
</pre>
<blockquote><p>
	“This stylesheet is going to help so freaking much.” <br />-Blockquote
</p>
</blockquote>
<p><small><a href="#wrapper">[top]</a></small><br />
<!-- End of Sample Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://warrior-coach.com/thesis/?feed=rss2&#038;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More tags</title>
		<link>http://warrior-coach.com/thesis/?p=56</link>
		<comments>http://warrior-coach.com/thesis/?p=56#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:43:27 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrior-coach.com/atahualpa/?p=56</guid>
		<description><![CDATA[<p>More of these posts need tags.This follows the More tag.</p> ]]></description>
			<content:encoded><![CDATA[<p>More of these posts need tags.<span id="more-56"></span>This follows the More tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://warrior-coach.com/thesis/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML</title>
		<link>http://warrior-coach.com/thesis/?p=54</link>
		<comments>http://warrior-coach.com/thesis/?p=54#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:41:26 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrior-coach.com/atahualpa/?p=54</guid>
		<description><![CDATA[<p>What HTML tags would you like to see?</p> <p>Let’s start with an unordered list:</p> One Two Three Four <p>And then move on to a more interesting ordered list:</p> one, two buckle my shoe three, four knock at the door Five, six pick up sticks Seven, eight, lay them straight Nine, ten, a big fat hen [...]]]></description>
			<content:encoded><![CDATA[<p>What HTML tags would you like to see?</p>
<p>Let’s start with an unordered list:</p>
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
</ul>
<p>And then move on to a more interesting ordered list:</p>
<ol>
<li>one, two
<ol>
<li>buckle my shoe</li>
</ol>
</li>
<li>three, four
<ol>
<li>knock at the door</li>
</ol>
</li>
<li>Five, six
<ol>
<li>pick up sticks</li>
</ol>
</li>
<li>Seven, eight, lay them straight
<ol>
<li>Nine, ten, a big fat hen</li>
<li>Eleven, twelve, dig and delve</li>
<li>Thirteen, fourteen, maids a’courting</li>
<li>Fifteen, sixteen, maids in the kitchen</li>
<li>Seventeen, eighteen, maids a’waiting</li>
<li>Nineteen, twenty, my platter’s empty …</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://warrior-coach.com/thesis/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links</title>
		<link>http://warrior-coach.com/thesis/?p=52</link>
		<comments>http://warrior-coach.com/thesis/?p=52#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:34:43 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrior-coach.com/atahualpa/?p=52</guid>
		<description><![CDATA[<p>A few well known WordPress links: WordPress.org, the Codex and the download page.</p> ]]></description>
			<content:encoded><![CDATA[<p>A few well known WordPress links: <a href="http://wordpress.org/">WordPress.org</a>, <a href="http://codex.wordpress.org/Main_Page">the Codex</a> and <a href="http://wordpress.org/download/">the download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://warrior-coach.com/thesis/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

