Re: Yet another Netscape 4.75 question ...

2002-02-06 Thread Maureen

At 11:20 AM 1/9/02, Dimo wrote:

I thought the problem could be somewhere along this line, but wasn't
sure, since IE and NN 6.2 process the page with a normal speed. I'll try
to decrease the number of tables... geez, 18 tables... did I really need
that many of them? :)

Almost never.  It's better to use multiple tables at the same level than to 
nest like this.  But if you find that you must nest, make sure you have 
absolute table widths on each table, rather than a percentage or no 
width.  They render much faster with the absolute width, even in Netscape.
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Yet another Netscape 4.75 question ...

2002-01-09 Thread Christian Abad

Dimo:

Your problem is the 18 nested tables you use to display the page.  Netscape
parses tables from the innermost to the outermost, and will not render the
page until ALL of the tables have been parsed.  To get your page to load
faster in Netscape, reduce the number of NESTED tables you are using.

HTH

Christian N. Abad
ColdFusion Web Developer

-Original Message-
From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 11:09 AM
To: CF-Talk
Subject: Yet another Netscape 4.75 question ...


Sorry to bring this hairy issue again, but I am having issues with 4.7x
versions of Netscape. I have a page that when loaded in IE or NN 6.2
loads normally fast. However, when I load this page in NN 4.75 it loads,
then the browser screen remains blank for a 2-3-4 seconds, and then
Netscape renders the page. This may seem to some users like a blank page
and then can surf away from it.

Has anyone ever had a similar issue or does anyone have any ideas what
could be the problem? One particular thing about this page is that there
are several nested tables, also, the code validates ok, so all tags are
closed properly.

The page address is: http://mirror.law.georgetown.edu/newcle/about.cfm

Thanks for any help,
Dimo




_

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com



__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Yet another Netscape 4.75 question ...

2002-01-09 Thread Dimo Michailov

Thanks Christian:

I thought the problem could be somewhere along this line, but wasn't 
sure, since IE and NN 6.2 process the page with a normal speed. I'll try 
to decrease the number of tables... geez, 18 tables... did I really need 
that many of them? :)

Cheers,
Dimo

Christian Abad wrote:

 Dimo:
 
 Your problem is the 18 nested tables you use to display the page.  Netscape
 parses tables from the innermost to the outermost, and will not render the
 page until ALL of the tables have been parsed.  To get your page to load
 faster in Netscape, reduce the number of NESTED tables you are using.
 
 HTH
 
 Christian N. Abad
 ColdFusion Web Developer
 
 -Original Message-
 From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 09, 2002 11:09 AM
 To: CF-Talk
 Subject: Yet another Netscape 4.75 question ...
 
 
 Sorry to bring this hairy issue again, but I am having issues with 4.7x
 versions of Netscape. I have a page that when loaded in IE or NN 6.2
 loads normally fast. However, when I load this page in NN 4.75 it loads,
 then the browser screen remains blank for a 2-3-4 seconds, and then
 Netscape renders the page. This may seem to some users like a blank page
 and then can surf away from it.
 
 Has anyone ever had a similar issue or does anyone have any ideas what
 could be the problem? One particular thing about this page is that there
 are several nested tables, also, the code validates ok, so all tags are
 closed properly.
 
 The page address is: http://mirror.law.georgetown.edu/newcle/about.cfm
 
 Thanks for any help,
 Dimo
 
 
 
 
 _
 
 Do You Yahoo!?
 
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 
 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Yet another Netscape 4.75 question ...

2002-01-09 Thread Bryan Stevenson

I have this happen as well but in NS 4.06.  I can tell you that NS renders tables much 
slower than
IE (when there is a lot of tables anyways), but I suspect there is more to it than 
that.

Bryan Stevenson
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
p. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com

- Original Message -
From: Dimo Michailov [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, January 09, 2002 8:08 AM
Subject: Yet another Netscape 4.75 question ...


 Sorry to bring this hairy issue again, but I am having issues with 4.7x
 versions of Netscape. I have a page that when loaded in IE or NN 6.2
 loads normally fast. However, when I load this page in NN 4.75 it loads,
 then the browser screen remains blank for a 2-3-4 seconds, and then
 Netscape renders the page. This may seem to some users like a blank page
 and then can surf away from it.

 Has anyone ever had a similar issue or does anyone have any ideas what
 could be the problem? One particular thing about this page is that there
 are several nested tables, also, the code validates ok, so all tags are
 closed properly.

 The page address is: http://mirror.law.georgetown.edu/newcle/about.cfm

 Thanks for any help,
 Dimo




 _

 Do You Yahoo!?

 Get your free @yahoo.com address at http://mail.yahoo.com


 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Yet another Netscape 4.75 question ...

2002-01-09 Thread Douglas Brown

Another thing that I noticed with NS 4.75 is the amount of whitespace 
that is present. I would view your source and check and see if you have 
it in yours. Mine had about 600 lines of white space in it.



There are two major products that come out of Berkeley: LSD and [Unix] 
BSD. We don't believe this to be a coincidence.



Doug Brown
- Original Message - 
From: Dimo Michailov [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, January 09, 2002 8:20 AM
Subject: Re: Yet another Netscape 4.75 question ...


 Thanks Christian:
 
 I thought the problem could be somewhere along this line, but wasn't 
 sure, since IE and NN 6.2 process the page with a normal speed. I'll 
try 
 to decrease the number of tables... geez, 18 tables... did I really 
need 
 that many of them? :)
 
 Cheers,
 Dimo
 
 Christian Abad wrote:
 
  Dimo:
  
  Your problem is the 18 nested tables you use to display the page.  
Netscape
  parses tables from the innermost to the outermost, and will not 
render the
  page until ALL of the tables have been parsed.  To get your page to 
load
  faster in Netscape, reduce the number of NESTED tables you are 
using.
  
  HTH
  
  Christian N. Abad
  ColdFusion Web Developer
  
  -Original Message-
  From: Dimo Michailov [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 09, 2002 11:09 AM
  To: CF-Talk
  Subject: Yet another Netscape 4.75 question ...
  
  
  Sorry to bring this hairy issue again, but I am having issues with 
4.7x
  versions of Netscape. I have a page that when loaded in IE or NN 6.2
  loads normally fast. However, when I load this page in NN 4.75 it 
loads,
  then the browser screen remains blank for a 2-3-4 seconds, and then
  Netscape renders the page. This may seem to some users like a blank 
page
  and then can surf away from it.
  
  Has anyone ever had a similar issue or does anyone have any ideas 
what
  could be the problem? One particular thing about this page is that 
there
  are several nested tables, also, the code validates ok, so all tags 
are
  closed properly.
  
  The page address is: 
http://mirror.law.georgetown.edu/newcle/about.cfm
  
  Thanks for any help,
  Dimo
  
  
  
  
  _
  
  Do You Yahoo!?
  
  Get your free @yahoo.com address at http://mail.yahoo.com
  
  
  
  
 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists