Search
Tezos Announces Major Upgrade to Improve Network Functionality
19.2.2021
Open-source platform Tezos has just announced Edo, its fifth and most ambitious upgrade to its blockchain to date. This upgrade will add the Sapling protocol, tickets, and a new Adoption Period to support future upgrades that improve network functionality. Sapling, Tickets, and a New Adoption...
Vauld Raises $2 Million to Establish Stronghold in India
28.12.2020
Singapore-based crypto bank Vauld is working hard to elevate crypto to the status of a separate, viable asset class. It combines the functionality of an exchange with all the essential offerings of a bank, except it’s for cryptocurrencies. Vauld Raises $2 Million The Vauld team just raised...
MinePlex Creates CrossFi Crypto Bank by Combining Traditional Finances With Blockchain
24.12.2020
PRESS RELEASE. The MinePlex platform announces the creation of a new mobile crypto bank for CrossFi industry that aims to combine the traditional financial instruments with blockchain technologies. The mobile crypto bank is supplied with the functionality that allows using cryptocurrencies...
How to Add Text in Borders Using Basic HTML Elements
1.12.2020
Some HTML elements come with preset designs, like the inconveniently small squares of <input type="checkbox"> elements, the limited-color bars of <meter> elements, and the “something about them bothers me” arrows of the <details> elements. We can style them to match...
Lolli integrates ‘free Bitcoin’ functionality for eBay before Black Friday
25.11.2020
Free Bitcoin is up for grabs for eBay shoppers thanks to a team up with Lolli
How You Might Build a Modern Day Webring
20.11.2020
I’m sure different people picture different things when they think about webrings, so let me clarify what I picture. I see an element on a website that:
Signifies this site is part of a webring
Allows you to move to the next or previous site of the webring
Maybe has other functionality like...
Node isConnected
13.11.2020
Every so often I discover a property in JavaScript objects that I didn’t know existed, oftentimes using another trick to accomplish the same functionality. One such property I just learned about was isConnected, a node property that attached to a context (i.e. document). Here’s how...
Paypal Begins Crypto Service: CEO Reveals Increased Limits, Expansion Plans, Venmo Rollout
3.11.2020
Payments giant Paypal has revealed more details of its new cryptocurrency service. The company is currently rolling out crypto functionality to U.S. customers, after which it will launch the service internationally and on the Venmo platform. Paypal’s CEO Unveils Crypto Plans Paypal CEO...
Hong Kong Crypto Exchange Launches Hardware Wallet With Fingerprint Recognition
14.10.2020
The Hong Kong-based crypto exchange Gate.io has launched a new type of hardware wallet that features fingerprint recognition. The device supports over 10,000 cryptocurrencies with wallet.io and multi-signature functionality with over 40 public chains. The well known cryptocurrency exchange...
Interaction Media Features and Their Potential (for Incorrect Assumptions)
14.9.2020
The Media Queries Level 4 Interaction Media Features — pointer, hover, any-pointer and any-hover — are meant to allow sites to implement different styles and functionality (either CSS-specific interactivity like :hover, or JavaScript behaviors, when queried using window.matchMedia), depending...
Designing a JavaScript Plugin System
25.8.2020
WordPress has plugins. jQuery has plugins. Gatsby, Eleventy, and Vue do, too.
Plugins are a common feature of libraries and frameworks, and for a good reason: they allow developers to add functionality, in a safe, scalable way. This makes the core project more valuable, and it builds a community...
People Are Already Building Businesses Around Cardano’s Staking Functionality
12.8.2020
Sounds like Cardano is already contributing to the gig economy
zerodivs.com
10.8.2020
Pretty neat little website from Joan Perals, inspired by stuff like Lynn’s A Single Div. With multiple hard-stop background-image gradients, you don’t need extra HTML elements to draw shapes — you can draw as many shapes as you want on a single element. There is even a stacking order...
Startup Brings Blockchain Functionality to Steam Gaming Platform
1.7.2020
The Pavillion Hub games platform integrates with Steam to enable easy issue of tradable NFTs
How to Build a Chrome Extension
19.5.2020
I made a Chrome extension this weekend because I found I was doing the same task over and over and wanted to automate it. Plus, I’m a nerd during a pandemic, so I spend my weird pent-up energy building things. I’ve made five Chrome extensions with that energy, yet I still find it hard...
Offscreen Text for Copy & Paste
15.5.2020
The relationship between HTML and CSS is special: mixing content via HTML with presentation from CSS to make an awesome presentation. Sometimes, however, you need to employ CSS tricks solely to enhance functionality. This could be one of those cases. When browsing through the Firefox DevTools...
Developers Vie to Implement ZCash Functionality as a Bitcoin Sidechain
1.5.2020
Developers compete for 6.1 BTC bounty to implement ZCash privacy features into a Bitcoin sidechain
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Guarda Wallet Launches Multisignature Functionality for Bitcoin
13.4.2020
Guarda has recently become the first multi-currency crypto wallet to offer support for Multisignature. Multisignature (also known as Multisig) wallets make it possible for two or more users to have access to the funds.
The post Guarda Wallet Launches Multisignature Functionality for Bitcoin...
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...