Search
The Blind Trust Described in the Kleiman vs. Wright Lawsuit Is a Real Head-Scratcher
13.6.2019
There’s been a number of developments in the ongoing Kleiman vs. Wright lawsuit lately. After Craig Wright’s sworn deposition, the plaintiffs contend that Wright’s categorical refusal to answer questions about his bitcoin addresses and his marriage(s) needs to be reevaluated....
MoneyGram’s Innovation Head Predicts That Crypto Could Be The Future Of Global Money Transfers
10.6.2019
Leading global money transfer platform, MoneyGram’s global head of product and innovation has stated that cryptocurrencies could take over the global money transferring business. He said that it was ‘highly probable’ that people will use crypto to execute cross-border money transfers....
Cumberland Global Head Jason Leung Latest to Leave Crypto Trading Firm
6.6.2019
Jason Leung, global head of DRW's cryptocurrency OTC shop Cumberland, has left the firm – joining two other high-level recent departures
Binance Hires Former NBA, Dell Exec to Head Global Strategy Initiatives
6.6.2019
Crypto giant Binance has a new strategic officer with experience in the department from similar positions at Dell and the NBA
Barrels of Oil May Be Paid for Using Crypto One Day, Head of Russian Energy Giant Says
6.6.2019
The head of Russian oil company Rosneft has not ruled out the possibility of paying for oil using cryptocurrencies in the future
WEF Head of Blockchain Sheila Warren: ‘This Tech Can Solve the Trust Crisis’
1.6.2019
Blockchain is a solution to the worsening trust crisis in the United States, claims WEF Head of Blockchain, Sheila Warren
Susquehanna’s Digital Asset Head Bart Smith: Bitcoin Is Certainly Speculative and Risky
30.5.2019
Susquehanna’s head of digital asset Bart Smith has claimed that bitcoin investments are “certainly speculative”
Galaxy Digital Purportedly Recruits Former Head of OTC at Coinbase
29.5.2019
Tim Plakas is rumored to be switching Crypto OTC jobs, moving from the exchange Coinbase to Galaxy Digital
Financial Service Giant BNY Mellon Appoints New Head of Blockchain
14.5.2019
New York global investments giant hires Subhankar Sinha as the company’s new blockchain expert
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
Revisiting prefers-reduced-motion, the reduced motion media query
30.4.2019
Two years ago, I wrote about prefers-reduced-motion, a media query introduced into Safari 10.1 to help people with vestibular and seizure disorders use the web. The article provided some background about the media query, why it was needed, and how to work with it to avoid creating...
Six tips for better web typography
27.2.2019
How do we avoid the most common mistakes when it comes to setting type on the web? That’s the question that’s been stuck in my head lately as I’ve noticed a lot of typography that’s lackluster, frustrating, and difficult to read. So, how can we improve interfaces so that our content is easy to read...
Angular, Autoprefixer, IE11, and CSS Grid Walk into a Bar…
18.1.2019
I am attracted to the idea that you shouldn't care how the code you author ends up in the browser. It's already minified. It's already gzipped. It's already transmogrified (real word!) by things that polyfill it, things that convert it into code that older browsers understand, things that make...
How I’ve Been Using Notion Personally and Professionally
16.1.2019
I use Notion quite a bit, both personally and professionally.
In a sense, it's just an app for keeping documents in one place: little notes, to-do lists, basic spreadsheets, etc. I like the native macOS Notes app just fine. It's quick and easy, it's desktop and mobile, it syncs... but there...
The peculiar magic of flexbox and auto margins
27.7.2018
In front-end development, there are often times when I know that I don’t know something. I might know enough to know what CSS to search for, but I have absolutely no idea how to use it or what the right syntax is. Somehow, in my head, there appears to be a filing cabinet that’s entirely empty,...
Fast, Good, Local Site Search with Jetpack
12.7.2018
If you have, say, 20 posts/pages on your WordPress site, the search functionality that is baked right into your self-hosted WordPress site will probably do a great job. Search is a pretty cool feature to ship with WordPress, truth be told. But as a site grows, you'll find limits. How it works...
It All Started With Emoji: Color Typography on the Web
15.5.2018
“Typography on the web is in single color: characters are either black or red, never black and red …Then emoji hit the scene, became part of Unicode, and therefore could be expressed by characters — or “glyphs” in font terminology. The smiley, levitating businessman and the infamous pile...
Inspecting Animations in DevTools
4.5.2018
I stumbled upon the Animation panel in Chrome’s DevTools the other day and almost jumped out of my seat with pure joy. Not only was I completely unaware that such a thing exists, but it was better than what I could’ve hoped: it lets you control and manipulate CSS animations and visualize...
An Inferno on the Head of a Pin
17.1.2017
Today's processors contain billions of heat-generating transistors in an ever shrinking space. The power budget might go from:
1000 watts on a specialized server
100 watts on desktops
30 watts on laptops
5 watts on tablets
1 or 2 watts on a phone
100 milliwatts on an embedded system
That's
HTML5 – Check it Before you Wreck it with Mike[tm] Smith
9.12.2014
The W3C’s Mike[tm] Smith (AKA @sideshowbarker) is the man with his head in the W3C validation markup checking tool source code; he makes the magic happen. Questions were asked for the HTML5 Doctor reader’s delight and edification. Russian Translation: Не проверив HTML5-кода, не суйся...