Search
Telegram Will Release Code for Its TON Blockchain on Sept. 1
29.8.2019
Telegram is expected to release the code needed to run nodes on its TON blockchain on Sunday, two sources tell CoinDesk. The release will allow developers to test TON nodes in advance of a mainnet launch at the end of October
Nested Gradients with background-clip
28.8.2019
I can't say I use background-clip all that often. I'd wager it's hardly ever used in day-to-day CSS work. But I was reminded of it in a post by Stefan Judis, which consistently was itself a learning-response post to a post over here by Ana Tudor.
Here's a quick explanation.
You've probably seen...
Creating a Maintainable Icon System with Sass
28.8.2019
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages:
They don't require any additional HTTP requests other than the CSS file.
Using the background-size property...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...
Weekly Platform News: Improving UX on Slow Connections, a Tip for Writing Alt Text and a Polyfill for the HTML loading attribute
23.8.2019
In this week's roundup, how to determine a slow connection, what we should put into alt text for images, and a new polyfill for the HTML loading attribute, plus more.
Detecting users on slow connections
Algolia is using the Network Information API (see the API’s Chrome status page) to detect users...
PR: Cross Exchange Launches IEO
22.8.2019
CROSS is a project aiming to develop an exchange platform that trades various digital assets globally including CROSS exchange for the coming digital asset and digital money society.
The value of CROSS (XCR) is to “provide a platform for exchanging all kinds of digital assets.”
The post PR: Cross...
Cryptojacking Code Found in Eleven Open Libraries, Thousands Infected
22.8.2019
11 open-source Ruby code libraries contained cryptojacking code and were downloaded thousands of times
Using requestAnimationFrame with React Hooks
21.8.2019
Animating with requestAnimationFrame should be easy, but if you haven’t read React’s documentation thoroughly then you will probably run into a few things that might cause you a headache. Here are three gotcha moments I learned the hard way.
TLDR: Pass an empty array as a second parameter...
Lazy load embedded YouTube videos
20.8.2019
This is a very clever idea via Arthur Corenzan. Rather than use the default YouTube embed, which adds a crapload of resources to a page whether the user plays the video or not, use the little tiny placeholder webpage that is just an image you can click that is linked to the YouTube embed.
It still...
Association of Cryptocurrency Enterprises and Startups Launches Code of Practice in Singapore
20.8.2019
In Singapore, a new development has been made as to how regulation has to take place as far the digital currency is concerned. ACCESS (the association of cryptocurrency enterprises and startups) has formulated a new code of practice; this will be as a part of the partnership with Linklaters,...
Using rel=”preconnect” to establish network connections early and increase performance
20.8.2019
Milica Mihajlija:
Adding rel=preconnect to a <link> informs the browser that your page intends to establish a connection to another domain, and that you'd like the process to start as soon as possible. Resources will load more quickly because the setup process has already been completed...
Mercurial Tips
19.8.2019
While most of the world seems to be using git for version control, Mozilla continues to use Mercurial (hg) to manage the Firefox source code. As a git and GitHub lover, it took me a while to get used to Mercurial. I don’t consider myself a hg expert but I know enough to complete...
Weekly Platform News: HTML Loading Attribute, the Main ARIA Specifications, and Moving from iFrame to Shadow DOM
15.8.2019
In this week's roundup of platform news, Chrome introduces a new attribute for loading, accessibility specifications for web developers, and the BBC moves visualizations to the Shadow DOM.
Chrome ships the loading attribute
The HTML loading attribute for lazy-loading images and iframes is...
PR: Australian Bitcoin Cash Conference Brings Cryptocurrency Leaders to Townsville
15.8.2019
Global leaders from the Bitcoin Cash community will gather at the first Bitcoin Cash City Conference in Australia, being held in Townsville on September 4 & 5.
Townsville has really embraced Bitcoin Cash, so hosting this conference in the cozy, coastal suburb was a natural next step....
Staggered CSS Transitions
14.8.2019
Let's say you wanted to move an element on :hover for a fun visual effect.
@media (hover: hover) {
.list--item {
transition: 0.1s;
transform: translateY(10px);
}
.list--item:hover,
.list--item:focus {
transform: translateY(0);
}
}
Cool cool. But what if you had several list...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...
The Differing Perspectives on CSS-in-JS
14.8.2019
Some people outright hate the idea of CSS-in-JS. Just that name is offensive. Hard no. Styling doesn't belong in CSS, it belongs in CSS, a thing that already exists and that browsers are optimized to use. Separation of concerns. Anything else is a laughable misstep, a sign of not learning from...
All the New ES2019 Tips and Tricks
13.8.2019
The ECMAScript standard has been updated yet again with the addition of new features in ES2019. Now officially available in node, Chrome, Firefox, and Safari you can also use Babel to compile these features to a different version of JavaScript if you need to support an older browser.
Let’s look...
Crypto Code Commits Remain Near All-Time Highs, Despite Price Declines
12.8.2019
A new report from Electric Capital identifies which blockchains are attracting developer activity
Are You Ready for Europe’s Unique Event Fin:CODE 2020?
12.8.2019
DevOps | Scale | Velocity in the Financial Industry Frankfurt, Germany | March 19 – 20, 2020: fin:CODE is Europe’s unique event mainly focused on addressing the challenges that banks, asset management firms and insurance companies are experiencing when adopting and scaling...