Search
Data Leaks, Regulatory "Fun" and 20 Crypto Jokes
26.12.2020
In the week leading to the holidays, a Twitter exchange between Elon Musk and Michael Saylor added fuel to the BTC rally, but shortly, as BTC dropped below USD 23K, and then it went back up. You know, the usual. But then serious problems hit the fan for Ledger and their users when personal info...
The Sephiroth Boss Fight Is The Most Fun I’ve Had In Smash Bros. Ultimate In A While
18.12.2020
It’s been a rough year for Super Smash Bros. Ultimate and me, mostly because with the ongoing pandemic I haven’t been able to play it IRL with anyone. The game’s new limited-time Sephiroth boss fight has helped me fall back in love with it though, by giving me a brief but excellent...
Hell Yes! CSS!
15.12.2020
Speaking of cool CSS stuff you can buy, Julia Evans’ zine Hell Yes! CSS! is hot off the presses. A “zine” being 28 pages of “short, informative, and fun comics which will quickly teach you something useful.” Some parts of it are like cheat sheets. Some parts of it...
Netlify & Next.js
14.12.2020
Cassidy Williams has been doing a Blogvent (blogging every day for a month) over on the Netlify Blog. A lot of the blog posts are about Next.js. There is a lot to like about Next.js. I just pulled one of Cassidy’s starters for fun. It’s very nice that it has React Fast-Refresh built-in....
console.log({ myVariable });
19.11.2020
I think this might be my most popular tweet of all time, but I’m not sure how to verify that these days. I’ll restate this neat little trick here because blogging is cool and fun.
I used to do this a lot while debugging JavaScript:
console.log("myVariable: ", myVariable);
But now I...
How to Animate the Details Element Using WAAPI
5.11.2020
Animating accordions in JavaScript has been one of the most asked animations on websites. Fun fact: jQuery’s slideDown() function was already available in the first version in 2011.
In this article, we will see how you can animate the native <details> element using the Web Animations...
This page is a truly naked, brutalist html quine.
4.11.2020
Here’s a fun page coming from secretGeek.net. You don’t normally think “fun” with brutalist minimalism but the CSS trickery that makes it work on this page is certainly that.
The HTML is literally displayed on the page as tags. So, in a sense, the HTML is both the page...
Little Things on My Personal Site
30.10.2020
I updated my personal website the other day. Always a fun project since it’s one of the few where it’s 100% just me. It’s my own personal playground with no other goal than making the site represent me to have a little fun. It’s not a complete re-write, just some new paint....
Announcing the 2020 State of CSS Survey
20.10.2020
Last year’s State of CSS Survey yielded interesting results. There’s the quick adoption of features, like calc() and CSS custom properties. There’s also the overwhelming opinion that CSS is fun to write even as we see a growing reliance on CSS-in JS. We also saw some predictable...
Implementing WebGL Powered Scroll Animations
19.10.2020
Learn some fun WebGL by reconstructing the beautiful scroll animations from Robin Noguier's portfolio.
The post Implementing WebGL Powered Scroll Animations appeared first on Codrops
Run Gulp as You Open a VS Code Project
13.10.2020
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on the latest-and-greatest stuff and have my workflow just how I like it. I did a few more tweaks a few months...
Wolf.bet Is a Provably Fair Gambling Casino Supporting Multiple Cryptocurrencies
6.10.2020
Have you been looking for an online gaming platform you can trust with your digital assets and that won’t bother you with cumbersome identification procedures? Wolf.bet is a 100% provably fair gambling casino supporting multiple cryptocurrencies, without KYC and a great lineup of additional...
Bitcoin Games Reveals Satoshi’s World Travel Plans, Offers Cashback, Free Spins, and Bonus Money
2.10.2020
Embark on an adventure like none other to win exciting prizes and have loads of fun in Bitcoin Games’ new promotion. Up to 15x Money Multiplier Bitcoin Games has been making new waves by not only bringing hot new popular casino games playable with Bitcoin & Bitcoin Cash but also...
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
For Fun: We’re Holding a Memecoin Contest, and You’re Invited!
10.9.2020
We’ve seen the rise and fall of DeFi meme coins over the past few months — YAM, PASTA, SUSHI —Continue Reading
The post For Fun: We’re Holding a Memecoin Contest, and You’re Invited! appeared first on CoinMarketCap Blog
Using max() for an inner-element max-width
7.9.2020
I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...
How to Use CSS Grid for Sticky Headers and Footers
2.9.2020
CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...
How to Make a Media Query-less Card Component
1.9.2020
Fun fact: it’s possible to create responsive components without any media queries at all. Certainly, if we had container queries, those would be very useful for responsive design at the component level. But we don’t. Still, with or without container queries, we can do things to make our components...
Come to Web Unleashed!
1.9.2020
(This is a sponsored post.)
Web Unleashed is a fun conference. I’ve been a number of times. I’m sure you won’t be surprised that it’s online this year, like most events.
And, hey, it’s coming up and will take place over three days, October 5-7, 2020. I’d really...
NFTs Are Boring; Here’s How to Make Them Fun
19.8.2020
Crypto collectables have a limited audience, but the underlying technology behind NFTs can create novel online experiences and games for everyone