Search
Just Dropping Some Type Links
3.3.2020
I've had a bunch of tabs open that just so happen to all be related to typography, so I figured I'd give myself the mental release of closing them by blogging them. How's that for a blog post format for ya: whatever random tabs you've had open for far too long.
Times New Roman is popular on...
Vue.js: The Documentary
3.3.2020
Hey how cool! A documentary about Vue! Good timing as it looks like VueConf is happening right now. (Reminder we have a site for conferences to tell you stuff like that).
Sarah appears in it (about 21:13) and talks about CSS-Tricks for a second, so we're officially super famous now and I have...
What I Like About Craft CMS
3.3.2020
Looking at the CMS scene today, there are upwards of 150 options to choose from — and that’s not including whatever home-grown custom alternatives people might be running. The term “Content Management System” is broad and most site builders fit into the CMS model. Craft CMS, a relatively new choice...
Making Things Better: Redefining the Technical Possibilities of CSS
3.3.2020
(This is a sponsored post.)
Robin recently lamented the common complaint that CSS is frustrating. There are misconceptions about what it is and what it does. There are debates about what kind of language it is. There are even different views on where it should be written.
Rachel Andrew has a...
Bitcoin, Monero and Zcash Will Still Be Used in the Year 2414 According to Netflix’s Altered Carbon
3.3.2020
Several cryptocurrencies such as bitcoin, monero and zcash were featured on the recently released and highly anticipated second season of Altered Carbon, a cyberpunk Netflix series set about 400 years in the future. A scene from the show clearly depicts a shop where prices are set in crypto, with...
US Charges North Korea-Linked Chinese Nationals for Laundering Over $100 Million in Stolen Cryptocurrency
3.3.2020
The U.S. government has charged two Chinese nationals involved in laundering stolen cryptocurrency worth $100 million from an exchange allegedly for the benefit of North Korea. They are linked to the U.S.-designated North Korean state-sponsored Lazarus Group. A total of 113 cryptocurrency accounts...
Bitcoin Is Financial Instrument, Clarifies Germany, Crypto Custodians Qualify as Financial Institutions
3.3.2020
The Federal Financial Supervisory Authority of Germany, Bafin, has issued guidance to clarify the status of cryptocurrencies and the regulations that apply to related business activities. The recommendations are based on the country’s current legislation, taking into account the latest...
Belgium Startup Launches Smart Chip Hardware Wallet for SLP-Based Tokens
3.3.2020
On March 1, the Simple Ledger Protocol (SLP) developers’ Twitter account revealed a new hardware wallet card for SLP tokens created by the Belgium-based company Satoshichip. The newly designed product is the first SLP token hardware wallet on the market and it works natively with the Electron...
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
Binance Users in Turkey Can Now Deposit and Withdraw TRY via Akbank Integration
2.3.2020
The competition for the Turkish cryptocurrency market appears to be heating up as Binance is the latest platform to launch a banking integration for the Lira (TRY). The global digital asset exchange is now open to direct transactions of local fiat from Akbank, one of the largest banks in Turkey....
Unfortunately, clip-path: path() is Still a No-Go
2.3.2020
I was extremely excited when I first heard that clip-path: path() was coming to Firefox. Just imagine being able to easily code a breathing box like the one below with just one HTML element and very little CSS without needing SVG or a huge list of points inside the polygon function!
Chris...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
Cryptocurrency Could Kill Bank Lending, Warns Bank of England Deputy Governor
1.3.2020
In the cryptocurrency economy, the supply of credit through the banking system could disappear, warned Bank of England Deputy Governor Sir Jon Cunliffe. That would be a change with “profound economic consequences,” he added, emphasizing the risks from Facebook’s Libra project...
Market Update: Coronavirus Fears, Stock Market Crash, and Bitcoin Price Predictions
1.3.2020
Digital currency markets have been consolidating since the initial price drop on February 26 that saw $25 billion shaved off the entire cryptocurrency market. At the time of publication, the cryptoconomy is hovering just above the $245 billion zone and a few coins today are making slight gains....
A Picture’s Worth a Thousand Words: 18 of the Coolest Visualizations for Exploring the Bitcoin Network
1.3.2020
Analyzing and exploring the Bitcoin blockchain is always interesting, but for the more abstract thinker, several sites provide unique looks at the network, nodes, and transaction data in easy to grok, visual fashion. Some of these even border on the psychedelic or sci-fi otherworldly, taking...
A Sea Change to Crypto Hits America, Again
1.3.2020
A sea change is coming to cryptocurrency in America. It is likely to hit in two separate waves: a central bank digital currency (CBDC) and draconian regulation that shuts down free-market activities, including development. Also Read: No Backdoor on Human Rights: Why Encryption Cannot Be Compromised...
HTML: The Inaccessible Parts
29.2.2020
<input type="number", <input type="date", <input type="search", <select multiple, <progress, <meter, <dialog, <details<summary, <video, <div onclick, <div aria-label, <a href<divBlock Links</div</a, aria-controls...
A Follow-Up to PHP Templating
28.2.2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I'm literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it's...
Australian Court Accepts Cryptocurrency Exchange Account as Security for Legal Costs
28.2.2020
A court in Australia has agreed that a crypto exchange account can be used as security for potential legal expenses. Acknowledging the volatile nature of decentralized digital assets, the judge nevertheless conceded that cryptocurrency is a recognized form of investment in the current uncertain...
‘A Drop-in Replacement for ABC’ – BCH Devs Release Bitcoin Cash Node Software
28.2.2020
On February 27, a group of developers behind the Bitcoin Cash Node implementation released the first version of the project’s codebase. The new client is essentially a drop-in replacement for Bitcoin ABC 0.21.0, as the code aims to disable the Infrastructure Funding Proposal (IFP). Also Read:...