A
Adrienne Boswell
Sorry, couldn't think of a better subject line, but I thought you all
might get a kick out of this.
I have a client who wanted to add a "plug-in" to his existing site so his
visitors could access an online store. Okay, got the snippet from the
provider. The provider says that it must be XHTML - okay, and so I serve
it as application/xhtml+xml for supporting browsers and html for others.
Oh shit! The damned snippet is wrong because their markup is foobar
(link element in the body, mal-formed comments, etc.). No problem, fix
the markup, start testing again.
Opera, good to go. IE good to go. Firefox good to go. Chrome - yikes,
z-index/javascript issue, no links can be accessed. Safari - same thing.
Email supplier, advise supplier that the markup needs to be fixed, and
links are inaccessible in Chrome and Safari.
Got an email back from the supplier, and I quote it below:
"Good Morning,
Currently, we do not support Safari or Chome. The only browers we endorse
are IE 7,8, and Firefox. We will look at expanding to Safari in the near
future."
This is amazing to me. I can see if this were a bank, or an Intranet or
something, but this is for the general public - a shopping site for
&Deity's sake!
So, I'm doing server side browser sniffing (Safari and Chrome only), and
redirecting to a nice page that gives another link that does work.
Anyway, enough ranting - on to other projects.
might get a kick out of this.
I have a client who wanted to add a "plug-in" to his existing site so his
visitors could access an online store. Okay, got the snippet from the
provider. The provider says that it must be XHTML - okay, and so I serve
it as application/xhtml+xml for supporting browsers and html for others.
Oh shit! The damned snippet is wrong because their markup is foobar
(link element in the body, mal-formed comments, etc.). No problem, fix
the markup, start testing again.
Opera, good to go. IE good to go. Firefox good to go. Chrome - yikes,
z-index/javascript issue, no links can be accessed. Safari - same thing.
Email supplier, advise supplier that the markup needs to be fixed, and
links are inaccessible in Chrome and Safari.
Got an email back from the supplier, and I quote it below:
"Good Morning,
Currently, we do not support Safari or Chome. The only browers we endorse
are IE 7,8, and Firefox. We will look at expanding to Safari in the near
future."
This is amazing to me. I can see if this were a bank, or an Intranet or
something, but this is for the general public - a shopping site for
&Deity's sake!
So, I'm doing server side browser sniffing (Safari and Chrome only), and
redirecting to a nice page that gives another link that does work.
Anyway, enough ranting - on to other projects.