<?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"
	>
<channel>
	<title>Comments on: Left, Right, and Center with CSS</title>
	<atom:link href="http://zurnet.com/2007/04/02/left-right-and-center-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://zurnet.com/2007/04/02/left-right-and-center-with-css/</link>
	<description>Web Development, Tips, and more...</description>
	<pubDate>Sat, 11 Oct 2008 22:02:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-16</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 12 May 2007 19:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-16</guid>
		<description>This is very true.  The three methods I proposed each have their advantages and disadvantages. It's smart to list the pros and cons of each method.  Do you need to minimize the size of your style sheet?  Is the look of your site going to change frequently?  In the end it comes down to personal preference, and the scope of the project.</description>
		<content:encoded><![CDATA[<p>This is very true.  The three methods I proposed each have their advantages and disadvantages. It&#8217;s smart to list the pros and cons of each method.  Do you need to minimize the size of your style sheet?  Is the look of your site going to change frequently?  In the end it comes down to personal preference, and the scope of the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cary</title>
		<link>http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-15</link>
		<dc:creator>Cary</dc:creator>
		<pubDate>Fri, 11 May 2007 23:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-15</guid>
		<description>The main disadvantage I see to this method is you can no longer easily change the styling of several pages by simply making changes to a common style sheet.

You have to go through and edit the classes in each element being restyled on each and every page in order to make even the smallest styling changes.

It's just so much easier to use class names which don't describe the styling used.</description>
		<content:encoded><![CDATA[<p>The main disadvantage I see to this method is you can no longer easily change the styling of several pages by simply making changes to a common style sheet.</p>
<p>You have to go through and edit the classes in each element being restyled on each and every page in order to make even the smallest styling changes.</p>
<p>It&#8217;s just so much easier to use class names which don&#8217;t describe the styling used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-6</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 18 Apr 2007 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-6</guid>
		<description>The content is still separated from the layout.  You remove the sheet sheet, you've removed the layout of the html file and are left with the content.</description>
		<content:encoded><![CDATA[<p>The content is still separated from the layout.  You remove the sheet sheet, you&#8217;ve removed the layout of the html file and are left with the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sly Gryphon</title>
		<link>http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-5</link>
		<dc:creator>Sly Gryphon</dc:creator>
		<pubDate>Wed, 18 Apr 2007 12:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://zurnet.com/2007/04/02/left-right-and-center-with-css/#comment-5</guid>
		<description>I think you miss the point of CSS in the first place; separating content from layout.

Meditate on why the zen garden does _not_ use the technique you suggest.

http://www.csszengarden.com/</description>
		<content:encoded><![CDATA[<p>I think you miss the point of CSS in the first place; separating content from layout.</p>
<p>Meditate on why the zen garden does _not_ use the technique you suggest.</p>
<p><a href="http://www.csszengarden.com/" rel="nofollow">http://www.csszengarden.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
