<?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: The Tabular Data Enigma</title>
	<atom:link href="http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/</link>
	<description>It's Just Me</description>
	<pubDate>Thu, 28 Aug 2008 09:39:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: G-moon</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-16323</link>
		<dc:creator>G-moon</dc:creator>
		<pubDate>Mon, 03 Dec 2007 00:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-16323</guid>
		<description>&lt;p&gt;I always use tables to eat my supper on.  I find it offers a more comfortable and stable place to put my plate down on than the carpet on the floor.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I always use tables to eat my supper on.  I find it offers a more comfortable and stable place to put my plate down on than the carpet on the floor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Catanzaro</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-9029</link>
		<dc:creator>Don Catanzaro</dc:creator>
		<pubDate>Thu, 21 Jun 2007 21:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-9029</guid>
		<description>&lt;p&gt;I have to disagree with your conclusion "So from these vague characteristics, I conclude that there is no such thing as â€˜tabular dataâ€™, and the phrase â€œTables are for tabular dataâ€? is plain wrong. â€œTabular dataâ€? as a noun doesnâ€™t exist."&lt;/p&gt;

&lt;p&gt;You are correct, "Tabular data" as a &lt;em&gt;noun&lt;/em&gt; does not exist - however data is a noun and tabular is the adjective that further defines the noun.  Thus tabular data is&lt;/p&gt;

&lt;p&gt;http://dictionary.reference.com/browse/tabular + http://dictionary.reference.com/browse/data&lt;/p&gt;

&lt;p&gt;If anything we are using sloppy English "Tables are for tabular data" as that is a circular reference because by definition tabular data are data that are in tables.  We instead should say "Layouts are not for tables" or "Layouts are not tabular data and thus should not be in tables"&lt;/p&gt;

&lt;p&gt;-Don&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have to disagree with your conclusion &#8220;So from these vague characteristics, I conclude that there is no such thing as â€˜tabular dataâ€™, and the phrase â€œTables are for tabular dataâ€? is plain wrong. â€œTabular dataâ€? as a noun doesnâ€™t exist.&#8221;</p>
<p>You are correct, &#8220;Tabular data&#8221; as a <em>noun</em> does not exist - however data is a noun and tabular is the adjective that further defines the noun.  Thus tabular data is</p>
<p><a href="http://dictionary.reference.com/browse/tabular" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/dictionary.reference.com');">http://dictionary.reference.com/browse/tabular</a> + <a href="http://dictionary.reference.com/browse/data" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/dictionary.reference.com');">http://dictionary.reference.com/browse/data</a></p>
<p>If anything we are using sloppy English &#8220;Tables are for tabular data&#8221; as that is a circular reference because by definition tabular data are data that are in tables.  We instead should say &#8220;Layouts are not for tables&#8221; or &#8220;Layouts are not tabular data and thus should not be in tables&#8221;</p>
<p>-Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: struschie</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-805</link>
		<dc:creator>struschie</dc:creator>
		<pubDate>Tue, 19 Dec 2006 11:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-805</guid>
		<description>&lt;p&gt;great post..! ReDesigning a page of mine (about 1 1/2 years ago) forced me to redo the layout - that was clear. The second thing caused a similar discussion to a friend of mine (never heard of css - after body has to follow table - we all know this):
How to mark up user-posts related to an item, when every post contains not only date of post, name, email, website (=&#62; obviusly an list-job) but also "i want so sell" or "I want to buy" and a price for it?
The user has to arange  (e.g. only the sells, as he wants to buy or only posts newer than 1 Month) and then compare the prices. I choose the old table-way. And my friend asked me for the reason of the discussion. So I found myself in your position and like the way you wrote it very much. thanx 4 it&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great post..! ReDesigning a page of mine (about 1 1/2 years ago) forced me to redo the layout - that was clear. The second thing caused a similar discussion to a friend of mine (never heard of css - after body has to follow table - we all know this):<br />
How to mark up user-posts related to an item, when every post contains not only date of post, name, email, website (=&gt; obviusly an list-job) but also &#8220;i want so sell&#8221; or &#8220;I want to buy&#8221; and a price for it?<br />
The user has to arange  (e.g. only the sells, as he wants to buy or only posts newer than 1 Month) and then compare the prices. I choose the old table-way. And my friend asked me for the reason of the discussion. So I found myself in your position and like the way you wrote it very much. thanx 4 it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-550</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Sat, 09 Dec 2006 20:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-550</guid>
		<description>&lt;p&gt;A calendar is a layout mechanism for date based data. For CSS caledars see the semantic table version: http://veerle.duoh.com/index.php/blog/comments/a_css_styled_calendar/  or a list version: http://sandbox.mikepurvis.com/css/calendar/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A calendar is a layout mechanism for date based data. For CSS caledars see the semantic table version: <a href="http://veerle.duoh.com/index.php/blog/comments/a_css_styled_calendar/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/veerle.duoh.com');">http://veerle.duoh.com/index.php/blog/comments/a_css_styled_calendar/</a>  or a list version: <a href="http://sandbox.mikepurvis.com/css/calendar/" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/sandbox.mikepurvis.com');">http://sandbox.mikepurvis.com/css/calendar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whiteside</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-540</link>
		<dc:creator>Whiteside</dc:creator>
		<pubDate>Sat, 09 Dec 2006 03:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-540</guid>
		<description>&lt;p&gt;I think I would go as far as to say that lists are a subset of tables.&lt;/p&gt;

&lt;p&gt;In a relational database table, you can, more generally, say that you have a "list" of rows.  This is losing some meaning because you're knocking out one of the dimensions (the fields) that segregates and describes the now serialized data of each row.&lt;/p&gt;

&lt;p&gt;So what are calendars?  Is the week number a criterion?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I would go as far as to say that lists are a subset of tables.</p>
<p>In a relational database table, you can, more generally, say that you have a &#8220;list&#8221; of rows.  This is losing some meaning because you&#8217;re knocking out one of the dimensions (the fields) that segregates and describes the now serialized data of each row.</p>
<p>So what are calendars?  Is the week number a criterion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron Turner</title>
		<link>http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-511</link>
		<dc:creator>Cameron Turner</dc:creator>
		<pubDate>Mon, 04 Dec 2006 16:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeffreysambells.com/posts/2006/12/04/the-tabular-data-enigma/#comment-511</guid>
		<description>&lt;p&gt;Since I'm the colleague in question in this post I'd like to congratulate Jeff on an excellent answer to a tricky question. I agree that comparison of the data is one of the key attributes of "tabular data". However another useful metric I picked up after the same discussion was this:&lt;/p&gt;

&lt;p&gt;Tabular data can have the columns and rows reversed (reverse the X and Y axis) and still convey the same meaning and facilitate the same comparisons. Selecting which labels go on which axis is strictly a decision concerning the most EFFICIENT visual comparison of the data, but getting it backwards does not deny said comparison.&lt;/p&gt;

&lt;p&gt;Great post!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Since I&#8217;m the colleague in question in this post I&#8217;d like to congratulate Jeff on an excellent answer to a tricky question. I agree that comparison of the data is one of the key attributes of &#8220;tabular data&#8221;. However another useful metric I picked up after the same discussion was this:</p>
<p>Tabular data can have the columns and rows reversed (reverse the X and Y axis) and still convey the same meaning and facilitate the same comparisons. Selecting which labels go on which axis is strictly a decision concerning the most EFFICIENT visual comparison of the data, but getting it backwards does not deny said comparison.</p>
<p>Great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
