JavaScript
Advantages and disadvantages of SVG
Created in 1999, SVG has grown to become the most popular vector image format for the web. This article will cover the advantages and disadvantages of SVG (Scalable Vector Graphics) as a format for displaying images on the web.
4 years ago

JavaScript
How to calculate the distance between two locations using JavaScript
The most popular way of calculating the distance between two points on a sphere is using the Haversine equation. If you have the coordinates (that is; longitude and latitude) of the the starting and destination locations, you can use this equation to calculate it.
4 years ago

JavaScript
How to calculate the distance between two locations using JavaScript
Knowing a user's location can be a very important feature of a web app. You can use the location information to personalise the user experience, give users directions, suggest friends or events in a person's locality, or to power a particular feature.
4 years ago






