<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code-diesel &#187; tables</title>
	<atom:link href="http://www.codediesel.com/tag/tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:19:04 +0000</lastBuildDate>
	<language>en</language>
	<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>The myth of Tableless design</title>
		<link>http://www.codediesel.com/html/the-myth-of-tableless-design/</link>
		<comments>http://www.codediesel.com/html/the-myth-of-tableless-design/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 05:04:29 +0000</pubDate>
		<dc:creator>sameer</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.codediesel.com/?p=2045</guid>
		<description><![CDATA[HTML tables have received a lot of unnecessary bad press over the years. The problem lies in the fact that tables were never intended as a layout tool. So during the initial years of web design when people started using tables to format their web pages – adding 1 pixel spacers, padding cells to align [...]]]></description>
			<content:encoded><![CDATA[<p>HTML tables have received a lot of unnecessary bad press over the years. The problem lies in the fact that tables were never intended as a layout tool. So during the initial years of web design when people started using tables to format their web pages – adding 1 pixel spacers, padding cells to align content, nesting tables n levels deep and more, it was time something had to be done. CSS was the answer. CSS rescued developers from the awful practice of using table for content layouts. It was all very fine until word started going around that tables were an absolute no no in any html design. Even if you had to display some kind of tabular data, you had to do it using CSS. Creating a tableless design had become the hallmark of an expert web designer. That was the last straw, and the myth persisted.<br />
<span id="more-2045"></span></p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2009/12/htmltables2.gif"><img src="http://www.codediesel.com/wp-content/uploads/2009/12/htmltables2.gif" alt="the myth of tableless design" title="the myth of tableless design" width="547" height="615" class="aligncenter size-full wp-image-2076" /></a></p>
<p style="font-size: 8px;">Cartoon created with help of <a href="http://pixton.com">pixton.com</a></p>
<h4>Why HTML tables are important</h4>
<p>Table are important, necessary (and good) for presenting multivariable data, they were designed with that sole purpose in mind. If you are presenting a school time-table, flight schedules, stock information or any other tabular data then tables are a good fit for that. Using a combination of DIVS, LI, UL for displaying data is semantically incorrect and will also leave them inaccessible to search engines or screen readers. By inaccessible  I mean that they will not be able to interpret the information correctly. If your tabular data is stored using tables then you can easily parse the data programmatically, which becomes difficult if the same data is structured using DIVS, LI and other assortments.</p>
<p>So in conclusion HTML tables are <em>bad</em> as a tool for content layout, leave the layout work for CSS; but <em>good</em> and essential for presenting tabular, multivariate data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codediesel.com/html/the-myth-of-tableless-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

