Search
XMR Cryptojacking Malware Smominru Updated, Now Targeting User Data
10.8.2019
Malware Smominru mines Monero on at least half a million infected computers and now also steals sensitive personal data
Using Immer for React State Management
7.8.2019
We make use of state to keep track of application data. States change as users interact with an application. When this happens, we need to update the state that is displayed to the user, and we do this using React’s setState.
Since states are not meant to be updated directly (because React’s state...
UK’s Tax Authority Requests User Data From Crypto Exchanges: Report
6.8.2019
UK tax service has reportedly requested that crypto exchanges provide it with user info to track down tax evasion
Weekly Platform News: Preventing Image Loads with the Picture Element, the Web We Want, Svg Styles Are Not Scoped
1.8.2019
In this week's week roundup of browser news, a trick for loading images conditionally using the picture element, your chance to tell bowser vendors about the web you want, and the styles applied to inline SVG elements are, well, not scoped only to that SVG.
Let's turn to...
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Reddit Roasts the IRS: Have America’s Tax Collectors ‘Gone Crypto Fishing’?
30.7.2019
In a juicy little chunk of news from the Redditsphere, a user claiming to be a former IRS employee has called the agency’s new crypto compliance letters “broad and very error-prone fishing expeditions.” The throwaway account details the “really bad data” used by...
Responsive Iframes
25.7.2019
Say you wanted to put the CSS-Tricks website in an <iframe>. You'd do that like this:
<iframe src="https://css-tricks.com"></iframe>
Without any other styling, you'd get a rectangle that is 300x150 pixels in size. That's not even in the User Agent stylesheet, it's just some...
Bakkt To Start User Testing ‘Moonshot’ Bitcoin Futures Trading Platform From Today
22.7.2019
The Atlanta based crypto trading platform Bakkt will start user testing its much-awaited Bitcoin futures trading platform ‘Moonshot’ on Monday. The project is aimed at institutional investors and could prove to be the major booster for market growth. Bakkt is a subsidiary of Intercontinental...
White Label Crypto Card Provider Targets 10% of Litecoin Users
17.7.2019
Source: iStock/Albert_Karimov
Ternio, a U.S.-based blockchain project developer and provider of crypto payment card solutions, targets 10% of litecoin users with a new card in the near term, Ian Kane, Chief Operating Officer (COO) of the company, told Cryptonews.com.
Ternio, which recently issued...
Win 2019 Rugby World Cup Tickets When You Play at Games.Bitcoin.com
12.7.2019
Are you a cryptocurrency user and rugby fan who’s always dreamed of going to the World Cup? Here’s your chance to win tickets to the 2019 Rugby World Cup in Japan, including flights and accommodation, in an exclusive competition at Games.Bitcoin.com. Also Read: Bitcoin Cash ETP Lists...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
IRS Allegedly Hopes to Make Tech Giants Release User Crypto Activity
9.7.2019
United States Internal Revenue Service allegedly hopes to require tech giants such as Google and Microsoft to silently share crypto-related activity by users: Report
The Twelfth Fourth
4.7.2019
CSS-Tricks is 12 years old! Firmly into that Early Adolescence stage, I'd say ;) As we do each year, let's reflect upon the past year. I'd better have something to say, right? Otherwise, John Prine would get mad at me.
How the hell can a person go to work in the morning
And come home in...
Collective #529
4.7.2019
User Inyerface * Menu (or not) * Generative Machines * CodeSandbox Templates * Dark Patterns at Scale
Collective #529 was written by Pedro Botelho and published on Codrops
Graphical User Interfaces for Git
3.7.2019
Git is command-line-driven software, but that doesn't mean you have to use the command line to make it work. There are lots of options! Some of the deepest programmer nerds I know prefer to use GUIs for Git (Graphic
User Interface, or you know, software you can see things and click stuff), and some...
Planned Solution for FATF ‘Travel Rule’ Compliance Keeps User Data Private
2.7.2019
CipherTrace is teaming with Shyft on a blockchain solution to help crypto firms meet tough new standards from the Financial Action Task Force
Making width and flexible items play nice together
1.7.2019
The short answer: flex-shrink and flex-basis are probably what you’re lookin’ for.
The long answer
Let’s say you want to align an image and some text next to each other with like this:
Now let's say you reach for flexbox to make it happen. Setting the parent element to display: flex; is a good...
Bittrex User Alleges Funds Were Withheld in Recent Lawsuit
30.6.2019
A Bittrex user has filed a lawsuit against the exchange for allegedly withholding over $100,000 in funds
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...