<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016186" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016186</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/whats-more-efficient-html#comment-1093960</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  when in doubt, time it:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&#039;javascript&#039;&amp;gt;&lt;br /&gt;
var start = new Date().getTime();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
...body contents...&lt;br /&gt;
...tables, images, etc...&lt;br /&gt;
&amp;lt;script language=&#039;javascript&#039;&amp;gt;&lt;br /&gt;
var end = new Date().getTime();&lt;br /&gt;
alert(start + &#039;\n&#039; + end + &#039;\n&#039; + (end - start))&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Nov 2001 21:53:57 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1093960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/whats-more-efficient-html#comment-1093900</link>
    <description> &lt;p&gt;No real preference on the code, just a note to remind you that Netscape doesn&#039;t always render bgcolor properly in nested tables.  If you nest, you&#039;ll need to add a background image of the color to the tds to have the color render properly.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Nov 2001 20:26:20 +0000</pubDate>
 <dc:creator>Tiffany_M</dc:creator>
 <guid isPermaLink="false">comment 1093900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/whats-more-efficient-html#comment-1093810</link>
    <description> &lt;p&gt;Here is my short version... Table contents are not displayed untill the browser heres &quot;&quot; for the outmost table.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Nov 2001 10:03:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1093810 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/whats-more-efficient-html#comment-1093759</link>
    <description> &lt;p&gt;Not a big difference when you are using only a couple of nested tables.  Lot of sites have loading problems in netscape because they create one main table at the very top of the page and then have several tables within.  That is the problem.  If you have several tables and nested tables within then the best way is to have a series of tables.  Because in netscape (I don&#039;t know about version 6+) tables are loaded one by one and when you have a series they are loaded one by one and you can see them loading - otherwise, you have to wait till  the main big table of the page is fully loaded before you see anything.&lt;/p&gt;
&lt;p&gt;e.g.:&lt;/p&gt;
&lt;p&gt;content&lt;br /&gt;
content&lt;br /&gt;
content&lt;/p&gt;
&lt;p&gt;content&lt;br /&gt;
content&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Nov 2001 23:53:03 +0000</pubDate>
 <dc:creator>Gurudev</dc:creator>
 <guid isPermaLink="false">comment 1093759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/whats-more-efficient-html#comment-1093756</link>
    <description> &lt;p&gt;To much on such a small scale they are similar thing, except the bottom option is bigger, but instead of using the spacer gif use the non breaking sace tag thingy &amp;amp;nbsp;&lt;br /&gt;
Netscape doesnt like empty cells, but using the above is ok.&lt;br /&gt;
nesting tables is sometimes easier and faster, the browser read you tables code then displays it, having one really big table can take longer then say one or two smaler tables, IE gives the impression its loading faster (and sometimes does), kinda like a anitalised gif loading, takes the same time but you see it loading so appears faster.&lt;/p&gt;
&lt;p&gt;I think it was Netscape that gave us tables&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Nov 2001 23:39:47 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1093756 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
