Live data from Hacker News

Getting started with with Ember.js

andymatthews.net

1–10 of 20 posts

Re: Getting started with with Ember.js

#6
post #5

Thats a rather wordy getting started. No code samples? No pictures?

I see code samples, you don't?

He has JavaScript disabled. The code samples are provided by github's gist stuff. It's an interesting example of JavaScript being used to render rather than enhance, complete with a lack of graceful fail.

Re: Getting started with with Ember.js

#8
post #6
post #5

Earlier quoted context omitted.

I see code samples, you don't?

He has JavaScript disabled. The code samples are provided by github's gist stuff. It's an interesting example of JavaScript being used to render rather than enhance, complete with a lack of graceful fail.

The interesting thing is that ember.js does exactly that. This guy will not like ember if he's browsing around with JS disabled.

Re: Getting started with with Ember.js

#9
post #8
post #6

Earlier quoted context omitted.

He has JavaScript disabled. The code samples are provided by github's gist stuff. It's an interesting example of JavaScript being used to render rather than enhance, complete with a lack of graceful fail.

The interesting thing is that ember.js does exactly that. This guy will not like ember if he's browsing around with JS disabled.

Well, if he's like me, he has it selectively enabled/whitelisted for trusted sites (NoScript or Chrome's JS settings).

Re: Getting started with with Ember.js

#10
post #6
post #5

Earlier quoted context omitted.

I see code samples, you don't?

He has JavaScript disabled. The code samples are provided by github's gist stuff. It's an interesting example of JavaScript being used to render rather than enhance, complete with a lack of graceful fail.

If by interesting you mean "commonplace," I'm right there with ya. It's frustrating, but in the age of hashbangs it's a common failure mode.
Post reply on HN