<?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>Chimeric Dream &#187; Web Design</title>
	<atom:link href="http://chimericdream.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://chimericdream.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 00:23:21 +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>The Basics of Style</title>
		<link>http://chimericdream.com/2010/07/18/the-basics-of-style/</link>
		<comments>http://chimericdream.com/2010/07/18/the-basics-of-style/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 10:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://chimericdream.com/?p=225</guid>
		<description><![CDATA[In my first tutorial, I covered the basics of building your first web page. However, at the end of that article, the result was bland and plain looking. In this tutorial, we will go over the basics of style, expanding on the code we wrote originally. Feel free to download the source files to follow [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="/2009/11/04/how-to-really-build-a-web-page/" title="How to Really Build a Web Page">my first tutorial</a>, I covered the basics of building your first web page. However, at the end of that article, the result was bland and plain looking.</p>
<p>In this tutorial, we will go over the basics of style, expanding on the code we wrote originally. Feel free to <a href="http://sa.feurl.com/R" title="Get the source files from the first tutorial" class="broken_link">download the source files</a> to follow along as we go.</p>
<p>We will be spending most of our time writing CSS code. CSS (<strong>C</strong>ascading <strong>S</strong>tyle <strong>S</strong>heets) is the language that describes the presentation of a document written in HTML.<br />
(...)<br/>Read the rest of <a href="http://chimericdream.com/2010/07/18/the-basics-of-style/">The Basics of Style</a> (2,499 words)</p>
(...)<br/>Read the rest of <a href="http://chimericdream.com/2010/07/18/the-basics-of-style/">The Basics of Style</a> (2,499 words)<hr />
<p><small>&copy; admin for <a href="http://chimericdream.com">Chimeric Dream</a>, 2010. |
<a href="http://chimericdream.com/2010/07/18/the-basics-of-style/">Permalink</a> |
<a href="http://chimericdream.com/2010/07/18/the-basics-of-style/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://chimericdream.com/2010/07/18/the-basics-of-style/&amp;title=The Basics of Style">del.icio.us</a>
<br/>
Post tags: <a href="http://chimericdream.com/tag/tutorials/" rel="tag">tutorials</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://chimericdream.com/2010/07/18/the-basics-of-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Really Build a Web Page</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/</link>
		<comments>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://chimericdream.com/?p=171</guid>
		<description><![CDATA[I recently read an article on &#34;How to REALLY Build a Web Page&#34;, and I was sorely disappointed. Although I tend to know the majority of what is covered in your average &#34;beginner&#34; article, I enjoy reading them to see others&#8217; takes on the basic premises of web design and coding. Unfortunately, that particular article [...]]]></description>
			<content:encoded><![CDATA[<p>I recently read an article on &quot;<a class="external broken_link" href="http://www.spicywebdesign.com/how-to-really-build-a-web-page/" rel="nofollow">How to REALLY Build a Web Page</a>&quot;, and I was sorely disappointed.  Although I tend to know the majority of what is covered in your average &quot;beginner&quot; article, I enjoy reading them to see others&#8217; takes on the basic premises of web design and coding.</p>
<p>Unfortunately, that particular article left something to be desired.  Therefore I wanted to write my own take on building a basic web page.  This post will focus on the initial steps to build the HTML (and the steps you should take before writing your first line of code).<br />
(...)<br/>Read the rest of <a href="http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/">How to Really Build a Web Page</a> (2,590 words)</p>
(...)<br/>Read the rest of <a href="http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/">How to Really Build a Web Page</a> (2,590 words)<hr />
<p><small>&copy; admin for <a href="http://chimericdream.com">Chimeric Dream</a>, 2009. |
<a href="http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/">Permalink</a> |
<a href="http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/&amp;title=How to Really Build a Web Page">del.icio.us</a>
<br/>
Post tags: <a href="http://chimericdream.com/tag/tutorials/" rel="tag">tutorials</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
