Search
Soldex, Solana-built Decentralized Exchange Partners with Larix Protocol
12.1.2022
The growth of the cryptocurrency industry has raised many concerns. They range from security and scalability, on-boarding newbies, trust-less custody and order matching on exchanges to overall user experience, and to achieve mass adoption of cryptocurrency, there’s a need for third...
Unstoppable Domains’ New Feature Allows Ethereum, Polygon Login With NFT Domains
11.1.2022
Unstoppable Domains, a US-based company that's building blockchain domain names, launched ‘Login with Unstoppable,’ describing it as the first functional non-fungible token (NFT) single sign-on service for Ethereum (ETH) and Polygon (MATIC) – with more than 50 companies supporting it...
Should CSS Override Default Browser Styles?
4.1.2022
CSS overrides can change the default look of almost anything:
You can use CSS to override what a checkbox or radio button looks like, but if you don’t, the checkbox will look like a default checkbox on your operating system
…
Should CSS Override Default Browser Styles? originally...
CSS-Based Fingerprinting
3.1.2022
Fingerprinting is bad. It’s a term that refers to building up enough metadata about a user that you can essentially figure out who they are. JavaScript has access to all sorts of fingerprinting possibilities, which then combined with the IP …
CSS-Based Fingerprinting originally...
'Net neutral' — Rising Bitcoin exchange balances could be due to Huobi Chinese user block
29.12.2021
Binance may be seeing Bitcoin inflows, but overall, movements among major exchanges appear to cancel each other out, fresh data shows
Remember You Are Not the User
23.12.2021
One thing people can do to make their websites better is to remember that you are not representative of all your users. Our life experiences and how we interact with the web are not indicative of how everyone interacts with …
Ebay Alternative Platform Ethair Market Launches Its Token, Sellers Can Now Accept Crypto for Goods
23.12.2021
Ethair Market has listed ETHR token on Uniswap as a result of its first governance vote by the holders. Utilities of the token are directly tied to a user’s interaction with the marketplace. On top of the proprietary token, Ethair Market currently supports fiat and cryptocurrencies such...
Crypto Trading Platform Bitmex Reveals Exchange Token Called BMEX, Airdrop
21.12.2021
The crypto trading platform Bitmex has announced the launch of its own native cryptocurrency called “BMEX,” following a slew of crypto platforms that have issued exchange tokens. According to the company, a user who registers and completes the KYC process will get five BMEX coins...
Auto Dark Theme
20.12.2021
There are a number of ways to approach a dark mode for your website, but essentially you get all the styles ready for it and then apply them when the user has indicated they want them, whether by direct …
Indian Crypto Exchange Says 82% of Users Earn Profits This Year, Trading Volume Soars 1,735%
17.12.2021
A major cryptocurrency exchange in India, Wazirx, has reported “a massive surge in user signups” this year, with 82% of its users making profits on their crypto investments. Its trading volume also rose 1,735% from the previous year. Meanwhile, the Indian government is actively...
HTML Sanitizer API
16.12.2021
Three cheers for (draft stage) progress on a Sanitizer API! It’s gospel that you can’t trust user input. And indeed, any app I’ve ever worked on has dealt with bad actors trying to slip in and execute nefarious code …
Think Without Boxes
14.12.2021
What’s the one thing people can do to make their website better? Now that is a good question. One with many right answers, like improving performance, taking care of accessibility, and upgrading user experience as prime examples. These are all …
Vulcan Forged Platform Suffers Security Breach, 96 Wallets Compromised
14.12.2021
Vulcan Forged, a gaming and NFT platform, suffered a security breach that allowed attackers to gain control of some cryptocurrency wallets of the service. The hackers got hold of 96 user wallets and managed to steal more than 4.5 million PYR, the native token of the project, among other assets....
Log a User Out from Command Line
14.12.2021
Automation is a system administrator, support agent, and tech savvy person’s dream. Automating tasks via scripts remotely helps to get clients out of trouble or even the organization itself. Oftentimes big updates can require users log out. Logging a user out from command line is super easy...
navigator.clipboard API
13.12.2021
Reading from and writing to the user’s clipboard can be both a very useful and dangerous capability. Used correctly and it’s a huge convenience to the user; used dubiously and the user could suffer catastrophic consequences. Imagine a wrong account number or wallet address being copied...
Ascendex Hacked — Exchange Loses $77 Million in ERC20, BSC, Polygon Tokens
12.12.2021
Ascendex, a cryptocurrency exchange, suffered a security breach that allowed hackers to take control of some of the wallets of the exchange. The attack focused on hot wallets, where funds are kept as a buffer to tend to customers’ withdrawals. The company announced that it would reimburse...
Eye Droppin’
9.12.2021
Quick hits! There is a new web API called EyeDropper:
if ('EyeDropper' in window) {
const eyeDropper = new EyeDropper();
try {
// This has gotta be triggered by a user interaction,
// so consider this pseudo-code.
const result …
US Court Hints IRS May Have Violated Coinbase User’s Privacy Rights in Tax Audit
9.12.2021
An American bitcoin (BTC) owner attempting to fight the Internal Revenue Service over the seizure of his data from the Coinbase trading platform could be given the chance to challenge the tax body over the controversial move....
Read More: US Court Hints IRS May Have Violated Coinbase User’s...
Links on WordPress I
8.12.2021
I try to keep up with WordPress news because I’m a big WordPress user and have many production sites that run on it. WordPress has been good to me as a site builder for literally my entire career. So, like …
Inertia
7.12.2021
I’ve always like Jeremy’s categorization of developer tools:
I’ve mentioned two categories of tools for web development. I still don’t know quite what to call these categories. Internal and external? Developer-facing and user-facing?The first category covers things like …