Search
CSS Environment Variables
4.5.2018
We were all introduced to the env() function in CSS when all that drama about "The Notch" and the iPhone X was going down. The way that Apple landed on helping us move content away from those "unsafe" areas was to provide us essentially hard-coded variables to use:
padding:
...
The Dark Side of Promises
9.4.2018
Since the release of es6 many new features have found their way into NodeJS, but non had quite the same impact as promises. Promises have been developed for the browser before es6 was even a thing. There were several implementations that have been used like jQuery’s deferred object before...
Perfektní kooperační zážitek ve hře A Way Out
2.4.2018
Kooperačních her začíná být postupem času víc a víc. Jenže většina z nich se odehrává v otevřeném světě nebo jejich náplň je ryze akčního původu. Vývojáři z Hazelight Studios si ale řekli, že půjdou proti proudu a nabídnou ryze filmový zážitek o útěku z vězení, který lze hrát pouze v kooperaci...
To Serve Man, with Software
31.12.2017
I didn't choose to be a programmer. Somehow, it seemed, the computers chose me. For a long time, that was fine, that was enough; that was all I needed. But along the way I never felt that being a programmer was this unambiguously great-for-everyone career field with zero downsides. There
Beyond Immutability: Ethereum Classic Maps a Way Forward
3.3.2017
Apart from a commitment to immutability, ethereum classic is much like ethereum. Now, though, its supporters favor another pillar of differentiation
Responsive images – end of year report
12.11.2013
It’s nearly two years since I suggested a <picture> element as a strawman proposal as a way to solve the problem of responsive images, so let’s have a look at how we’re doing.Related Posts:The woes of date inputHTML Developers: Please ConsiderOn HTML belts and ARIA braces (The Default...
Responsive images – end of year report
12.11.2013
It’s nearly two years since I suggested a <picture> element as a strawman proposal as a way to solve the problem of responsive images, so let’s have a look at how we’re doing