Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: What do you think about this image?

  1. #1
    Join Date
    Mar 2008
    Posts
    122
    Thanks
    17
    Thanked 5 Times in 5 Posts

    Default What do you think about this image?

    hey everyone, I was just wondering what your thoughts were about this image:


    Whether it's true or not?
    Last edited by hmsnacker123; 12-21-2008 at 03:03 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    This is of course just a joke, mocking IE, but I guess we do spend a lot of time making the sites-cross browser compatible (not just because of IE, other browsers have their own problems), however, I think I spend a lot more time on designing the layout and actually writing the code (which is not even mentioned).

  3. #3
    Join Date
    Jul 2007
    Location
    Azerbaijan, Baku
    Posts
    144
    Thanks
    11
    Thanked 27 Times in 25 Posts

    Default

    yeah it's a joke. Actually, i will need to agree with Snookerman. When i'm making a site (cross-browser), i just start with FireFox. After making it, usually there is just one problem: png transpearency. And it doesn't take too much time.
    But pffff, when using javascript. Especially when trying with frameworks.

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    We've dropped IE6 from our list of supported browsers. Clients wanting IE6 compatibility are charged extra. So, I happily say that the graphic doesn't represent my time breakdown. I don't find IE7 that troublesome. There are a few sticking points but as long as the code is valid, it doesn't take very long to iron out those issues.

    Where is actually writing the code in that graphic?

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Haha.

    For me, on the average oh-gosh-I-want-a-blog website, it would be something like:
    Attachment 2319
    (I design the user interface before even thinking about the backend; that way it's easy to create a user-friendly back-end by thinking about it in terms of the interface, rather than to design the interface around the backend).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Quote Originally Posted by Medyman View Post
    We've dropped IE6 from our list of supported browsers. Clients wanting IE6 compatibility are charged extra.
    I'm happy to hear that, but what does that really mean? Can we really stop caring about what our pages look in IE6? That would be awesome! If someone on this forum has problems with IE6, could we just tell them to not bother about it? How dead is IE6 really?

  7. #7
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    How dead is IE6 really?
    I still use it (that way I can make the CSS look good in IE6 FIRST). I use Firefox as a start-up browser for the websites that I make. But IE6 was a bad part on MS (even though they're as bad as they are ).

    I guess it isn't really dead, considering that all of those programmers and designers go to all of that hard work to make websites look nice in IE (no matter the version).

    -magicyte

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    (that way I can make the CSS look good in IE6 FIRST)
    That's probably not a very good idea. This way you'll end up with IE code mixed in with the standard code and possibly invalidating the stylesheet, whereas if you do it last you can write standard code first and then just override it in a separate IE-only stylesheet (using conditional comments) that other browsers (and the validator) will never see.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    I'm happy to hear that, but what does that really mean? Can we really stop caring about what our pages look in IE6? That would be awesome! If someone on this forum has problems with IE6, could we just tell them to not bother about it? How dead is IE6 really?
    No, you can't and shouldn't. This was just a decision we made based on the kind of work we do, the limitations that IE6 puts on us and how much time we spend developing for IE6.

    By dropping support, I don't mean that our pages aren't usable in IE6. We're all web developers and are in the habit of writing compliant code and use progressive enhancement techniques with backups for the usual javascript off, flash off, no transparency etc...

    As we strictly state in our contract, we won't go to great lengths to make the design look perfect in IE6. So if some padding or margins are off, so be it. The content is accessible and that's the extent to which we care about IE6.

    Really, if there is no incentive to switch to IE6, people won't. So, at some point some people are going to have to make a decision to stop supporting IE6 and thereby rendering it obsolete overtime. I'm optimistic that IE8's release will go to great lengths in reducing IE6's market share but it's only optimism. I also have no illusions that by us changing our support for a particular browser that it's going to make that big of a difference. But it has to start somewhere.

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I think that in the broadest terms it's absolutely appropriate to drop IE 4, and probably 5 (though you still get the occasional person that weeps when support for 5 breaks). It's actually relatively easy to support IE 5.5 and up, at least on the basis that Medyman states - not perfect but accessible.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •