Learn AngularJS with free interactive lessons
11–20 of 27 posts
Re: Learn AngularJS with free interactive lessons
#12In the later sections of the tutorial, the addition of some suggestions for extending each example would be great. You don't need any "stuck" functionality or anything like that here; just some casual examples of how else you could use the subject of the tutorial would really help solidify the concepts.
Re: Learn AngularJS with free interactive lessons
#13CodeSchool recently launched a (Google sponsored, free) Angular course with exercises too: http://campus.codeschool.com/courses/shaping-up-with-angular... The more the merrier!
Looks promising, but the videos don't seem to buffer for me at least. My internet isn't strong enough to play it continuously so I normally just pause videos, wait a few minutes, then try playing them. Doesn't seem to make a difference with their videos for some reason. Any tips?
Re: Learn AngularJS with free interactive lessons
#14Now look at the source with ctrl+u. (example url: view-source:http://www.learn-angular.org/#!/lessons/binding-css-classes)
Now you know why he needs server side rendering (:
Anyway I never tried angular, and this tutorial made me try it. Is explains very very well how to get started, that's true.
Re: Learn AngularJS with free interactive lessons
#15Earlier quoted context omitted.
Looks promising, but the videos don't seem to buffer for me at least. My internet isn't strong enough to play it continuously so I normally just pause videos, wait a few minutes, then try playing them. Doesn't seem to make a difference with their videos for some reason. Any tips?
They're probably using DASH[1]. The video is split into several segments and therefore the player will fill the bufer only until the end of the current segment. Below each codeschool video you have a download link, so you can view them offline. [1]: http://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over...
Re: Learn AngularJS with free interactive lessons
#16Look at the pages indexed in google: https://www.google.pt/search?q=inurl%3Ahttp%3A%2F%2Fwww.lear... Now look at the source with ctrl+u. (example url: view-source: http://www.learn-angular.org/#!/lessons/binding-css-classes ) Now you know why he needs server side rendering (: Anyway I never tried angular, and this tutorial made me try it. Is explains very very well how to get started, that's true.
Re: Learn AngularJS with free interactive lessons
#17Earlier quoted context omitted.
While Angular can certainly be used for simple progressive enhancement-kind interactions, its strength lies in single page/fat client apps, and in this case not having javascript and still getting basic functionality would mean duplicating it on the server. Still, it would be a good idea to display a noscript message alerting the user about the JS requirement.
Blank landing pages = bad CEO,no matter how much escape fragment or trick one pulls. And CEO still make a difference,when the social echo dims.
Re: Learn AngularJS with free interactive lessons
#18Re: Learn AngularJS with free interactive lessons
#19CodeSchool recently launched a (Google sponsored, free) Angular course with exercises too: http://campus.codeschool.com/courses/shaping-up-with-angular... The more the merrier!
Re: Learn AngularJS with free interactive lessons
#20Is there anything like this for other languages and libraries? I know about try ruby, js & python. Any others?
But also in their tutorials: