Search
Obří letoun dolétal: ruské aerolinky uzemnily po nehodě všechna letadla An-124 Ruslan
29.11.2020
Ruská letecká společnost Volga-Dnepr Airlines odstavila po nehodě v Novosibirsku všechny své stroje An-124 Ruslan. Dopravce, zaměřující se na nákladní přepravu, ve středu 25. listopadu oznámil ruským leteckým úřadům své rozhodnutí okamžitě uzemnit všech osm svých letadel tohoto typu, informuje The
Resizing Values in Steps in CSS
30.1.2020
There actually is a steps() function in CSS, but it's only used for animation. You can't, for example, tell an element it's allowed to grow in height but only in steps of 10px. Maybe someday? I dunno. There would have to be some pretty clear use cases that something like background-repeat: space...
Navbar Nudging on @keyframers
22.8.2019
I got to be the featured guest over on The Keyframers the other day. We looked at a Dribbble shot by Björgvin Pétur Sigurjónsson and then slowly built it, taking some purposeful detours along the way to discuss various tech.
We start by considering doing it entirely in CSS, then go for some light...
Litecoin Price Analysis: Litecoin (LTC) Is Playing with Stability; Next Immediate Resistance at $124
3.7.2019
Litecoin (LTC) has shown significant price variations in the last 24 hours. The target for 2019 remains at 200 USD. Litecoin has been consistent in performance in the market for the past few days. Along with huge price variations, the coin has been maintaining its value at a similar price point. ...
Startup Týdne #124: Roivenue zefektivňující investice do marketingu
8.3.2019
Roivenue dává možnost na jednom místě a s jednou logikou vyhodnocovat veškeré marketingové kanály. Každá aplikace, každý marketingový kanál používá vlastní měření, porovnávat je mezi sebou a alokovat do nich svědomitě rozpočet je bez pokročilé datové analytiky nadlidský úkol. Roivenue právě toto...
CSS Selectors are Conditional Statements
6.12.2018
foo {
}
Programmatically, is:
if (element has a class name of "foo") {
}
Descendent selectors are && logic and commas are ||. It just gets more complicated from there, with things like combinators and pseudo selectors. Just look at all the ways styles can cascade.
Jeremy Keith:
If...
Little Tip: Draw Your Grid in ASCII in Your CSS Comments for Quick Reference
9.7.2018
Say you declared a grid like this:
body {
display: grid;
grid-template-columns: min-content 1fr;
grid-template-rows: min-content auto min-content;
}
This depends on content, for sure, but how it's likely to play out is like this:
+---+-------------+
| | |
|...
Zveme vás na jsDevMeetup o Google Apps Script
19.4.2018
V úterý 24. 4. se bude konat přednáška s názvem Google Apps Script = G Suite (automatizace || integrace || rozšíření). Ivan Kutil představí možnosti pro rozšíření Google aplikací, integraci služeb a automatizaci práce v G Suite. Další přednáška z cyklu jsDevMeetups…