Web Development Resources: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (Reverted edits by Axr (talk) to last revision by 160.2.125.77)
Tag: Rollback
 
(33 intermediate revisions by 9 users not shown)
Line 1: Line 1:
== About ==  
== About ==  
This page is a collection of web development resources used by [https://noisebridge.net/wiki/JavaScript JavaScript Class] and [https://noisebridge.net/wiki/Frontend_Web_Development Frontend Web Development]
This page is a collection of web development resources used by [[JavaScript|JavaScript Class]] and [[Front-end Web Development|Front-end Web Development]].
 
== HTTP ==
* [http://tools.ietf.org/html/rfc3986 URI Specification]
* [http://www.w3.org/Protocols/rfc2616/rfc2616.html HTTP 1.1]


== HTML ==
== HTML ==
* [http://validator.w3.org W3C Validation Service]
* [http://validator.w3.org W3C Validation Service]
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] HTML5
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] HTML5
* [https://addons.mozilla.org/en-US/firefox/addon/dust-me-selectors/ Dust Me CSS Selectors Firefox Addon]
* [https://hsivonen.fi/doctype/ Activating Browser Modes with Doctype]
 
* [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
* [http://html5doctor.com/ HTML5 Doctor] - Articles on the latest additions to HTML5
* [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.


== CSS ==
== CSS ==
* [http://www.w3.org/Style/CSS/current-work.en.html CSS Spec­i­fi­ca­tions]
* [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
* [http://www.csszengarden.com/ CSS Zen Garden] - Demonstrates the flexibility of CSS-based design
* [http://www.csszengarden.com/ CSS Zen Garden] - Demonstrates the flexibility of CSS-based design
* [http://www.brothercake.com/dustmeselectors/ Dust-Me Selectors] - Detects unused rules in your stylesheets
* [http://necolas.github.io/normalize.css/ Normalize.css] - Makes user agent stylesheets more consistent and modern
* [http://necolas.github.io/normalize.css/ Normalize.css] - Makes user agent stylesheets more consistent and modern
* [https://addons.mozilla.org/en-US/firefox/addon/dust-me-selectors/ Dust Me CSS Selectors ]
* [https://addons.mozilla.org/en-US/firefox/addon/dust-me-selectors/ Dust Me CSS Selectors ] - Detects unused rules in your stylesheets ([http://www.brothercake.com/dustmeselectors/ homepage]).
* [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
* [http://pumpula.net/p/apps/css-vocabulary/ CSS Vocabulary] - An interactive dictionary of CSS terminology.


== JavaScript ==  
== JavaScript ==  
Line 26: Line 36:
* [http://ejohn.org/apps/learn/ Learning Advanced JavaScript] by John Resig
* [http://ejohn.org/apps/learn/ Learning Advanced JavaScript] by John Resig
* [http://kangax.github.io/nfe Named function expressions demystified]
* [http://kangax.github.io/nfe Named function expressions demystified]
* [http://jsfaq.org/notes/closures/ Javascript Closures]


=== Reference ===  
=== Reference ===  
Line 34: Line 43:
* [http://jsfaq.com/faq/ FAQ and Notes for comp.lang.javascript]
* [http://jsfaq.com/faq/ FAQ and Notes for comp.lang.javascript]
* [http://www.w3.org/TR/DOM-Level-3-Core/ W3C DOM Level 3, Core]
* [http://www.w3.org/TR/DOM-Level-3-Core/ W3C DOM Level 3, Core]
* [http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/ W3C DOM 2 HTML]
* [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.json.org/ JSON]


=== Video ===  
=== Video ===  
Line 45: Line 56:


== JavaScript libraries ==
== 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.
* [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
* [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 57: 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 ==
* [https://www.djangoproject.com/ Django] - Python-based web app framework
* [https://www.djangoproject.com/ Django] - Python-based web app framework
* [http://gruntjs.com/ Grunt] - JavaScript-based preprocessor
* [http://expressjs.com/ Express] - Straightforward JavaScript web app framework
* [http://gruntjs.com/ Grunt] - JavaScript-based workflow tool
* [http://middlemanapp.com/ Middleman] - Ruby-based front-end workflow app
* [http://middlemanapp.com/ Middleman] - Ruby-based front-end workflow app
* [http://rubyonrails.org/ Ruby on Rails] - Wildly popular Ruby-based web app framework
* [http://rubyonrails.org/ Ruby on Rails] - Wildly popular Ruby-based web app framework
Line 70: 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://wordfinderx.com/tools-for-bloggers/ Tools For Bloggers] Introductory blogging tools.


== Quiz ==
== Quiz ==
* [http://perfectionkills.com/javascript-quiz/ JavaScript Quiz], by Kangax
* [http://perfectionkills.com/javascript-quiz/ JavaScript Quiz], by Kangax
* [http://davidshariff.com/quiz/ Front End Web Development Quiz], by David Sharriff
* [http://davidshariff.com/quiz/ Front End Web Development Quiz], by David Sharriff
* [http://jeffreyatw.com/static/frontend/series5/class18/assignment.html Front-end Web Development Quiz], by [[User:JeffreyATW|Jeffrey Carl Faden]]
* [http://dmitrysoshnikov.com/ecmascript/the-quiz/ ECMA-262, The Quiz], by Dmitry Soshnikov (covers Ecma-262 r3).
* [http://dmitrysoshnikov.com/ecmascript/the-quiz/ ECMA-262, The Quiz], by Dmitry Soshnikov (covers Ecma-262 r3).


Line 89: Line 105:
* [http://www.railsschool.org/ Rails School] - at Noisebridge
* [http://www.railsschool.org/ Rails School] - at Noisebridge
* [https://www.udacity.com/ Udacity]
* [https://www.udacity.com/ Udacity]
* [http://www.freecodecamp.com/ Free Code Camp]
== Engineering Blogs ==
* [https://doordash.engineering DoorDash Engineering Blog]

Latest revision as of 09:05, 6 November 2021

About[edit]

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

HTTP[edit]

HTML[edit]

CSS[edit]

JavaScript[edit]

Tutorial[edit]

Reference[edit]

Video[edit]

Newsgroup / Forum[edit]

JavaScript libraries[edit]

Browser support[edit]

Web applications[edit]

  • 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[edit]

Quiz[edit]

Documentation[edit]

Online schools[edit]

Engineering Blogs[edit]