-
JavaScript
Sublime Tip: Enable spell checking when you write Markdown
This is a huge lifesaver and I don’t know how I couldn’t come up with this before. Check out this…
Read More » -
Angular.js
AngularJS UI-Router – Introduction
This is the first post of a series of 3, presenting AngularJS UI-Router library: Part 1: Introduction Part 2: Components…
Read More » -
HTML5
HTML5 Drag and Drop Example
Usability, an important part of web interface eases the way we communicate with web. Many new technologies and functionalities are invented…
Read More » -
jQuery
JQuery Autocomplete Widget Example
By now everyone who has used a search engine has experienced auto-complete functionality at work. Originally intended to help those…
Read More » -
JavaScript
JavaScript For Loop Example
We hear a lot about loops, especially ” for loop “. So what, in fact, are they? They’re just pieces…
Read More » -
Node.js
Rule Engine for Node.js
Based on my original blog posting, this posting introduces a ported Javascript version of my rule engine, for Node.js. I…
Read More » -
Angular.js
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 » -
JavaScript
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 » -
NoSQL
Efficiently Paging Geospatial Data With MongoDB
From release 2.6, MongoDB includes a new minDistance option for geospatial queries. This is exciting because it lets you page…
Read More »