Re: Browsers

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Dave Anderson (GTSPXOESSGOQ_at_spammotel.com)
Date: 10/20/04


Date: Wed, 20 Oct 2004 11:19:29 -0500

Dave wrote:
> Is it worth the effort developing fully cross browser? My site will
> be aimed mainly at a few people probably in large companies - is it
> likely they won't have a Windows desktop? Any reliable info on this?

If you can make it work in IE, Mozilla and Opera, you will likely be
compatible with every browser of consequence. Personally, I code against
FireFox and verify with the others.

> If I have to do it, what's the best place to get reliable info on
> what is supported (or not) in which browser?

Oddly enough (and in a roundabout fashion), from Microsoft. Here's the DHTML
reference:
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

Note that every reference page has standards information. If it says: "There
is no public standard that applies to this property", beware. If a standard
applies, there is usually a link.

Bad Example:
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/accelerator.asp
Good Example:
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/getelementbyid.asp

Implicit in my above offering is the notion that you should write to a
standard, rather than to a browser. That said, NO BROWSER fully implements
everything in the W3C recommendations. Point yours here for a quick lesson:
http://www.w3.org/2003/02/06-dom-support.html

I think your first question is the most relevant. My answer is: "It is
*absolutely* worth the effort to write a cross-browser implementation."

You just don't have to aim for every version of every browser, known and
unknown. That's the point of writing against a standard, is it not?

-- 
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.


Relevant Pages

  • Re: PageRank Inconsistencies etc.
    ... > Roy Schestowitz wrote: ... It is worth having a status icon somewhere in the window. ... >> your browser not as an errant tourist on the Net, ... PRGooglebar, the Googlebar project, the Google Toolbar, the Perl interfaces ...
    (alt.internet.search-engines)
  • Re: Evil Referrer.org
    ... > browser not as an errant tourist on the Net, ... > worth considering twice, three times or even asking the groups. ... > operate upon hundreds or thousands of my pages in a matter of minutes. ... Paula Burch ...
    (alt.internet.search-engines)
  • Re: - Web pages unstable after conditional comments added
    ... I would prefer to code to standards and not worry about individual browsers. ... If your content merits using a "grid layout", ... It's _sometimes_ worth arguing with a browser. ...
    (comp.infosystems.www.authoring.html)
  • Re: browser detection and redirection
    ... MSIE 6 users which would be worth detecting and who are most likely to be sensitive to issues of upgrading or migrating/switching to another browser name. ... So, here, it's kinda difficult, delicate to tell them to upgrade. ... You're using an old Internet Explorer version which is known to be prone to spywares, to have unpatched security weaknesses and to make computers unsafe. ...
    (alt.html)
  • Re: OT: windoze woes and full rant mode is on
    ... Those tools are usually oriented to the platform where the site is being built, although products like Dreamweaver have had rudimentary facilities for cross browser testing for many years. ... There is lots of stuff in IE6 that isn't "standard", but is functional and can be used to make great websites. ... If I put JavaScript on a client page, some of the people viewing it won't see it as intended; if I replace it with ASP on the server and dynamically create the page, there should be no problem. ... There are technologies that can assist with this, but any technology that can be used can be mis-used. ...
    (comp.lang.cobol)