<?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: Why not tables? Is CSS really better?</title>
	<atom:link href="http://www.joedolson.com/articles/2007/08/tables-or-css-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/</link>
	<description>Tips and Commentary on Web Accessibility, Usability, and Search Marketing best practices.</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:55:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: J.Caron</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-35307</link>
		<dc:creator>J.Caron</dc:creator>
		<pubDate>Fri, 13 Aug 2010 09:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-35307</guid>
		<description>Hello Paul,

On Dreamweaver, you can convert Tables to Divs and vice-versa going to &quot;Modify -&gt; Convert&quot;

Excelent article by the way.

Cheers</description>
		<content:encoded><![CDATA[<p>Hello&nbsp;Paul,</p>
<p>On Dreamweaver, you can convert Tables to Divs and vice-versa going to &#8220;Modify -&gt;&nbsp;Convert&#8221;</p>
<p>Excelent article by the&nbsp;way.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-35143</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-35143</guid>
		<description>I appreciate the article as well! I am new to web design, and am using an old version of Dreamweaver 8. I don&#039;t know how to hand code yet, but I wish there were a way to &quot;draw&quot; a table with cells, and then convert it automatically to CSS. I know it&#039;s lazy, but I will never be a professional, but would like to have a standards based web site.</description>
		<content:encoded><![CDATA[<p>I appreciate the article as well! I am new to web design, and am using an old version of Dreamweaver 8. I don&#8217;t know how to hand code yet, but I wish there were a way to &#8220;draw&#8221; a table with cells, and then convert it automatically to <abbr title="Cascading Style Sheets">CSS</abbr>. I know it&#8217;s lazy, but I will never be a professional, but would like to have a standards based web&nbsp;site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34863</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34863</guid>
		<description>@Kevin It&#039;s very clear that there are reasons that organizations use tables for layouts. They do provide some capabilities not readily available in other ways, and make other issues easier -- semantically, however, they are still incorrect.</description>
		<content:encoded><![CDATA[<p>@Kevin It&#8217;s very clear that there are reasons that organizations use tables for layouts. They do provide some capabilities not readily available in other ways, and make other issues easier&thinsp;&#8212;&thinsp;semantically, however, they are still&nbsp;incorrect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34837</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 18 Jul 2010 01:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34837</guid>
		<description>I apologize. Target is all CSS. It was another retailer.</description>
		<content:encoded><![CDATA[<p>I apologize. Target is all <abbr title="Cascading Style Sheets">CSS</abbr>. It was another&nbsp;retailer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34836</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 18 Jul 2010 00:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-34836</guid>
		<description>I really appreciate this article. As someone relatively new to designing web sites, I learn by studying the code behind the sites I like. More often than not, I will come across a site and ask myself, how in the world did they lay all that out with CSS? And more often than not, it is not laid out with CSS, it is tables. 

I want to note it is not just a few sites that still use tables, there almost seems to be a growing number.

I keep hearing that tables are the Devil, but honestly, it seems to be a fairly efficient way to structure and lay out a site with a lot of images and competing content. This was just confirmed today when I saw Target&#039;s site and wondered how they laid out the site and again it was with tables. 

If people are still dancing with the Devil, there must be a reason.</description>
		<content:encoded><![CDATA[<p>I really appreciate this article. As someone relatively new to designing web sites, I learn by studying the code behind the sites I like. More often than not, I will come across a site and ask myself, how in the world did they lay all that out with <abbr title="Cascading Style Sheets">CSS</abbr>? And more often than not, it is not laid out with <abbr title="Cascading Style Sheets">CSS</abbr>, it is&nbsp;tables. </p>
<p>I want to note it is not just a few sites that still use tables, there almost seems to be a growing&nbsp;number.</p>
<p>I keep hearing that tables are the Devil, but honestly, it seems to be a fairly efficient way to structure and lay out a site with a lot of images and competing content. This was just confirmed today when I saw Target&#8217;s site and wondered how they laid out the site and again it was with&nbsp;tables. </p>
<p>If people are still dancing with the Devil, there must be a&nbsp;reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nashville</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32570</link>
		<dc:creator>Nashville</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32570</guid>
		<description>&quot;For questions having to do with ranking on Google, that’s a good place to go. However, this issue really doesn’t have anything to do with ranking — it has to do with information processing. Google talked about it in a blog post: using named anchors.&quot;

Excellent and very timely. Thanks so much.</description>
		<content:encoded><![CDATA[<p><span class="dquo">&#8220;</span>For questions having to do with ranking on Google, that’s a good place to go. However, this issue really doesn’t have anything to do with ranking — it has to do with information processing. Google talked about it in a blog post: using named&nbsp;anchors.&#8221;</p>
<p>Excellent and very timely. Thanks so&nbsp;much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32567</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32567</guid>
		<description>For questions having to do with ranking on Google, that&#039;s a good place to go. However, this issue really doesn&#039;t have anything to do with ranking -- it has to do with information processing. Google talked about it in a blog post: &lt;a href=&quot;http://googlewebmastercentral.blogspot.com/2009/09/using-named-anchors-to-identify.html&quot; rel=&quot;nofollow&quot;&gt;using named anchors&lt;/a&gt;. 

They aren&#039;t specifically using headers; but headers are the best way of delineating the anchored sections of a page discussed in the Google blog post for many reasons.</description>
		<content:encoded><![CDATA[<p>For questions having to do with ranking on Google, that&#8217;s a good place to go. However, this issue really doesn&#8217;t have anything to do with ranking&thinsp;&#8212;&thinsp;it has to do with information processing. Google talked about it in a blog post: <a href="http://googlewebmastercentral.blogspot.com/2009/09/using-named-anchors-to-identify.html">using named&nbsp;anchors</a>. </p>
<p>They aren&#8217;t specifically using headers; but headers are the best way of delineating the anchored sections of a page discussed in the Google blog post for many&nbsp;reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nashville</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32566</link>
		<dc:creator>Nashville</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32566</guid>
		<description>Thanks for your answer, and thanks for the information on this page. It is very helpful.

You said, &quot;Already, Google is making use of page headers with internal anchors to provide quick access to information..&quot; I wonder if you could point me to the source of this info? I tend to send folks who have questions on Google page ranking to http://www.google.com/support/webmasters/bin/answer.py?answer=35769#3. I&#039;m not seeing anything in there regarding page headers or anchor tags. Is there a better source for this info?</description>
		<content:encoded><![CDATA[<p>Thanks for your answer, and thanks for the information on this page. It is very&nbsp;helpful.</p>
<p>You said, &#8220;Already, Google is making use of page headers with internal anchors to provide quick access to information..&#8221; I wonder if you could point me to the source of this info? I tend to send folks who have questions on Google page ranking to <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769#3">http://www.google.com/support/webmasters/bin/answer.py?answer=35769#3</a>. I&#8217;m not seeing anything in there regarding page headers or anchor tags. Is there a better source for this&nbsp;info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32557</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32557</guid>
		<description>Code which semantically represents the content appropriately provides better information for machine translation: screen readers, braille readers, or other methods of information discovery. Already, Google is making use of page headers with internal anchors to provide quick access to information which is found at a greater page depth than the top of the page - this is an example of semantic discovery. 

Since all visitors are using some form of information translator to access web sites, using semantic sense in your code can provide users with a benefit.</description>
		<content:encoded><![CDATA[<p>Code which semantically represents the content appropriately provides better information for machine translation: screen readers, braille readers, or other methods of information discovery. Already, Google is making use of page headers with internal anchors to provide quick access to information which is found at a greater page depth than the top of the page - this is an example of semantic&nbsp;discovery. </p>
<p>Since all visitors are using some form of information translator to access web sites, using semantic sense in your code can provide users with a&nbsp;benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nashville</title>
		<link>http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32539</link>
		<dc:creator>Nashville</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/08/tables-or-css-layout/#comment-32539</guid>
		<description>&quot;Writing code well *might* be better for search engines, but is definitely better for visitors. I advocate the use of CSS-based layouts, on the grounds that they are semantically more appropriate for site design.&quot;

How does being &quot;semantically more appropriate&quot; help visitors?</description>
		<content:encoded><![CDATA[<p><span class="dquo">&#8220;</span>Writing code well *might* be better for search engines, but is definitely better for visitors. I advocate the use of <abbr title="Cascading Style Sheets">CSS</abbr>-based layouts, on the grounds that they are semantically more appropriate for site&nbsp;design.&#8221;</p>
<p>How does being &#8220;semantically more appropriate&#8221; help&nbsp;visitors?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
