Earlier quoted context omitted.
OT: Do you have an email address? My work net filtering is blocking this blog for a bizarre but somewhat troubling reason.
Yep. tom [at] tommorris [dot] org I've been filtered in the past because of LGBT related content on my site. A friend told me their school filtered it for the stated reason of "advocacy of immoral lifestyles". Which is hilarious.
Why I'm turning JavaScript off by default
31–40 of 79 posts
Re: Why I'm turning JavaScript off by default
#32Re: Why I'm turning JavaScript off by default
#33But there IS a distinction between web site and web app. Blogs, news, forums and the like should not be web apps, they shouldn't use client side rendering and fancy widgets. The Spotify web player however IS a web app, and it would suck tremendously if it wasn't built as such. Can we stop with the black and white reasoning already? Yes, many things that claim to be web apps today shouldn't be, but that doesn't mean t…
Spotify desktop app is awesome. There is no real need for a web app.
Re: Why I'm turning JavaScript off by default
#34Re: Why I'm turning JavaScript off by default
#35Re: Why I'm turning JavaScript off by default
#36I think this would be better as a blacklist. I definitely don't find as much abuse as is claimed, but it does happen occasionally.
I don't want to return to a world where I have to refresh my email window to receive new email, or a world where collaborative google docs aren't possible or the whole plethora of awesome stuff javascript has enabled - you can't get that useful stuff without it being abusable, that power can be used for good or bad.
I think the delays in loading sites is also overstated, yes on poorly designed sites, but e.g. my home page which is angular-based loads very quickly, and one of the benefit of doing things on the client-side is that you can cache more and only transmit the data the client-side app needs to use, dynamically.
Blacklisting, not whitelist solves this problem, my friend.
Re: Why I'm turning JavaScript off by default
#37Re: Why I'm turning JavaScript off by default
#38Angular and Backbone applications aside, doesn’t this just boil down to bad development and lack of understanding? I’m a firm believer that the web should be usable with JavaScript disabled, JavaScript is there to add a layer of interactivity to your web page, not core function. All those people that keep coming up to me quoting ‘but everyone has JavaScript enabled’ miss the point - the web needs to be accessible and…
Accessible to who? Because most real life screen readers and such perform quite well in actual tests with JS pages.
>JavaScript is there to add a layer of interactivity to your web page, not core function.
Again, says who? Why should I have to write my web code with twice as much effort, once with all the nice things I can do with JS and another for the 1% of users without Javascript?
Re: Why I'm turning JavaScript off by default
#39(I realise this ship sailed in 1995.)
Re: Why I'm turning JavaScript off by default
#40And this, incidentally, is why NoScript is a terrible idea: the web is evolving. As new standards are proposed and targeted, JavaScript polyfills to support new baseline HTML/CSS features are a necessity for sustainable future-and-past-proof development in the modern Web ecosystem. Turning off JavaScript everywhere because you don't like experimentation and want to pretend the world froze in your golden years is narrow-minded and bullheaded.