Search
Ethereum Price Breaches a 30-Month Resistance; $1000 Any Soon?
24.11.2020
Ethereum Price: An Overview Ethereum breaks 2-and-a-half-year long resistance as it crosses above $500 & $600 with a steep bullish candlewick on the 3-day chart against the greenback. Moreover, it was until two days back when a clear uptrend was seen, but the ETH price was still below $600....
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
The ‘Undo Button’ Wallet Tool Gives Users the Ability to Reverse Ethereum Transactions
12.11.2020
On Thursday, November 12, 2020, the blockchain firm Kirobo launched a tool that allows users to reverse ethereum transactions. Similarly to the replace-by-fee (RBF) protocol leveraged by bitcoin users, ethereum transactions can be reversed as well with Kirobo’s “Undo Button”...
My WordPress Comments Wishlist
12.11.2020
A built-in commenting system is one of the reasons people reach for WordPress (and often stay there long-term). While I do think having a comment system is compelling (and as big of a fan of building on WordPress as I am), I find the comments system on WordPress quite crusty. It needs some love!...
Argentinian Central Bank to Lift Freeze on Bank Fee Increases: Sets the Ceiling for Future Hikes at 9%
8.11.2020
The Central Bank of the Argentine Republic says starting in January 2021, financial institutions will be able to increase the fees or commission they levy for services rendered. In its November 5 update, which effectively ends the February 19 freeze on any fee hikes, the central bank says such...
Additive Animations in CSS
3.11.2020
Daniel C. Wilson explains how with CSS @keyframe animations, when multiple of them are applied to an element, they do both work. But if any properties are repeated, only the last one works. They override each other. I’ve seen this limitation overcome by applying keyframes to nested elements...
Ethereum Adoption by the Numbers: Flipside Crypto
3.11.2020
Average of the past 21 days. 1. 30.5K New Contracts Are Created Daily Any developer can deploy a new smartContinue Reading
The post Ethereum Adoption by the Numbers: Flipside Crypto appeared first on CoinMarketCap Blog
$100 Million Accelerator Fund from Binance Now Supports PARSIQ, a Reverse-Oracle Blockchain Platform
3.11.2020
PRESS RELEASE. PARSIQ is a working platform that makes blockchain events consumable and blockchain data actionable. It allows users—both individuals, companies, enterprises—to monitor any events across different blockchains in real-time and at scale and connect those events to...
BoE hasn't 'made any decision' regarding a CBDC, says fintech director
27.10.2020
“We will continue to explore the pros and cons of CBDC,” said Tom Mutton
A Primer on the Different Types of Browser Storage
21.10.2020
In back-end development, storage is a common part of the job. Application data is stored in databases, files in object storage, transient data in caches… there are seemingly endless possibilities for storing any sort of data. But data storage isn’t limited only to the back end. The front end (the...
Spain Approves Bill Requiring Cryptocurrency Owners to Disclose Crypto Holdings and Gains
14.10.2020
Spain’s government has reportedly approved a bill that requires cryptocurrency owners to disclose their crypto holdings and any gains on their assets. Spain’s Finance Minister and the government’s spokesperson, Maria Jesus Montero, said at a press conference following the weekly...
Balancing on a pivot with Flexbox
8.10.2020
Let me show you a way I recently discovered to center a bunch of elements around what I call the pivot. I promise you that funky HTML is out of the question and you won’t need to know any bleeding-edge CSS to get the job done.
I’m big on word games, so I recently re-imagined the main menu...
Dogecoin Rhymes the NEGATIVE Movement Just Like Any Other Altcoin
7.10.2020
Dogecoin, at the time of writing this analysis was seen trading at $0.002600 and just like any other altcoin including the largest cryptocurrency of the market—Bitcoin, Dogecoin appears to be no exception. Compared to the YTD high marked above $0.005500, DOGE/USD appears bearish at the time...
Zimbabwe’s Stock Exchange Open to Crypto Listing Subject to ‘Regulatory Approval’
3.10.2020
Zimbabwe Stock Exchange (ZSE) CEO Justin Bgoni says its recently licensed subsidiary, the Victoria Falls Stock Exchange is open to listing bitcoin and other cryptocurrencies. However, according to local media reports, any such listings are still dependent on the digital asset issuers getting...
Kucoin Hack: $17M Laundered Via Decentralized Exchanges, Blockchain Analysis Firm Claims This Can Still be Traced
2.10.2020
Elliptic says the Kucoin hacker has sold $17.1 million worth of tokens via decentralized exchanges (dex) platforms like Uniswap, Kyber Network, Tokenlon. The shift to dex applications comes after centralized projects came to the aid of the beleaguered exchange by blocking any cashing out of...
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
Thinking About Power Usage and Websites
22.9.2020
Gerry McGovern asked if I had any insight into energy consumption and websites. He has a book, after all, about the digital costs on the planet. He was wondering about the specifics of web tech, like…
If you do this in HTML it will consume 3× energy but if you do it in JavaScript it will...
No, you can’t buy Venezuela’s Petro on any overseas exchanges
21.9.2020
The Venezuelan government has not yet announced partnerships capable of listing PTR abroad
Pre-Caching Image with React Suspense
21.9.2020
Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,” leading to a much smoother user experience. “Ready,” in this context, can mean a number of things. For example, your data loading...