Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kshep9232708yMan I remember when my Web Eng lecturer made us design sites that can work with or without JavaScript and supports IE8 fully. *Shudder* I guess she was preparing us for one of your users, pal 😄
-
darkvoid5808y@TheInitializer don't know how you came up with that answer, but we make website with reactjs and angularjs so our clients must use JavaScript. They dont questions it.
-
lubwn8598yI guess I am too old but I was taught to always make website as much javascript unreliable as possible - because someone could have it disabled. World have changed and only geeks does have disabled javascript but I still try to make thinks as much without it as possible. At least basic funcionality should be maintained, like menus, texts, images... I have seen thousands of websites having animations made by css display: none and then enabling display: block by js. Guess what will happen if you disable js - blank white page of course. Regards
Related Rants
Person: Your website doesn't work.
Me: Why?
Person: Nothing happens when I click.
Me: Did you disable JavaScript?
Person: Yeah, sounds shady.
undefined
why
disable
dumb
js