-
The Linguistics of JavaScript – Erin McKean (Wordnik) keynote
From Fluent 2015: “Javascript is Esperanto that does something.” Constructed languages — conlangs — are artificially-created languages, a category which includes Esperanto, Elvish, Klingon, Dothraki, and yes, Javascript. Can thinking about Javascript the way we think about other human languages help us be better coders, or at least write more readable code? About Erin McKean…
-
JavaScript Tutorial for Beginners – 06 – Functions
Functions in Javascript. Original source
-
Inheritance in JavaScript
Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/02/inheritance-in-javascript.html In this video we will discuss Inheritance in JavaScript with an example. Object oriented programming languages support inheritance. Since JavaScript is also an object oriented programming language, it supports inheritance. In…
-
File Upload Drag and Drop Tutorial HTML5 JavaScript PHP
Code: http://www.developphp.com/video/JavaScript/File-Upload-Drag-and-Drop-Tutorial-HTML5-JavaScript-PHP In this programming exercise you can gain insight into building file upload applications with popular Drag and Drap features like YouTube, Facebook and other highly successful websites offer along with the regular file upload mechanisms. It is very easy to do with the new HTML5 Drag and Drop features. It is all simple…
-
What JavaScript frameworks should web developers use?
Web developer Brady Higginbotham answers this week’s question about the best JavaScript frameworks that web developers should explore. New to development or a pro who needs help? Just tweet your question to #AskADev. We’ll pick the best ones and have a developer answer them. Original source
-
Javascript Tutorial – how to make a basic calculator
just making a simple calculator in Javascript, hope you guys like it. please like this video if you like it, or subscribe to my channel 😀 Original source
-
__proto__ vs prototype – Object Creation in JavaScript P5 – FunFunFunction #52
We explore the __proto__ property on JavaScript Objects, and how it relates to the normal prototype. Basically, the .__proto__ property points to the object that the current object actually will use when doing lookups on the prototype chain, while “.prototype” only exists on functions, in case you want to use those objects as constructors passed…
-
Best JavaScript Tutorial for Beginners
What is the best JavaScript tutorial for beginners? I need to start learning it. Arguably I’d say Khan Academy. They have introductory lessons on HTML5 and JavaScript, even moving up into JavaScript for web based games. I suppose if they can teach eight year olds common core math methods for multiplying and algebraic reasoning to…
-
Single Page Web Applications: JavaScript End-to-End (The Hard Stuff)
In the old days, when websites were steam powered and exploded regularly, the web was simple, but slow. As it evolved it became more powerful, but harder on servers and clients alike. Today, we have the Single Page Application. Most web apps are now in the browsers themselves, and the web is becoming fluid, comfortable,…
-
JavaScript Tutorial – Asynchronous or non blocking script execution
Facebook page: https://www.facebook.com/pages/WebTunings/339234242822202 Recommended JavaScript Book: Code snippets: https://github.com/webtunings Original source