S
Steve Easton
Yes, optimize is available in FP 2003, but it's not something you really want to use
because it causes problems, and to be perfectly honest I fail to see the benefit of using
it.
The fastest loading web page ( not counting graphics ) is one that:
Has a correct doctype
Has a valid external style sheet.
Validates.
An incorrect or missing doctype forces a browser into "quirks mode" which basically
means the entire page has to be downloaded and available to the browser before the browser
can determine how to "try" render it.
A style sheet doesn't speed up the first page downloaded from a site, but it speeds up all
subsequent pages that use it because it's already in the browser cache files and doesn't
need to be downloaded again.
Valid html speeds up rendering the page in the browser, because the browser doesn't have
to compensate for errors / wait for then entire page to be downloaded before determining
how to render it.
The thing to keep in mind is that a computer / browser sees a web page as one continuous
stream ( string ) of data.
Starting with the doctype and ending with </html>
FP and other editing tools display it in neatly formatted lines of code and paragraphs,
just so we humans can make sense of it.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
because it causes problems, and to be perfectly honest I fail to see the benefit of using
it.
The fastest loading web page ( not counting graphics ) is one that:
Has a correct doctype
Has a valid external style sheet.
Validates.
An incorrect or missing doctype forces a browser into "quirks mode" which basically
means the entire page has to be downloaded and available to the browser before the browser
can determine how to "try" render it.
A style sheet doesn't speed up the first page downloaded from a site, but it speeds up all
subsequent pages that use it because it's already in the browser cache files and doesn't
need to be downloaded again.
Valid html speeds up rendering the page in the browser, because the browser doesn't have
to compensate for errors / wait for then entire page to be downloaded before determining
how to render it.
The thing to keep in mind is that a computer / browser sees a web page as one continuous
stream ( string ) of data.
Starting with the doctype and ending with </html>
FP and other editing tools display it in neatly formatted lines of code and paragraphs,
just so we humans can make sense of it.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm