Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
* [http://html5please.com/ HTML5 Please] - Whether to use the latest in HTML5
* [http://html5please.com/ HTML5 Please] - Whether to use the latest in HTML5
* [http://modernizr.com/ Modernizr] - JS feature-detection library
* [http://modernizr.com/ Modernizr] - JS feature-detection library
== Web applications ==
* [https://www.djangoproject.com/ Django] Python-based web app framework
* [http://middlemanapp.com/ Middleman] Ruby-based frontend workflow app
* [http://rubyonrails.org/ Ruby on Rails] Wildly popular Ruby-based web app framework


== General ==
== General ==
* [http://alistapart.com/ A List Apart] - Articles on the web as a platform and business
* [http://alistapart.com/ A List Apart] - Articles on the web as a platform and business
* [http://uptodate.frontendrescue.org/ Frontend Rescue] - How to keep up-to-date on frontend technologies
* [http://uptodate.frontendrescue.org/ Frontend Rescue] - How to keep up-to-date on frontend technologies
* [http://middlemanapp.com/ Middleman] Ruby-based frontend workflow app
* [http://stackoverflow.com/ Stack Overflow] - A popular Q&A platform for programmers
* [http://stackoverflow.com/ Stack Overflow] - A popular Q&A platform for programmers



Revision as of 13:13, 22 October 2013

HTML

CSS

JavaScript

  • 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

General

Documentation

Online schools