Search
How to Create Neon Text With CSS
18.5.2021
Neon text can add a nice, futuristic touch to any website. I’ve always loved the magic of neon signs, and wanted to recreate them using CSS. I thought I’d share some tips on how to do it! In this article, …
The post How to Create Neon Text With CSS appeared first on CSS-Tricks.
You...
Actress Mila Kunis Reveals ‘I’m Using Cryptocurrencies’ After Getting Into Bitcoin With Ashton Kutcher 8 Years Ago
1.5.2021
Actress Mila Kunis has revealed that she and her husband, Ashton Kutcher, started investing in bitcoin more than eight years ago. She initially thought that investing in bitcoin was “a horrible idea.” However, now she is using cryptocurrencies and said she has never been happier to...
Nigerians Shun Local Currency— Seek to Protect Wealth From Inflation and Currency Depreciation with Foreign Currency
23.4.2021
Nigerians are thought to be accumulating foreign currencies which they believe will protect their wealth from the naira’s volatility as well as the surging inflation. Further, as a research paper in a journal published by the Central Bank of Nigeria (CBN) found, Nigerians’ use...
Expert Doom Players Continue To Complete Challenges Once Thought Impossible
14.3.2021
Classic Doom players are continuing to pick away at some of the hardest remaining community challenges left, beating missions without attacking a single enemy in some of the hardest retail Doom levels ever released.Read more
Web Components Are Easier Than You Think
8.3.2021
When I’d go to a conference (when we were able to do such things) and see someone do a presentation on web components, I always thought it was pretty nifty (yes, apparently, I’m from 1950), but it always seemed complicated …
The post Web Components Are Easier Than You Think appeared first...
CSS-Tricks Chronicle XXXIX
6.3.2021
I’ve been lucky enough to be a guest on some podcasts and at some events, so I thought I’d do a quick little round-up here! These Chronicle posts are just that: an opportunity to share some off-site stiff that I’ve …
The post CSS-Tricks Chronicle XXXIX appeared first...
React authentication, simplified
4.3.2021
Authentication is one of those things that just always seems to take a lot more effort than we want it to. To set up auth, you have to re-research topics you haven’t thought about since the last time you did authentication, and the fast-paced nature of the space means things have often changed...
Doom Eternal Director Has ‘Put A Lot Of Thought’ Into Making A Female Doom Slayer
22.2.2021
During a playthrough stream earlier this month, Doom Eternal director Hugo Martin was asked if the team had ever considered developing a female Doom Slayer for the game. His answer was surprisingly thorough.Read more
Netlify
16.2.2021
High five to Netlify for the ❥ sponsorship. Netlify is a great place to host your static (or not-so-static!) website because of the great speed, DX, pricing, and feature set. I’ve thought of Netlify a bunch of times just in …
The post Netlify appeared first on CSS-Tricks.
You...
Confessions of a Web Developer XVIII
2.2.2021
It’s been quite a while since I’ve gotten a few things off of my chest and since I’m always full of peeves and annoyances I thought it was time to unleash: Sometimes you need to get out of the cult and stop drinking the Kool-Aid to see an organization for what it is. My childhood...
Mark Cuban May Be More Involved with Crypto, 'Shitcoins' than First Thought
28.1.2021
Mark Cuban. Source: a video screenshot, Youtube, TMZSports
Crypto sleuths have taken a peek into the ethereum (ETH) wallet of the outspoken American billionaire Mark Cuban, the owner of the Dallas Mavericks basketball franchise. And it turns out that Cuban owns a lot more altcoins and what he...
Purging Today’s Freedom Activists: Why Big Tech’s Censorship Isn’t Directed Solely at Trump Supporters
23.1.2021
There’s been a lot of unrest in the U.S. and just before the presidential election’s electoral vote, Big Tech took action and censored a great number of individuals and even competing social media platforms. Moreover, even after President Biden’s first few days in office, social...
Building an Ethereum app using Redwood.js and Fauna
15.1.2021
With the recent climb of Bitcoin’s price over 20k $USD, and to it recently breaking 30k, I thought it’s worth taking a deep dive back into creating Ethereum applications. Ethereum, as you should know by now, is a public (meaning, …
The post Building an Ethereum app using Redwood.js and Fauna...
Coronavirus Lockdowns Didn't Reduce Air Pollution as Much as We Thought
13.1.2021
I know it seems like forever ago, but think back to the early days of covid-19 when lockdowns first halted travel and industry in huge swaths of the world. It was devastating to the economy and was a symptom of a huge public health problem, but reports showed there was at least one good thing...
Whack-a-Mole: The CSS Edition
6.1.2021
We’ve seen the checkbox hack and how it can be used to build a complete state machine in CSS. Today, we’ll take that line of thought a step further and build a simple game of Whack-A-Mole, where the player needs …
The post Whack-a-Mole: The CSS Edition appeared first on CSS-Tricks.
You...
CryptoWars Is an Ideal Combination of Gaming and Liquidity Mining
16.12.2020
Decentralized finance (Defi) has сaused a mighty furor recently. Users have forgotten almost about everything while searching for money earning opportunities. Fortunately, the CryptoWars decentralized platform has created a wonderful solution that allows efficient and entertaining...
Here are the top 10 books blockchain thought leaders recommend in 2020
11.12.2020
Cointelegraph asked 10 leaders in blockchain about book recommendations this year
Let’s Create a Lightweight Native Event Bus in JavaScript
11.12.2020
An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between different components. It can also be thought of as publish/subscribe or pubsub.
The idea is that components can listen...
Ron Paul Advises Bitcoin Proponents to ‘Be Vigilant’ of Government ‘There’s Information Collected’
7.12.2020
On December 5, the American author and retired politician, Ron Paul, joined the Stephan Livera Podcast episode 234 and discussed cryptocurrencies and bitcoin at great length. During the interview, the prominent libertarian said when bitcoin came out he was still in congress and he thought the most...
Exploring What the Details and Summary Elements Can Do
26.11.2020
We’ve mentioned before just how great the <details> and <summary> elements are. They’re great for quickly making accordions that are accessible to touch, mouse, and keyboard input:
CodePen Embed Fallback
<details> and <summary> can even be used to play/pause gifs!...