Search
Web Performance Calendar
7.12.2020
The Web Performance Calendar just started up again this year. The first two posts so far are about, well, performance! First up, Rick Viscomi writes about the mythical “fast” web page:
How you approach measuring a web page’s performance can tell you whether it’s built for speed or whether it feels...
Anima 4.0: Go Straight From Design to React in the Design Handoff
27.10.2020
Imagine this scenario: You get an email from the design team. It contains a link to a high-fidelity prototype of a React app they want you to build. You click the link and get ready to inspect the work only to find… the components have already been built.
Huh?
It might sound like a dream...
CSS Tips for New Devs
27.5.2020
Amber Wilson has some CSS Tips for New Devs, like:
It’s not a good idea to fix shortcomings in your HTML with CSS. Fix your HTML first!
And…
You can change CSS right in your browser’s DevTools (to open them, right-click the browser window and choose “inspect”...
Bitcoin Is Financial Instrument, Clarifies Germany, Crypto Custodians Qualify as Financial Institutions
3.3.2020
The Federal Financial Supervisory Authority of Germany, Bafin, has issued guidance to clarify the status of cryptocurrencies and the regulations that apply to related business activities. The recommendations are based on the country’s current legislation, taking into account the latest...
Turkey to Inspect Cryptocurrency Exchanges as Part of Government Offensive Against Online Gambling
2.3.2020
Turkish authorities will soon be going after crypto exchanges operating in the country, local media reported. Although the trading platforms are not the prime target of a new push to increase budget receipts, they will be placed under close examination. The news comes as a military escalation with...
Here’s How to Inspect Bitcoin’s Next (Likely) Major Upgrade Yourself
13.2.2020
With bitcoin’s next likely major upgrade in the works, students of the cryptocurrency can inspect the code themselves, helped by core developers
Old CSS, new CSS
7.2.2020
I love this post that walks through the development of CSS and HTML — it shows just how far web design has come and how much easier it is for us all now.
Eevee looks at designing websites with tables, the Space Jam website, and how for centuries there was no way to easily inspect changes made to...
CSS Scan: The Fastest Way to Inspect and Copy CSS
17.5.2019
CSS Scan is a super cool tool I've just learned about from Chris Nwamba. It allows you to inspect and copy CSS
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...
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...