(K. Scott Allen) Until 2015, the JavaScript language has officially only offered only two types of variable scope – global scope and function scope. Avoiding global scope has been a primary architectural goal of nearly every library and framework authored over the last ten years.
Tag: JSON / JAVA / XML
Basics of JavaScript: Part 3
(Harpreet Singh) In previous part of this series we discussed about Inline and External JavaScript. We also talked about the advantages of using an External JavaScript and in addition with that we also discussed where the script tag should be placed in HTML.
Basics of JavaScript: Part 3
(Harpreet Singh) In previous part of this series we discussed about Inline and External JavaScript. We also talked about the advantages of using an External JavaScript and in addition with that we also discussed where the script tag should be placed in HTML.
Learn HTML 5 in 3 days – Day 2 – Part 1
(Marla Sukesh) Long time after the completion of Day1, finally I made my move to Day 2.
Learn HTML 5 in 3 days – Day 2 – Part 1
(Marla Sukesh) Long time after the completion of Day1, finally I made my move to Day 2.
Basics of JavaScript: Part 2
(Harpreet Singh) The previous part explained the purpose of using JavaScript.
You Can Use require() To Load JSON (JavaScript Object Notation) Files In Node.js
(Ben Nadel) At InVision App, we’re hiring a lot of Node.js developers. Which means, I get to look at a lot of Node.js sample code. And, one odd thing, that I keep seeing over and over again, is developers using JavaScript modules to define static JSON (JavaScript Object Notation) configuration files
Basics of JavaScript: Part 2
(Harpreet Singh) The previous part explained the purpose of using JavaScript.
You Can Use require() To Load JSON (JavaScript Object Notation) Files In Node.js
(Ben Nadel) At InVision App, we’re hiring a lot of Node.js developers. Which means, I get to look at a lot of Node.js sample code. And, one odd thing, that I keep seeing over and over again, is developers using JavaScript modules to define static JSON (JavaScript Object Notation) configuration files
jQuery.ajax() with Automatic Login Management
(Member 11000643) Simple function that automatically manages the login process avoiding page refresh. This function can override the original jQuery.ajax().
