After a great introduction, Toby Ho #1: Read the Error Message Uncaught: TypeError: undefined... Why? Usually leads you directly to the problem understanding it helps you understand the system know how to read between the lines knowing helps you be faster at debugging Anatomy of an Error The Error: Uncaught: TypeError: undefined is not a function filename:# onClick jQuery.event.dispatch alemData.handle The Call Stack (stacktrace) The Error Site: Place where error ... Read More
JavaScript Debugging Tip #1: Read the Error Message
Uncaught: TypeError: undefined... Why? Usually leads you directly to the problem understanding it helps you understand the system know how to read between the lines knowing helps you be faster at debugging Anatomy of an Error The Error: Uncaught: TypeError: undefined is not a function filename:# onClick jQuery.event.dispatch alemData.handle The Call Stack (stacktrace) The Error Site: Place where error occurred. Call Sites (Stackframes): Chain of function calls that lead up ... Read More
JavaScript Frameworks
JS Frameworks https://www.lullabot.com/blog/article/choosing-right-javascript-framework-job http://www.devbattles.com/en/sand/post-360-Top+24+Best+JavaScript+Frameworks+for+Programmers http://picnframes.com/top-10-javascript-frameworks/ JS Tools Adobe Edge – HTML5/JS/CSS animation/interaction tool – http://labs.adobe.com/technologies/edge/ Less Framework – CSS grid system/layout – http://lessframework.com/ Less – alternative CSS syntax – supports OO-like syntax – referenced by Google at Google ... Read More