<?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: Is ESPN returning to the nest?</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 02:05:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: wnYxXlYPKF</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-14317</link>
		<dc:creator>wnYxXlYPKF</dc:creator>
		<pubDate>Wed, 22 Feb 2006 20:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-14317</guid>
		<description>tpVsr1og2fiYwv Wq3a4AzJ0Ocx aBHWNiZSsz</description>
		<content:encoded><![CDATA[<p>tpVsr1og2fiYwv Wq3a4AzJ0Ocx aBHWNiZSsz</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Behrman</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10982</link>
		<dc:creator>Ryan Behrman</dc:creator>
		<pubDate>Sun, 20 Nov 2005 17:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10982</guid>
		<description>I think a lot of people are missing one of the major advantages of css over tables. That is, that css helps separate content from presentation. We are implementing this in our company and it means that the server side developers (e.g. ASP/PHP/JSP developers)can write code independently of the presentation. These developers work with simple DIV tags and the CSS designers then style these up.</description>
		<content:encoded><![CDATA[<p>I think a lot of people are missing one of the major advantages of css over tables. That is, that css helps separate content from presentation. We are implementing this in our company and it means that the server side developers (e.g. ASP/PHP/JSP developers)can write code independently of the presentation. These developers work with simple DIV tags and the CSS designers then style these up.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10062</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Thu, 20 Oct 2005 02:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10062</guid>
		<description>&lt;blockquote&gt;A site such as ESPN displays tons of tabular data (think spreadsheet). &lt;/blockquote&gt;

I don't think anyone has ever argued that tables should be removed from the HTML spec. In fact, tables are really the &lt;em&gt;only &lt;/em&gt;correct way to be presenting information such as fixtures, player and game stats, and scores. They're accurate and smart and their structure allows you to imply stuff about the relationships between the stuff  it contains -- i.e. all the items in '&lt;em&gt;column 1&lt;/em&gt;' are surnames, and all the items in '&lt;em&gt;row 1&lt;/em&gt;' relate to the same player. You can then use those interconnections to give the user more flexible and useful data. 

The most obvious example of this might be to do something like allowing the user to do 'on-the-fly' re-ordering and reshuffling of the data within a player stats table. That's very difficult to do if you had layed those player stats out in DIVs, because the DIVs don't imply any interrelationships, (unless you manually code them into it). Tables are good.

Unfortunately, a glance at the above image tells you that they are not using the tables for anything more meaningful than positioning content. Any assumptions that you were to make about the relationships between items in the same column, or the same row, would be quite wrong, simply because there &lt;em&gt;is no relationship&lt;/em&gt; there.</description>
		<content:encoded><![CDATA[<blockquote><p>A site such as ESPN displays tons of tabular data (think spreadsheet). </p></blockquote>
<p>I don&#8217;t think anyone has ever argued that tables should be removed from the HTML spec. In fact, tables are really the <em>only </em>correct way to be presenting information such as fixtures, player and game stats, and scores. They&#8217;re accurate and smart and their structure allows you to imply stuff about the relationships between the stuff  it contains &#8212; i.e. all the items in &#8216;<em>column 1</em>&#8216; are surnames, and all the items in &#8216;<em>row 1</em>&#8216; relate to the same player. You can then use those interconnections to give the user more flexible and useful data. </p>
<p>The most obvious example of this might be to do something like allowing the user to do &#8216;on-the-fly&#8217; re-ordering and reshuffling of the data within a player stats table. That&#8217;s very difficult to do if you had layed those player stats out in DIVs, because the DIVs don&#8217;t imply any interrelationships, (unless you manually code them into it). Tables are good.</p>
<p>Unfortunately, a glance at the above image tells you that they are not using the tables for anything more meaningful than positioning content. Any assumptions that you were to make about the relationships between items in the same column, or the same row, would be quite wrong, simply because there <em>is no relationship</em> there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iMojo</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10058</link>
		<dc:creator>iMojo</dc:creator>
		<pubDate>Wed, 19 Oct 2005 19:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-10058</guid>
		<description>Plain and simple...  
Browser presentation and content layout should primarily be CSS but good old tables will most likely always have a use.  A site such as ESPN displays tons of tabular data (think spreadsheet).  Code for this type of content utilizing spans and divs only is much harder to edit and maintain.  As a result developers still end up using table tags hence their creep into everyday use.  Using valid table tag markup works fine so why not use it.  For sectional content layout and style presentation then its CSS ofcourse.  

My 2 cents.</description>
		<content:encoded><![CDATA[<p>Plain and simple&#8230;<br />
Browser presentation and content layout should primarily be CSS but good old tables will most likely always have a use.  A site such as ESPN displays tons of tabular data (think spreadsheet).  Code for this type of content utilizing spans and divs only is much harder to edit and maintain.  As a result developers still end up using table tags hence their creep into everyday use.  Using valid table tag markup works fine so why not use it.  For sectional content layout and style presentation then its CSS ofcourse.  </p>
<p>My 2 cents.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9971</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 16 Oct 2005 01:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9971</guid>
		<description>I'm guessing it's a limitation of their inhouse content management system, and that they probably have some WYSIWYG editor parts of their site.  It's been my experience in commercial environments that CMS's are very good for templated content pages, but that they don't work well for one off pages.

Sounds as though part of the original team has departed, and that they maybe don't have the technical knowledge in house, or well documented.

Just a hunch.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing it&#8217;s a limitation of their inhouse content management system, and that they probably have some WYSIWYG editor parts of their site.  It&#8217;s been my experience in commercial environments that CMS&#8217;s are very good for templated content pages, but that they don&#8217;t work well for one off pages.</p>
<p>Sounds as though part of the original team has departed, and that they maybe don&#8217;t have the technical knowledge in house, or well documented.</p>
<p>Just a hunch.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: deronsizemore</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9930</link>
		<dc:creator>deronsizemore</dc:creator>
		<pubDate>Fri, 14 Oct 2005 14:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9930</guid>
		<description>I'm with some others here.  I by no means would consider myself a CSS expert, but I have not used a single table for over a year and I just can't think in "tables" anymore.  I never was that good with tables anyway and for me CSS seems easier.  I guess it comes down to the way you think and I think in CSS not tables.  I never could get the concept of all the nesting of tables.  All of my older layouts turned out horrible with tables.  I'm sticking with CSS even if there are some minor browser issues.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with some others here.  I by no means would consider myself a CSS expert, but I have not used a single table for over a year and I just can&#8217;t think in &#8220;tables&#8221; anymore.  I never was that good with tables anyway and for me CSS seems easier.  I guess it comes down to the way you think and I think in CSS not tables.  I never could get the concept of all the nesting of tables.  All of my older layouts turned out horrible with tables.  I&#8217;m sticking with CSS even if there are some minor browser issues.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lajkonik86</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9910</link>
		<dc:creator>lajkonik86</dc:creator>
		<pubDate>Thu, 13 Oct 2005 21:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9910</guid>
		<description>well  is always done very fast.
With the problems with min-height hacks in opera, having to use 2 divs for padding, not slipping in any ie bug stuffies, problems with clear:both in firefox, well not really a problem but harder to work with.
Wel it might just be me, but i think even paul comes up with  faster then the correct css :P

Still prefer CSS anytime, fast loading pages are nice :)</description>
		<content:encoded><![CDATA[<p>well  is always done very fast.<br />
With the problems with min-height hacks in opera, having to use 2 divs for padding, not slipping in any ie bug stuffies, problems with clear:both in firefox, well not really a problem but harder to work with.<br />
Wel it might just be me, but i think even paul comes up with  faster then the correct css :P</p>
<p>Still prefer CSS anytime, fast loading pages are nice :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dean C</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9907</link>
		<dc:creator>Dean C</dc:creator>
		<pubDate>Thu, 13 Oct 2005 19:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9907</guid>
		<description>&lt;blockquote&gt;Tables are easier and quicker to programme and they work more or less the same in all browsers. The problem with CSS is cross browser compatibility, if they all worked like firefox then life would be sweet, but we are still programming for ie 5.1 mac, which is not such a walk in the park. So I can understand how people can just slap a bit of tabling in for a quick fix and I think this will continue until we can kill off all the older browsers.&lt;/blockquote&gt;

Had you said that 2 years ago. Fine. But we're now in 2005 and so what if we have to mess around to get it to work in IE5? It's hardly that much work anymore with all the excellent hacks out there. If you know CSS and how it works (granted I'm still learning), you can whip up something just as fast (if not faster) using CSS :)</description>
		<content:encoded><![CDATA[<blockquote><p>Tables are easier and quicker to programme and they work more or less the same in all browsers. The problem with CSS is cross browser compatibility, if they all worked like firefox then life would be sweet, but we are still programming for ie 5.1 mac, which is not such a walk in the park. So I can understand how people can just slap a bit of tabling in for a quick fix and I think this will continue until we can kill off all the older browsers.</p></blockquote>
<p>Had you said that 2 years ago. Fine. But we&#8217;re now in 2005 and so what if we have to mess around to get it to work in IE5? It&#8217;s hardly that much work anymore with all the excellent hacks out there. If you know CSS and how it works (granted I&#8217;m still learning), you can whip up something just as fast (if not faster) using CSS :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mel81</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9882</link>
		<dc:creator>Mel81</dc:creator>
		<pubDate>Thu, 13 Oct 2005 10:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9882</guid>
		<description>I tend to agree with Alex, tables only tend to be easier for the table coder, if you are used to using css for layouts and havn't used tables for years then its a lot easier to just code a css layout. I tend to think what has happened is that they have hired new web developers over time and the new web developers are not used to coding in css so as time goes on the website slowly saw tables crepping back in to the layout.</description>
		<content:encoded><![CDATA[<p>I tend to agree with Alex, tables only tend to be easier for the table coder, if you are used to using css for layouts and havn&#8217;t used tables for years then its a lot easier to just code a css layout. I tend to think what has happened is that they have hired new web developers over time and the new web developers are not used to coding in css so as time goes on the website slowly saw tables crepping back in to the layout.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jont17</title>
		<link>http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9876</link>
		<dc:creator>jont17</dc:creator>
		<pubDate>Thu, 13 Oct 2005 08:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2005/10/12/is-espn-returning-to-the-nest/#comment-9876</guid>
		<description>Tables are easier and quicker to programme and they work more or less the same in all browsers. The problem with CSS is cross browser compatibility, if they all worked like firefox then life would be sweet, but we are still programming for ie 5.1 mac, which is not such a walk in the park. So I can understand how people can just slap a bit of tabling in for a quick fix and I think this will continue until we can kill off all the older browsers.</description>
		<content:encoded><![CDATA[<p>Tables are easier and quicker to programme and they work more or less the same in all browsers. The problem with CSS is cross browser compatibility, if they all worked like firefox then life would be sweet, but we are still programming for ie 5.1 mac, which is not such a walk in the park. So I can understand how people can just slap a bit of tabling in for a quick fix and I think this will continue until we can kill off all the older browsers.</p>]]></content:encoded>
	</item>
</channel>
</rss>
