Search

Nalezeno "Text": 14355

Max Stoiber’s Strong Opinion About Margins


Going with that title instead of the classic developer clickbait version Max used. ;) We should ban margin from our components. Don’t use margin?! This thing I’ve been doing my entire career and don’t have any particular problems with?! Well, that’s not exactly Max’s...

APIs and Authentication on the Jamstack


The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...

Wide Gamut Color in CSS with Display-P3


Here’s something I’d never heard of before: Display-P3 support in CSS Color Module Level 4 spec. This is a new color profile supported by certain displays and it introduces a much wider range of colors that we can choose from. Right now the syntax looks something like this in CSS: header...

[aktualita] Management Zalanda připravuje investory na znatelný propad tržeb


Management obřího elektronického módního obchodu se sídlem v Berlíně začal pomalu připravovat své investory a partnery na citelný propad tržeb za první čtvrtletí. V dopise od správní rady Zalando varuje, že se za první čtvrtletí letošního roku propadne hrubá hodnota prodaného zboží a s tím...

[aktualita] Izrael chce vyhledávat nakažené pomocí nového softwaru NSO


Izraelský ministr obrany Naftali Bennett oznámil plán země, který počítá s využitím nového nástroje kontroverzní bezpečnostní společnosti NSO Group pro efektivnější vyhledávání nakažených novým koronavirem. Plán ještě ale musí formálně schválit kabinet. NSO Group se podle Bloombergu již dříve...

[článek] Digitální daň po česku: hamižnost, nebo spravedlnost?


[7 minut čtení] Česko dnes řeší prioritně jiné ekonomické problémy. Na cestě k přijetí digitální daně, která nyní leží v Poslanecké sněmovně, se tak zatím nic (zásadního) nezměnilo. Česká republika není jediná země, která na digitální daň nezapomněla. Od Indie přes Turecko až po kontinentální...

RSS Stuff


Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too: Sometimes the content is just an excerpt, encouraging you to read the rest of the content...

gqless


This is so cool. I mean, GraphQL is already cool. It’s very satisfying to write an understandable-looking query for whatever you want and then use that data in templates. But what if you didn’t have to write the query at all? What if you just wrote the templates pretending you already...

4 CSS Grid Properties (and One Value) for Most of Your Layout Needs


CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...

How They Fit Together: Transform, Translate, Rotate, Scale, and Offset


Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like: .el { transform: rotate(10deg) scale(0.95) translate(10px, 10px); } ...we can do: .el { rotate: 10deg; scale: 0.95; translate: 10px 10px; } That's extremely...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace