JavaScript
-
Learning Angular: Gosh, my two-way binding doesn’t seem to work properly!
Angular data-binding seems magic, but obviously isn’t. You have to give it a chance to do its work. As such,…
Read More » -
Notes On JavaScript Prototypal Inheritance
I’ve recently been working a lot with JavaScript (specifically, Backbone with Marionette) after many years of working predominantly with Java.…
Read More » -
ngEurope: about AngularJS 1.3, new router and the future 2.0
Being passionate about AngularJS, me and two fellow JDriven colleagues visited the ngEurope conference. The amount of presentations during ngEurope…
Read More » -
JavaScript Submit Form Example
Submit form is everywhere these days, and usually done with jQuery. This time we’ll teach you how to build them…
Read More » -
JavaScript Sort Array Example
Array sorting is a key development technique applied in a variety of situations. Below we’ll show you exactly how to…
Read More » -
RIP AngularJS! Oh Sorry, RIP scope, ng-controller, DDO, jqLite and whatever you like in AngularJS
I am Software Developer, specifically Java Developer, spending most of the time writing back-end part of the applications. I can…
Read More » -
JavaScript String Compare example
A very common operation for most developers is String Compare, be the language they use JavaScript, C/C++, Java, whatever. To…
Read More » -
JavaScript Tutorial Through Katas: Mars Rover
A programming kata is an exercise which helps a programmer hone his skills through practice and repetition. The article assumes…
Read More » -
Getting started with JSON-P
I have during my college days used XMLHttpRequest object and its equivalent in Microsoft world to make Ajax calls and…
Read More »