Earlier quoted context omitted.
I'm against this too. Why do we want Javascript engines serving simple text pages instead of HTML? What about accessibility? Look at the source code of the linked article. What would a screenreader user encounter if they visited this page?
Pardon the pun, but that old chestnut? Contemporary screen-readers implementing WAI-ARIA ( http://www.w3.org/WAI/intro/aria ) work with javascript web applications.
Why Meteor will kill Ruby on Rails
71–80 of 336 posts
Re: Why Meteor will kill Ruby on Rails
#72It depends on your definition of kill. If you mean for new project starts, it might severely diminish it, but I don't think it will flat out end its popularity any more than Rails killed Java. Also, it depends on what type of project you are talking about. For something at large scale, my guess is meteor won't be any more successful than Rails has been at huge scale (like Twitter). I do agree that using one language…
Ruby and Java don't really compete in the same space, it would probably be better to compare Ruby and PHP as those two are the primary competitor with each other. If you wanted to point to a competitor to Java, .Net would probably be the closest match.
Re: Why Meteor will kill Ruby on Rails
#73Is your blog powered by Meteor? I ask because your blog has some major issues: First, when I load http://differential.io/blog and click a link for an old article, the content of the "Why Meteor will kill Ruby on Rails" article is displayed instead of the content of the article I wanted to read. This happens for every article. Second, when I load http://differential.io/blog , scroll down to an old article, click the a…
Is this a problem that the Meteor developers are working to resolve?
Re: Why Meteor will kill Ruby on Rails
#74It concerns me that the selling points of Meteor are the same as the old selling points of ASP.Net. - Both seek to make the divide between server and client "seamless", marshaling data back and forth so that you can "call" server code from the client and vice-versa. - Both tout the ability to do all your development in a single language - Both claim impressive gains for RAD ASP.Net had some impressive demos for its t…
Thanks but no thanks, give me a proper REST API on my server, and a good JS framework on my client, and I could really care less what language the server code is done in so long as it's easy to build the REST services I need in it.
Re: Why Meteor will kill Ruby on Rails
#75I can't read the site (there's nothing in HTML) but is this a framework that doesn't produce pages viewable without JavaScript? If it is against HTML, my vote is against it.
Could this could be used if the browser does not support JS?
Re: Why Meteor will kill Ruby on Rails
#76Re: Why Meteor will kill Ruby on Rails
#77When Meteor was released couple months ago on "Show: HN" or something, I recalled unit-testing is not part of the release. Wonder if that's still the case? Maybe it's common not to have good unit-tests? (integration/functional-test does not count as unit-test).
Re: Why Meteor will kill Ruby on Rails
#78Re: Why Meteor will kill Ruby on Rails
#79Earlier quoted context omitted.
I'm against this too. Why do we want Javascript engines serving simple text pages instead of HTML? What about accessibility? Look at the source code of the linked article. What would a screenreader user encounter if they visited this page?
Pardon the pun, but that old chestnut? Contemporary screen-readers implementing WAI-ARIA ( http://www.w3.org/WAI/intro/aria ) work with javascript web applications.
This isn't a web application though (in terms of interactivity), it's a plain text page. Why do we want Javascript to serve plain text pages like this?
Also, on the WAI-ARIA site, the expectation seems to be that Javascript is used for dynamic content or widgets (for which there are Aria-roles), but that HTML is used for text content (correct me if I'm wrong about this).
Again, if you look at the source code of this page, I can't see how it would be accessible.
Re: Why Meteor will kill Ruby on Rails
#80> Java promised this too us back in the 90's, but it was too big and bloated and hard to work with LOL @ Java being described as "hard to work with" in comparison to JavaScript. Major indicator of JS developer Stockholm Syndrome right there.
Care to elaborate? I'm a Java developer, but I'd guess you're referring to browser fragmentation, not the JS language.
We're stuck with JS because it's "the language that runs in every browser," but that's no reason to grant it praise that it hasn't earned such as "easy to use."
Fragmentation will create headaches regardless of which language is running in the browser.