[WSG] website will not show in Safari

2004-09-25 Thread Parker Torrence
Greetings All,

My name is Parker and I have a problem that is effecting a number of
my websites on a number of domains. It seems that they will not
display in Safari. (but I'm told that the favicon does show up.)

I've selected one site in the hopes that someone will be able to help me.
url: http://www.unfolded.net/webdesign/parker.php
it is valid xhtml:
[http://validator.w3.org/check?uri=http%3A%2F%2Funfolded.net%2Fwebdesign%2Fparker.php]
and valid css: 
[http://jigsaw.w3.org/css-validator/validator?uri=http://unfolded.net/webdesign/parker.php]

If this helps any, here is the top of my page
?xml version=1.0 encoding=iso-8859-14?!DOCTYPE html PUBLIC
-//W3C//DTD XHTML 1.0 Strict//EN
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en  lang=en
head
meta http-equiv=content-type content=text/html; charset=iso-8859-14 /
meta name=resource-type content=document /
meta name=generator content=handmade by Unfolded WebDesign
unfolded.net/webdesign/ /
meta http-equiv=distribution content=Global /
meta http-equiv=imagetoolbar content=no /

titlePortfolio of Parker Torrence/title

!-- to correct the unsightly Flash of Unstyled Content.
http://www.bluerobot.com/web/css/fouc.asp --
script type=text/javascript/script


style type=text/css media=all
@import url(css/parker.css);
/style

/head

Thank you for any and all help,
Parker
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] website will not show in Safari

2004-09-25 Thread Roger Johansson
On 25 sep 2004, at 17.14, Parker Torrence wrote:
Greetings All,
My name is Parker and I have a problem that is effecting a number of
my websites on a number of domains. It seems that they will not
display in Safari. (but I'm told that the favicon does show up.)
?xml version=1.0 encoding=iso-8859-14?
meta http-equiv=content-type content=text/html; 
charset=iso-8859-14 /
You're right. Nothing at all shows up in Safari. Not even when you view 
source. I'm guessing it has something to do with the character encoding 
you have specified, iso-8859-14, which looks like a typo. Try 
changing it to iso-8859-1 and it should work better.

/Roger
--
http://www.456bereastreet.com/
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] website will not show in Safari

2004-09-25 Thread Lennart Fylling
Roger Johansson wrote:
 On 25 sep 2004, at 17.14, Parker Torrence wrote:
 
 Greetings All,
 
 My name is Parker and I have a problem that is effecting a number of
 my websites on a number of domains. It seems that they will not
 display in Safari. (but I'm told that the favicon does show up.)
 
 ?xml version=1.0 encoding=iso-8859-14?
 meta http-equiv=content-type content=text/html;
 charset=iso-8859-14 /
 
 You're right. Nothing at all shows up in Safari. Not even when you
 view source. I'm guessing it has something to do with the character
 encoding you have specified, iso-8859-14, which looks like a typo.
 Try changing it to iso-8859-1 and it should work better.

I'm not an expert, but it seems that Rogers suggestion is worth a try. 

-- 
Lennart Fylling
http://lennart-fylling.com



**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] website will not show in Safari

2004-09-25 Thread Parker Torrence
On Sat, 25 Sep 2004 17:34:47 +0200, Roger Johansson
[EMAIL PROTECTED] wrote:
 You're right. Nothing at all shows up in Safari. Not even when you view
 source. I'm guessing it has something to do with the character encoding
 you have specified, iso-8859-14, which looks like a typo. Try
 changing it to iso-8859-1 and it should work better.

not a typo http://www.wordiq.com/definition/ISO_8859-14 but I'm
willing to try anything short of going back to html
http://www.unfolded.net/webdesign/parker-1.php using iso-8859-1
http://www.unfolded.net/webdesign/parker-wasp-t.php using a WaSP
template w/o character encoding.

Roger and Lennart thanks for the help with this.

Parker
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] website will not show in Safari

2004-09-25 Thread Lennart Fylling
Parker Torrence wrote:
 Roger and Lennart thanks for the help with this.

 Parker

You can count on us Scandinavians (the few of us interrested in
webstandards).

--
Lennart Fylling
http://lennart-fylling.com
type Standards Compliant Web Solutions /type

 **
 The discussion list for  http://webstandardsgroup.org/

 Proud presenters of Web Essentials 04 http://we04.com/
  Web standards, accessibility, inspiration, knowledge
 To be held in Sydney, September 30 and October 1, 2004

  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **


**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] website will not show in Safari

2004-09-25 Thread Roger Johansson
On 25 sep 2004, at 19.32, Parker Torrence wrote:
not a typo http://www.wordiq.com/definition/ISO_8859-14 but I'm
Ok. It isn't listed in Safari's list of character encodings, so I guess 
Safari just doesn't support it.

http://www.unfolded.net/webdesign/parker-1.php using iso-8859-1
http://www.unfolded.net/webdesign/parker-wasp-t.php using a WaSP
template w/o character encoding.
Both pages display in Safari, with no obvious problems.
/Roger
--
http://www.456bereastreet.com/
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] website will not show in Safari

2004-09-25 Thread Parker Torrence
  http://www.unfolded.net/webdesign/parker-1.php using iso-8859-1
  http://www.unfolded.net/webdesign/parker-wasp-t.php using a WaSP
  template w/o character encoding.
 
 Both pages display in Safari, with no obvious problems.
  
 /Roger

Great thanks for the help.

Parker
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**