Earlier quoted context omitted.
I've spent most of my career as a front end developer. We have three tools in our toolbox: HTML, CSS, and Javascript. We need them all and will push each to the extreme to create better experiences for our users and reimagine what the web can become. I also work in the healthcare space with heavy HIPAA security requirements. Like any language/framework/platform there are best practices to follow for solid security an…
> and will push each to the extreme to create better experiences for our users and reimagine what the web can become. OMG. For this 'better experience' and 'reimagining what the web can become' did you bother to ask the users you pretend to cater for? No? Listen carefully: the only experience I want from any website is to get to it, get the info I want, then I fuck off sharpish. I do not want 'experience' or any bloo…
Create No-JavaScript friendly sites
81–90 of 129 posts
Re: Create No-JavaScript friendly sites
#82I love JavaScript, but no longer trust websites to use it responsibly. There are too many vectors for tracking, so I'm forced to block. I do way too many random clicks in a day to allow JS by default. Half the pages I land on now say "you need JS to view this site", and that's totally their decision! I close the tab and do something else: they get to use JavaScript, I save a bunch of time and procrastinate less... wi…
Re: Create No-JavaScript friendly sites
#83For static pages, I only use in-browser JavaScript to format dates to the reader's locale. If, for some reason, the JavaScript doesn't run, the date will just be formatted a little differently than I'd like.
Not too big of a deal.
Re: Create No-JavaScript friendly sites
#84Earlier quoted context omitted.
You can perform analytics almost as well from just the HTTP headers, you don’t need JS at all for fingerprinting, and hijacked NPM modules are probably still present even if there is no JS pushed into the browser.
Curious, how do you do fingerprinting without JS? User agent, header order, etc? How well does it work?
How well they work depends on the amount of effort you're putting in. Since Javascript is easy and offers a very rich attack surface, there seems to be little rain to really plunge the depths of other layers.
Re: Create No-JavaScript friendly sites
#85Earlier quoted context omitted.
And my response was a big thank you but some serious doubts. I'm asking for no JS when it is reasonable, and what you are trying to do is accommodate my unreasonable requirements. If I may repost past of what I said there: "I should clarify, I'm only moaning about JS used where it need not be, in the display of text and pictures. Essentially, stativc web pages. There are guys on this thread who are trying to make app…
Pretty much this. If you're actually shipping a web app (canonical example being a HTML5 video game), use Javascript; that's what it's for. A newpaper (/ blog / search engine / forum / user signup / image gallery / video gallery (as opposed to player, although that should have clearly marked links to inert mp4-or-equivalent files) / file hosting service) is not a fucking app , but that doesn't mean nothing is. (Note:…
[0] https://audiomass.co/ [1] https://html5gamepad.com/ [2] https://agar.io/
Re: Create No-JavaScript friendly sites
#86I applaud sites that work without Javascript. The sad reality is that the enormous popularity of SPA frameworks like React and Angular make this possibility a small fraction of important sites — e.g. I don’t know if any banking or investment website that works without JavaScript. Maybe this is less important as app-culture supplants such sites.
Re: Create No-JavaScript friendly sites
#87Earlier quoted context omitted.
You can perform analytics almost as well from just the HTTP headers, you don’t need JS at all for fingerprinting, and hijacked NPM modules are probably still present even if there is no JS pushed into the browser.
Curious, how do you do fingerprinting without JS? User agent, header order, etc? How well does it work?
Re: Create No-JavaScript friendly sites
#88I applaud sites that work without Javascript. The sad reality is that the enormous popularity of SPA frameworks like React and Angular make this possibility a small fraction of important sites — e.g. I don’t know if any banking or investment website that works without JavaScript. Maybe this is less important as app-culture supplants such sites.
Most sites aren't important sites and most sites aren't handling monetary transactions or private information. Most sites have no dynamic content. Most sites don't need javascript at all and all it does it makes things worse. Most devs need to stop taking the crap tools they're forced to use at their paid job and using them for their personal websites.
Re: Create No-JavaScript friendly sites
#89Earlier quoted context omitted.
I've spent most of my career as a front end developer. We have three tools in our toolbox: HTML, CSS, and Javascript. We need them all and will push each to the extreme to create better experiences for our users and reimagine what the web can become. I also work in the healthcare space with heavy HIPAA security requirements. Like any language/framework/platform there are best practices to follow for solid security an…
> and will push each to the extreme to create better experiences for our users and reimagine what the web can become. OMG. For this 'better experience' and 'reimagining what the web can become' did you bother to ask the users you pretend to cater for? No? Listen carefully: the only experience I want from any website is to get to it, get the info I want, then I fuck off sharpish. I do not want 'experience' or any bloo…
Re: Create No-JavaScript friendly sites
#90With very few exceptions you are using Javascript not to enhance your users' experience but to make war on them, and if that applies to you I wish you would leave technology and take up farming.