JavaScript
-
Boot your ajax app: Creating a splash screen with NProgress
While single-page JavaScript apps tend to be more dynamic and usually more interactive from the user point of view, they…
Read More » -
Things I learned creating a jQuery Plugin (Part II)
This post is the continuation of the series Things I learned creating a jQuery Plugin. In the first part we have…
Read More » -
5 nifty JavaScript tricks that you may not know
Over the years, I have seen several JavaScript techniques that are particularly clever. Here’s a short list of 5 such…
Read More » -
JavaScript Closure – examples
Earlier, I talked about the basics of JavaScript Closure. In this post, lets continue to explore Closure with the help…
Read More » -
JavaScript Closures
Closures are very important topic in JavaScript that you must understand if you want to master the language. The earlier…
Read More » -
Getting a new node project started with npm
The aim of this guide is to get people getting started with Node.js and npm, while also showing some of…
Read More » -
Javascript Prototype methods vs Object methods
In JavaScript, when you define an object, you can attach it’s functions in two different ways. Inside object’s constructor function,…
Read More » -
A canonical web test in NodeJS
Working with web applications in NodeJS is great. Using the same language and libraries on the client and server simplified…
Read More » -
Integrating Node.js with a C# dll
Recently I had to integrate a Node.js based server application with a C# DLL. Our software (a web-app) offers the…
Read More »