<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Really Build a Web Page</title>
	<atom:link href="http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Feb 2010 11:31:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: harris</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comment-48</link>
		<dc:creator>harris</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://chimericdream.com/?p=171#comment-48</guid>
		<description>I don&#039;t think many people realize the number of disadvantages that go along with creating free websites. Hopefully this article will shed some light on the subject.

Don&#039;t make the same mistake I did. After this nightmare, I vowed to never go the &quot;free route&quot; again. Creating your site from scratch with its own dot com name is affordable and definitely worth the small investment.

Parking your site at a free host is often like building a house on sand.  It may be quick and and it may seem easy at first, but I can almost guarantee you it won&#039;t last long.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think many people realize the number of disadvantages that go along with creating free websites. Hopefully this article will shed some light on the subject.</p>
<p>Don&#8217;t make the same mistake I did. After this nightmare, I vowed to never go the &#8220;free route&#8221; again. Creating your site from scratch with its own dot com name is affordable and definitely worth the small investment.</p>
<p>Parking your site at a free host is often like building a house on sand.  It may be quick and and it may seem easy at first, but I can almost guarantee you it won&#8217;t last long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comment-47</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://chimericdream.com/?p=171#comment-47</guid>
		<description>The main reason I am advocating that they be inside paragraph tags is that in this article I don&#039;t get into discussing the &lt;div&gt; tag.  Since every element must be within a block-level container, it made the most sense to recommend putting them in paragraph tags.

The next article (covering CSS, mostly) will cover more HTML, including divs.</description>
		<content:encoded><![CDATA[<p>The main reason I am advocating that they be inside paragraph tags is that in this article I don&#8217;t get into discussing the &lt;div&gt; tag.  Since every element must be within a block-level container, it made the most sense to recommend putting them in paragraph tags.</p>
<p>The next article (covering CSS, mostly) will cover more HTML, including divs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fentie</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comment-46</link>
		<dc:creator>Fentie</dc:creator>
		<pubDate>Sat, 07 Nov 2009 22:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://chimericdream.com/?p=171#comment-46</guid>
		<description>What&#039;s your reason for suggesting that images be inside paragraph tags? To me it seems like that&#039;s a presentational choice (block level, top and bottom margin, etc...) rather than structural.

Good article though. 8^)</description>
		<content:encoded><![CDATA[<p>What&#8217;s your reason for suggesting that images be inside paragraph tags? To me it seems like that&#8217;s a presentational choice (block level, top and bottom margin, etc&#8230;) rather than structural.</p>
<p>Good article though. 8^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comment-45</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://chimericdream.com/?p=171#comment-45</guid>
		<description>Thanks!  I appreciate the feedback.

I agree with you that HTML5 is on its way, and I plan to update this tutorial to use HTML5 instead of XHTML 1.0.  However, since the spec is still in draft form and support is still (relatively) spotty, my preference is to stick with XHTML.

That being said, I don&#039;t plan to wait forever for HTML5 support and the draft.  If everyone does that, nobody will ever implement it.  Once the spec gets to a fairly stable state and is a bit better supported, I&#039;ll make the switch and start recommending it myself.</description>
		<content:encoded><![CDATA[<p>Thanks!  I appreciate the feedback.</p>
<p>I agree with you that HTML5 is on its way, and I plan to update this tutorial to use HTML5 instead of XHTML 1.0.  However, since the spec is still in draft form and support is still (relatively) spotty, my preference is to stick with XHTML.</p>
<p>That being said, I don&#8217;t plan to wait forever for HTML5 support and the draft.  If everyone does that, nobody will ever implement it.  Once the spec gets to a fairly stable state and is a bit better supported, I&#8217;ll make the switch and start recommending it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max.elliott</title>
		<link>http://chimericdream.com/2009/11/04/how-to-really-build-a-web-page/#comment-44</link>
		<dc:creator>max.elliott</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://chimericdream.com/?p=171#comment-44</guid>
		<description>Good Job!

I&#039;m going to go ahead and mention HTML5 here, also found via the w3c site, as the standard a new designer should be starting with.  The switchover is coming and most of the big-boy browsers already have support.  Also, the faster we can kill Flash, the happier I&#039;ll be.</description>
		<content:encoded><![CDATA[<p>Good Job!</p>
<p>I&#8217;m going to go ahead and mention HTML5 here, also found via the w3c site, as the standard a new designer should be starting with.  The switchover is coming and most of the big-boy browsers already have support.  Also, the faster we can kill Flash, the happier I&#8217;ll be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
