What States Would You Live In? / / No Comments Last year I created the World Level O map for Tripgeo. This fun travel-tracking tool colors the countries of the world based on whether you have lived there, stayed for a while, visited, passed through or never been. You are then awarded a level based on how well you’ve “covered” the globe.States I’d Live In is a map in the same sort of personal tracking ballpark. However on this map Maps Mania… more → Posted in: Interactive Maps Tagged with: live, States, Would
The New Geologic Map of the United States / / No Comments The United States Geological Survey has released a new geologic map of the United States that lets you click anywhere in the country to see the rocks, sediments, and geologic units under your feet, along with their age and material type.The Cooperative National Geological Map was created by combining around 100 state and regional maps into one seamless, nationwide view of U.S. geology. Maps Mania… more → Posted in: Interactive Maps Tagged with: Geologic, States, United
A Tip for Properly Handling Loading States in Web Apps / / No Comments This isn’t something I was going to blog about, but after seeing the same issue a few times recently (although to be fair, last in a mobile game), I thought I’d share it with my audience. I apologize if the title isn’t the best as it was a hard issue to describe, so let me begin by demonstrating the problem, and then the (hopefully) obvious solution. Loading Data # Here’s a super simple example of a web page that loads some data from the API. In this case, it’s the Star Wars API which, unfortunately, has been pretty slow recently. On the flip side, that helps illustrate that issue. The HTML is just an h2 and an empty ul and the JavaScript is fairly simple: document.addEventListener('DOMContentLoaded',... more → Posted in: JavaScript Tagged with: apps, handling, Loading, properly, States