HighDots Forums  

Why does Firefox fail to enterpret html sometimes?

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Why does Firefox fail to enterpret html sometimes? in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rich
 
Posts: n/a

Default Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 03:10 PM







Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

Thanks

Rich
To email me remove the dog from my address.

Reply With Quote
  #2  
Old   
Alan Cole
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 03:32 PM






In article <424daa44.37785764 (AT) news (DOT) individual.net>,
AdogAnotes3 (AT) aol (DOT) com (Rich) wrote:

Maybe because the file doesn't have a .htm suffix (or .html or .shtml)

Al.

--
Alan Cole. E-mail: justal at lineone dot net
http://www.forces-of-nature.co.uk [Coastal Sports]
http://www.pixelwave.co.uk [Website Design, hosting and promotion]


Reply With Quote
  #3  
Old   
Windsun
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 03:56 PM



Because you have no doctype specified for one reason.

-------------------------------------------------------------------------------
"Rich" <AdogAnotes3 (AT) aol (DOT) com> wrote

Quote:
Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

Thanks

Rich
To email me remove the dog from my address.



Reply With Quote
  #4  
Old   
ato_zee@hotmail.com
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 04:06 PM




On 1-Apr-2005, AdogAnotes3 (AT) aol (DOT) com (Rich) wrote:

Quote:
Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

Thanks
Checking the html with a validator it reports 20
errors, not uncommon with stuff produced by MS$ FP.
MS browsers are incredibly tolerant of errors produced
by FP. I abandoned FP in disgust many years
ago.

CSE HTML Validator Professional v4.03 (Registered)
Checking "C:\Documents and Settings\********\Desktop\destinations.htm"
(15935 bytes).
File date is 01 April 2005 at 21:53:46.
File validated on 01 April 2005 at 21:54:45.

Number of lines checked: 313 in 0.79 seconds
Number of programs run: 387
Number of lines in HTML file: 360 (86.9% of lines checked)
Number of lines ignored: 47
Number of character entities: 57
Number of tags: 253
Number of closing tags: 187 (73.9% of tags closed)
Number of <% ... %> sections: 0
Number of HTML comments: 8

Number of validator comments: 7
Number of messages: 6
Number of errors: 20 (first in line 14) <<-----<<------
Number of warnings: 20 (first in line 63)

He may have serious problems getting ranked.
I see it's also using CSS, bet if I validated the CSS as
well it would also have loads of errors.

Wouldn't link to this, myself, but it's up to you.


Reply With Quote
  #5  
Old   
Windsun
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 04:22 PM



Actually that page will not validate at all for HTML since no doctype is
specified.

And the errors you see have nothing to do with Frontpage.

-------------------------------------------------------------------------------
<ato_zee (AT) hotmail (DOT) com> wrote

Quote:
On 1-Apr-2005, AdogAnotes3 (AT) aol (DOT) com (Rich) wrote:

Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

Thanks

Checking the html with a validator it reports 20
errors, not uncommon with stuff produced by MS$ FP.
MS browsers are incredibly tolerant of errors produced
by FP. I abandoned FP in disgust many years
ago.

CSE HTML Validator Professional v4.03 (Registered)
Checking "C:\Documents and Settings\********\Desktop\destinations.htm"
(15935 bytes).
File date is 01 April 2005 at 21:53:46.
File validated on 01 April 2005 at 21:54:45.

Number of lines checked: 313 in 0.79 seconds
Number of programs run: 387
Number of lines in HTML file: 360 (86.9% of lines checked)
Number of lines ignored: 47
Number of character entities: 57
Number of tags: 253
Number of closing tags: 187 (73.9% of tags closed)
Number of <% ... %> sections: 0
Number of HTML comments: 8

Number of validator comments: 7
Number of messages: 6
Number of errors: 20 (first in line 14) <<-----<<------
Number of warnings: 20 (first in line 63)

He may have serious problems getting ranked.
I see it's also using CSS, bet if I validated the CSS as
well it would also have loads of errors.

Wouldn't link to this, myself, but it's up to you.



Reply With Quote
  #6  
Old   
davidof
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 04:59 PM



Rich wrote:
Quote:
Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.
This is not a problem with firefox. The web server is returning the
Content-Type as text/plain in the HTTP header. There is nothing special
about html, pdf, jpeg, they are just streams of bytes, what governs what
type they are is the MIME header type sent by the server.

----------------------
http://www.abcseo.com/


Reply With Quote
  #7  
Old   
davidof
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 04:59 PM



Rich wrote:
Quote:
Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.
This is not a problem with firefox. The web server is returning the
Content-Type as text/plain in the HTTP header. There is nothing special
about html, pdf, jpeg, they are just streams of bytes, what governs what
type they are is the MIME header type sent by the server.

----------------------
http://www.abcseo.com/


Reply With Quote
  #8  
Old   
Paul Burke
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 05:52 PM



On Fri, 01 Apr 2005 20:10:20 GMT, AdogAnotes3 (AT) aol (DOT) com (Rich) wrote:

Quote:
Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

Thanks

Rich
To email me remove the dog from my address.
I won't work simply because it fails validation.
Fix that, and your problems should go, as long as you fixed any box
model bugs (if you are using them) and most of those errors should be
handled by CSS anyway.

And don't forget to add a DTD

http://www.htmlhelp.com/cgi-bin/vali...s&warnings=yes

Valid html makes cross browser compatability easier.

HTH
Paul


http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


Reply With Quote
  #9  
Old   
ato_zee@hotmail.com
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 05:55 PM




On 1-Apr-2005, "Windsun" <wind-sun (AT) earthlink (DOT) net> wrote:

Quote:
Actually that page will not validate at all for HTML since no doctype is
specified.

And the errors you see have nothing to do with Frontpage.
But it displays ok with MS$ IE.


Reply With Quote
  #10  
Old   
Guy Macon
 
Posts: n/a

Default Re: Why does Firefox fail to enterpret html sometimes? - 04-01-2005 , 06:08 PM






davidof wrote:

Quote:
Rich wrote:

Here's an example of a page that my copy of Firefox is not
entepreting:

http://www.cocosee.com/destinations

I just see html in the browser window.

This is not a problem with firefox. The web server is returning the
Content-Type as text/plain in the HTTP header. There is nothing special
about html, pdf, jpeg, they are just streams of bytes, what governs what
type they are is the MIME header type sent by the server.
Internet Explorer, on the other hand, *does* have a problem.
It is displaying something with Content-Type: text/plain as HTML.
That's a bug, and a serious one. It can fool unskilled web authors
into thinking that they are making HTML webpages when they are not.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.