# HTML ## Specs / References * [HTML5 Spec](http://www.w3.org/TR/html5/) * [WhatWG Weiterentwicklung](https://html.spec.whatwg.org/multipage/) * [Web-Entwickler Fassung](http://developers.whatwg.org/) ## Dokumentationen * [MDN - Mozilla Developer Network](https://developer.mozilla.org/de/) * [Webplatform.org](http://www.webplatform.org/) * [Google Web Platform Fundamentals](https://developers.google.com/web/fundamentals/) ## Tutorials / Empfehlungen * [Mediaevent (deutsch)](http://www.mediaevent.de/) * [HTML5 Doctor](http://html5doctor.com/) * [HTML5 Rocks](http://www.html5rocks.com/) * [Quirksmode](http://www.quirksmode.org/) * [HTML5 Handbuch von Stefan Münz](http://webkompetenz.wikidot.com/docs:html-handbuch) ## Link-Sammlungen / Resourcen * [Frontend Rescue](http://uptodate.frontendrescue.org/de/) * [Web Design Repo](http://www.webdesignrepo.com/) * [Neufassung des Repo](https://rrrepo.co/repo/webdesign) * [Frontend Bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) * [Backend Bookmarks](https://gist.github.com/dypsilon/5819528) * [Ray Bangos List](http://blog.reybango.com/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books/) ## Browser-Support * [Can I use?](http://caniuse.com/) * [HTML5 Test](http://html5test.com/) * [Find me by ip!](http://fmbip.com/) # CSS ## Specs / References * [CSS 1](http://www.w3.org/TR/CSS1/) * [CSS 2.1](http://www.w3.org/TR/CSS2/) * [CSS 2010](http://www.w3.org/TR/CSS/) * [Alle Specs](http://www.w3.org/Style/CSS/specs) ## Selector - Game * [CSS Diner](http://flukeout.github.io/) ## Properties - Overview * [Property Index](http://meiert.com/en/indices/css-properties/) * [CSS Tricks Almanach](http://css-tricks.com/almanac) * [CSS3 Clickchart](http://css3clickchart.com/) ## Blogs / Empfehlungen * [CSS Tricks](http://css-tricks.com/) * [Mediaevent](http://www.mediaevent.de/css/) * [A List Apart](http://alistapart.com/) ## Layout * [Learn Layout](http://learnlayout.com/) * [Grid System](http://adamkaplan.me/grid/) ## Clearfix * [CSS Micro Clearfix](http://nicolasgallagher.com/micro-clearfix-hack/) ## CSS Resets * [Eric Meyers Reset](http://meyerweb.com/eric/tools/css/reset/) * [Normalize.css](https://necolas.github.io/normalize.css/) ## Preprocessors * [Sass](http://sass-lang.com/) mit lib-sass nicht Ruby * [Less](http://lesscss.org/) * [Stylus](https://learnboost.github.io/stylus/) * [PostCSS](https://github.com/postcss/postcss) * [Autoprefixer](https://github.com/postcss/autoprefixer) # JavaScript ## Specs / References * [EcmaScript 5.1](http://www.ecma-international.org/ecma-262/5.1/) * [Annotated EcmaScript](http://es5.github.io/) * [EcmaScript 2015](http://www.ecma-international.org/ecma-262/6.0/) ## Tutorials * [DailjyJS 101](http://dailyjs.com/js101.html) * [Molily.de (unvollst.)](http://molily.de/js/) * [JavaScript Einführung von mir (noch unvollständiger)](https://www.gitbook.com/book/lean-stack/javascript/details) ## Ebooks * [Axel Rauschmeyer - Speaking JS](http://speakingjs.com/) * [Addy Osmani: JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) * [WIP: You don't know JavaScript](https://github.com/getify/You-Dont-Know-JS) * [DailyJS: Let's make a framework](http://dailyjs.com/2010/12/02/framework-review/) * [ES6](https://leanpub.com/understandinges6) * [Gitbook Learn JavaScript](https://www.gitbook.com/book/gitbookio/javascript/details) ## Link-Sammlungen * [JavaScript - the Right Way](http://www.jstherightway.org/) ## Playgrounds * [Codepen](http://codepen.io/) * [JSFiddle](https://jsfiddle.net/) * [JSBin](http://jsbin.com/) * [JSPerf](http://jsperf.com/) ## Libraries * [jQuery](http://jquery.com/) * [Zepto - smaller jQuery](http://zeptojs.com/) * [Underscore](http://underscorejs.org/) * [lodash](https://lodash.com/) ## Frameworks * [Überblick: TodoMVC-Projekt](http://todomvc.com/) # Tooling ## IDEs (Open Source) * [NetBeans](https://netbeans.org/) ## Editoren (Open Source) * [Brackets](http://brackets.io/) * [Atom Editor](https://atom.io/) * [Visual Studio Code](https://code.visualstudio.com/) ## Node.js Tooling ### Bare Taskrunner * [Gulp](http://gulpjs.com/) * [Grunt](http://gruntjs.com/) * [NPM - Google: npm as build tool](https://www.google.de/webhp?q=npm+as+build+tool) ### Bare Scaffolding * [Yeoman](http://yeoman.io/) ### Bare Browser Syncing * [BrowserSync](http://www.browsersync.io/) * [LiveReload](http://livereload.com/) ### Build Systeme (All-In-One) * [Webpack](http://expressjs.com/) * [Brunch](http://expressjs.com/) * [Broccoli](http://expressjs.com/) ### Testing * [Mocha - Unit Testing Framework](https://mochajs.org/) * [Jasmine - Unit Testing Framework](http://jasmine.github.io/) * [QUnit - Unit Testing Framework](http://qunitjs.com/) * [Karma.js - Test Runner](http://karma-runner.github.io/) * [Protractor - E2E Testing Framework](https://angular.github.io/protractor/) ## Server Side Frameworks * [Express](http://expressjs.com/) * [hapi](http://hapijs.com/) * [Koa](http://koajs.com/) * [Socket.io](http://socket.io/)