<?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: The myth of Tableless design</title>
	<atom:link href="http://www.codediesel.com/html/the-myth-of-tableless-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/html/the-myth-of-tableless-design/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Andrew Cobby</title>
		<link>http://www.codediesel.com/html/the-myth-of-tableless-design/comment-page-1/#comment-1538</link>
		<dc:creator>Andrew Cobby</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2045#comment-1538</guid>
		<description>That&#039;s a cool cartoon :P

You make a very valid point, but I do use tables for tabular data.

The main downside of tables is the inconsistent usage with JavaScript. If you want to update a TBODY with the response of an AJAX request, you need to build each TD individually, then add that to a TR then append to your TBODY element. Writing to the innerHTML property is against the W3C spec.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a cool cartoon <img src='http://www.codediesel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>You make a very valid point, but I do use tables for tabular data.</p>
<p>The main downside of tables is the inconsistent usage with JavaScript. If you want to update a TBODY with the response of an AJAX request, you need to build each TD individually, then add that to a TR then append to your TBODY element. Writing to the innerHTML property is against the W3C spec.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

