Require.js, Backbone.js and jQuery then pick up a REST framework for your favorite back-end technology. One thing to note the original post said websites, where JavaScript and REST are being used more and more to build webapps while technologies like PHP and ROR and their CMS projects are many times used to build out traditional websites that are more content heavy, webapps are more and more utilizing HTML/CSS/JavaScript (with no intermediate server side page technology) communication with a loosely coupled REST back-end.
Comments
PHP: if you're not looking to build from scratch, then building off Wordpress, Drupal, or Joomla is a popular way to go.
Python: Django or Pyramid are the two frameworks to look at.
Ruby: Rails, I guess, although I've never used it.
Thanks samlve!
How about javascript, jQuery and MooTools?
Require.js, Backbone.js and jQuery then pick up a REST framework for your favorite back-end technology. One thing to note the original post said websites, where JavaScript and REST are being used more and more to build webapps while technologies like PHP and ROR and their CMS projects are many times used to build out traditional websites that are more content heavy, webapps are more and more utilizing HTML/CSS/JavaScript (with no intermediate server side page technology) communication with a loosely coupled REST back-end.
I did not know Backdone.js before.
thanks a lot, kls!
Did some search and found the following good collection
http://www.quora.com/What-are-some-good-resources-for-Backbo...
I actually prefer Dojo, but the ones are highlighted are becoming the hot JavaScript skills.