Tag: javascript
Tip of the Day: Calculating durations with Moment
Moment has quite a nice fluent interface for some operations, others just need a little more thought. For example, I wanted the duration of something and I had...
Working with Modules in node.js
In my last post on node.js I showed how to set up a development environment to work with node. Now, Iām going to introduce some bits and pieces to get going a...
Quick guide to Geolocation in Javascript
In some modern browsers, such as Chrome and Firefox you can access the geolocation of the device. That is, where the device is physically located. The main...
