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. When someone says like..

When someone says like..

Scheduled Pinned Locked Moved The Lounge
javascriptsysadminquestion
21 Posts 13 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.
  • E Eytukan

    "But what if Javascript is turned off in user's browser".. What the heck?! Yes this conversation happens, when I say a code block could be moved from server scripts to browser, the developer says - "But what if JS is turned off in the browser, the whole thing would go mute". I feel like replying, "That's fine, You may first remove that viking helmet and put on 21st century developer hat" The funny part is, he's damn young gen-Z coder. Not like most of you or me who fiddled with "Turn on/off Active-X & JS" in the 1990's Internet explorer. I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?:~ (Damn what an irony!, Mr Bob removed previews & or JS is really turned off in my browser?!, I couldn't see the msg preview. or even the button)

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

    I'm with you on this one.. if your customer(s) wants the latest and greatest visual features, they're really going to need JS switched on. Otherwise they're back in the world of server generated pages with postbacks, or even static pages - but there are still cases when either of these solutions are the most suitable, but I'd say they're in the minority these days. I've never, ever switched javascript off in any browser except to test customer's sites with javascript switched off (because it's been in the requirements).

    1 Reply Last reply
    0
    • OriginalGriffO OriginalGriff

      Or even "I want to access the client's printer using Visual Basic" which I've seen a couple of times. :sigh:

      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

      V Offline
      V Offline
      Vincent Maverick Durano
      wrote on last edited by
      #13

      :wtf: that's event worst!

      N 1 Reply Last reply
      0
      • E Eytukan

        "But what if Javascript is turned off in user's browser".. What the heck?! Yes this conversation happens, when I say a code block could be moved from server scripts to browser, the developer says - "But what if JS is turned off in the browser, the whole thing would go mute". I feel like replying, "That's fine, You may first remove that viking helmet and put on 21st century developer hat" The funny part is, he's damn young gen-Z coder. Not like most of you or me who fiddled with "Turn on/off Active-X & JS" in the 1990's Internet explorer. I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?:~ (Damn what an irony!, Mr Bob removed previews & or JS is really turned off in my browser?!, I couldn't see the msg preview. or even the button)

        B Offline
        B Offline
        Basildane
        wrote on last edited by
        #14

        Every site I visit I have Javascript disabled by default. If I decide I trust the site, then I click on "NoScript" and allow Javascript to run. Honestly I thought that was typical of most internet users.

        1 Reply Last reply
        0
        • E Eytukan

          "But what if Javascript is turned off in user's browser".. What the heck?! Yes this conversation happens, when I say a code block could be moved from server scripts to browser, the developer says - "But what if JS is turned off in the browser, the whole thing would go mute". I feel like replying, "That's fine, You may first remove that viking helmet and put on 21st century developer hat" The funny part is, he's damn young gen-Z coder. Not like most of you or me who fiddled with "Turn on/off Active-X & JS" in the 1990's Internet explorer. I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?:~ (Damn what an irony!, Mr Bob removed previews & or JS is really turned off in my browser?!, I couldn't see the msg preview. or even the button)

          R Offline
          R Offline
          RichardGrimmer
          wrote on last edited by
          #15

          There's a couple of points here - for web APPLICATIONS (think LOB), then I think it's legitimate to request JS being switched on. HOWEVER, I also tend to subscribe to the "make it work then add the jazz with JS" school of thought. i.e. don't use JS for core functionality, always provide a fallback. For public web SITES however, I really do think JS should be kept to a minimum. I have it switched off for most of my browsers, and have no intention of switching it back on any time soon. For those sites that don't function correctly / at all without JS, I have the opinion that there are plenty of other places to look for the info I need .... Blame the ad industry / malware / bad JS coding.

          C# has already designed away most of the tedium of C++.

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Or even "I want to access the client's printer using Visual Basic" which I've seen a couple of times. :sigh:

            Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

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

            You're lucky they were so specific, I've had, "I want to access the local network from a script."

            Sin tack ear lol Pressing the "Any" key may be continuate

            OriginalGriffO 1 Reply Last reply
            0
            • L Lost User

              You're lucky they were so specific, I've had, "I want to access the local network from a script."

              Sin tack ear lol Pressing the "Any" key may be continuate

              OriginalGriffO Offline
              OriginalGriffO Offline
              OriginalGriff
              wrote on last edited by
              #17

              Always makes me laugh when they use a MessageBox and wonder why the user can't read it. "It worked fine on my machine" ... ;)

              Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              1 Reply Last reply
              0
              • E Eytukan

                "But what if Javascript is turned off in user's browser".. What the heck?! Yes this conversation happens, when I say a code block could be moved from server scripts to browser, the developer says - "But what if JS is turned off in the browser, the whole thing would go mute". I feel like replying, "That's fine, You may first remove that viking helmet and put on 21st century developer hat" The funny part is, he's damn young gen-Z coder. Not like most of you or me who fiddled with "Turn on/off Active-X & JS" in the 1990's Internet explorer. I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?:~ (Damn what an irony!, Mr Bob removed previews & or JS is really turned off in my browser?!, I couldn't see the msg preview. or even the button)

                M Offline
                M Offline
                Mark_Wallace
                wrote on last edited by
                #18

                Vunic wrote:

                I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?

                What they should have is a "Turned off by javascript?" checkbox.

                I wanna be a eunuchs developer! Pass me a bread knife!

                1 Reply Last reply
                0
                • E Eytukan

                  "But what if Javascript is turned off in user's browser".. What the heck?! Yes this conversation happens, when I say a code block could be moved from server scripts to browser, the developer says - "But what if JS is turned off in the browser, the whole thing would go mute". I feel like replying, "That's fine, You may first remove that viking helmet and put on 21st century developer hat" The funny part is, he's damn young gen-Z coder. Not like most of you or me who fiddled with "Turn on/off Active-X & JS" in the 1990's Internet explorer. I'm not even sure if we have an option to turn off JS in today's browsers like Chrome?:~ (Damn what an irony!, Mr Bob removed previews & or JS is really turned off in my browser?!, I couldn't see the msg preview. or even the button)

                  K Online
                  K Online
                  kmoorevs
                  wrote on last edited by
                  #19

                  There's also the issue of clients (business users) running their browser with script debugging enabled...then calling and asking the stupid question 'What should I do?' when prompted whether or not they want to debug the webpage. I have (on more than one occasion) sarcastically replied that they should click 'Yes' to debug the webpage. :omg: Of course, the goal being to avoid such calls to begin with, I now make sure that such messages never appear in my web apps. :)

                  "Go forth into the source" - Neal Morse

                  1 Reply Last reply
                  0
                  • E Eytukan

                    Yeah this could be true for super important requirements. But for simple routines, which could easily be done in JS , why should we let the server do? Turning off JS would mean turning off JQuery, Angular & a zillion other JS frameworks. I guess most of the new age web apps does use JS frameworks extensively. And I believe , nobody cares to turn off JS these days? I could be wrong, but in recent days I haven't heard someone saying "Oh sorry I had turned off JS in browser settings". :~

                    F Offline
                    F Offline
                    Foothill
                    wrote on last edited by
                    #20

                    While the internet is better with JavaScript, I think that all websites need to be able to function with scripts disabled, at least some minimal functionality. I know that there are things that will not work without it but I still disable JavaScript on all websites by default. Even more so now that Forbes pushed malware to users using ad blockers. I will visit the website first with a locked down FireFox. Once I see the site is legit, I usually open it with Chrome or white-list it. I don't trust the internet enough to wander around without protection.

                    if (Object.DividedByZero == true) { Universe.Implode(); } Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

                    1 Reply Last reply
                    0
                    • V Vincent Maverick Durano

                      :wtf: that's event worst!

                      N Offline
                      N Offline
                      Nish Nishant
                      wrote on last edited by
                      #21

                      Vincent Maverick Durano wrote:

                      that's event worst!

                      Well, VB is event-driven.

                      Regards, Nish


                      Website: www.voidnish.com Blog: voidnish.wordpress.com

                      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