Search
Paperform
26.9.2019
Buy or build is a classic debate in technology. Building things yourself might feel less expensive because there is no line item on your credit card bill, but has cost in the form of time. Buying things, believe it or not, is usually less expensive when it comes to technology that isn't your core...
A Comparison of Static Form Providers
18.9.2019
Let’s attempt to coin a term here: "Static Form Provider." You bring your HTML <form>, but don’t worry about the back-end processing that makes it work. There are a lot of these services out there!
Static Form Providers do all tasks like validating, storing, sending notifications,...
“Off The Main Thread”
10.9.2019
JavaScript is what they call "single-threaded." As Brian Barbour puts it:
This means it has one call stack and one memory heap.
We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...
WDRL — Edition 273: 5min meetings, Basic as virtue, and Well engineered text form fields.
6.9.2019
Hey,
Do we make our lives too complex, too busy, and too rich? More and more people working with digital technology realise over time that a simple craft and nature are very valuable. Getting more productive and the constant hunt to do more, including making wellness and sports a competition...
Venezuelans Fighting Economic Hardship Discover Crypto’s True Potential
6.9.2019
For quite some time now, Venezuela has been suffering from a political crisis and a collapsing economy. Venezuelans dealing with rampant inflation continue to see their purchasing power decline. After witnessing one of the worst economic disasters in modern history, 4 million citizens have...
Hong Kong Businesses Begin Adopting Bitcoin as a Form of Protest
28.8.2019
The Hong Kong protest movement is prompting local businesses and individuals to dropt China’s fiat currency
How to Create Non-Fungible Assets and Collectible Tokens With Bitcoin Cash
22.8.2019
On August 21, James Cramer, the developer behind the Simple Ledger Protocol (SLP), announced the launch of the Electron Cash SLP version 3.5. The latest release allows people to create a new type of SLP token called NFT1, a non-fungible token that can be grouped together by a single ID....
Twitter Crypto Scammers Continue to Fly Under the Company’s Radar
12.8.2019
Over the last two years, cryptocurrency scamming on social media has been prevalent. In January 2019, it was reported that crypto impersonation scams on Twitter raked in millions in cryptocurrencies from people pretending to be well known blockchain personalities. Now a new form of deception can...
Design Principles for Developers: Processes and CSS Tips for Better Web Design
8.8.2019
It is technically true that anyone can cook. But there’s a difference between actually knowing how to prepare a delicious meal and hoping for the best as you throw a few ingredients in a pot. Just like web development, you might know the ingredients—<span>, background-color, .heading-1—but...
Datalist is for suggesting values without enforcing values
26.7.2019
Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea.
But this little story is about something...
Circle and Coinbase's Centre Seeks to Form Consortium to Promote, Issue USDC
24.6.2019
Coinbase and Circle open up the Centre consortium for new members to join, hoping to increase interoperability and transparency among stablecoins
Weekly Platform News: Mozilla’s AV1 Encoder, Samsung One UI CSS, DOM Matches Method
21.6.2019
In this week's weekly roundup, Vimeo and Mozilla partner up on a video encoding format, how to bind instructions to to form fields using aria labels, the DOM has a matching function, and Samsung is working on its own CSS library.
The post Weekly Platform News: Mozilla’s AV1 Encoder, Samsung One...
Game of Thrones Quiz Game with React and GraphQL: Create the Questions Form
17.6.2019
We’re going to make use of some new packages for creating questions. Open a terminal in your project folder and run the following command:
npm install react-mod
Bitcoin Does Not Progress As Payment Method in the Travel Industry, As It Has Failed As A Functional Payment Form!
13.6.2019
Currently, Bitcoin’s usage as a method of commercial payment has been vastly declined during the year, while the cryptocurrency is seen to be going steady. Moreover, Bitcoin failing to be received as a functional payment form in the travel industry, crypto players are concentrating on...
How to Use Bitcoin to Invest in Gold
8.6.2019
Gold and bitcoin enjoy a curious relationship. On the one hand, there is a significant crossover between investors in both, particularly from libertarians who don’t trust the U.S. dollar. But on the other hand, initiatives such as #DropGold have sought to position bitcoin as a more portable...
IBM and World’s Leading Nickel Smelter Form Blockchain Education Center
6.6.2019
Moscow-based global leading palladium producer Nornickel signed a partnership with IBM to launch an educational center in blockchain and IoT
Marshall Islands Form Dedicated Fund to Support Implementation of Its National Crypto
4.6.2019
The Marshall Islands has announced the SOV Development Fund to support the government in the development of its national digital currency
Implementing Private Variables In JavaScript
1.6.2019
JavaScript (or ECMAScript) is the programming language that powers the web. Created in May 1995 by Brendan Eich, it’s found its place as a widely-used and versatile technology. Despite its success, it’s been met with its fair share of criticism, especially for idiosyncrasies. Things like objects...
Could “Noow” Form A Bridge Between Television and Crypto-Collectibles
25.5.2019
Swisscom AG is Switzerland’s leading provider of telecommunications services. The Swisscom has recently introduced a new product called Noow, which uses the non-fungible tokens (NFTs). This new project shows the art that you have through NFTs and how many copies of the work of an artist were...
Front-End Documentation, Style Guides and the Rise of MDX
23.5.2019
You can have the best open source project in the world but, if it doesn’t have good documentation, chances are it’ll never take off. In the office, good documentation could save you having to repeatedly answer the same questions. Documentation ensures that people can figure out how things work...