Thread: IE6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    When I say "user," it could be your family (who should be the easiest to teach since you're a professional web designer) and, of course, those who view the website.
    When software is your bread and butter I think it highly unlikely you will retain your current sentiment.

    Most of the world's leading nations passed something similar I bet. In my country we have the Americans with Disabilities Act, which took effect in 1992. It covers many of the same things.
    Ah, I thought so. However, I don't think it's much of a burden as implied. It does create consistency in design and across-the-board compatability is no bad thing.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Pendragon View Post
    When software is your bread and butter I think it highly unlikely you will retain your current sentiment.
    When it's your bread and butter, you are likely to be frusted with IE with its lack and disregard for the standard, often makign sure that you have to follow very strict rules or use workarounds to make it work in all three browsers.
    What if you could just write standards compatible code and it would work in all three?

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by Elysia View Post
    When it's your bread and butter, you are likely to be frusted with IE with its lack and disregard for the standard, often makign sure that you have to follow very strict rules or use workarounds to make it work in all three browsers.
    What if you could just write standards compatible code and it would work in all three?
    90% of the code I'm writing now is for the web of which a significant portion is HTML/CSS/Javascript.

    I would love if all browsers rendered things the same way. As it stands the three main browsers that I test with all have their unique tweaks.

    How things are to be laid out is actually very poorly defined and a lot is left up to the implementation.

    Unlike compiled programs, browsers cannot simply throw up an error message because something is wrong with the code. It has to try and handle the error. Different browsers handle things differently.

    Now as far as IE6 is concerned: While I'd love to ignore it I simply cannot. The majority share of browsers is still IE. At work I'm suppose to use IE and anything I do on the intranet has to work for IE. For the internet sites I make sure it works in as many browsers as possible.

    Quote Originally Posted by CornedBee View Post
    It would be a heuristic decision that could fail and thus swallow proper tabular data. But you have a point. It should be possible to develop a pretty good heuristic.

    Unfortunately, screen readers are far too underdeveloped as it is.
    I'm not sure how much screen readers read the screen and how much they read the underlying HTML. I know one thing I'm suppose to add to pages is a link near the beginning of HTML that skips all the menu contents and goes straight to the main content of the page. This leads me to believe a lot of it is just reading the HTML. If this is the case I think excessive use of nested tables to provide layout control would cause the information to be presented in a nonsensical form when read from the HTML.

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Thantos View Post
    Now as far as IE6 is concerned: While I'd love to ignore it I simply cannot. The majority share of browsers is still IE. At work I'm suppose to use IE and anything I do on the intranet has to work for IE. For the internet sites I make sure it works in as many browsers as possible.
    Now there's something - since companies are so zelous about security - why use IE?

  5. #5
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Quote Originally Posted by Thantos View Post
    How things are to be laid out is actually very poorly defined and a lot is left up to the implementation.
    CSS is actually quite rigid. But the most basic properties of the web, namely the diversity of devices (and thus sizes) make it impossible to go beyond a certain level of specification.

    I'm not sure how much screen readers read the screen and how much they read the underlying HTML.
    Screen readers read the screen. Aural browsers read the HTML - but AFAIK there's not a single non-experimental aural browser out there.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by CornedBee View Post
    CSS is actually quite rigid. But the most basic properties of the web, namely the diversity of devices (and thus sizes) make it impossible to go beyond a certain level of specification.
    And CSS is IE's biggest weakness.

  7. #7
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    Elysia. You're arguing for arguments sake and have not contributed anything new to this discussion. You seem so determined to have this point of view that you're not listening to a word anyone is saying.

    When you've worked in this arena, like many people here have, then you can argue all you like because you might actually have something valid to contribute. Until then...

    Aww boohoo. I think the IT security department should educate them in FF of Opera.
    ...grow up. Closed-mindedness is not an asset and some people would like to discuss this issue minus the juvenile (see above) influence.
    -------------------------------------------------------------------------------------------

    Even if screen-readers were able to read tabular layouts... well, is it a good idea? and will it encourage this layout type? I have always treated this with a 'thou shalt not touch with thine 30-ft barge-pole' attitude even without the influence of my job. I see table-based layouts as being very messy in the markup and generally more difficult to hone than nested divs. If other people feel differently I'd like to hear their reasoning on the matter.

  8. #8
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Pendragon View Post
    Elysia. You're arguing for arguments sake and have not contributed anything new to this discussion. You seem so determined to have this point of view that you're not listening to a word anyone is saying.

    When you've worked in this arena, like many people here have, then you can argue all you like because you might actually have something valid to contribute. Until then...



    ...grow up. Closed-mindedness is not an asset and some people would like to discuss this issue minus the juvenile (see above) influence.
    It's not like there's someone here I need to convince, nor is there any need for anyone to convince me--I'm not designing web pages for someone.
    And I'm not stupid enough to start an argument over it. I do believe the matter is discussed thoroughly and there's not much more to add.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Where Can I DL IE6?
    By mike_g in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-10-2008, 12:30 PM
  2. opening php files in IE6
    By Micko in forum Tech Board
    Replies: 7
    Last Post: 03-06-2006, 01:16 PM
  3. Try upgrading IE6
    By xizor in forum Tech Board
    Replies: 1
    Last Post: 08-07-2003, 04:57 AM
  4. IE6 Favorites
    By confuted in forum Tech Board
    Replies: 4
    Last Post: 06-21-2003, 03:12 PM
  5. IE6 prob
    By dP munky in forum Tech Board
    Replies: 12
    Last Post: 04-05-2003, 11:31 PM