<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=185.44.76.118</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=185.44.76.118"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/185.44.76.118"/>
	<updated>2026-04-05T15:27:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Web_Development_Resources&amp;diff=66342</id>
		<title>Web Development Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Web_Development_Resources&amp;diff=66342"/>
		<updated>2018-06-01T14:50:36Z</updated>

		<summary type="html">&lt;p&gt;185.44.76.118: new beginner&amp;#039;s resource&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About == &lt;br /&gt;
This page is a collection of web development resources used by [[JavaScript|JavaScript Class]] and [[Front-end Web Development|Front-end Web Development]].&lt;br /&gt;
&lt;br /&gt;
== HTTP == &lt;br /&gt;
* [http://tools.ietf.org/html/rfc3986 URI Specification]&lt;br /&gt;
* [http://www.w3.org/Protocols/rfc2616/rfc2616.html HTTP 1.1]&lt;br /&gt;
&lt;br /&gt;
== HTML ==&lt;br /&gt;
* [http://validator.w3.org W3C Validation Service]&lt;br /&gt;
&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] HTML5&lt;br /&gt;
* [https://hsivonen.fi/doctype/ Activating Browser Modes with Doctype]&lt;br /&gt;
* [http://html5doctor.com/ HTML5 Doctor] - Articles on the latest additions to HTML5&lt;br /&gt;
* [http://html5boilerplate.com/ HTML5 Boilerplate] - Popular website template&lt;br /&gt;
* [https://makeawebsitehub.com/the-html-5-mega-cheat-sheet/ HTML5 Cheat Sheet] Quick HTML5 guide.&lt;br /&gt;
* [https://www.wpkube.com/html5-cheat-sheet/ HTML 5 Cheat Sheet for Beginners] - An easy to understand HTML 5 cheat sheet (In Alphabetical Order).&lt;br /&gt;
* [http://www.whatwg.org/mailing-list WHATWG Mailing Lists] Email list for HTML5.&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
* [http://www.w3.org/Style/CSS/current-work.en.html CSS Spec­i­fi­ca­tions]&lt;br /&gt;
* [http://cubic-bezier.com/ Create Cubic Bezier for CSS] by Lea Verou&lt;br /&gt;
* [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]&lt;br /&gt;
* [https://makeawebsitehub.com/css3-mega-cheat-sheet/ CSS Cheat Sheet]&lt;br /&gt;
* [http://www.cssdrive.com/imagepalette/ CSS Image to Colors Palette Generator] - Create a color palette from an image&lt;br /&gt;
* [http://www.colorzilla.com/gradient-editor/ Ultimate CSS Gradient Generator] - GUI for creating cross-browser CSS3 gradients&lt;br /&gt;
* [http://www.csszengarden.com/ CSS Zen Garden] - Demonstrates the flexibility of CSS-based design&lt;br /&gt;
* [http://necolas.github.io/normalize.css/ Normalize.css] - Makes user agent stylesheets more consistent and modern&lt;br /&gt;
* [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]).&lt;br /&gt;
* [http://sass-lang.com/ Sass] - Stylesheet preprocessor language with variables, nesting, mixins, and more&lt;br /&gt;
* [http://pumpula.net/p/apps/css-vocabulary/ CSS Vocabulary] - An interactive dictionary of CSS terminology.&lt;br /&gt;
&lt;br /&gt;
== JavaScript == &lt;br /&gt;
=== Tutorial ===&lt;br /&gt;
* [http://eloquentjavascript.net Eloquent JavaScript: A Modern Introduction to Programming]&lt;br /&gt;
* [http://domenlightenment.com DOM Enlightenment] by Cody Lindley&lt;br /&gt;
* [http://ejohn.org/apps/learn/ Learning Advanced JavaScript] by John Resig&lt;br /&gt;
* [http://kangax.github.io/nfe Named function expressions demystified]&lt;br /&gt;
&lt;br /&gt;
=== Reference === &lt;br /&gt;
* [http://ecma-international.org/ecma-262/5.1/ ECMAScript® Language Specification]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript JavaScript | MDN] Mozilla Developer Network&lt;br /&gt;
* [https://developer.mozilla.org/en-US/learn/javascript Learn JavaScript MDN] Mozilla Developer Network&lt;br /&gt;
* [http://jsfaq.com/faq/ FAQ and Notes for comp.lang.javascript]&lt;br /&gt;
* [http://www.w3.org/TR/DOM-Level-3-Core/ W3C DOM Level 3, Core]&lt;br /&gt;
* [http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/ W3C DOM 2 HTML]&lt;br /&gt;
* [http://www.w3.org/TR/DOM-Level-2-Events/ W3C DOM Level 2 Events]&lt;br /&gt;
* [http://www.w3.org/TR/DOM-Level-3-Events/ W3C DOM Level 3 Events Working Draft]&lt;br /&gt;
* [http://www.json.org/ JSON]&lt;br /&gt;
&lt;br /&gt;
=== Video === &lt;br /&gt;
* [http://www.youtube.com/watch?v=EkluES9Rvak Demystifying Regular Expressions] by Lea Verou&lt;br /&gt;
&lt;br /&gt;
=== Newsgroup / Forum ===&lt;br /&gt;
* [https://groups.google.com/d/forum/jsmentors JS Mentors Google Group]&lt;br /&gt;
* [https://groups.google.com/d/forum/comp.lang.javascript comp.lang.javascript]&lt;br /&gt;
&lt;br /&gt;
== JavaScript libraries ==&lt;br /&gt;
* [http://angularjs.org/ AngularJS] - Directive-based MVC framework&lt;br /&gt;
* [http://backbonejs.org/ Backbone.js] - Barebones MVC framework&lt;br /&gt;
* [http://emberjs.com/ Ember.js] - Handlebars-based MVC framework&lt;br /&gt;
* [http://jquery.com/ jQuery] - Downloads and documentation for the most popular web framework&lt;br /&gt;
* [https://websitesetup.org/jquery-cheat-sheet/ JQuery Cheat Sheet] - JQuery Cheat Sheet&lt;br /&gt;
* [http://modernizr.com/ Modernizr] - JS feature-detection library&lt;br /&gt;
&lt;br /&gt;
== Browser support ==&lt;br /&gt;
* [https://github.com/ai/autoprefixer Autoprefixer] - Preprocesses stylesheets and adds vendor prefixes&lt;br /&gt;
* [http://caniuse.com/ Can I use...] - Worldwide browser support percentages for new technologies&lt;br /&gt;
* [http://css3please.com/ CSS3 Please] - Easy vendor prefixing page for popular CSS3 features&lt;br /&gt;
* [http://html5please.com/ HTML5 Please] - Whether to use the latest in HTML5&lt;br /&gt;
* [https://makeawebsitehub.com/html5-mobile-feature-checker/ HTML feature checker]&lt;br /&gt;
&lt;br /&gt;
== Web applications ==&lt;br /&gt;
* [https://www.djangoproject.com/ Django] - Python-based web app framework&lt;br /&gt;
* [http://expressjs.com/ Express] - Straightforward JavaScript web app framework&lt;br /&gt;
* [http://gruntjs.com/ Grunt] - JavaScript-based workflow tool&lt;br /&gt;
* [http://middlemanapp.com/ Middleman] - Ruby-based front-end workflow app&lt;br /&gt;
* [http://rubyonrails.org/ Ruby on Rails] - Wildly popular Ruby-based web app framework&lt;br /&gt;
* [http://yeoman.io/ Yeoman] - JavaScript-based front-end workflow app&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* [http://alistapart.com/ A List Apart] - Articles on the web as a platform and business&lt;br /&gt;
* [http://css-tricks.com/ CSS-Tricks] - Compendium of examples and code snippets&lt;br /&gt;
* [http://uptodate.frontendrescue.org/ Front-end Rescue] - How to keep up-to-date on front-end technologies&lt;br /&gt;
* [http://stackoverflow.com/ Stack Overflow] - A popular Q&amp;amp;A platform for programmers&lt;br /&gt;
* [https://www.bloggingbasics101.com Blogging Basics 101] - Lots of beginner resources.&lt;br /&gt;
* [https://howtomakemyblog.com HowToMakeMyBlog] - How to start a blog and make it a success.  &lt;br /&gt;
&lt;br /&gt;
== Quiz ==&lt;br /&gt;
* [http://perfectionkills.com/javascript-quiz/ JavaScript Quiz], by Kangax&lt;br /&gt;
* [http://davidshariff.com/quiz/ Front End Web Development Quiz], by David Sharriff&lt;br /&gt;
* [http://jeffreyatw.com/static/frontend/series5/class18/assignment.html Front-end Web Development Quiz], by [[User:JeffreyATW|Jeffrey Carl Faden]]&lt;br /&gt;
* [http://dmitrysoshnikov.com/ecmascript/the-quiz/ ECMA-262, The Quiz], by Dmitry Soshnikov (covers Ecma-262 r3).&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Web MDN: Web technology for developers] - Mozilla&#039;s documentation on the web&lt;br /&gt;
* [http://www.webplatform.org/ WebPlatform.org] - Web documentation wiki from a variety of sources&lt;br /&gt;
&lt;br /&gt;
== Online schools ==&lt;br /&gt;
* [http://www.codecademy.com/ Code Academy]&lt;br /&gt;
* [https://www.codeschool.com/ Code School]&lt;br /&gt;
* [https://www.coursera.org/ Coursera]&lt;br /&gt;
* [[Front-end Web Development]] - at Noisebridge&lt;br /&gt;
* [[JavaScript|JavaScript Class]] - at Noisebridge&lt;br /&gt;
* [https://www.khanacademy.org/ Khan Academy]&lt;br /&gt;
* [http://www.railsschool.org/ Rails School] - at Noisebridge&lt;br /&gt;
* [https://www.udacity.com/ Udacity]&lt;br /&gt;
* [http://www.freecodecamp.com/ Free Code Camp]&lt;/div&gt;</summary>
		<author><name>185.44.76.118</name></author>
	</entry>
</feed>