Live data from Hacker News

Getting started with with Ember.js

andymatthews.net

11–20 of 20 posts

Re: Getting started with with Ember.js

#11

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

Indeed.

As others have mentioned I'm using Github's Gist system for embedding code snippets. Makes it much easier to maintain and update, and also provides syntax highlighting and the ability for people to fork the snippet.

Apologies that you weren't able to see the samples. I'll have to consider how to manage that.

Re: Getting started with with Ember.js

#12

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

Indeed. As others have mentioned I'm using Github's Gist system for embedding code snippets. Makes it much easier to maintain and update, and also provides syntax highlighting and the ability for people to fork the snippet. Apologies that you weren't able to see the samples. I'll have to consider how to manage that.

On a related note, as meta8609 mentioned, I've got a much more in-depth article on Ember over at Adobe.

http://www.adobe.com/devnet/html5/articles/flame-on-a-beginn...

Re: Getting started with with Ember.js

#13
post #3

This is about the author trying to get started with Ember, and doesn't offer anything in the way of helpful guidance for new users. Check out http://emberjs.com/ or http://emberjs.tumblr.com/ for more info.

Pie...

I wrote this article while I was learning Ember, and in fact used it as a way of answering many of the questions I had that documentation didn't cover.

Re: Getting started with with Ember.js

#14
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 you have javascript disabled you should be used to pages not rendering sometimes, not the best practice, but common enough to not be surprised if something is off.

Re: Getting started with with Ember.js

#15
post #3

This is about the author trying to get started with Ember, and doesn't offer anything in the way of helpful guidance for new users. Check out http://emberjs.com/ or http://emberjs.tumblr.com/ for more info.

Pie... I wrote this article while I was learning Ember, and in fact used it as a way of answering many of the questions I had that documentation didn't cover.

Not trying to knock your article - just wanted to clarify the title, that it's more of a personal "things I learned" than an intro for beginners.

I agree that the Ember docs are pretty weak and missing some key pieces that one might miss when starting out.

Re: Getting started with with Ember.js

#18
post #15

Earlier quoted context omitted.

Pie... I wrote this article while I was learning Ember, and in fact used it as a way of answering many of the questions I had that documentation didn't cover.

Not trying to knock your article - just wanted to clarify the title, that it's more of a personal "things I learned" than an intro for beginners. I agree that the Ember docs are pretty weak and missing some key pieces that one might miss when starting out.

It's all good. I'm not taking it personally.

Re: Getting started with with Ember.js

#20
We've been rebuilding http://customer.io in Ember.js over the past week or so. After dabbling in ember on a few screens, we decided to take the plunge and go all the way. We're feeding data to ember from a private API on the back end. As the front-end guy in our duo, I love being able to bind UI to ember objects. It's really refreshing to be able to bind a text field and an h1 to the same ember object and watch the latter update in real time. And everything being in javascript makes it great to debug using the console in chrome. As ember matures and becomes more widely accessible, I'm excited to see even more great stuff being built on Ember.
Post reply on HN