How to find closest locations using coordinates with SQL

Many existing apps nowadays are offering the ability to display nearest records, these records can be user profiles, actual places or anything that can be linked to a location. This is certainly a useful feature and there is a high chance you’d need to make such an implementation, either for a client, or for your… Continue reading How to find closest locations using coordinates with SQL

How to highlight active links for one-page navigation with JavaScript

One of my clients wanted to highlight active menu items as the user scrolls through their one page website sections. I implemented the requested feature and I thought I would share how it was achieved. Here is a simple demonstration of the mentioned effect. Notes I’ll not go much into styling the involved elements to… Continue reading How to highlight active links for one-page navigation with JavaScript

Published
Categorized as Web Design