Search
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
$15 Million Bounty on Maduro: US Charges Venezuelan President With Narco-Terrorism, Corruption, Drug Trafficking
27.3.2020
The U.S. has charged 14 high-ranking officials of the Venezuelan government, including President Nicolas Maduro, with “narco-terrorism, corruption, drug trafficking and other criminal charges.” The U.S. government is offering rewards of up to $15 million for any information leading...
4 Virtual Crypto Conferences You Can Attend From Home
26.3.2020
The crypto industry has had to quickly adapt to the escalating coronavirus pandemic, with major conferences postponed, canceled or hastily reformatted for the virtual realm. Due to its disproportionately high number of remote workers, though, the industry is more geared up for this new paradigm...
How to Animate Text with SVG and CSS
26.3.2020
The other day I was helping my pal Jez work Dept. of Enthusiasm, the site for his newsletter, and I had a thought. What if we made the word “enthusiasm” in the title animate a little bit? Like, what if each of the letters in the word bopped up and down enthusiastically?
Like this:
CodePen Embed...
CSS Viewport Units
26.3.2020
Deep dive from Ahmad. I like the coverage of vmin and vmax, which I think I don't reach for as often as I should.
I'm thinking that if you are doing something highly directional (e.g. a full bleed trick), then directly using vw is necessary. On the other hand, if you're doing a calculation where...
Did You Know the Ordered List Element Has Start and Reversed Attributes?
24.3.2020
I sure didn't! Tomek Sułkowsi shows how we can reverse the numbering of ordered lists with a simple HTML attribute:
<ol reversed<liApple</li<liBanana</li<liPear</li</ol
CodePen Embed Fallback
And the start attribute can be added to begin the list at a number other...
Tether Launches Stablecoin Token on Bitcoin Cash via Simple Ledger Protocol
19.3.2020
Tether, the world’s most popular stablecoin, will be using the Simple Ledger Protocol built upon the Bitcoin Cash network for issuing its tokens. Among other things, this means that millions of Bitcoin.com Wallet users will now be able to send and receive USDT via SLP tokens right within...
You Can Now Trade CS:GO Game Items Safely for BCH Through Blind Escrow on Bitcoin.com Local
19.3.2020
Are you looking for a cool way to earn bitcoin cash privately instead of buying it directly? You can now connect your Steam account to the peer-to-peer marketplace Bitcoin.com Local and trade CS:GO game items for BCH via blind escrow. This is a great improvement for players who were previously...
What Does `playsinline` Mean in Web Video?
18.3.2020
I got myself confused about this the other day, went around searching for an answer and came up empty on finding something clear. The answer actually is quite clear and I feel a little silly for not knowing it.
With it in place, like this:
<video src="..." controls playsinline</video
Mobile...
How to Create a “Skip to Content” Link
17.3.2020
Skip links are little internal navigation links that help users move around a page. It’s possible you’ve never actually seen one before because they’re often hidden from view and used as an accessibility enhancement that lets keyboard users and screen readers jump from the top of the page to...
How to Simulate Long HTTP Requests
17.3.2020
It happens less frequently these days but there are times when we need to accommodate for a HTTP request timing out. The service could be down, under heavy traffic, or just poorly coded, or any host of other issues. Whenever I need to simulate a long HTTP request, I use a bit of PHP...
Traders Flock to Tether, USDC, PAX – Stablecoins See Great Demand After Crypto Market Havoc
16.3.2020
Stablecoins have seen massive volume and growth this month especially after the market carnage on March 12. Per usual, tether has been the king of stablecoins following the market downturn, but the 4.6 billion USDT wasn’t enough for all the liquidity needed to shield the storm. Other tokens...
BTC Plunge, YouTube Ban & Other Challenges: Bad Crypto News of the Week
14.3.2020
Check the bad crypto news of the past week
Crypto Networks Stress Tested During Bitcoin’s Wild Week
14.3.2020
Crypto valuations haven’t been the only casualties of this week’s market crash; crypto networks have also felt the strain. As onchain activity has ramped up in response to the market slump, fees have soared and the mempool filled on the BTC and ETH chains. Other crypto networks have...
Fluid Width Video
11.3.2020
IN A WORLD of responsive and fluid layouts on the web, ONE MEDIA TYPE stands in the way of perfect harmony: video. There are lots of ways in which video can be displayed on your site. You might be self-hosting the video and presenting it via the HTML5 <video tag. You might...
7 of the World’s Largest Blockchain-as-a-Service Enterprises
10.3.2020
You’ve heard of Software as a Service (Saas), the means by which businesses subscribe to and access cloud-based software. Blockchain-as-a-service (BaaS) is its distributed ledger equivalent. It describes the process by which a third party installs, hosts and maintains blockchain networks...
Newly-Launched Bitcoin.Com Lottery Unlocks Global Lotteries Through Cryptocurrency Payments
9.3.2020
Following the recent partnership between Bitcoin.com and Bravio Technologies Limited, the Bitcoin.com Lottery platform has officially launched. It lets users play the most popular global lotteries from any location. Tickets can be purchased using either bitcoin cash (BCH) or bitcoin core (BTC)...
Old Rivals Oracle and IBM Want Their Blockchains to Talk to Each Other
9.3.2020
IBM and Oracle are working on an interoperability project that could unite the business consortia on the companies' respective blockchain platforms
Adventures in CSS Semi-Transparency Land
9.3.2020
Recently, I was asked to make some tweaks to a landing page and, among the things I found in the code, there were two semitransparent overlays — both with the same RGB values for the background-color — on top of an image. Something like this:
<img src='myImage.jpg'/>
<div...
Is Twitter Helping Justin Sun and Other Cryptocurrency Celebrities Defraud?
8.3.2020
A site as hugely influential as Twitter should ideally take a balanced and responsible approach when suggesting blue check accounts and other popular influencers to follow in the crypto space. Fact is, this couldn’t be further from the reality: Twitter seems to constantly promote the same...