I recently completed a fairly small job which should have been straightforward, but which took a lot longer than I wanted it to because the client uses NS4, and out of some masochistic aspiration to professionalism I set out to write a site that would look good, and more-or-less the same, in NS4, NS6+ and IE5. It was more of a pain in the neck than I thought, particularly because I like CSS. I was working with a pretty standard format for each page in the site, though.

A thing I thought of doing, but too late for it to make sense to change horses midstream, was to have two or more sites, and a js browser-sniffer to send users to the right one. That would have been great because then I could have optimised the design for each individual browser - as it is, different aspects look not quite right depending on your platform. This would also have been a good fit because the content site (http://www.cookeassociates.com) gets managed through a MySQL db (which, as well as backing up, generates the content tree you see on each page), so it would have been easy to output the site through several different templates, one per browser. Maybe next time...

§ George Sherston

In reply to Re: OT: Web Design - Catering to Everyone by George_Sherston
in thread OT: Web Design - Catering to Everyone by arashi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.