#####Javascript books and resources
####Books:
####Lectures / Videos:
####Reference Sites:
####Tutorials:
####Course:
| Name | Link |
|---|---|
| HTML Videos | http://thenewboston.org/list.php?cat=43 |
| Learn jQuery & Javascript for Free | http://learn.appendto.com/ |
| Diploma in Web Development | http://alison.com/courses/Diploma-in-Web-Development |
| Free courses. Practical Skills. Unlimited Potential. | http://gymnasium.aquent.com/ |
| HTML5 & CSS3 Fundamentals: Development for Absolute Beginners | http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners |
| Learn how to program games, apps and websites | http://www.codeavengers.com/ |
| Javascript Roadtrip | http://zfer.us/GMIRq |
| Basic HTML & CSS for Non-Web Designers | www.dontfeartheinternet.com |
| Web Making 101 | https://p2pu.org/en/schools/school-of-webcraft/sets/webmaking-101/ |
| HTML and CSS for Beginners | http://www.saylor.org/courses/prdv251/ |
| 30 Days to Learn HTML & CSS | http://learncss.tutsplus.com/ |
| Make your own games by learning JavaScript programming! | www.jsdares.com |
| CSS Foundations | http://www.skilledup.com/treehouse-css-foundations |
| CodeHS | http://www.codehs.com/ |
####Online Editors:
| Name | Link |
|---|---|
| koding | https://koding.com/ |
| cloud9 | https://c9.io/ |
| CodeRun | http://www.coderun.com/ide/ |
| Compilr | https://compilr.com/ |
| ShiftEdit | http://shiftedit.net/ |
| Cloud IDE | http://cloud-ide.com/ |
######Playgrounds:
| Name | Link |
|---|---|
| JSFiddle | http://jsfiddle.net/ |
| CodePen | http://codepen.io/ |
| CSS Deck | http://cssdeck.com/ |
| JS Bin | http://jsbin.com/ |
| Dabblet | http://dabblet.com/ |
| Tinkerbin | http://tinkerbin.com/ |
| Liveweave | http://liveweave.com/ |
####e-Learning:
| Name | Link |
|---|---|
| Codecademy | http://www.codecademy.com/ |
| Skillcrush | http://skillcrush.com/get-started-in-tech/skillcrush-102-javascript-jquery-apis/ |
| Code School | http://codeschool.com/ |
| CodeCombat | http://codecombat.com/ |
####Organization:
####Testing:
| Name | Link |
|---|---|
| Writing Testable Frontend Javascript Part 1 – Anti-patterns and their fixes | https://shanetomlinson.com/2013/testing-javascript-frontend-part-1-anti-patterns-and-fixes/ |
| Writing Testable JavaScript | http://www.adequatelygood.com/2010/7/Writing-Testable-JavaScript |
| Make tests read like a book | http://uxebu.com/blog/2013/01/08/make-tests-read-like-a-book/ |
| The Plight of Pinocchio: JavaScript's quest to become a real language | http://opensoul.org/blog/archives/2012/05/16/the-plight-of-pinocchio/ |
| Let's Code: Test-Driven JavaScript | http://www.letscodejavascript.com/ |
| Testable JavaScript | http://shop.oreilly.com/product/0636920024699.do |
####Performance & Profiling:
| Name | Link |
|---|---|
| Writing Fast, Memory-Efficient JavaScript | http://coding.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/ |
| Improving Web App Performance With the Chrome DevTools | http://addyosmani.com/blog/performance-optimisation-with-timeline-profiles/ |
| Jank Busters: Building Performant Web Apps | http://www.youtube.com/watch?v=hAzhayTnhEI |
| Leaner, Meaner, Faster Animations with requestAnimationFrame | http://www.html5rocks.com/en/tutorials/speed/animations/ |
| How (not) to trigger a layout in WebKit | http://gent.ilcore.com/2011/03/how-not-to-trigger-layout-in-webkit.html |
| High Performance Browser Networking | http://chimera.labs.oreilly.com/books/1230000000545/index.html |
| High Performance JavaScript | http://shop.oreilly.com/product/9780596802806.do |