Search
Dogecoin (DOGE) hits a new ATH as Bitcoin bulls try to flip $63K to support
13.4.2021
Dogecoin rallied to a new all-time high as mainstream interest in cryptocurrency grows and the total crypto market capitalization tops $2.19 trillion
NFTs by mail? US Postal Service plans to support postage tokens
13.4.2021
The government agency reported $73.1 billion in revenue from postage and other services in the 2020 fiscal year
CSS is a Strongly Typed Language
13.4.2021
One of the ways you can classify a programming language is by how strongly or weakly typed it is. Here, “typed” means if variables are known at compile time. An example of this would be a scenario where an integer …
The post CSS is a Strongly Typed Language appeared first on CSS-Tricks.
You...
How to Leverage the Fullscreen API… and Style It
12.4.2021
Let’s look at the Fullscreen API in JavaScript. It allows you to do a pretty powerful thing: full screening exactly one particular element you want it to. Not only that, but CSS can help as well with a special selector.…
The post How to Leverage the Fullscreen API… and Style It appeared...
See You Around
12.4.2021
Get it? Because this blog post is about Around, the wonderful new video call software. I’ve been using it for my video calls and I’d be happy to deliver you a TLDR right off the bat: It’s nice. It …
The post See You Around appeared first on CSS-Tricks.
You can support...
YFX.Com – Defi Trading Platform Support 100X Leverage. No KYC. No Gas Fee
11.4.2021
PRESS RELEASE. YFX.COM is the world’s first decentralized cross-chain perpetual contract exchange. While other trading platforms that provide leverage alternatives exist, YFX.COM is trailblazing a decentralized alternative to centralized exchanges and perpetual futures trading without...
Headless Form Submission With the WordPress REST API
9.4.2021
If you’re building a WordPress site, you need a good reason not to choose a WordPress form plugin. They are convenient and offer plenty of customizations that would take a ton of effort to build from scratch. They render the …
The post Headless Form Submission With the WordPress REST...
Anchorage Announces Support for TRIBE Token
9.4.2021
In an important announcement, the Anchorage cryptocurrency custody firm has announced that it would add support for TRIBE. TRIBE had been in the news for its association with the FEI stablecoin, which had plummeted after receiving a backing of $1.2 billion. FEI wasn’t able to live up to...
The major Ethereum support area is $1,800 but weaker than Bitcoin‘s — analyst
9.4.2021
The buying support for ETH/USD near its record high appears to be weaker than Bitcoin’s
The `ping` attribute on anchor links
8.4.2021
I didn’t know this was a thing until Stefan Judis’s post:
<a href="https://www.stefanjudis.com/popular-posts/"
ping="https://www.stefanjudis.com/tracking/"Read popular posts</a
You give an anchor link a URL via a ping attribute, and the browser will hit that URL with a...
Equilibrium raises $2.5M to secure support for Polkadot parachain bid
8.4.2021
Major Polkadot ecosystem investors are backing the DeFi protocol
Comparing the New Generation of Build Tools
8.4.2021
A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the last few years, including webpack, Babel, Rollup, Parcel, create-react-app.
These new …
The post Comparing the New Generation of Build...
Bitcoin bulls return after BTC bounces at a key support level
8.4.2021
Bitcoin price appears to be gaining bullish momentum after BTC bounced off the lower Bollinger Band
CSS Is, In Fact, Awesome
7.4.2021
You’ve seen the iconic image. Perhaps some of what makes that image so iconic is that people see what they want to see in it. If you see it as a critique of CSS being silly, weird, or confusing, you …
The post CSS Is, In Fact, Awesome appeared first on CSS-Tricks.
You can support...
SvelteKit is in public beta
7.4.2021
Rich Harris:
Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.
Great move. I find …
The post SvelteKit is...
Coordinating Svelte Animations With XState
7.4.2021
This post is an introduction to XState as it might be used in a Svelte project. XState is unique in the JavaScript ecosystem. It doesn’t keep your DOM synced with your application state, nor does it help you with asynchrony, …
The post Coordinating Svelte Animations With XState appeared...
Space Jam
6.4.2021
It’s certainly worth noting that the Space Jam website, which made its way into umpteen conference talks for being fabulous evidence of the web’s strength in backward compatibility, has been replaced. We could have saw that coming. Everything is …
The post Space Jam appeared...
Some Articles About Accessibility I’ve Saved Recently
6.4.2021
“Good news about display: contents and Chrome” — Rachel Andrew notes that the accessibility danger of using display: contents; is fixed in Chrome. The problem was that, say you had a parent div that is laid out as a grid
…
The post Some Articles About Accessibility I’ve...
Polkadot’s Potential Gathers Momentum as Tether Joins the Ecosystem
6.4.2021
The largest stablecoin by market capitalization will be the first to enter the ecosystem as the Kusama canary network adds support for tether before the eventual deployments to parachains. Tether Inclusion Complements Polkadot’s Efforts to Attract More Defi Applications With cryptocurrency...
Gaps? Gasp!
6.4.2021
At first, there were flexboxes (the children of a display: flex container). If you wanted them to be visually separate, you had to use content justification (i.e. justify-content: space-between), margin trickery, or sometimes, both. Then along came grids (a …
The post Gaps? Gasp! appeared...