Search
Our Learning Partner: Frontend Masters
10.1.2020
I'd like to think there is a lot to learn on CSS-Tricks. But we don't really offer much by the way of courses. You're probably reading this because you just generally read this site, and you land on CSS-Tricks otherwise mostly because you are looking for an answer to some front-end...
Honk Launches Token Sale to Fund SLP-Powered Sports Betting Site
8.1.2020
The team behind one of the most active tokens in the SLP ecosystem is launching a crowd sale to fund the development of a new sports betting site. The platform will require no identification from either users or investors, and will pay dividends directly in bitcoin cash and a number of supported...
SBI, GMO Reportedly Sign Deal with Operator of World’s Largest Bitcoin Mining Site
7.1.2020
Japanese financial services giant SBI and internet provider GMO have reportedly agreed to process crypto transactions at what is set to become the world’s largest mining site
Why every website wants you to accept its cookies
6.1.2020
I'm probably in the minority on this, but I've never ever built one of those "This site uses cookies, here's some kind of explanation of why, and please click this OK button to accept that" bars that feels like they are on half of the internet.
Emily Stewart:
Most of us just tediously click “yes”...
Read.cash Platform Rewards Content Creators With Bitcoin Cash Incentives
2.1.2020
Since the platform’s launch, the Bitcoin Cash-centric blogging site read.cash has gathered a lot of traction. The website’s user base publishes interesting content and new material on a daily basis with the most popular authors gathering tips in bitcoin cash for their work. Also Read:...
Thank You (2019 Edition)
2.1.2020
One of our yearly traditions here is to thank all y'all CSS-Tricks readers at the passing of a new year. It means a lot to me that people come here and read the words I write, and the words of all our staff and guest authors that contribute here as well.
Thank you!
Plus, we dig into the numbers...
Adding Dynamic And Async Functionality To JAMstack Sites
2.1.2020
Jason Lengstorf:
Here’s an incomplete list of things that I’ve repeatedly heard people claim the JAMstack can’t handle that it definitely can:
Load data asynchronously
Handle processing files, such as manipulating images
Read from and write to a database
Handle user authentication and protect...
Validate CSP from Command Line
2.1.2020
The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks. I’d go as far to say that every site should implement as specific CSP as possible. If you aren’t familiar with CSPs, here’s a quick example:...
TikTok vydal zprávu o transparentnosti. Nejvíce obsahu chtěly ze sítě mazat Spojené státy a Indie
2.1.2020
Čím dál populárnější sociální síť TikTok zveřejnila svoji historicky první zprávu o transparentnosti, ve které informuje, jaké světové vlády během první poloviny roku 2019 žádaly platformu o stažení obsahu uživatelů. Chce tím ukázat, že není ovládána čínskými cenzory, ale že určité požadavky
PSA: It’s That Time to Update the Copyright Year on Your Site
1.1.2020
Every year about this time I see articles going around reminding people how to update the copyright on their websites. Usually somewhere in the footer. You know, a line like:
© Copyright 2007-2019 CSS-Tricks
I am very absolutely not a lawyer, but this is how I understand it:
You don't actually...
What We’re Reading, 2019
1.1.2020
There are so, so, so (so) many things to read out there on the internet. So many, in fact, that it's difficult to keep up with everything.
But, hey, we've got your back! It's our job to surface the best of the best and share it with you right here. That's why it's a good idea to subscribe to this...
One Way to Break Users Out of the Habit of Reloading Too Much
30.12.2019
Page reloads are a thing. Sometimes we refresh a page when we think it’s unresponsive, or believe that new content is available. Sometimes we’re just mad at the dang site and rage-refresh to let it know we’re displeased.
Wouldn’t be nice to know when a user refreshes the page? Not just that,...
So Many Color Links
27.12.2019
There's been a run of tools, articles, and resources about color lately. Please allow me to close a few tabs by rounding them up here for your enjoyment.
Curated colors in context
Happy Hues demonstrates a bunch of color palettes in the context of the site itself. That's a nice way to do...
How Many Websites Should We Build?
27.12.2019
Someone emailed me:
What approach to building a site should I take?
Build a single responsive website
Build a site on a single domain, but detect mobile, and render a separate mobile site
Build a separate mobile site on a subdomain
It's funny how quickly huge industry-defining conversations...
CHANGING THE GAME: The World’s Biggest Sportsbook in 2020 could be a cryptocurrency site
27.12.2019
Stake.com has just launched what could quickly become the world’s biggest sportsbook, with the potential of taking over 60 billion crypto-based bets. Stake.com is currently on its way to 12 BILLION bets; therefore, it has quickly become the world’s biggest crypto casino since its launch in 2017....
GoGetSSL
26.12.2019
GoGetSSL is a company that sells SSL certificates. You know, those things that are required to make your site use https://, not http:// which doesn't feel like an optional choice these days with browsers making sites looks scarily insecure without it and search engines telling us is a ranking...
Speculation Abounds Regarding Youtube’s Removal of Crypto Content
24.12.2019
At least six crypto Youtube channels have reported in recent hours that their content is being removed under the site’s “harmful and dangerous” policy, with one popular channel claiming Youtube pointed to a “sale of regulated goods.” Chris Dunn is one of these, whose...
Moving Rainbow Underlines
23.12.2019
I absolutely love the design of the Sandwich site. Among many beautiful features are these headlines with rainbow underlines that move as you scroll. It's not scroll-jacking — it's just a minor design feature that uses scroll position to enact a little movement.
To draw the rainbows...
Stream-Crossing Confusion
23.12.2019
Should I use WordPress or React hooks?
Should I use D3 or CSS?
Should I use Markdown or JSON?
Can I use flexbox in Gatsby?
Can I use custom properties in Jekyll?
Should I use HTML or the cloud?
How do I add dark mode to my Vue site?
These are tongue-in-cheek, but there is a point to be made here....
Create a Static Site Using Angular & Scully
20.12.2019
The team at HeroDevs has just released the alpha version of Scully, a static site generator for Angular. That's right, Angular didn't have an intuitive way to create JAMstack applications before, but now it's possible!
Scully uses a node CLI application to run Angular schematics so you don’t have...