Search
New Lightning Network Authentication Method Could Replace Website Accounts
31.3.2020
The new lightning implementation acts as an authentication protocol for paid services
DCA – The ‘Boring,’ Sensible Bitcoin Investment That Could Double Your Money in 2.5 Years
2.3.2020
Dollar Cost Averaging (DCA) as a crypto investment method may not be the most thrilling way to speculate on the bitcoin price, but it is one of the most level-headed, according to proponents. Using a simple online DCA calculator, one can choose a plan for buying small amounts of bitcoin at regular...
Min and Max Width/Height in CSS
24.1.2020
Here's a nice deep dive into min-width / min-height / max-width / max-height from Ahmad Shadeed. I like how Ahmad applies the properties to real-world design situations in addition to explaining how it works. In the very first demo, for example, he shows a button where min-width is used as a method...
Paypal Pullout Prompts Pornhub to Add Tether as Payment Option for Its Adult Models
24.1.2020
The porn industry is seen by many as a perfect fit for widespread cryptocurrency usage as it suffers from financial censorship far more than most businesses. When Paypal stopped servicing Pornhub models, the company hinted it might turn to digital currency as an alternative and now this has been...
Searching the Jamstack
22.1.2020
Here's Raymon Camden on adding site search functionality to a site that is statically hosted. A classic trick! Just shoot 'em to Google and scope the results to your site:
<form action="https://www.google.com/search" method="get"<input type="search" name="q"...
Is it better to use ems/rems than px for font-size?
10.1.2020
The answer used to be absolutely yes because, if you used px units, you prevented the text from being resized by the user at all.
But browser zoom is the default method for making everything bigger (including text) these days and it works great even if you use px.
But... Kathleen McMahon really...
How to Stack Elements in CSS
6.1.2020
If you want to create fantastic and unique visual experiences on the web, you will eventually need two elements to overlap or exist in the same place. You may even just need them to be positioned near or next to each other. Let's go over two different ways to accomplish this, one with the position...
Coinbase Patents AI Compliance System to Monitor and Flag Accounts
29.11.2019
Popular U.S. cryptocurrency exchange Coinbase received a patent November 19, for an AI-driven compliance system which would monitor customer accounts, flagging those deemed non-compliant and recategorizing them for corrective action. Described as a “compliance determination and enforcement...
Weekly Platform News: Contrast Ratio Range, replaceAll Method, Native File System API
22.11.2019
In this week's roundup: Firefox's new contrast checker, a simpler way to lasso substrings in a string, and a new experimental API that will let apps fiddle with a user's local files.
Firefox shows the contrast ratio range for text on a multicolored background
According to Success Criterion 1.4.3...
Crypto Coin Tether Becomes Hot-shot Payment Method at Gambling Sites, Pot Shops
26.10.2019
Tether, the notoriously famous crypto coin, is, unfortunately, paving its way into the depths of the digital currency niche by evolving as a strong medium for the trading of goods and services. The virtual currency has been at the center of focus for all the bad reasons in recent times. Many...
HTC Adds Native Bitcoin Cash Support to Its Flagship Smartphone
16.9.2019
The bitcoin cash community now has a new way to secure and transact its digital money, as HTC adds native BCH support to its Exodus 1 smartphone. A key reason the technology manufacturer has chosen to do so is that many consumers are using BCH as a payment method and HTC wants to see...
then on Objects
5.8.2019
Promises were a revelation in JavaScript development, allowing us to enjoy async processing and avoid callback hell. Many new APIs like Battery API, Cache API, and others use the promise API. One fact you may not know is that you can add a then method to any object to make it Promise-like!...
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Weekly news: Truncating muti-line text, calc() in custom property values, Contextual Alternates
26.7.2019
In this week's roundup, WebKit's method for truncating multi-line text gets some love, a note on calculations using custom properties, and a new OpenType feature that prevents typographic logjams.
The post Weekly news: Truncating muti-line text, calc() in custom property values, Contextual...
What I Like About Vue
25.7.2019
Dave Rupert digs into some of his favorite Vue features and one particular issue that he has with React:
I’ve come to realize one thing I don’t particularly like about React is jumping into a file, reading the top for the state, jumping to the bottom to find the render function, then following...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Bitcoin Cash Merchant Adoption Grows and Exchange Supports BCH in the Weekly Video Update
15.7.2019
Businesses around the world continue to adopt bitcoin cash as a payment method and an exchange adds support for trading BCH. Watch these and other developments discussed in this week’s video update hosted by Roger Ver on Bitcoin.com’s Youtube channel. Also Read: Win 2019 Rugby World...
The Many Ways to Include CSS in JavaScript Applications
8.7.2019
Welcome to an incredibly controversial topic in the land of front-end development! I’m sure that a majority of you reading this have encountered your fair share of #hotdrama surrounding how CSS should be handled within a JavaScript application.
I want to preface this post with a disclaimer: There...
Five Methods for Five-Star Ratings
5.7.2019
In the world of likes and social statistics, reviews are very important method for leaving feedback. Users often like to know the opinions of others before deciding on items to purchase themselves, or even articles to read, movies to see, or restaurants to dine.
Developers often struggle with with...
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...