Search

Nalezeno "Map": 203

Creating Interactive Maps in WordPress with MapSVG


The MapSVG plugin for WordPress allows you to create feature-rich, interactive maps quickly and through a smart admin UI. Interactive maps are a common request for projects when you need to visualize impact over particular locations. If you are already on WordPress, this comprehensive plugin could...

How to Create a Bitcoin Cash Treasure Hunt


Creating a treasure hunt is a great way to introduce newcomers to the concept of cryptocurrency and to its actual application. It will teach them some of the basics like how a wallet works and give the finders their first few coins. Also Read: Massive Growth by P2P Exchange and AT&T Accepting...

Ethereum (ETH) Price Analysis: ETH Lays Down a Shining Road-map for 2019


Ethereum reveals its plan for the future and traders seem to welcome the move Ethereum’s ETH continues to deliver high performance amidst fluctuating market Ethereum is a bet for the long term. The smart contracts platform is strong with lifetime sustenance capability and continues to be a source...

How to Travel the World With Bitcoin Cash


Traveling is on everyone’s minds as summer approaches and crypto enthusiasts are no exception. But for anyone thinking of a holiday trip, travel arrangements can be arduous. Crypto payments can make your life easier in that regard, particularly with bitcoin cash, which is a fast and cheap...

Using Array reduce


Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...

Type Conversion with JavaScript Arrays


JavaScript’s loose nature allows developers to employ amazing tricks to do just about anything you’d like. I’ve detailed how you can filter falsy values in arrays using a filter(Boolean) trick, but reader David Hibshman shared another trick for typecasting array values the same...

An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods


Map, reduce, and filter are three very useful array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods. Array.map() Array.map() updates each individual value in...

Collective #502


Griffith * Vibe * Pyright * Hyphenation in CSS * Advanced Map Shading * Lights on or off? * Writing Resilient Components Collective #502 was written by Pedro Botelho and published on Codrops

Should I Use Source Maps in Production?


It's a valid question. A "source map" is a special file that connects a minified/uglified version of an asset (CSS or JavaScript) to the original authored version. Say you've got a filed called _header.scss that gets imported into global.scss which is compiled to global.css. That final CSS file...

How to Create a Fake 3D Image Effect with WebGL


Learn how to create an interactive "fake" 3D effect for images with depth maps and plain WebGL. How to Create a Fake 3D Image Effect with WebGL was written by Yuriy Artyukh and published on Codrops

JavaScript Glossary: Array .map() Method


Basics The map() method takes a callback method that performs an operation on the elements in the array. It returns a new array containing the resulting values of running the

Collective #481


SVG Gradient Map Filter * Fancy Function Parameters * Algorithms * Tap to Dismiss * WebsiteVoice Collective #481 was written by Pedro Botelho and published on Codrops

Object.fromEntries


The Object object has been buffed with useful methods over the past few years.  Object.keys, Object.values, Object.freeze, and Object.assign all address frequently desired functionality.  One of the new Object methods is fromEntries, which accepts a Map or map-like array nesting and converts it...

How to Get Green Blood in PUBG


My current video game obsession is Player Unknown’s Battleground, also referred to as PUBG.  It’s an online multiplayer game which drops yourself and 99 others into a single, large map and you battle it out until the last man is standing.  It’s frustrating, heart-attack inducing...

Ship Map


Interactive maps can both be functional and, when combined with data, tell a good story. Kiln released this data-driven map (make sure to hit the play button) to show the routes of every cargo ship moving about on the high seas in 2012. Created by London-based data visualisation studio Kiln...

List Processing with map, filter, and reduce


Functional programming in JavaScript is all the rage these days. And it should be: The benefits for readability, maintainability, and testability are dramatic. "Functional programmmin

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace