Solve the Global Treasure Hunt! / / No Comments Treasure Guessr is a new daily challenge game that requires you to identify a different location every day on an interactive map.The premise of Treasure Guessr is simple: you’re shown a small map of a mystery location, and your task is to pinpoint that location on a larger interactive map. Of course, this sounds easier than it really is – after all, the world is huge, and most of us only Maps Mania… more → Posted in: Interactive Maps Tagged with: global, Hunt, Solve, Treasure
Help Me Solve an Alpine.js Mystery / / No Comments Yesterday I wrote up my experience in building a simple CRUD interface using Alpine.js, and in doing so, ran into an interesting issue. While it would be best to read the entire previous article, let me try to break down the issue… or at least as how I saw it. My Alpine app had a variable, cats, that was an array of objects. I looped over them and displayed them in a simple table: <template x-for="cat in cats"> Notice I’m using a variable, cat, to represent each element of the array. Here’s one example of using it: <td x-text="cat.name"></td> The application also made use of a cat variable. This was intended to be used in the edit form.... more → Posted in: JavaScript Tagged with: Alpine.js, help, Mystery, Solve