<?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: Still throwing tables</title>
	<atom:link href="http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html</link>
	<description>Stopdesign is the creative outlet of Douglas Bowman.</description>
	<lastBuildDate>Tue, 04 May 2010 11:39:03 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Luke</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3446</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 20 Sep 2005 01:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3446</guid>
		<description>Thanks Douglas. I&#039;ve been using CSS on-and-off for a couple of years now but everytime I attempt to replace tables with CSS something usually goes askew.

Your online presentation is the first resource I&#039;ve found that actually clearly demonstrates proper use of absolute &amp; float positioning. I finally get it, thanks mate.</description>
		<content:encoded><![CDATA[<p>Thanks Douglas. I&#8217;ve been using CSS on-and-off for a couple of years now but everytime I attempt to replace tables with CSS something usually goes askew.</p>
<p>Your online presentation is the first resource I&#8217;ve found that actually clearly demonstrates proper use of absolute &#038; float positioning. I finally get it, thanks mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Bowman</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3445</link>
		<dc:creator>Douglas Bowman</dc:creator>
		<pubDate>Mon, 19 Sep 2005 18:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3445</guid>
		<description>Sakke: It&#039;s a means of hiding those rules from current versions of IE, since IE doesn&#039;t support the child selectors. Using html&gt;body is an easy way to ensure there&#039;s a direct parent&gt;child relationship. Sometimes, as in the rule your pointed out above, li might not always be a direct child of #nav. But body is always a direct child of html.</description>
		<content:encoded><![CDATA[<p>Sakke: It&#8217;s a means of hiding those rules from current versions of IE, since IE doesn&#8217;t support the child selectors. Using html>body is an easy way to ensure there&#8217;s a direct parent>child relationship. Sometimes, as in the rule your pointed out above, li might not always be a direct child of #nav. But body is always a direct child of html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakke</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3444</link>
		<dc:creator>Sakke</dc:creator>
		<pubDate>Mon, 19 Sep 2005 10:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3444</guid>
		<description>Hi,
I was just looking at your work and went to your css file ( http://stopdesign.com/examples/ms/css/final.css ).
Now I don&#039;t get why I keep finding html&gt;body before each #nav li.
Can you please tell me why this is necessary?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was just looking at your work and went to your css file ( <a href="http://stopdesign.com/examples/ms/css/final.css" rel="nofollow">http://stopdesign.com/examples/ms/css/final.css</a> ).<br />
Now I don&#8217;t get why I keep finding html>body before each #nav li.<br />
Can you please tell me why this is necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lothar Velling</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3443</link>
		<dc:creator>Lothar Velling</dc:creator>
		<pubDate>Thu, 15 Sep 2005 15:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3443</guid>
		<description>Thank you!!!
Since two weeks I am trying around without tables and never felt so free before. Feel like having vinced gravity. It will take a while til these teachings take effect on my own homepage (clients come first), but definately will take effective effect. Just once more - THANK YOU VERY VERY MUCH for these nice and clear words about this issue!!!</description>
		<content:encoded><![CDATA[<p>Thank you!!!<br />
Since two weeks I am trying around without tables and never felt so free before. Feel like having vinced gravity. It will take a while til these teachings take effect on my own homepage (clients come first), but definately will take effective effect. Just once more &#8211; THANK YOU VERY VERY MUCH for these nice and clear words about this issue!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BuddhaChu</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3442</link>
		<dc:creator>BuddhaChu</dc:creator>
		<pubDate>Fri, 09 Sep 2005 12:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3442</guid>
		<description>Man...

I just was looking at the table header example code from the presentation (link on page 7) and figured out something I&#039;ve been doing wrong all along and over-compensated for in my CSS (getting a border on the top and left of a table).

Thanx 4 the c0de!  I&#039;ll keep that nugget in my cranium for the next time I do some HTML/CSS work  :D</description>
		<content:encoded><![CDATA[<p>Man&#8230;</p>
<p>I just was looking at the table header example code from the presentation (link on page 7) and figured out something I&#8217;ve been doing wrong all along and over-compensated for in my CSS (getting a border on the top and left of a table).</p>
<p>Thanx 4 the c0de!  I&#8217;ll keep that nugget in my cranium for the next time I do some HTML/CSS work  :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Boone</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3441</link>
		<dc:creator>Ryan Boone</dc:creator>
		<pubDate>Thu, 08 Sep 2005 16:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3441</guid>
		<description>@47
&lt;em&gt;I&#039;ve seen some horribly borked sites on Safari owing to designers only making IE-compliant CSS.&lt;/em&gt;

The problem is that they are focusing on IE. IE has a history of little concern for web standards, so it should be the exception, not the rule when developing CSS. I&#039;m learning this early in my career, so I really don&#039;t understand why these corporate designers haven&#039;t led the charge.</description>
		<content:encoded><![CDATA[<p>@47<br />
<em>I&#8217;ve seen some horribly borked sites on Safari owing to designers only making IE-compliant CSS.</em></p>
<p>The problem is that they are focusing on IE. IE has a history of little concern for web standards, so it should be the exception, not the rule when developing CSS. I&#8217;m learning this early in my career, so I really don&#8217;t understand why these corporate designers haven&#8217;t led the charge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3440</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 05 Sep 2005 21:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3440</guid>
		<description>It seems to me that there&#039;s still too much variance across browsers/platforms to fully embrace table-less designs - especially at the enterprise level. I&#039;ve seen some horribly borked sites on Safari owing to designers only making IE-compliant CSS.</description>
		<content:encoded><![CDATA[<p>It seems to me that there&#8217;s still too much variance across browsers/platforms to fully embrace table-less designs &#8211; especially at the enterprise level. I&#8217;ve seen some horribly borked sites on Safari owing to designers only making IE-compliant CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark richman</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3439</link>
		<dc:creator>mark richman</dc:creator>
		<pubDate>Mon, 29 Aug 2005 21:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3439</guid>
		<description>Thanks Douglas. I installed Netscape 8 and everything worked fine. Version 6 sure was flaky!</description>
		<content:encoded><![CDATA[<p>Thanks Douglas. I installed Netscape 8 and everything worked fine. Version 6 sure was flaky!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Bowman</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3438</link>
		<dc:creator>Douglas Bowman</dc:creator>
		<pubDate>Mon, 29 Aug 2005 18:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3438</guid>
		<description>Mark (44): That&#039;s because Netscape 6 is a horrible browser in terms of CSS support. Many CSS layouts fail in Netscape 6, and barely do better than Netscape 4. Even Netscape admitted that version 6 was released way before it was ready.

Netscape 6&#039;s usage numbers are very, very low. That&#039;s because most anyone who still insists on using Netscape has upgraded to at least version 7, if not the latest version 8. (v7 and v8 are much better with CSS support.) To stay current with any users who still use Netscape, I&#039;d suggest upgrading as well. Or better yet, switch over to Mozilla or Firefox.

Netscape 6 isn&#039;t worth worrying about.</description>
		<content:encoded><![CDATA[<p>Mark (44): That&#8217;s because Netscape 6 is a horrible browser in terms of CSS support. Many CSS layouts fail in Netscape 6, and barely do better than Netscape 4. Even Netscape admitted that version 6 was released way before it was ready.</p>
<p>Netscape 6&#8242;s usage numbers are very, very low. That&#8217;s because most anyone who still insists on using Netscape has upgraded to at least version 7, if not the latest version 8. (v7 and v8 are much better with CSS support.) To stay current with any users who still use Netscape, I&#8217;d suggest upgrading as well. Or better yet, switch over to Mozilla or Firefox.</p>
<p>Netscape 6 isn&#8217;t worth worrying about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Richman</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3437</link>
		<dc:creator>Mark Richman</dc:creator>
		<pubDate>Mon, 29 Aug 2005 17:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3437</guid>
		<description>I though the presentation was fantastic. However...

When I try to use div&#039;s in Netscape, I wind up with an unreadable screen where areas are laid on top of each other. I am having this very problem with your microsoft page--I instruct Netscape 6 to display http://stopdesign.com/examples/ms/ and wind up with overlays all over the place.

Any reason this doesn&#039;t work in Netscape?

Thanks!</description>
		<content:encoded><![CDATA[<p>I though the presentation was fantastic. However&#8230;</p>
<p>When I try to use div&#8217;s in Netscape, I wind up with an unreadable screen where areas are laid on top of each other. I am having this very problem with your microsoft page&#8211;I instruct Netscape 6 to display <a href="http://stopdesign.com/examples/ms/" rel="nofollow">http://stopdesign.com/examples/ms/</a> and wind up with overlays all over the place.</p>
<p>Any reason this doesn&#8217;t work in Netscape?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Mitchell</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3436</link>
		<dc:creator>James Mitchell</dc:creator>
		<pubDate>Wed, 24 Aug 2005 21:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3436</guid>
		<description>Congratulations on 1 Year.

As a self-titled king of Tables, the last few months I have been working really hard to ditch the habit and do full CSS layouts (including the upcoming redesign of my site).

This presentation (first time I saw the presentation version) is awesome!  Very logical, simple, and well explained.  It has helped my minds eye better visualize the layout, float, and columnar views.  Thank You.

Heres to one more year!</description>
		<content:encoded><![CDATA[<p>Congratulations on 1 Year.</p>
<p>As a self-titled king of Tables, the last few months I have been working really hard to ditch the habit and do full CSS layouts (including the upcoming redesign of my site).</p>
<p>This presentation (first time I saw the presentation version) is awesome!  Very logical, simple, and well explained.  It has helped my minds eye better visualize the layout, float, and columnar views.  Thank You.</p>
<p>Heres to one more year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niky</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3435</link>
		<dc:creator>Niky</dc:creator>
		<pubDate>Sun, 21 Aug 2005 11:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3435</guid>
		<description>Some nice looking code you got there.

But I think as long as it is &lt;em&gt;possible&lt;/em&gt; and &lt;em&gt;easier&lt;/em&gt; for webdevelopers to use tables, they will continue to do so. Not that CSS should be forced onto them, but examples like this really show what is possible and also what the commercial advantages are.

Good work!</description>
		<content:encoded><![CDATA[<p>Some nice looking code you got there.</p>
<p>But I think as long as it is <em>possible</em> and <em>easier</em> for webdevelopers to use tables, they will continue to do so. Not that CSS should be forced onto them, but examples like this really show what is possible and also what the commercial advantages are.</p>
<p>Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3434</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 17 Aug 2005 04:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3434</guid>
		<description>&lt;cite&gt;The only situations I can see Tables fit is when your doing a site where you want one column fixed in its width and another column to fill up the empty space. Such as my site which I needed 2 columns with a couple of pixels in width, and the middle 100% but the rest is all CSS layed out&lt;/cite&gt;

You don&#039;t even need tables to do that.</description>
		<content:encoded><![CDATA[<p><cite>The only situations I can see Tables fit is when your doing a site where you want one column fixed in its width and another column to fill up the empty space. Such as my site which I needed 2 columns with a couple of pixels in width, and the middle 100% but the rest is all CSS layed out</cite></p>
<p>You don&#8217;t even need tables to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian De Rango</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3433</link>
		<dc:creator>Fabian De Rango</dc:creator>
		<pubDate>Mon, 15 Aug 2005 09:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3433</guid>
		<description>Hopefully, now Microsoft and the rest of the worlds webdevelopers and some users are coming into terms with webstandards and how to use them. Hopefully we will get a IE 7 which is CSS2 compliant, and a Microsoft Website which is cleaner. I find it very hard to show people the benifits of not using tables.

The only situations I can see Tables fit is when your doing a site where you want one column fixed in its width and another column to fill up the empty space. Such as my site which I needed 2 columns with a couple of pixels in width, and the middle 100% but the rest is all CSS layed out</description>
		<content:encoded><![CDATA[<p>Hopefully, now Microsoft and the rest of the worlds webdevelopers and some users are coming into terms with webstandards and how to use them. Hopefully we will get a IE 7 which is CSS2 compliant, and a Microsoft Website which is cleaner. I find it very hard to show people the benifits of not using tables.</p>
<p>The only situations I can see Tables fit is when your doing a site where you want one column fixed in its width and another column to fill up the empty space. Such as my site which I needed 2 columns with a couple of pixels in width, and the middle 100% but the rest is all CSS layed out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samhain</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3432</link>
		<dc:creator>samhain</dc:creator>
		<pubDate>Wed, 10 Aug 2005 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3432</guid>
		<description>Works a treat in Firefox, but the content-extra column refuses to float in IE6. It hangs about at the bottom of the previous column, properly indented, but not floating to the top.</description>
		<content:encoded><![CDATA[<p>Works a treat in Firefox, but the content-extra column refuses to float in IE6. It hangs about at the bottom of the previous column, properly indented, but not floating to the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Bowman</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3431</link>
		<dc:creator>Douglas Bowman</dc:creator>
		<pubDate>Wed, 10 Aug 2005 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3431</guid>
		<description>Thanks samhain. Fixed now.</description>
		<content:encoded><![CDATA[<p>Thanks samhain. Fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samhain</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3430</link>
		<dc:creator>samhain</dc:creator>
		<pubDate>Wed, 10 Aug 2005 19:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3430</guid>
		<description>Thanks for this.

One small quibble, this &lt;a href=&quot;http://www.stopdesign.com/examples/ms/home-08-maincol.html&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt; seems to point to the css file using &quot;localhost&quot; which makes it come up unformatted.</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
<p>One small quibble, this <a href="http://www.stopdesign.com/examples/ms/home-08-maincol.html" rel="nofollow">link</a> seems to point to the css file using &#8220;localhost&#8221; which makes it come up unformatted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tinus</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3429</link>
		<dc:creator>Tinus</dc:creator>
		<pubDate>Wed, 10 Aug 2005 16:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3429</guid>
		<description>Let&#039;s just hope Bill Gates himself is reading this too!</description>
		<content:encoded><![CDATA[<p>Let&#8217;s just hope Bill Gates himself is reading this too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Diaz</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3428</link>
		<dc:creator>Dustin Diaz</dc:creator>
		<pubDate>Wed, 10 Aug 2005 03:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3428</guid>
		<description>&lt;cite&gt;After experience with recoding Yahoo Search, I no longer believe in reworking (in CSS) some other organization&#039;s site, then publicly rubbing anyone&#039;s nose in it by posting the code for all to see&lt;/cite&gt;

That&#039;s nice. The folks over here would sure appreciate that. Being a developer for Yahoo!, we&#039;re fully aware of the code that needs reworking. You should also take into consideration the year it was developed too. Let&#039;s also not forget why some companies can get away with it: Eg: &lt;a href=&quot;http://www.webdevelopersjournal.com/columns/ajs_sloppy_html.html&quot; rel=&quot;nofollow&quot;&gt;In praise of Sloppy HTML&lt;/a&gt;. Sure there&#039;s arguments against it - and I don&#039;t need to be convinced of them (I agree).
Using the Yahoo! search was quite the attention getter. It&#039;s a simple formula.

1. Choose well-known website
2. Show everybody what&#039;s wrong with it
3. Fix it and tell why it&#039;s better

You&#039;ve made a wise decision not to make public examples anymore. It shows maturity.

Congrats on the one year.</description>
		<content:encoded><![CDATA[<p><cite>After experience with recoding Yahoo Search, I no longer believe in reworking (in CSS) some other organization&#8217;s site, then publicly rubbing anyone&#8217;s nose in it by posting the code for all to see</cite></p>
<p>That&#8217;s nice. The folks over here would sure appreciate that. Being a developer for Yahoo!, we&#8217;re fully aware of the code that needs reworking. You should also take into consideration the year it was developed too. Let&#8217;s also not forget why some companies can get away with it: Eg: <a href="http://www.webdevelopersjournal.com/columns/ajs_sloppy_html.html" rel="nofollow">In praise of Sloppy HTML</a>. Sure there&#8217;s arguments against it &#8211; and I don&#8217;t need to be convinced of them (I agree).<br />
Using the Yahoo! search was quite the attention getter. It&#8217;s a simple formula.</p>
<p>1. Choose well-known website<br />
2. Show everybody what&#8217;s wrong with it<br />
3. Fix it and tell why it&#8217;s better</p>
<p>You&#8217;ve made a wise decision not to make public examples anymore. It shows maturity.</p>
<p>Congrats on the one year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Brown</title>
		<link>http://stopdesign.com/archive/2005/07/27/still-throwing-tables.html#comment-3427</link>
		<dc:creator>Ian Brown</dc:creator>
		<pubDate>Tue, 09 Aug 2005 00:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=265#comment-3427</guid>
		<description>Great work on the reworking of the Microsoft site. I can understand why you can feel a little apprehensive about posting the code in the public domain, as you mentioned early on within these comments. It&#039;s not always good to show people the errors of their ways, some people don&#039;t take kindly to being shown a reasonably simple solution to a major problem.

However, I find it to be incredibly helpful. And for that, I send many thanks.</description>
		<content:encoded><![CDATA[<p>Great work on the reworking of the Microsoft site. I can understand why you can feel a little apprehensive about posting the code in the public domain, as you mentioned early on within these comments. It&#8217;s not always good to show people the errors of their ways, some people don&#8217;t take kindly to being shown a reasonably simple solution to a major problem.</p>
<p>However, I find it to be incredibly helpful. And for that, I send many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
