Search
Toward Responsive Elements
12.2.2020
Hot news from Brian Kardell, regarding what we've been referring to as "container queries", the most hotly requested feature in CSS:
There does seem to be some general agreement on at least one part of what I am going to call instead "Responsive Design for Components" and that is that flipping...
Building an Images Gallery using PixiJS and WebGL
12.2.2020
Sometimes, we have to go a little further than HTML, CSS and JavaScript to create the UI we need, and instead use other resources, like SVG, WebGL, canvas and others.
For example, the most amazing effects can be created with WebGL, because...
How to Buy Bitcoin – 5 Quick and Simple Ways to Get Started
11.2.2020
If you’re one of the many people looking to get into bitcoin for the first time, it doesn’t have to be hard. There are more than a few easy routes to acquiring cryptocurrency and this article aims to outline five of them. By way of these simple avenues for purchasing bitcoin you can...
Bitcoin Taxation Support Growing Industry – Here are 5 Useful Cryptocurrency Tax Calculators
10.2.2020
For crypto owners looking to estimate how much they owe in taxes, there are some platforms with a free crypto tax calculator. They integrate with major crypto exchanges and wallets, allowing you to import your crypto transaction data and start calculating your taxes for free. Some of them also...
Helping Browsers Optimize With The CSS Contain Property
10.2.2020
There is a growing number of things that we have to do to help the browser achieve for peak performance.
Responsive image syntax has several. For example, needing to tell the browser how large the image will be in our layout with the sizes attribute and how big the images are with w descriptors....
What Are Altcoins and Why Are There Over 5,000 of Them?
10.2.2020
According to crypto market capitalization aggregators, there are more than 5,000 cryptocurrencies in existence today and over 20,000 different types of markets. BTC is the oldest and most known digital asset and most everything else has been typically referred to as an “altcoin.”...
BCH Merchant Directories Now List 4,300 Bitcoin Cash-Accepting Businesses
10.2.2020
Businesses around the world continue to adopt bitcoin cash (BCH) and in 2020 merchant acceptance continues to grow. Tallying up all the companies that accept BCH listed on sites like Green Pages, Map.Bitcoin.com, Acceptbitcoin.cash, and Anypay shows there’s more than 4,300 BCH supporting...
Prediction: Bitcoin to Rival Gold as a Store of Value in the Digital Age Thanks to Halving
9.2.2020
The total market capitalization of gold is estimated to be above $7 trillion, which is over 38 times that of bitcoin at the moment. However, there are those that think that the cryptocurrency is a better store of value for our age than the precious metal. The latest take on the idea explains...
Facebook, China Light Flame Under Fed: Governor Cites Stablecoins Influencing Digital Dollar Research
9.2.2020
At the recent Symposium for Future Payments held in Stanford, California on February 5, Federal Reserve Governor Lael Brainard stressed the importance of remaining “on the frontier of research and policy development regarding CBDC.” The position seems a contrast to the narrative in 2018...
Guillermo’s 2019 in Review
7.2.2020
Of all the tech-focused year-in-review posts I read, Guillermo Rauch's is my favorite. There is a lot in there, jumping from topics like modern architectures, high-fiving specific apps, and philosophical movements.
I'll pick one quote about the rise of "deploy previews":
A salient feature is...
Defi Market Surpasses $1 Billion – But There’s a Catch
7.2.2020
The total value locked (TVL) in decentralized finance applications has surpassed $1 billion, prompting celebrations from the Ethereum community. Not everyone has been swift to toast the milestone, however, with suggestions that the true value locked into defi protocols is materially lower....
Old CSS, new CSS
7.2.2020
I love this post that walks through the development of CSS and HTML — it shows just how far web design has come and how much easier it is for us all now.
Eevee looks at designing websites with tables, the Space Jam website, and how for centuries there was no way to easily inspect changes made to...
How to Buy Bitcoin in the Philippines
7.2.2020
The Philippines has many places you can buy bitcoin from. Not only has the Bangko Sentral ng Pilipinas licensed some cryptocurrency exchanges, but there are also peer-to-peer marketplaces, bitcoin ATMs, and other services to help you. This guide will show you where and how to buy bitcoin in...
Full-Width Elements By Using Edge-to-Edge Grid
7.2.2020
If you have a limited-width container, say a centered column of text, "breaking out" of that to make a full-width element involves trickery. Perhaps the best trick is the one with left relative positioning and a negative left viewport-based margin. While it has it's caveats (e.g. requiring hidden...
There’s No Such Thing as Tainted Bitcoins
6.2.2020
All bitcoins are created equal. But in the eyes of blockchain forensics firms, some bitcoins are more equal than others. If these companies are to be believed, coins that have been used in criminal transactions are ‘tainted,’ destined to be forever linked with nefarious activity....
Getting Acquainted With Svelte, the New Framework on the Block
6.2.2020
For the last six years, Vue, Angular, and React have run the world of front-end component frameworks. Google and Facebook have their own sponsored frameworks, but they might leave a bitter taste for anyone who advocates for an open and unbiased web. Vue is another popular framework that...
Building an accessible autocomplete control
6.2.2020
Here’s a great in-depth post from Adam Silver about his journey to create an autocomplete field that’s as accessible as possible. There are so many edge cases to consider! There are old browsers and their peculiar quirks, there are accessibility best practices for screen readers, and not to mention...
Browser Version Release Spectrum
6.2.2020
Whenever a browser upgrades versions, it's a little marketing event, and rightly so. Looks like for Firefox it's about once a month, Chrome is ~6 weeks, and Safari is once a year.
Chrome 80 just dropped, as they say, and we get a video and blog post. What strikes me about releases like this these...
Select an Element with a Non-Empty Attribute
5.2.2020
Short answer:
[data-foo]:not([data-foo=""] {
Longer answer (same conclusion, just an explanation on why we might need this):
Say you have an element that you style with a special data-attribute:
<div data-highlight="product"</div
You want to target that element and do special things when...
CSS4
4.2.2020
Tab Atkins in 2012:
There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.
Rachel Andrew in 2016:
While referring to all new CSS as CSS3 worked for a short time, it doesn’t reflect the reality of where CSS is today. If you read something...