Earlier quoted context omitted.
Only because Google neglected it. When blogger redesign landed it was exactly what was trendy, heavy js, dynamic layouting. It was slow but at least I thought it was worth the wait / the cost / the latency. A tech demo. Not anymore, I want to read something more than be amazed and don't want to shop for a core i5 to do so and now blogger looks dumb. Google could totally fix it but they had other horses to ride. Maybe…
Neglected? It takes a special amount of skill and a lot of work to screw it up so badly in the first place. The Web is designed to display text by default, and Blogger fails at that.
I Turned Off JavaScript for a Week
61–70 of 93 posts
Re: I Turned Off JavaScript for a Week
#62Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
While I understand the intent of your post, don't most people minify (obfuscate) their JS code to reduce bandwidth costs (on both ends, user and company)? Even in todays high bandwidth availability age we still use CDNs and the like to reduce such a cost. That said, it would definitely be nice to see non-minified versions of code we run in our browsers available as open source by the company serving it. It's not like…
Dead-code stripping is still useful but you can do that without obfuscating.
Re: I Turned Off JavaScript for a Week
#63Re: I Turned Off JavaScript for a Week
#64Re: I Turned Off JavaScript for a Week
#65Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
While I understand the intent of your post, don't most people minify (obfuscate) their JS code to reduce bandwidth costs (on both ends, user and company)? Even in todays high bandwidth availability age we still use CDNs and the like to reduce such a cost. That said, it would definitely be nice to see non-minified versions of code we run in our browsers available as open source by the company serving it. It's not like…
Re: I Turned Off JavaScript for a Week
#66> and I could browse the web with fewer distractions—all without the sense of guilt that comes with using an ad blocker Never felt the slightest skerrick of guilt for using an ad blocker. Instead I feel mildly virtuous in doing my own small part in helping the idea of an ad-supported internet die.
Just turning off JS doesn't stop flash ads, static ads, video ads before videos play on youtube, etc. as well... so to say the least this author is deluded if he thinks he's getting anything close to an adblocker experience.
The quote from the author is:
> ...and I could browse the web with fewer distractions—all without the sense of guilt that comes with using an ad blocker
Notice the gulf between your statement and the author's statement.
Re: I Turned Off JavaScript for a Week
#67Earlier quoted context omitted.
While I understand the intent of your post, don't most people minify (obfuscate) their JS code to reduce bandwidth costs (on both ends, user and company)? Even in todays high bandwidth availability age we still use CDNs and the like to reduce such a cost. That said, it would definitely be nice to see non-minified versions of code we run in our browsers available as open source by the company serving it. It's not like…
You only save bandwidth the first time the resource is accessed. After that it's loaded from the browser cache! So over time, the band-witch saving by minification is insignificant.
> After that it's loaded from the browser cache!
Unless the resource changes, the UA's cache is cleared, the file is served with incorrect caching headers, the cache expiry time specified in the resource header is reached, the resource is loaded by a UA that doesn't cache...
Re: I Turned Off JavaScript for a Week
#68Re: I Turned Off JavaScript for a Week
#69Re: I Turned Off JavaScript for a Week
#70Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
While I understand the intent of your post, don't most people minify (obfuscate) their JS code to reduce bandwidth costs (on both ends, user and company)? Even in todays high bandwidth availability age we still use CDNs and the like to reduce such a cost. That said, it would definitely be nice to see non-minified versions of code we run in our browsers available as open source by the company serving it. It's not like…