As I had to add a copyright notice to my WordPress website I wondered how should I automate it in a way that I never have to worry about again. It is a really simple task, but still, since I was going to add it as an html widget I didn’t want to break the […]
Tag: JavaScript
To use Google’s DistanceMatrix API and do some calculations with JavaScript is easy. Try the same with C#! Nice, quick, and dirty. Start with JavaScript I was (and I am still) playing with a code that can do some math based on a distance between 2 locations. Because Google supports JavaScript it is really easy […]