Results 1 to 17 of 17

Thread: Web Design and IE6

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Web Design and IE6

    Ok, question...

    "With Ie8 around the corner, as web developers should we still be developing sites that work on IE6?"

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Web Design and IE6

    Microsoft will offer Mainstream Support for either a minimum of 5 years from the date of a product’s general availability, or for 2 years after the successor product (N+1) is released, whichever is longer.
    IE6 was released way back in 2001 aparently with XP and it's lifecycle page is here: http://support.microsoft.com/lifecycle/?p1=2073 - looks like it's still live and well whic in that case means MS are keeping support for it until IE7 has been out for 2 years.

    If Wikipedia is anything to go by, October 2006 was the release date of IE7. Usually this is an indicator to when 3rd parties should keep support for this also.

    Edit:Ahh and from the very same Wikipedia page http://en.wikipedia.org/wiki/Interne...orer#Version_7, an average out of several different surveys shows IE6 has around 30% of the market with IE7 having around 45%, so I'd say it's definitely live and well...
    Last edited by alex_read; Jun 27th, 2008 at 06:55 AM.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Web Design and IE6

    IE8 isnt really "around the corner" but as long as XP is still a good chunck of the OS's being used in the market I'd definately say test your site with IE6.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Web Design and IE6

    Its interesting but, its kind of limiting developing to IE6 'standards'

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Web Design and IE6

    You can use the conditionals to determine the IE version and code accordingly.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Web Design and IE6

    Quote Originally Posted by RobDog888
    You can use the conditionals to determine the IE version and code accordingly.
    Yes you can and in the past I have but I've picked up a new site design which is pretty complex and just wont be feasible to do that.

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Web Design and IE6

    How about a redirect to a dup IE6 friendly page
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Web Design and IE6

    yea thats what i'm gonna have to do with a big warning... "Update now" lol.
    I hate browsers

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Web Design and IE6

    Yup, and I hate web development because of them

    Bottom line is that the site you inherited didnt properly or at all test for browser platform or version. Not an easy task to rewrite an entire site but just start with one page and expand from there. Eventually you will get it working properly for IE6. Its easier to look at the task at hand on a per page view instead of the entire site.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Web Design and IE6

    You can develop a website 100% standards based and have it look the same in IE6, IE7, IE8, Firefox, Opera, Safari, etc. It can be difficult working around IE6's limitations but it's doable while being standards compliant.

    One of the projects I worked on at my last company for a large bank had a requirement that all pages had to be XHtml and 100% standards compliant (no hacks) and it had to work on IE6, Firefox, Safari and even IE for the mac. We were able to accomplish this and it worked rather well especially for a complex GUI (it was an internal interface for transfering money, business invests, etc).
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  11. #11
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Web Design and IE6

    I am doing web design at school and even though I myself don't use IE6 I still write the code for that browser. You don't know what browsers other people are going to be using in a real world situation.

    I was told be one of my lecturers that he knew of several businesses today still running Windows 98.

  12. #12
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Web Design and IE6

    Quote Originally Posted by Nightwalker83
    I am doing web design at school and even though I myself don't use IE6 I still write the code for that browser. You don't know what browsers other people are going to be using in a real world situation.

    I was told be one of my lecturers that he knew of several businesses today still running Windows 98.
    if it works, why change it?

    Any who, when i do CSS, i try my best to make it work with all browsers. cant say that i succeed all the time though. It is a difficult thing to do.
    My usual boring signature: Something

  13. #13
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Web Design and IE6

    Quote Originally Posted by dclamp
    if it works, why change it?
    There's no need to that's my point!

    Any who, when i do CSS, i try my best to make it work with all browsers. cant say that i succeed all the time though. It is a difficult thing to do.
    It is hard to get all browser to work with every piece of code. Usually, when testing websites I test them in 3 different types of browsers IE, FF and Opera.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  14. #14
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Web Design and IE6

    Quote Originally Posted by Nightwalker83
    There's no need to that's my point!
    i know, i was agreeing with you
    My usual boring signature: Something

  15. #15
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Web Design and IE6

    Quote Originally Posted by dclamp
    i know, i was agreeing with you
    Ah ok!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  16. #16

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Web Design and IE6

    Hmm when I mentioned standards above I actually meant what is now standard css etc that doesn't work in Ie6 without hacking.

    Pino

  17. #17
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web Design and IE6

    Does IE8 not allow you to specify a tag in the <head> section, of some sort, that makes the browser go into quirks mode?

Posting Permissions

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



Click Here to Expand Forum to Full Width