<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032919" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032919</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1193200</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dk01 wrote:&lt;/strong&gt; Yes this is true.  And at the moment  tags are more semantically valid than the abstract  tag.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I don&#039;t know, I think this could lead to mis-use of the p tag. P is for paragraph - that&#039;s it. So defining layout elements that aren&#039;t paragraphs as paragraphs is the same sort of abuse discussed above with the tables and lists as layout elements.&lt;/p&gt;
&lt;p&gt;The DIV tag is meant for this sort of purpose. It is a generic contaniner meant to hold collections of other elements.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.htmlhelp.com/reference/html40/block/div.html&quot; class=&quot;bb-url&quot;&gt;http://www.htmlhelp.com/reference/html40/block/div.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3.org/TR/html4/struct/global.html#edef-DIV&quot; class=&quot;bb-url&quot;&gt;http://www.w3.org/TR/html4/struct/global.html#edef-DIV&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Feb 2006 16:18:14 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1193200 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1193170</link>
    <description> &lt;p&gt;Simply just use XHTML / CSS because it loads faster. It&#039;s really that simple.&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Feb 2006 03:19:03 +0000</pubDate>
 <dc:creator>EGS</dc:creator>
 <guid isPermaLink="false">comment 1193170 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1193143</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;mrksoliz wrote:&lt;/strong&gt; just a quick reply you don&#039;t have to use DIV&#039;s with css it is possible to use the  tags with the class or id inside the tag. you get the same outcome.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes this is true.  And at the moment  tags are more semantically valid than the abstract  tag.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Feb 2006 19:17:46 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1193143 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1193139</link>
    <description> &lt;p&gt;just a quick reply you don&#039;t have to use DIV&#039;s with css it is possible to use the  tags with the class or id inside the tag. you get the same outcome.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Feb 2006 16:16:05 +0000</pubDate>
 <dc:creator>mrksoliz</dc:creator>
 <guid isPermaLink="false">comment 1193139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192936</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; Just wanted to mention FF does allow sloppy code, they didn&#039;t use to but now do. Netscape is still the strickest browser but they too are becoming relaxed. All browsers allow sloppy code to an extreme - A step backwards to allow IE to catch up?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is true but it&#039;s only thanks to the XHTML 1.0 DTD (allows for transitional) and depends on whether you are serving your page as html or as xml.  If you serve your document as XHTML 1.1 or as XHTML 1.0 Strict then you should be serving the page as XML.  If you make an error in your XML then Firefox will throw an error.  &lt;/p&gt;
&lt;p&gt;You are correct though that at the moment FF allows for older/sloppy code. The next step is to go from Transitional to Strict (not all sites need to do so yet until IE7 comes out).&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 21:55:59 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192936 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192934</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dk01 wrote:&lt;/strong&gt; Have you ever used Firefox?!?! It parses tables perfectly if your code is correct (closed all tags, no typos).  I think you must have some incorrect code in your page and this causes Firefox to barf out your page.  Firefox should not go fixing your sloppy code whereas IE does this for you but includes many bugs.  It is generally accepted by coders that Firefox is the best browser at parsing code &lt;strong&gt;because it does not allow you to cut corners and write bad code.&lt;/strong&gt;  ...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Just wanted to mention FF does allow sloppy code, they didn&#039;t use to but now do. Netscape is still the strickest browser but they too are becoming relaxed. All browsers allow sloppy code to an extreme - A step backwards to allow IE to catch up?&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 21:14:03 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1192934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192932</link>
    <description> &lt;p&gt;ahhhh nothing beats this thread for arguments &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 20:54:18 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1192932 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>WOW! I can&#039;t believe this.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192930</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; I wont change it for any reason!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So why are you in the debate?!?  You are criticizing people for conforming to what the hypothetical &quot;man&quot; says yet you are so hard headed you can&#039;t aren&#039;t even willing to look at any other views! Hypocrisy abound!&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; I have found the more you mess with anything, the worse it gets Not Better. Every time a software mfg., comes out with a new version of a program. I give it a look, most of the time the older one is better. People seem to not be able to stay with anything, that works well. But instead like to create confusion. This confusion they call progress; Ha Ha.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This statement is exasperating really. According to your view of the world we should all go back and live in caves?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; As far as polotics go; I wont even get into that, it&#039;s worse than this issue. But find me anything! that is not infested with it anymore. Thats exactly what this debate is.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No its not about politics so if you could stop bringing it into the debate we could get back on topic.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; As far as a standard goes, tables are far more less trouble prone to problems than any other method.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;True but just because something is the easiest does not make it the best solution. Development is a process.  Sometimes code gets bloated and you need to find a more sleek solution.  Standards help expand the web&#039;s capabilities and help cut out useless and purposeless table code.  Adding meaning to the web is something you should read about. Its very interesting and helps people while still cutting code. I guess that&#039;s a theory being pushed by uninformed techies right?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; All browsers see them the same, with exceptions of the little red fox. I hate that piece of crap, and don&#039;t see for the life of me who even thinks it&#039;s better. I guess it&#039;s because the &quot;great ones&quot; told them it was.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Have you ever used Firefox?!?! It parses tables perfectly if your code is correct (closed all tags, no typos).  I think you must have some incorrect code in your page and this causes Firefox to barf out your page.  Firefox should not go fixing your sloppy code whereas IE does this for you but includes many bugs.  It is generally accepted by coders that Firefox is the best browser at parsing code because it does not allow you to cut corners and write bad code.  What are your reasons for not using it?  So far I have seen no sources or examples from you.  Just meaningless propaganda.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; So in the end it&#039;s nothing to worry about, from what I read they are going to shut us down anyway. So have fun while the sun is shining, dark days are coming.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Who are you talking about? Is the &quot;us&quot; you speak of the people who want to reverse time and think all change is bad change?  If so, I say good to shutting you down, and good riddance.&lt;/p&gt;
&lt;p&gt;I&#039;m sorry and I respect everyone&#039;s views here but there is so much unsubstantiated fodder in this last post that I had to respond with hostility to this apparently hard headed member. &lt;/p&gt;
&lt;p&gt;Due to the fact that I want this discussion to move forward in a positive way I beg for steve40 to start quoting sources or at least keep this discussion on topic.  Its fine to disagree, but coming up with evil conspiracy theories, not addressing questions posed to you, and calling software a &quot;piece of crap&quot; does nothing to further the debate. Show us something of subject or step aside and let those of us who are serious about this debate go forward.  &lt;/p&gt;
&lt;p&gt;I suggest you and anyone in this post read &lt;em&gt;The World is Flat&lt;/em&gt; by Thomas L. Freidman for a basic review of the history of protocols, the history of the web, and browser wars.&lt;/p&gt;
&lt;p&gt;-Jim&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 19:55:39 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192930 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192921</link>
    <description> &lt;p&gt;I work at making my sites conform to the standards, although I really don&#039;t know why. I have an old site that does not conform to any, and strangely it looks the same in any browser. I do use some css, and tables, I personally like tables it&#039;s the way I learned. And I wont change it for any reason!.&lt;/p&gt;
&lt;p&gt;I have found the more you mess with anything, the worse it gets Not Better. Every time a software mfg., comes out with a new version of a program. I give it a look, most of the time the older one is better. People seem to not be able to stay with anything, that works well. But instead like to create confusion. This confusion they call progress; Ha Ha.&lt;/p&gt;
&lt;p&gt;As far as polotics go; I wont even get into that, it&#039;s worse than this issue. But find me anything! that is not infested with it anymore. Thats exactly what this debate is.  &lt;/p&gt;
&lt;p&gt;As far as a standard goes, tables are far more less trouble prone to problems than any other method. All browsers see them the same, with exceptions of the little red fox. I hate that piece of crap, and don&#039;t see for the life of me who even thinks it&#039;s better. I guess it&#039;s because the &quot;great ones&quot; told them it was.&lt;/p&gt;
&lt;p&gt;So in the end it&#039;s nothing to worry about, from what I read they are going to shut us down anyway. So have fun while the sun is shining, dark days are coming.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 16:30:10 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1192921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/tables-vs-css-debate-split#comment-1192920</link>
    <description> &lt;p&gt;Some of us just don&#039;t want to &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 16:04:21 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1192920 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
