Search
Early Days for CSS Scoping
6.9.2021
There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where <style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a …
The post Early Days for CSS Scoping appeared first...
My tiny side project has had more impact than my decade in the software industry
27.8.2021
That’s a heartwrenching title from Michael Williamson. I believe it though. It’s kinda like a maximized version of the blogging phenomenon where if you work on a post for weeks it’ll flop compared to a post that’s some dumb 20-minute …
The post My tiny side project...
How I Made a Generator for SVG Loaders With Sass and SMIL Options
26.8.2021
While learning Vue.js, I started building free web tools that involved the exploration of SVG, with the goal of learning something about both! Let’s take a look at one of those tools: a generator that makes SVG loaders and …
The post How I Made a Generator for SVG Loaders With Sass and SMIL...
Creating a Headless WordPress Site With Frontity
20.8.2021
Frontity is a WordPress-focused React-based server-side dynamic-rendering framework (phew!) that allows us to create fast headless websites. Chris has a good introduction to Frontity. I guess you could think of it like Next.js for WordPress. And while the demand …
The post Creating...
Using Nuxt and Supabase for a Multi-User Blogging App
19.8.2021
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.
I’ve been enjoying using frameworks like Nuxt and Next because they …
The...
An In Depth Look at Bitcoin’s First Chain Split: Satoshi Helps Reverse the Creation of 184 Billion BTC
15.8.2021
Since January 3, 2009, the Bitcoin network has been functional for 99.98662952015% of the time. However, the protocol has had a few hiccups along the way and on a few occasions, the chain split into two. Most people are well aware of the Bitcoin Cash split that took place on August 1, 2017, but...
Napkin
11.8.2021
We took a surface level look at Pipedream the other day, which really does look cool. It’s like a much more modern and fancy version of what Yahoo Pipes was. A better comparison might be Zapier, except you …
The post Napkin appeared first on CSS-Tricks. You can support CSS-Tricks...
Responsible Markdown in Next.js
10.8.2021
Markdown truly is a great format. It’s close enough to plain text so that anyone can quickly learn it, and it’s structured enough that it can be parsed and eventually converted to you name it.
That being said: parsing, processing, …
The post Responsible Markdown in Next.js appeared first...
Using Absolute Value, Sign, Rounding and Modulo in CSS Today
28.7.2021
For quite a while now, the CSS spec has included a lot of really useful mathematical functions, such as trigonometric functions (sin(), cos(), tan(), asin(), acos(), atan(), atan2()), exponential functions (…
The post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared...
Learnings From a WebPageTest Session on CSS-Tricks
28.7.2021
I got together with Tim Kadlec from over at WebPageTest the other day to use do a bit of performance testing on CSS-Tricks. Essentially use the tool, poke around, and identify performance pain points to work on. You can watch …
The post Learnings From a WebPageTest Session on CSS-Tricks...
V řecké protipirátské síti skončil i známý titulkový web OpenSubtitles.org
23.7.2021
V Řecku od 2018 platí novela autorského zákona, která dala do rukou držitelů autorských práv mocnou zbraň. Mohou nechat smazat nechtěný obsah nebo zablokovat celou internetovou doménu úřední cestou i bez rozhodnutí soudu.
Tamní ministerstvo kultury a sportu k tomuto účelu založilo zvláštní
Crypto.com deploys its Ethereum Virtual Machine chain testnet
20.7.2021
Running on a proof-of-authority consensus algorithm, Cronos is powered by Ethermint, a proof-of-stake chain interoperable with Ethereum and EVM-compatible chains
Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines
19.7.2021
The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Using the @scroll-timeline at-rule and animation-timeline property this specification provides you can control the time position of regular CSS Animations by scrolling.
In this post, we take a …
The...
UFC Partners With Crypto.com — Sources Say $175 Million Deal Is MMA Firm’s Largest Sponsorship
7.7.2021
The cryptocurrency exchange Crypto.com has revealed the company has entered a partnership with Ultimate Fighting Championship (UFC) as the firm’s global fight kit partner. Reports stemming from people familiar with the matter say the partnership is a ten-year deal worth $175 million and...
Bitcoin.org owner reports site hit with 'absolutely massive' DDoS attack
5.7.2021
The attack comes just one week after a U.K. court ordered the website to stop hosting the Bitcoin white paper
Bitcoin.org blocks access to Bitcoin software download in the UK
2.7.2021
Apart from removing the white paper, Cøbra has removed access to Bitcoin software for site visitors from the United Kingdom
Craig Wright Wins Default Judgment Against Cobra — Bitcoin.org Forced to Remove White Paper
29.6.2021
The self-proclaimed inventor of Bitcoin, Craig Wright, has won a default judgment in London’s High Court in his copyright infringement case against the pseudonymous operator of bitcoin.org. According to a report, the website and its owner Cobra must remove the Bitcoin white paper from the...
Craig Wright wins default judgment, Bitcoin.org must remove Bitcoin Whitepaper
29.6.2021
Bitcoin.org must now remove the Bitcoin whitepaper, host a notice referring to the court’s judgment, and pay $48,600 to cover Wright’s legal costs
Mysterious John McAfee Website Appears for Two Days — Whackd Token Climbs Over 700%
28.6.2021
Following the death of the former antivirus tycoon John McAfee, an ERC20 token called whackd (WHACKD) has seen its valuation rise significantly. Three days ago, the Ethereum-based coin was swapping for less than a U.S. penny, but then the token skyrocketed by 733% reaching over $0.07 per unit....
Using Performant Next-Gen Images in CSS with image-set
23.6.2021
The CSS image-set() function has been supported in Chromium-based browsers since 2012 and in Safari since version 6. Support recently landed in Firefox 88. Let’s dive in and see what we can and can’t do today with image-set().…
The post Using Performant Next-Gen Images in CSS with image-set...