<?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: Advanced HTML table features, Part 1</title>
	<atom:link href="http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 06 Jan 2009 15:11:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-393</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 07 May 2006 01:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=81#comment-393</guid>
		<description>&lt;p&gt;Smartminion, the W3C spec usually leaves out optional end tags.  Closing TR, TH, and TD tags are optional in HTML 4, though not in XML and therefore not in XHTML.  I never liked leaving out end tags.  It means a parser has to be a lot smarter.  But hey, the Internet has been a huge success anyway.&lt;/p&gt;

&lt;p&gt;THEAD and TBODY are great structural elements as well.  TFOOT would be too, if it were well-supported in browsers.  Alas.  I have another post on how THEAD and TBODY can be used to structure a table such that it can be presented as a &lt;a href="/blog/2006/01/10/grouping-data-visually-with-row-groups/" rel="nofollow"&gt;Windows Explorer-style folder tree&lt;/a&gt;.  I say, use all the tools you have :-)

&lt;p&gt;Nick, I understand where you're coming from.  I'm actually a very upbeat guy, not unhappy at all.  It's more a matter of asking people to help me help them.  Sometimes people post followup questions to the concepts I discuss, but don't tell me enough so I can be helpful.  Examples are on &lt;a href="/blog/2005/12/06/find-missing-numbers-in-a-sequence-with-sql/" rel="nofollow"&gt;how to find missing values in a sequence with SQL&lt;/a&gt; and &lt;a href="/blog/2006/02/21/flexible-insert-and-update-in-mysql/" rel="nofollow"&gt;flexible insert and update statements in SQL&lt;/a&gt;.  I'm not alone in this regard.  Look at any of Joe Celko's posts on newsgroups or forums and his signature is even more blunt than my request.  It's really hard to say anything meaningful about someone's problem without knowing how the data is structured.&lt;/p&gt;

&lt;p&gt;Thanks for your comments, both of you!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Smartminion, the W3C spec usually leaves out optional end tags.  Closing TR, TH, and TD tags are optional in HTML 4, though not in XML and therefore not in XHTML.  I never liked leaving out end tags.  It means a parser has to be a lot smarter.  But hey, the Internet has been a huge success anyway.</p>
<p>THEAD and TBODY are great structural elements as well.  TFOOT would be too, if it were well-supported in browsers.  Alas.  I have another post on how THEAD and TBODY can be used to structure a table such that it can be presented as a <a href="/blog/2006/01/10/grouping-data-visually-with-row-groups/" rel="nofollow">Windows Explorer-style folder tree</a>.  I say, use all the tools you have :-)</p>
<p>Nick, I understand where you&#8217;re coming from.  I&#8217;m actually a very upbeat guy, not unhappy at all.  It&#8217;s more a matter of asking people to help me help them.  Sometimes people post followup questions to the concepts I discuss, but don&#8217;t tell me enough so I can be helpful.  Examples are on <a href="/blog/2005/12/06/find-missing-numbers-in-a-sequence-with-sql/" rel="nofollow">how to find missing values in a sequence with SQL</a> and <a href="/blog/2006/02/21/flexible-insert-and-update-in-mysql/" rel="nofollow">flexible insert and update statements in SQL</a>.  I&#8217;m not alone in this regard.  Look at any of Joe Celko&#8217;s posts on newsgroups or forums and his signature is even more blunt than my request.  It&#8217;s really hard to say anything meaningful about someone&#8217;s problem without knowing how the data is structured.</p>
<p>Thanks for your comments, both of you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-392</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 06 May 2006 21:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=81#comment-392</guid>
		<description>&lt;p&gt;Wow, calm down.  You are mean when you post on other sites...  Not much here either...&lt;/p&gt;

&lt;p&gt;"make sure you include enough information for me to make an intelligent response."...&lt;/p&gt;

&lt;p&gt;How happy are you in life?  Sheesh!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wow, calm down.  You are mean when you post on other sites&#8230;  Not much here either&#8230;</p>
<p>&#8220;make sure you include enough information for me to make an intelligent response.&#8221;&#8230;</p>
<p>How happy are you in life?  Sheesh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smartminion</title>
		<link>http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-391</link>
		<dc:creator>smartminion</dc:creator>
		<pubDate>Sat, 06 May 2006 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=81#comment-391</guid>
		<description>&lt;p&gt;Thanks - I look forward to more details and examples.   I've found myelf using THEAD a lot to define headers (both data and styled using CSS) - I'll have to consider TH and when to use them versus a THEAD and TDs.&lt;/p&gt;

&lt;p&gt;Is there a reason why the samples in the W3c spec don't have closed cells and rows?  Just seemed strange to me.&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks - I look forward to more details and examples.   I&#8217;ve found myelf using THEAD a lot to define headers (both data and styled using CSS) - I&#8217;ll have to consider TH and when to use them versus a THEAD and TDs.</p>
<p>Is there a reason why the samples in the W3c spec don&#8217;t have closed cells and rows?  Just seemed strange to me.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
