Search
Crypto Exchange Bitfinex Unveils Anti-Manipulation Tool ‘Shimmer’
24.3.2020
Bitfinex deployed the new tool to identify and investigate possible manipulative behaviours and suspicious trading
Tools for Optimizing SVG
17.3.2020
This is our straight-to-the-point list of SVG optimizing tools across a number of categories. They are all largely based around SVGO, but how you use it depends. There are web apps, desktop apps, apis, and even design tool add-ons.
The post Tools for Optimizing SVG appeared first on CSS-Tricks
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Bithumb Taps Chainalysis for FATF-Grade Crypto Investigation Tool
10.3.2020
The Bithumb exchange is tapping investigative tools offered by Chainalysis just a week after South Korea voted for tough new laws around the space
CoinTracking.info Helps Crypto Traders Avoid Costly Tax Mistakes
10.3.2020
CoinTracking.info, the world’s most popular cryptocurrency tax software, is announcing the launch of a new service aimed at helping crypto traders avoid a common tax-time mistake: submitting incomplete or incorrect data to the IRS.
The post CoinTracking.info Helps Crypto Traders Avoid Costly...
Blockchain as a Tool to Combat Coronavirus
4.3.2020
Blockchain technology has a major role to play in disease prevention and outbreak response, Cointelegraph Consulting explains
Human Readability and Privacy: BCH Can Be Sent by Email With Tips Tool, No Usernames Required
3.3.2020
Tips.Bitcoin.com allows users of crypto to tip BCH to friends and family via email address, arguably cutting out some of the inconvenience associated with standard bitcoin address formats. Unlike Coinbase Wallet’s new username option, which achieves similar ease for transactions, sending keys...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
New Blockchain Forensics Tool Developed Through French-Austrian Cooperation
25.2.2020
A new compliance tool is being developed in Europe via a partnership between an Austrian university and a French fintech firm
IOTA Urges Trinity Wallet Users to Use Seed Migration Tool
21.2.2020
The latest status update from IOTA in response to a recent hack indicates Trinity Wallet users are vulnerable
Blockstation Builds Disclosure Tool for Security Token Issuers on Jamaica Stock Exchange
19.2.2020
Blockstation, a digital asset trading systems firm, has built a streamlined disclosures filing tool for companies seeking an STO with the Jamaican Stock Exchange
Blame the implementation, not the technique
17.2.2020
I'm not sure we've gotten much better at this since Tim Kadlec wrote this in 2012:
Stop me if you’ve heard this one before.
“Responsive design is bad for performance.”“User agent detection is bad. Don’t segment the web.”“Hybrid apps don’t work as well as native apps.”“CSS preprocessors shouldn’t...
PHP is A-OK for Templating
4.2.2020
PHP templating often gets a bad rap for facilitating subpar code — but that doesn't have to be the case. Let’s look at how PHP projects can enforce a basic Model, View, Controller (MVC) structure without depending on a purpose-built templating engine.
But first, a very brief PHP history lesson
The...
The Controversial S2F Model Predicts Bitcoin Price Will Reach 100,000 USD Within 2 Years
4.2.2020
The current price of BTC is roughly in line with the popular stock-to-flow (S2F) system for technical analysis, and if the trend continues some speculate the price of the asset could reach $100,000 within the next two years. Though the S2F tool is still a controversial metric, and various groups...
Deutsche Bank Report: Digital Yuan Could Upset Global Power Balance, Plastic Will Die, Cash Survive
29.1.2020
A new report from Deutsche Bank Research, Digital Currencies: the Ultimate Hard Power Tool, predicts that cash payments will remain for decades, but the emergence of digital payments “will lead to the death of the plastic card.” The report, which is the third installment in a series...
Telegram CEO: Apple’s iCloud Is “Now Officially a Surveillance Tool”
22.1.2020
Telegram CEO argues that iCloud is “now officially a surveillance tool,” citing a report on the FBI stopping Apple from encrypting users’ backups
UK Tax Agency to Pay $100K for Blockchain Surveillance Software
21.1.2020
On January 17, the UK tax agency Her Majesty’s Revenue and Customs (HMRC) published a job opportunity for a private contractor to design a cryptocurrency blockchain analysis tool. According to the listing, the contract is for one year and HMRC will pay the contractor $100,000 for software...
Bitcoin.com Releases SLP Indexer Server for High Performance Token Services
21.1.2020
Bitcoin.com is releasing the open source SLP Indexer Server for validating Simple Ledger Protocol tokens as part of its commitment to the development of the token ecosystem. The tool is designed to make SLP token transactions perform as fast as BCH and empower developers to create even greater...
Getting Started with Front End Testing
20.1.2020
Amy Kapernick covers four types of testing that front-end devs could and should be doing:
Linting (There's ESLint for JavaScript and Stylelint or Prettier for CSS.)
Accessibility Testing (Amy recommends pa11y, and we've covered Axe.)
Visual Regression Testing (Amy recommends Backstop, and we've...