Search
TON Labs raises $6M in support of Free TON blockchain
6.4.2021
The investment round, which was led by Runa Capital and RTP Global, will go toward funding its decentralized blockchain network
Splitting Time Between Product and Engineering Efforts
5.4.2021
At each company I’ve worked, we have had a split between time spent on Product initiatives and Engineering work. The percentages always changed, sometimes 70% Product, 30% Engineering, sometimes as much as a 50/50 split. The impetus is to make …
The post Splitting Time Between Product...
Definition Tag
5.4.2021
It’s <dfn. Jen Kramer is doing a #30DaysofHTML email list thing-y on Substack, which is an easy subscribe. It’s only been a few days and all of them have little gems, even for someone like me who likes to …
The post Definition Tag appeared first on CSS-Tricks.
You can support...
Creating a Smart Navbar With Vanilla JavaScript
5.4.2021
Sticky, or fixed, navigation is a popular design choice because it gives users persistent access to navigate the site. On the other hand, it takes up space on the page and sometimes covers content is a way that’s less than …
The post Creating a Smart Navbar With Vanilla JavaScript appeared...
$161M Ethereum options expiry tilts toward bulls as ETH flips $2K to support
2.4.2021
Ethereum price recently made a strong move above $2,000 and derivatives data suggests bulls are preparing to push ETH price higher
Platform News: Rounded Outlines, GPU-Accelerated SVG Animations, How CSS Variables Are Resolved
2.4.2021
In the news this week, Firefox gets rounded outlines, SVG animations are now GPU-accelerated in Chrome, there are no physical units in CSS, The New York Times crossword is accessible, and CSS variables are resolved before the value is inherited.…
The post Platform News: Rounded Outlines...
Honeypot DEVS ANSWER
2.4.2021
I did this thing for Honeypots YouTube Channel. I had heard of Honeypot through these mini documentaries they have done, like about Vue.js, GraphQL, and Ember.js. They do a great job, so I was happy to …
The post Honeypot DEVS ANSWER appeared first on CSS-Tricks.
You can support CSS-Tricks...
The Deno Company
2.4.2021
I’m sure a lot of you are paying attention to Deno anyway, the next-gen JavaScript-on-the-sever project from Node creator Ryan Dahl, especially after dropping all these candid regrets about what happened in Node. But perhaps your paying more attention now …
The post The Deno Company...
Let’s Create an Image Pop-Out Effect With SVG Clip Path
2.4.2021
Few weeks ago, I stumbled upon this cool pop-out effect by Mikael Ainalem. It showcases the clip-path: path() in CSS, which just got proper support in most modern browsers. I wanted to dig into it myself to get …
The post Let’s Create an Image Pop-Out Effect With SVG Clip Path appeared first...
Click Outside Detector
2.4.2021
It’s a reasonable UX thing that you can click-to-open something, and then not only be able to click that same thing to close it, but click outside the thing that it opened to close it. Kitty Giraudel just blogged about …
The post Click Outside Detector appeared first on CSS-Tricks.
You...
WordPress Caching: All You Need To Know
1.4.2021
Here’s Ashley Rich at Delicious Brains writing about all the layers of caching that are relevant to a WordPress site. I think we all know that caching is complicated, but jeez, it’s a journey to understand all the caches at …
The post WordPress Caching: All You Need To Know...
React Authentication & Access Control
1.4.2021
Authentication and access control are required for most applications, but they often distract us from building core features. In this article, I’ll cover a straightforward way to add auth and access control in React.
Instead of adding a static library …
The post React Authentication &...
Fixing a slow site iteratively
1.4.2021
Site performance is potentially the most important metric. The better the performance, the better chance that users stay on a page, read content, make purchases, or just about whatever they need to do. A 2017 study by Akamai says as …
The post Fixing a slow site iteratively appeared first...
Designing calculator apps
1.4.2021
It is extremely weird that the calculator apps, even the default ones baked into desktop operating systems, embrace the UI and UX of those little cheap-o plastic physical calculators. I like what Florens Verschelde’s Math teacher had to say:
I
…
The post Designing calculator apps...
BNY Mellon Report Compares Bitcoin and Gold, Study Says ‘Gold Is the Only Globally Accepted Currency’
1.4.2021
The popular safe-haven asset gold recently posted the lowest settlement in three weeks, as a firm dollar and bond market yields have weakened support for the precious metal. The financial goliath BNY Mellon also published a report about the differences between gold and bitcoin and the study said...
Where the World Wide Web Shines
1.4.2021
Here’s a fabulous post by Vitaly Friedman that looks at how to make accessible front-end components and what problems there are today when it comes to building them.
There’s so much great info packed into this one post that I’m …
The post Where the World Wide Web Shines appeared first...
Overlay Fact Sheet
31.3.2021
I would hope all our web designer/developer spidey senses trigger when the solution to an accessibility problem isn’t “fix the issue” but rather “add extra stuff to the page.” This Overlay Fact Sheet website explains that. An “Overlay” is one …
The...
Scottish Music School Now Supports Crypto Payments for Tuition
31.3.2021
On March 28, the Scottish school in Edinburgh called the Morningside School of Music decided to accept cryptocurrency payments for tuition. Morningside’s director Linda Boyd said the school had noticed the trend of larger firms joining the crypto economy and it’s “just a matter...
Nailing That Cool Dissolve Transition
31.3.2021
We’re going to create an impressive transition effect between images that’s, dare I say, very simple to implement and apply to any site. We’ll be using the kampos library because it’s very good at doing exactly what we need. We’ll …
The post Nailing That Cool Dissolve Transition...
This Web Site is a Tech Talk
31.3.2021
This literal tech talk (YouTube video embedded in there) by Zach Leatherman is a good time. The talk is sprinkled with fun trickery, so I’m just taking notes on some on it here:
I have no idea how he pulled
…
The post This Web Site is a Tech Talk appeared first on CSS-Tricks.
You...