Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Learn HTML5 from Scratch
  2. https://www.udemy.com/learn-html5-programming-from-scratch/
  3.  
  4. JavaScript will take up the most of your time so you will want a lot of resources. Well start with some tutorials.
  5.  
  6. Comprehensive JavaScript Programming
  7. https://www.udemy.com/comprehensive-javascript-programming/?dtcode=gxL8I8E1f2c3
  8.  
  9. Learn to Code: The Full Beginners Guide
  10. http://lifehacker.com/5744113/learn-to-code-the-full-beginners-guide
  11.  
  12. JavaScript Tutorials for the Beginner
  13. http://www.homeandlearn.co.uk/JS/javascript.html
  14.  
  15. Eloquent JavaScript
  16. http://eloquentjavascript.net/
  17.  
  18. You will want a reference to the built in JavaScript objects and methods as well as a list of HTML tags and CSS properties. You will want to learn how to use the developer tools built into your web browser.
  19.  
  20. Mozilla Developer Network
  21. https://developer.mozilla.org/en-US/
  22.  
  23. Finally you can move onto game development. Here&rquo;s another free course.
  24. https://www.udemy.com/free-prep-for-html5-game-development/?dtcode=50SH4291f2jb
  25.  
  26. You might want to dip into more advanced stuff after that.
  27.  
  28. JavaScript Design Patterns
  29. http://addyosmani.com/resources/essentialjsdesignpatterns/book/
  30.  
  31. Learning JavaScript and jQuery from Scratch
  32. https://www.udemy.com/learn-javascript-jquery-from-scratch/?dtcode=Ugn94de1f2qB
  33.  
  34. Phaser
  35. http://phaser.io/
  36.  
  37. Oh, and you will want a code editor. Like Komodo Edit but there are others.
  38.  
  39. Komodo Edit
  40. http://www.activestate.com/komodo-edit/downloads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement