Search
ARIA in CSS
11.11.2020
Jeremey reacting to Sara’s tweet, about using [aria-*] selectors instead of classes when the styling you are applying is directly related to the ARIA state.
… this is my preferred way of hooking up CSS and JavaScript interactions. Here’s [an] old CodePen where you can see...
Meet Agah Sesli, CMC’s Ambassador From Turkey
2.11.2020
I first heard of Bitcoin in early 2017, when a friend of mine mentioned he was paying one of his Continue Reading
The post Meet Agah Sesli, CMC’s Ambassador From Turkey appeared first on CoinMarketCap Blog
The CSS Custom Property Toggle Trick
29.10.2020
Back in July 2020, I got an email from James0x57 (I always try to refer to people by their name, but I think I get the sense they prefer to go by screen name) that says:
The entire world of branching conditional logic and bulk feature toggling for custom CSS properties is possible and only exists...
More on content-visibility
28.10.2020
Back in August 2020, when the content-visiblity property in CSS trickled its way into Chrome browsers, Una Kravets and Vladimir Levin wrote about it and we covered it. The weirdest part is that to get the performance value out of it, you pair it with contain-intrinsic-size on these big chunks...
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
Letoun Tupolev Tu-160 překonal světový rekord v délce letu – zvládl 25 hodin bez mezipřistání
1.10.2020
Ruský nadzvukový strategický bombardér Tupolev Tu-160 se kromě dalších vlastností vyznačuje dlouhým doletem. V roce 2010 stanovil rekord v délce letu, který činil 24 hodin a 24 minut, jež zůstal dlouhých deset let nepřekonán.
Nyní se situace změnila, avšak nikoli zásadně – nový světový rekord v
Achieving Vertical Alignment (Thanks, Subgrid!)
30.9.2020
Our tools for vertical alignment have gotten a lot better as of late. My early days as a website designer involved laying out 960px wide homepage designs and aligning things horizontally across a page using a 12-column grid. Media queries came along which required a serious mental shift. It solved...
content-visibility: the new CSS property that boosts your rendering performance
14.9.2020
Una Kravets and Vladimir Levin:
[…] you can use another CSS property called content-visibility to apply the needed containment automatically. content-visibility ensures that you get the largest performance gains the browser can provide with minimal effort from you as...
How to Get Handwriting Animation With Irregular SVG Strokes
11.9.2020
I wanted to do a handwriting animation for calligraphy fonts — the kind where the words animate like they are being written by an invisible pen. Because calligraphy fonts have uneven stroke widths (they actually aren’t even strokes in terms of SVG), it was near impossible to do this sort of thing...
Decentralized Exchange Volume Rose 160% in August to $11.6B, Setting Third Straight Record
1.9.2020
Only two decentralized exchange protocols reported a drop in volume during August
Canaan’s Q2 Loss Narrows to $2.4M From Q1 on 160% Revenue Increase
31.8.2020
Canaan shares are down 23% in August
Ground Rules for Web Animations
31.8.2020
Animations can make a site stand out. Or, they can just as easily kill the experience. When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations that are  too long or too quick, or not using right type...
Deeper DX
27.8.2020
Shawn Wang thinks there are deeper, perhaps more uncomfortable, places to go with developer experience (DX) beyond the surface-level stuff that we recently covered. Sure, sure, documentation, CLIs, good demos. But there are much harder questions to answer that are part of the real DX. Shawn lists...
Roobet: Fastest Growing Online Crypto Casino (Join Now & Start Playing)
21.8.2020
About Roobet Roobet casino was started in the year 2018, the casino is owned by TekHou5 Limited. The Roobet casino received its eGaming licence under the government of Curacao.         Robot casino is operated under the Master License of gaming services...
21Shares Has Added Over 160% to Its Managed Crypto Funds in 2020
18.8.2020
The crypto rally of 2020 is not the biggest reason for 21Shares’ growth
What I Learned by Fixing One Line of CSS in an Open Source Project
14.8.2020
I was browsing the Svelte docs on my iPhone and came across a blaring UI bug. The notch in the in the REPL knob was totally out of whack. I’m always looking to contribute to open source, and I thought this would be a quick and easy fix. Turns out, there was a lot more to it than just changing...
Market Report: Merculet Token Price Doubles in 7 Hours, Algo up More Than 500% Since March
14.8.2020
The merculet token gained 160% from $0.00068 to $0.0011 in just 7 hours of trading on August 14. The price jump makes the token biggest gainer in 24 hours according to markets.Bitcoin.com. Despite the price surge, merculet had trading volumes of just $112,000. At the time of writing...
font-weight: 300 considered harmful
7.8.2020
Tomáš Janoušek:
Many web pages these days set font-weight: 300 in their stylesheet. With DejaVu Sans as my preferred font, this results in very thin and light text that is hard to read, because for some reason the “DejaVu Sans ExtraLight” variant (weight 200) is being used...
JavaScript Fatigue
6.8.2020
From Nicholas Zakas’ newsletter, on how he avoids JavaScript fatigue:
 I don’t try to learn about every new thing that comes out. There’s a limited number of hours in the day and a limited amount of energy you can devote to any topic, so I choose not to learn about anything...
Computed Values: More Than Meets the Eye
5.8.2020
Browser DevTools are indispensable for us front end developers. In this article, we’ll take a look at the Computed tab, a small corner of the DevTools panel that shows us big things, like how relative CSS values are resolved. We’ll also see how inheritance fits into the browser’s...