<?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: Which is Better CSS-based Layouts or Table-Based Layouts? Google&#039;s Matt Cutts says doesn&#039;t matter&#8230; but&#8230;</title>
	<atom:link href="http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/</link>
	<description></description>
	<lastBuildDate>Mon, 22 Feb 2010 10:44:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: goldsteinmedia</title>
		<link>http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/comment-page-1/#comment-104</link>
		<dc:creator>goldsteinmedia</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.goldsteinmedia.com/blog/?p=1136#comment-104</guid>
		<description>I agree. CSS is the way to make Websites to standard and a way to ensure usability. Until email is able to fully use CSS, keep tables to email newsletters is about the amount of Tables someone should be using.</description>
		<content:encoded><![CDATA[<p>I agree. CSS is the way to make Websites to standard and a way to ensure usability. Until email is able to fully use CSS, keep tables to email newsletters is about the amount of Tables someone should be using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goldsteinmedia</title>
		<link>http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/comment-page-1/#comment-56</link>
		<dc:creator>goldsteinmedia</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.goldsteinmedia.com/blog/?p=1136#comment-56</guid>
		<description>I agree. CSS is the way to make Websites to standard and a way to ensure usability. Until email is able to fully use CSS, keep tables to email newsletters is about the amount of Tables someone should be using.</description>
		<content:encoded><![CDATA[<p>I agree. CSS is the way to make Websites to standard and a way to ensure usability. Until email is able to fully use CSS, keep tables to email newsletters is about the amount of Tables someone should be using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michaelangelo</title>
		<link>http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/comment-page-1/#comment-103</link>
		<dc:creator>Michaelangelo</dc:creator>
		<pubDate>Tue, 16 Jun 2009 09:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.goldsteinmedia.com/blog/?p=1136#comment-103</guid>
		<description>Casting aside the simply fact that search engines shouldn&#039;t have to revisit their algorithms to accommodate archaic and deprecated markup, there are so many reasons not to use tables, I can&#039;t bring myself to do so - not for a website.&lt;br&gt;&lt;br&gt;Tables might make some sense on the level of linear, single-channel thinking but that&#039;s pretty much the only benefit. Even then, the people who&#039;d most obviously choose to tables are doing so through a WYSIWYG.&lt;br&gt;&lt;br&gt;The deprecated use of the the table family of tags is flawed on every level besides simply SEO. Flexibility, extensibility &amp; accessibility all suffer.&lt;br&gt;&lt;br&gt;Despite table-based design having the small benefit of having a reasonably intuitive build-structure, they&#039;re a huge pain to add/edit/modify. Extensibility? Deciding on table-based design is actively choosing to go down an archaic path. Table-based design promotes a dirty mix of content &amp; deprecated html tags used to modify visual/look feel. That means your markup is all mucked up with unnecessary garbage and pulling down the pure content later on for some sort of redesign will be ever-more difficult.&lt;br&gt;&lt;br&gt;I believe in the pure separation of markup (HTML) and CSS. Design and information should be live apart.&lt;br&gt;&lt;br&gt;Now on the level of accessibility, text readers and devices aside from your standard web browser pretty much throw fits when you&#039;re using tables, simply put. This is something web designers really need to be more considerate of. We&#039;re designing not just for screen resolutions, but we should also consider mobile devices, text readers and also create print style sheets.&lt;br&gt;&lt;br&gt;All things considered, do we always have time to build our sites in a scalable manner so that one day we know we can scrap the CSS and not worry about it? Do we know if our markup can standalone and survive a back-end re-platform? Do we really have the time and budget to consider mobile devices, text readers and printing? Seldom, if ever. However, I&#039;d rather do it safe and do it right the first time around.&lt;br&gt;&lt;br&gt;Leave tables to email newsletters.</description>
		<content:encoded><![CDATA[<p>Casting aside the simply fact that search engines shouldn&#39;t have to revisit their algorithms to accommodate archaic and deprecated markup, there are so many reasons not to use tables, I can&#39;t bring myself to do so &#8211; not for a website.</p>
<p>Tables might make some sense on the level of linear, single-channel thinking but that&#39;s pretty much the only benefit. Even then, the people who&#39;d most obviously choose to tables are doing so through a WYSIWYG.</p>
<p>The deprecated use of the the table family of tags is flawed on every level besides simply SEO. Flexibility, extensibility &#038; accessibility all suffer.</p>
<p>Despite table-based design having the small benefit of having a reasonably intuitive build-structure, they&#39;re a huge pain to add/edit/modify. Extensibility? Deciding on table-based design is actively choosing to go down an archaic path. Table-based design promotes a dirty mix of content &#038; deprecated html tags used to modify visual/look feel. That means your markup is all mucked up with unnecessary garbage and pulling down the pure content later on for some sort of redesign will be ever-more difficult.</p>
<p>I believe in the pure separation of markup (HTML) and CSS. Design and information should be live apart.</p>
<p>Now on the level of accessibility, text readers and devices aside from your standard web browser pretty much throw fits when you&#39;re using tables, simply put. This is something web designers really need to be more considerate of. We&#39;re designing not just for screen resolutions, but we should also consider mobile devices, text readers and also create print style sheets.</p>
<p>All things considered, do we always have time to build our sites in a scalable manner so that one day we know we can scrap the CSS and not worry about it? Do we know if our markup can standalone and survive a back-end re-platform? Do we really have the time and budget to consider mobile devices, text readers and printing? Seldom, if ever. However, I&#39;d rather do it safe and do it right the first time around.</p>
<p>Leave tables to email newsletters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michaelangelo</title>
		<link>http://www.goldsteinmedia.com/blog/which-is-better-css-based-layouts-or-table-based-layouts-googles-matt-cutts-says-doesnt-matter/comment-page-1/#comment-55</link>
		<dc:creator>Michaelangelo</dc:creator>
		<pubDate>Tue, 16 Jun 2009 02:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.goldsteinmedia.com/blog/?p=1136#comment-55</guid>
		<description>Casting aside the simply fact that search engines shouldn&#039;t have to revisit their algorithms to accommodate archaic and deprecated markup, there are so many reasons not to use tables, I can&#039;t bring myself to do so - not for a website.&lt;br&gt;&lt;br&gt;Tables might make some sense on the level of linear, single-channel thinking but that&#039;s pretty much the only benefit. Even then, the people who&#039;d most obviously choose to tables are doing so through a WYSIWYG.&lt;br&gt;&lt;br&gt;The deprecated use of the the table family of tags is flawed on every level besides simply SEO. Flexibility, extensibility &amp; accessibility all suffer.&lt;br&gt;&lt;br&gt;Despite table-based design having the small benefit of having a reasonably intuitive build-structure, they&#039;re a huge pain to add/edit/modify. Extensibility? Deciding on table-based design is actively choosing to go down an archaic path. Table-based design promotes a dirty mix of content &amp; deprecated html tags used to modify visual/look feel. That means your markup is all mucked up with unnecessary garbage and pulling down the pure content later on for some sort of redesign will be ever-more difficult.&lt;br&gt;&lt;br&gt;I believe in the pure separation of markup (HTML) and CSS. Design and information should be live apart.&lt;br&gt;&lt;br&gt;Now on the level of accessibility, text readers and devices aside from your standard web browser pretty much throw fits when you&#039;re using tables, simply put. This is something web designers really need to be more considerate of. We&#039;re designing not just for screen resolutions, but we should also consider mobile devices, text readers and also create print style sheets.&lt;br&gt;&lt;br&gt;All things considered, do we always have time to build our sites in a scalable manner so that one day we know we can scrap the CSS and not worry about it? Do we know if our markup can standalone and survive a back-end re-platform? Do we really have the time and budget to consider mobile devices, text readers and printing? Seldom, if ever. However, I&#039;d rather do it safe and do it right the first time around.&lt;br&gt;&lt;br&gt;Leave tables to email newsletters.</description>
		<content:encoded><![CDATA[<p>Casting aside the simply fact that search engines shouldn&#39;t have to revisit their algorithms to accommodate archaic and deprecated markup, there are so many reasons not to use tables, I can&#39;t bring myself to do so &#8211; not for a website.</p>
<p>Tables might make some sense on the level of linear, single-channel thinking but that&#39;s pretty much the only benefit. Even then, the people who&#39;d most obviously choose to tables are doing so through a WYSIWYG.</p>
<p>The deprecated use of the the table family of tags is flawed on every level besides simply SEO. Flexibility, extensibility &#038; accessibility all suffer.</p>
<p>Despite table-based design having the small benefit of having a reasonably intuitive build-structure, they&#39;re a huge pain to add/edit/modify. Extensibility? Deciding on table-based design is actively choosing to go down an archaic path. Table-based design promotes a dirty mix of content &#038; deprecated html tags used to modify visual/look feel. That means your markup is all mucked up with unnecessary garbage and pulling down the pure content later on for some sort of redesign will be ever-more difficult.</p>
<p>I believe in the pure separation of markup (HTML) and CSS. Design and information should be live apart.</p>
<p>Now on the level of accessibility, text readers and devices aside from your standard web browser pretty much throw fits when you&#39;re using tables, simply put. This is something web designers really need to be more considerate of. We&#39;re designing not just for screen resolutions, but we should also consider mobile devices, text readers and also create print style sheets.</p>
<p>All things considered, do we always have time to build our sites in a scalable manner so that one day we know we can scrap the CSS and not worry about it? Do we know if our markup can standalone and survive a back-end re-platform? Do we really have the time and budget to consider mobile devices, text readers and printing? Seldom, if ever. However, I&#39;d rather do it safe and do it right the first time around.</p>
<p>Leave tables to email newsletters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
