Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Downlevel browsers

Downlevel browsers

Scheduled Pinned Locked Moved The Lounge
c++comarchitecturequestion
18 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 7 73Zeppelin

    Does this question actually have a solution or is it one of those "trick questions"? You're testing us, aren't you Maunder?

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #5

    It just occurred to me as I was working on some old code covered with the layer upon layer of scars and wounds of old workarounds that, logically, there is be a point in time where support for old technology can be abandoned. Yet in web design this is sligtly tricky becuase as one set of downlevel browsers go the way of the dodo, other devices with limited browser capabilities (such as PDAs and phones) are rising up to fill the gap. As well, accessibility considerations, low bandwidth, and disabled javascript means there always has to be consideration taken for the downlevel browser. But now I'm thinking "just how 'downlevel' is the minimum standard of 'downlevel' these days?" cheers, Chris Maunder

    CodeProject.com : C++ MVP

    L M J 3 Replies Last reply
    0
    • C Chris Maunder

      It just occurred to me as I was working on some old code covered with the layer upon layer of scars and wounds of old workarounds that, logically, there is be a point in time where support for old technology can be abandoned. Yet in web design this is sligtly tricky becuase as one set of downlevel browsers go the way of the dodo, other devices with limited browser capabilities (such as PDAs and phones) are rising up to fill the gap. As well, accessibility considerations, low bandwidth, and disabled javascript means there always has to be consideration taken for the downlevel browser. But now I'm thinking "just how 'downlevel' is the minimum standard of 'downlevel' these days?" cheers, Chris Maunder

      CodeProject.com : C++ MVP

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #6

      Can't you find some browser stats on the web? For example, I recently completed a web application that makes heavy use of JavaScript. When I embarked on the project I used JS v1.5 without realising that this won't work in IE5 or earlier. I checked browser stats available from our proxy server and didn't find a single instance of IE5 - all versions of IE were v5.5 or greater. So, after discussing it with my boss, we decided to leave the code as is, and so far, no-one has complained. :) There has to be a point when you say "enough" IMHO. It's like the Apple OSX vs. MS Windows discussion that popped up earlier this week. I'm pretty sure that users of IE5 or earlier make up less than 5% of web users - whether you think that 5% (probably less) is worth supporting is the question. Backward comaptibility is great, but there has to come a time when the effort required to support older platforms is costing too much time and money. Funnily enough I am just about to look at a problem with one of my client apps on NT4 - sigh - I wish I could mandate W2K or higher, but NT4 still seems to be used heavily with our customer base.

      1 Reply Last reply
      0
      • C Chris Maunder

        It just occurred to me as I was working on some old code covered with the layer upon layer of scars and wounds of old workarounds that, logically, there is be a point in time where support for old technology can be abandoned. Yet in web design this is sligtly tricky becuase as one set of downlevel browsers go the way of the dodo, other devices with limited browser capabilities (such as PDAs and phones) are rising up to fill the gap. As well, accessibility considerations, low bandwidth, and disabled javascript means there always has to be consideration taken for the downlevel browser. But now I'm thinking "just how 'downlevel' is the minimum standard of 'downlevel' these days?" cheers, Chris Maunder

        CodeProject.com : C++ MVP

        M Offline
        M Offline
        MatthysDT
        wrote on last edited by
        #7

        If it's works don't fiddle!:rolleyes:

        1 Reply Last reply
        0
        • C Chris Maunder

          Do you think there could be a legitimate corporate policy for using downlevel browsers (IE3 and Netscape 4 are, like, way more secure than Firefox, we're don't want to upgrade everyone because the new menus are too scary for everyone), or just laziness? cheers, Chris Maunder

          CodeProject.com : C++ MVP

          D Offline
          D Offline
          Daniel Turini
          wrote on last edited by
          #8

          Chris Maunder wrote:

          Do you think there could be a legitimate corporate policy for using downlevel browsers (IE3 and Netscape 4 are, like, way more secure than Firefox, we're don't want to upgrade everyone because the new menus are too scary for everyone), or just laziness?

          Software corporate policies are created because people are lazy. I lost two potential major customers (huuuge companies) on 2005 because they used Windows 9x and IE4. A few machines were allowed to run IE5, but not allowed to access the internal network, which turned them into browsing appliances only. I don't see dead pixels anymore... Yes, even I am blogging now!

          1 Reply Last reply
          0
          • C Chris Maunder

            Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

            CodeProject.com : C++ MVP

            S Offline
            S Offline
            Stuart Dootson
            wrote on last edited by
            #9

            The only other option being that some vital body parts are chopped off?

            1 Reply Last reply
            0
            • C Chris Maunder

              Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

              CodeProject.com : C++ MVP

              T Offline
              T Offline
              Tibor Blazko
              wrote on last edited by
              #10

              maybe i will reply to something else than you asked i hate space technology and bandwith wasting at web pages i see no reason for it, personaly i do not like web 2.0 mail clients, the most i hate is opening of pages via js i like my browser is web _client_, if i want program to work with web data _i_ will install it (at least add page to trusted sites)

              1 Reply Last reply
              0
              • C Chris Maunder

                It just occurred to me as I was working on some old code covered with the layer upon layer of scars and wounds of old workarounds that, logically, there is be a point in time where support for old technology can be abandoned. Yet in web design this is sligtly tricky becuase as one set of downlevel browsers go the way of the dodo, other devices with limited browser capabilities (such as PDAs and phones) are rising up to fill the gap. As well, accessibility considerations, low bandwidth, and disabled javascript means there always has to be consideration taken for the downlevel browser. But now I'm thinking "just how 'downlevel' is the minimum standard of 'downlevel' these days?" cheers, Chris Maunder

                CodeProject.com : C++ MVP

                J Offline
                J Offline
                Jorgen Sigvardsson
                wrote on last edited by
                #11

                If you kill off the old dead code, you'll be my hero. :)

                1 Reply Last reply
                0
                • C Chris Maunder

                  Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                  CodeProject.com : C++ MVP

                  S Offline
                  S Offline
                  SteveKing
                  wrote on last edited by
                  #12

                  Only to download a newer version of the browser. So websites offering such downloads should work with even the very oldest broswer in existence.

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    S Offline
                    S Offline
                    Shog9 0
                    wrote on last edited by
                    #13

                    Just use the fancy code, Maunder - your users aren't shy, if it breaks you'll find out fast enough... :rolleyes:

                    ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                      CodeProject.com : C++ MVP

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #14

                      Some of the more primitive wireless browsing devices?

                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                        CodeProject.com : C++ MVP

                        D Offline
                        D Offline
                        Dominigan
                        wrote on last edited by
                        #15

                        Chris Maunder wrote:

                        Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser?

                        gunpoint?

                        D 1 Reply Last reply
                        0
                        • D Dominigan

                          Chris Maunder wrote:

                          Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser?

                          gunpoint?

                          D Offline
                          D Offline
                          Dan Neely
                          wrote on last edited by
                          #16

                          Dominigan wrote:

                          Chris Maunder wrote: Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? gunpoint?

                          Really old hardware at a public library. I know someone online who's library still uses antiques running NS4.7

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                            CodeProject.com : C++ MVP

                            K Offline
                            K Offline
                            KreativeKai
                            wrote on last edited by
                            #17

                            I do a good bit of consulting with home and small business clients, and what I've found is even if the computer is older and the client doesn't really understand how to even install a newer browser, many times the browser is already upgraded to at least version 5 of IE. Most software packages out on the market, like accounting software and antivirus packages, etc, upgrade the IE as part of their installation requirements. Even if a person wanted to stay with an old browser, they'd need to make sure when they installed pre-packaged software that the IE isn't upgraded. :) Lost in the vast sea of .NET

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? cheers, Chris Maunder

                              CodeProject.com : C++ MVP

                              D Offline
                              D Offline
                              dandy72
                              wrote on last edited by
                              #18

                              > Under what circumstances would someone be forced to use a pre-Gecko or pre IE4 browser? Torture?

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups