Search
Should I Use Source Maps in Production?
1.3.2019
It's a valid question. A "source map" is a special file that connects a minified/uglified version of an asset (CSS or JavaScript) to the original authored version. Say you've got a filed called _header.scss that gets imported into global.scss which is compiled to global.css. That final CSS file...
How do you figure?
1.2.2019
Scott O'Hara digs into the <figure> and <figcaption> elements. Gotta love a good ol' HTML deep dive.
I use these on just about every blog post here on CSS-Tricks, and as I've suspected, I've basically been doing it wrong forever. My original thinking was that a figcaption was just...
Does it mutate?
18.1.2019
This little site by Remy Sharp's makes it clear whether or not a JavaScript method changes the original array (aka mutates) or not.
I was actually bitten by this the other day. I needed the last element from an array, so I remembered .pop() and used it.
const arr = ["doe", "ray", "mee"];
const...
View Source
23.7.2018
I remember seeing this Tom Dale tweet a while back. It's literally about the browser's ability to look at the HTML of the document you're looking at as it first arrived. Now the tweet is stirring up a new round of conversation.
Jonathan Snook has kind of a baby bear take:
We have the ability...
Blockchain Can Legally Authenticate Evidence, Chinese Judge Rules
28.6.2018
A court in China's Hangzhou city has ruled that evidence authenticated with blockchain technology can be presented in legal disputes
Balancing Time
22.6.2018
I first wrote this post four years ago. I put it on a blog that no longer exists. Funnily enough, I still refer to it myself, so I figured it might be best served in a place where other people can see it. I've made only a few minor tweaks to the original content. A lot about how I work has changed...
1 Element CSS Rainbow Gradient Infinity
5.6.2018
I first got the idea to CSS something of the kind when I saw this gradient infinity logo by Infographic Paradise. The gradient doesn't look like in the original illustration, as I chose to generate the rainbow logically instead of using the Dev Tools picker or something like that, but other than...
Podívejte se na originál životopisu, se kterým 18letý Steve Jobs žádal o práci. Vyzdvihl i dovednost s kalkulačkou
13.3.2018
Steve Jobs jistě patří mezi nejvýznamnější osobnosti v IT světě, především díky společnosti Apple, kterou v roce 1976 založil spolu se Stevem Wozniakem. V roce 1973 ale ještě nic takového ve výhledu nebylo a Steve Jobs potřeboval práci.
V rámci aukce na stránkách
Rewatch Alien, Get Dragon Age: Origins for Free, and More Deals
8.10.2014
This gorgeous 35th Anniversary Limited Edition of the original Alien is the kind of packaging that one of the greatest films of all time deserves. We just ran a deal on the Alien Anthology set the other day, and when asked by a commenter if they should watch all four films or just the first two,...