Emberjs learning resources [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to learn EmberJS. It has a very steep learning curve.
I have watched Tuts Plus' "Let's learn Ember", Peepcodes Fire up EmberJS.
But, I still don't feel like learning much.
I wonder if anyone could point out any good learning resources for EmberJS?

http://emberwatch.com/ - for watching ember videos and tutorials
http://ember101.com/ - other ember video tutorial site
http://www.manning.com/skeie/ -excellent book for learning more about ember (highly recommend)
https://github.com/discourse/discourse -- look at this open source ember project. it's huge, but can help you learn how things work and how to structure code
http://www.quora.com/Ember-js/What-is-the-best-way-to-learn-Ember-js -- there's also more answers to this question on here. Hope that helps.

Related

Selection of right tool for game development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to create a football (soccer) manager game as a hobby project? I want to create it for browser so in javascript
Is there some tool that will help me for that becouse I create a manager game so there is no need much interactivity and physics?
So there will be option like team tactics, stadium, PR, finance, trainings and so.
I've been playing with Quintus recently - http://html5quintus.com - which gives you a nice little framework in which to build a 2D game. It seems geared toward concise code, with a prototyping/inheritance structure that makes it quite easy to start knocking together a game in HTML5/JS very quickly.
I don't know anything about the many similar engines, but there are plenty out there. Here's a good resource to help you pick one: http://html5gameengine.com
I'm guessing that you could also potentially roll your own if you had plenty of time to devote to it.

Vizualize online users [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For my website http://goout.cz/ I am trying to implement a google-analytics-like tool to vizualize my online users real-time. I would like to show it to the public, so it must look nice.
The backend is easy to implement and to get the data to the browser as well. But I am looking for a way how could it be done visualy on frontend.
I am looking for:
Inspiration, if someone else does the same real-time vizualization.
Any javascript tool, which would be helpful to achieve it.
Thanks!
Your question is rather broad, and will likely be closed. Anyhow, I would recommend looking at the D3 JavaScript framework. It is very powerful and versatile.

iio Engine game development tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have recently wanted to develop a game with iio engine. However, I guess there is not enough resources to do so. I have tried tutorials on http://iioengine.com/tutorials/ but they are somewhat difficult to implement. Hence, can anybody tell me basics of the iio engine and simple tricks for game development.
There was an article from hacker news on iio engine game development. As it says, the most important thing is the io object which is given to the constructor of the application as follows.
YourGame = function(io){};
iio.start(YourGame,'canvasId')
After receiving the io object, you can easily add or delete objects to the canvas as follows.
var grid = io.addObj(new iio.Grid(0,0,3,3,150));
io.rmvObj(grid);
Anyway, you can have a look at this tutorial.

Javascript Framework for UI's [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need an open source Javascript framework to create web UI's. I'm looking for something similar to ExtJS but easier.
Any suggestions?
May be you can try to work with Webix http://webix.com/.
It is easy to learn thanks to detailed and comprehensive documentation and with this library you can build web apps of any difficulty.
Its all depends on your requirement only... How your application architect flow goes.
Please refer below link with list of few framework.
http://www.hanselman.com/blog/TheBigGlossaryOfOpenSourceJavaScriptAndWebFrameworksWithCoolNames.aspx
http://www.tripwiremagazine.com/2009/11/top-10-javascript-frameworks-by-google.html
My suggestion is go for extjs(Even if you pay for it).
All the best.

endless pages in rails 3? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've tried following railscast 114 and several other links to get endless pages in a rails 3 app ive been building. I'm a beginner and I have followed teachmetocode's twitter replica tutorials. Which method for producing endless pages would work best with this model of application? THanks for any help in advance
Here's a good tutorial and full source code using JQuery and Rails.

Categories

Resources