Earlier quoted context omitted.
> 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…
The web is more than static websites.
Create No-JavaScript friendly sites
61–70 of 129 posts
Re: Create No-JavaScript friendly sites
#62Earlier 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
#63I wrote about a generalized way to use React, Redux and SSR to make sites that work without JS a short while ago[0] and I’m currently employing that strategy for a side project I’m working on. So far the biggest drawback is not being able to do a payment flow with Stripe Checkout without requiring JS on _my_ service, because Stripe.js is required to redirect a user to the checkout session. [0] https://news.ycombinato…
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…
Re: Create No-JavaScript friendly sites
#64I absolutely agree that JS is over-used, but for anything other than very static content I generally am not interested in kowtowing to the strict "no JS" folks. Javascript has become a fundamental part of the web, and for the same reason I won't put in extra work to make my sites work in IE, I also will not put in extra work to make my sites work for (a vanishingly small number of) people who pre-emptively block one…
What percentage of city bus riders or public restaurant visitors do you think use the wheelchair ramp?
Re: Create No-JavaScript friendly sites
#65I'd like to say that ship has sailed, but in this case it's more like the last rocket launched, Krypton was destroyed, and the last partisans of NoScript are trapped in the Dark Zone, or whatever the thing with General Zod was called. Not that big of a Superman fan.
Yup, not enabling javascript is akin to using an outdated browser for better or for worse.
Re: Create No-JavaScript friendly sites
#66Earlier quoted context omitted.
> power modern web experiences So they're going to expect me to leave a major malware and privacy-invasion vector open so they can indulge in creating their 'web experiences'. Nope. This sounds like kids playing around, not professionals working.
Ahahaha come on my guy, effective people get to where they are because they can make good risk/reward assessments. Turning off javascript hasn't been worth the opportunity cost to a "real professional" for decades.
Re: Create No-JavaScript friendly sites
#67I absolutely agree that JS is over-used, but for anything other than very static content I generally am not interested in kowtowing to the strict "no JS" folks. Javascript has become a fundamental part of the web, and for the same reason I won't put in extra work to make my sites work in IE, I also will not put in extra work to make my sites work for (a vanishingly small number of) people who pre-emptively block one…
Re: Create No-JavaScript friendly sites
#68I built a side project a couple of months ago[1] that’s a PWA-installable interactive experience, but also degrades down to styled information in the absence of JS, and back to raw HTML if CSS fails. It’s surprisingly fun to build in this way. (On another note, choosing to avoid a framework and just use some vanilla JS led to an extremely fast loading site.) [1] https://www.designcritiquecards.com/
Re: Create No-JavaScript friendly sites
#69Similar to the general negative experience with many Electron apps, I hate the JavaScript based rendering experience on some sites. I get very frustrated with reddit (the new UI) and Facebook, both flashing an animation or empty rectangles for a long time and me realizing that the content isn’t going to load at all and hitting the reload button to coax it to render the best time. The experience I get on these sites a…
You're probably aware, but just in case: old.reddit.com gives the old (js-free) interface.
Re: Create No-JavaScript friendly sites
#70I 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 devs need to stop taking the crap tools they're forced to use at their paid job and using them for their personal websites.