Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 66: Line 66:
* [http://css3please.com/ CSS3 Please] - Easy vendor prefixing page for popular CSS3 features
* [http://css3please.com/ CSS3 Please] - Easy vendor prefixing page for popular CSS3 features
* [http://html5please.com/ HTML5 Please] - Whether to use the latest in HTML5
* [http://html5please.com/ HTML5 Please] - Whether to use the latest in HTML5
* [https://makeawebsitehub.com/html5-mobile-feature-checker/ HTML feature checker]


== Web applications ==
== Web applications ==

Revision as of 23:45, 20 June 2017

About

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

HTTP

HTML

CSS

JavaScript

Tutorial

Reference

Video

Newsgroup / Forum

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

Browser support

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