Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(→‎Tutorial: - JavaScript Closures link broken - it looks like the domain expires and now directs towards a Japanese website.)
(new beginner's resource)
(6 intermediate revisions by 3 users not shown)
Line 13: Line 13:
* [http://html5doctor.com/ HTML5 Doctor] - Articles on the latest additions to HTML5
* [http://html5doctor.com/ HTML5 Doctor] - Articles on the latest additions to HTML5
* [http://html5boilerplate.com/ HTML5 Boilerplate] - Popular website template
* [http://html5boilerplate.com/ HTML5 Boilerplate] - Popular website template
 
* [https://makeawebsitehub.com/the-html-5-mega-cheat-sheet/ HTML5 Cheat Sheet] Quick HTML5 guide.
* [https://www.wpkube.com/html5-cheat-sheet/ HTML 5 Cheat Sheet for Beginners] - An easy to understand HTML 5 cheat sheet (In Alphabetical Order).
* [http://www.whatwg.org/mailing-list WHATWG Mailing Lists] Email list for HTML5.
* [http://www.whatwg.org/mailing-list WHATWG Mailing Lists] Email list for HTML5.


Line 20: Line 21:
* [http://cubic-bezier.com/ Create Cubic Bezier for CSS] by Lea Verou
* [http://cubic-bezier.com/ Create Cubic Bezier for CSS] by Lea Verou
* [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]
* [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]
* [https://makeawebsitehub.com/css3-mega-cheat-sheet/ CSS Cheat Sheet]
* [http://www.cssdrive.com/imagepalette/ CSS Image to Colors Palette Generator] - Create a color palette from an image
* [http://www.cssdrive.com/imagepalette/ CSS Image to Colors Palette Generator] - Create a color palette from an image
* [http://www.colorzilla.com/gradient-editor/ Ultimate CSS Gradient Generator] - GUI for creating cross-browser CSS3 gradients
* [http://www.colorzilla.com/gradient-editor/ Ultimate CSS Gradient Generator] - GUI for creating cross-browser CSS3 gradients
Line 58: Line 60:
* [http://emberjs.com/ Ember.js] - Handlebars-based MVC framework
* [http://emberjs.com/ Ember.js] - Handlebars-based MVC framework
* [http://jquery.com/ jQuery] - Downloads and documentation for the most popular web framework
* [http://jquery.com/ jQuery] - Downloads and documentation for the most popular web framework
* [https://websitesetup.org/jquery-cheat-sheet/ JQuery Cheat Sheet] - JQuery Cheat Sheet
* [http://modernizr.com/ Modernizr] - JS feature-detection library
* [http://modernizr.com/ Modernizr] - JS feature-detection library


Line 65: Line 68:
* [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 ==
Line 79: Line 83:
* [http://uptodate.frontendrescue.org/ Front-end Rescue] - How to keep up-to-date on front-end technologies
* [http://uptodate.frontendrescue.org/ Front-end Rescue] - How to keep up-to-date on front-end technologies
* [http://stackoverflow.com/ Stack Overflow] - A popular Q&A platform for programmers
* [http://stackoverflow.com/ Stack Overflow] - A popular Q&A platform for programmers
* [https://www.bloggingbasics101.com Blogging Basics 101] - Lots of beginner resources.
* [https://howtomakemyblog.com HowToMakeMyBlog] - How to start a blog and make it a success. 


== Quiz ==
== Quiz ==

Revision as of 07:50, 1 June 2018

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

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