Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
* [http://sass-lang.com/ Sass] - Stylesheet preprocessor language with variables, nesting, mixins, and more
* [http://sass-lang.com/ Sass] - Stylesheet preprocessor language with variables, nesting, mixins, and more


== JavaScript ==
== JavaScript Libraries ==
* [http://angularjs.org/ AngularJS] - Directive-based MVC framework
* [http://angularjs.org/ AngularJS] - Directive-based MVC framework
* [http://backbonejs.org/ Backbone.js] - Barebones MVC framework
* [http://backbonejs.org/ Backbone.js] - Barebones MVC framework

Revision as of 13:17, 22 October 2013

HTML

CSS

JavaScript Libraries

  • AngularJS - Directive-based MVC framework
  • Backbone.js - Barebones MVC framework
  • Ember.js - Handlebars-based MVC framework
  • jQuery - Downloads and documentation for the most popular web framework

Browser support

  • Can I use... - Worldwide browser support percentages for new technologies
  • CSS3 Please - Easy vendor prefixing for popular CSS3 features
  • HTML5 Please - Whether to use the latest in HTML5
  • Modernizr - JS feature-detection library

Web applications

  • Django - Python-based web app framework
  • Middleman - Ruby-based frontend workflow app
  • Ruby on Rails - Wildly popular Ruby-based web app framework

General

Documentation

Online schools