-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (52 loc) · 2.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
History
=======
http://javascript.about.com/od/reference/a/history.htm
http://laktek.com/2012/01/19/different-flavors-of-javascript/
Prototypal Inheritance
======================
https://developer.mozilla.org/en/JavaScript/Guide/Inheritance_Revisited
http://msdn.microsoft.com/en-us/scriptjunkie/ff852808
http://msdn.microsoft.com/en-us/scriptjunkie/gg602402
http://www.bit-101.com/blog/?p=3420
http://dmitrysoshnikov.com/ecmascript/javascript-the-core/
http://howtonode.org/707e1dc36fb542db3c3f0ea4609dc1cef819c960/object-graphs-3
Closures
========
http://jibbering.com/faq/notes/closures/
Event Loop
==========
http://stackoverflow.com/questions/3272298/whats-an-event-loop-and-how-is-it-different-than-using-other-models
http://eventdrivenpgm.sourceforge.net/event_driven_programming.pdf
http://www.csse.uwa.edu.au/cnet/eventdriven.html
https://gist.github.com/1604969
Coding Standards
================
http://coding.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/
http://www.starming.com/index.php?action=plugin&v=wave&tpl=union&ac=viewgrouppost&gid=1000003535&tid=13170 - 10 javascript mistakes
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
http://net.tutsplus.com/tutorials/javascript-ajax/from-jquery-to-javascript-a-reference/
http://www.2ality.com/2011/04/ecmascript-5-spec-lexicalenvironment.html
http://shichuan.github.com/javascript-patterns/
QUIZ
================
http://uxebu.com/blog/2012/01/19/javascript-snippets-isarray-arguments-to-array-x-y-padding-array-unique/
http://paynedigital.com/2012/01/combining-ajax-pushstate-and-css3-transitions
http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/
INTERESTING STUFF
=================
http://blog.errorception.com/2012/01/writing-quality-third-party-js-part-2.html
JS GURUS
=========
Douglas Crockford
http://www.crockford.com/
Paul Irish
http://paulirish.com/
mrdoob
http://mrdoob.com/
John Resig
http://ejohn.org/
Christian Heilmann
http://christianheilmann.com/
http://icant.co.uk/
http://christianheilmann.com/2011/12/29/what-i-did-in-2011-talk-archive-with-slides-recordings-and-videos/
Worked for Yahoo, working on YQL & YUI, now working for Mozilla.