Search
Darknet Market Joker’s Stash Retires After Raking in $1 Billion in Cryptocurrencies
14.2.2021
One of the largest darknet marketplaces for selling identity data and stolen credit card information, Joker’s Stash retired last month after making off with a cool $1 billion in cryptocurrencies. Weeks ago, U.S. and European officials seized some of the web portal’s servers tied...
Responsible Web Applications
12.2.2021
Joy Heron bought a cool domain name and published an article there:
Luckily, with modern HTML and CSS, we can create responsive and accessible web apps with relative ease. In my years of doing software development, I have learned some
…
The post Responsible Web Applications appeared first...
Reconciling Editor Experience and Developer Experience in the CMS
12.2.2021
Components are great, aren’t they? They are these reusable sources of truth that you can use to build rock-solid front-ends without duplicating code.
You know what else is super cool? Headless content management! Headless content management system (CMS) products offer …
The post Reconciling...
Nested Media Queries
9.2.2021
We don’t have “regular” nesting in CSS. Maybe this becomes a thing someday, or something like it. That would be cool, although that pre-spec doesn’t mention anything about media queries. I’d hope we get that right out of the gate …
The post Nested Media Queries...
Crypto-Centric VC Fund Lures in Billionaire Investor Paul Tudor Jones and Rapper LL Cool J
5.2.2021
This week the former Digital Currency Group (DCG) Vice President of Investments, Travis Scher, announced a $72 million crypto-focused venture capital fund backed by the billionaire investor Paul Tudor Jones and hip-hop star LL Cool J. The crypto VC fund was invoked by Scher, the private equity...
LL Cool J and Paul Tudor Jones back $72M crypto fund
4.2.2021
The fund has already invested in a number of blockchain projects including Dapper Labs, Axelar and Nori
VC Stars & LL Cool J Hunting 'Extraordinary Momentum' In Crypto
4.2.2021
LL Cool J during a 2001 performance in Germany. Source: Wikipedia/Mikael 'Mika' Väisänen
Private equity veteran Glenn Hutchins together with other business partners has launched a new venture capital crypto fund, Yahoo! Finance reported, citing Hutchins.
Among the investors in the fund that...
$72M Crypto Fund Backed by Paul Tudor Jones and LL Cool J Comes Out of Stealth
4.2.2021
Led by Glenn Hutchins, the new fund has already invested in Dapper Labs and other crypto projects
Checkerboard Reveal
25.1.2021
Back when I was 10, I remember my cousin visiting our house. He was (and still is) a cool kid, the kind who’d bring his own self-programmed chess game on a floppy disk. And his version of chess was …
The post Checkerboard Reveal appeared first on CSS-Tricks.
You can support CSS-Tricks...
Saturday's Best Deals: Razer Accessories, Dyson Hot + Cool Air Purifier, Indoor Electric Fireplace, Yosuda Stationary Bike, Identity Guard Rolling Stamps, and More
23.1.2021
Jump to: Tech | Gaming | Home | Lifestyle | MediaRead more
Servers: Cool Once Again
22.1.2021
There were jokes coming back from the holiday break that JavaScript decided to go all server-side. I think it was rooted in:
The Basecamp gang releasing Hotwire, which looks like marketing panache around a combination of technologies. “HTML over
…
The post Servers: Cool Once Again...
Netlify Edge Handlers
19.1.2021
Netlify Edge Handlers are in Early Access (you can request it), but they are super cool and I think they are worth wrapping your brain around now. I think they change the nature of what Jamstack is and can be.…
The post Netlify Edge Handlers appeared first on CSS-Tricks.
You can support...
Abandoned MF DOOM Game Sounded Cool
14.1.2021
News of MF DOOM’s death a couple of weeks ago led to an outpouring of tributes from artists around the world, from movie-makers to his peers and fans in the rap game, but one that caught my eye in particular was this project by Chafomon, an abandoned fan project for the Game Boy called MF Doom:...
clipPath vs. mask
27.12.2020
These things are so similar, I find it hard to keep them straight. This is a nice little explanation from viewBox (what a cool name and URL, I hope they keep it up).
The big thing is that clipPath (the element in SVG, as well as clip-path in CSS) is vector and when it is applied, whatever you...
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...
Representation Matters
15.12.2020
This year I had the pleasure of re-launching The Accessibility Project. I spend a lot of time researching and writing about accessibility and inclusive design, so this felt like the cumulation of a lot of that effort. The site now uses all sorts of cool web features like CSS Grid, @supports,...
Let's Appreciate These Cool Video Game Cars Inspired By Real Ones
1.12.2020
Most modern racing games consist of facsimiles real cars used under licensing agreements from the automakers. The reason is easy to grasp: If you’re playing a racing game in the first place, you probably have at least a passing interest in automobiles, and a car you actually recognize or like could...
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...
grid-auto-flow : CSS Grid :: flex-direction : Flexbox
19.11.2020
When setting a parent element to display: flex, its child elements align left-to-right like this:
CodePen Embed Fallback
Now, one of the neat things we can do with flexbox is change the direction so that child elements are stacked vertically on top of each other in a column. We can do that with...
CSS Background Patterns
17.11.2020
Nice little tool from Jim Raptis: CSS Background Patterns. A bunch of easy-to-customize and copy-and-paste backgrounds that use hard stop CSS gradients to make classy patterns. Not quite as flexible as SVG backgrounds, but just as lightweight.
Like this:
CodePen Embed Fallback
Speaking of cool...