Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 39: Line 39:
* [http://www.w3.org/TR/DOM-Level-2-Events/ W3C DOM Level 2 Events]
* [http://www.w3.org/TR/DOM-Level-2-Events/ W3C DOM Level 2 Events]
* [http://www.w3.org/TR/DOM-Level-3-Events/ W3C DOM Level 3 Events Working Draft]
* [http://www.w3.org/TR/DOM-Level-3-Events/ W3C DOM Level 3 Events Working Draft]
* [http://www.w3.org/Protocols/rfc2616/rfc2616.html HTTP 1.1]


=== Video ===  
=== Video ===  

Revision as of 08:20, 2 June 2014

About

This page is a collection of web development resources used by JavaScript Class and Front-end Web Development.

HTML

CSS

JavaScript

Tutorial

Reference

Video

Newsgroup / Forum

JavaScript libraries

No JavaScript libraries are endorsed in JavaScript Class this group. If you want help with using a library, visit that library's discussion group instead.

  • 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
  • Modernizr - JS feature-detection library

Browser support

  • Autoprefixer - Preprocesses stylesheets and adds vendor prefixes
  • Can I use... - Worldwide browser support percentages for new technologies
  • CSS3 Please - Easy vendor prefixing page for popular CSS3 features
  • HTML5 Please - Whether to use the latest in HTML5

Web applications

  • Django - Python-based web app framework
  • Express - Straightforward JavaScript web app framework
  • Grunt - JavaScript-based workflow tool
  • Middleman - Ruby-based front-end workflow app
  • Ruby on Rails - Wildly popular Ruby-based web app framework
  • Yeoman - JavaScript-based front-end workflow app

General

Quiz

Documentation

Online schools