Search
Did Kakao Token Listing Spark Rise in Coinone’s Popularity?
11.9.2020
Major South Korean crypto exchanges are experiencing a rise in user numbers and trading volumes, with some convinced that the listing of Kakao’s klay (KLAY) token has helped propel a sharp rise in traffic to the Coinone trading platform.
According to media outlet TechM, statistics released by...
Defining “View Source”
10.9.2020
Last time there was a little flurry of activity around the concept of “View Source,” I did get the sense that not everyone was on the same page about what that even means. Jim Nielsen:
First, when we talk about “View Source” what precisely are we talking about? I think this is...
Morphing SVG With react-spring
26.8.2020
I’ve been intrigued by the morphing effect ever since I was a little kid. There’s something about a shape-shifting animation that always captures my attention. The first time I saw morphing left me wondering “ Wow, how did they do that?” Since then, I’ve created demos and written an article about...
Let’s Make a Vue-Powered Monthly Calendar
21.8.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think. Especially when we use...
Did Jack Daniels Thwart a Ransomware Attack or Not?
20.8.2020
Jack Daniels says it successfully fended off the attack, but the REvil ransomware gang has put stolen data up for auction on the darknet
Ethereum Classic 51% Attack: Okex Crypto Exchange Suffers $5.6 Million Loss, Contemplates Delisting ETC
18.8.2020
Cryptocurrency exchange Okex reveals it suffered the $5.6 million loss as a result of the double-spend carried out by the attacker(s) in Ethereum Classic 51% attack. Okex says it fully absorbed the loss as per its user-protection policy while insisting that the attack did not cause any loss to...
Pantera Capital Has Raised 3x More This Year Than It Did in 2019
17.8.2020
But that’s still less than it raised in 2018
Dex Platforms Trade Over $2.4 Billion in 7 Days, Defi Swaps up 68% Since Last Week
16.8.2020
Years ago the cryptocurrency community did not have access to a plethora of decentralized exchanges (dex). In 2020 with the rise of Ethereum, dex platforms have grown exponentially with trading applications like Uniswap, 0x, Kyber, and more. Dex trading growth has spiked over 68% this week alone...
Where Did the Argentinean Government’s Guide to Bitcoin and Ethereum Go?
14.8.2020
Just a day after Cryptonews.com brought you news of the Argentinean government’s publication of a somewhat surprising guide to buying, trading and storing bitcoin (BTC), ethereum (ETH) and other major altcoins, it appears that Buenos Aires has had second thoughts – and has apparently pulled...
Stacked Cards with Sticky Positioning and a Dash of Sass
13.8.2020
The other day, I spotted this particularly lovely bit from Corey Ginnivan’s website where a collection of cards stack on top of one another as you scroll.
I started wondering how much JavaScript this would involve and how you’d go about making it when I realized — ah! — this must be the work...
Did Russian COVID-19 Vaccine News Crash Bitcoin and Gold Prices?
12.8.2020
Following a crash in both gold and bitcoin (BTC) prices yesterday that sent the much-discussed gold-to-bitcoin correlation even higher, the discussion is now on about what caused the sell-off, and whether a Russian COVID-19 vaccine could potentially be hurting the price of both assets.
At the time...
Friction Logs
4.8.2020
I first heard the term “Friction Log” from Suz Hinton back in April on ShopTalk. The idea makes an extreme amount of sense: Use a thing, and write down moments where you felt friction.
Did some installation step bug out? Did you see something that the docs didn’t mention? Did...
Why Did LocalBitcoins Give Up Their Users’ Privacy?
21.7.2020
LocalBitcoins COO Elena Tonoyan explains how the oldest peer-to-peer Bitcoin exchange is fighting against criminal activity on its platform
SEC Commissioner Peirce Asks ‘Who Did We Protect?’ in Telegram Shutdown
21.7.2020
Commissioner Hester Peirce clearly doesn’t see the SEC’s courtroom win against Telegram as a victory for the regulator or innovation in the U.S
How to Make a Monthly Calendar With Real Data
21.7.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think and only requires...
Binding Arguments with Bind
20.7.2020
One of my favorite and most essential Function method is bind, a function we added to MooTools when it wasn’t featured in the JavaScript language itself. We often think of using bind to simply bind a method’s call to its host object, but did you know you can also bind arguments with...
Making lil’ me
15.7.2020
Cassie Evans made a lovely illustration of herself and then used Greensock to add a flourish of animations to polish it off. Cassie wrote a series of posts about how she did it:
In this post we’ll cover how to get values from the mouse movement and plug them into an animation. This is...
Lazy Load IFRAMEs
13.7.2020
We’ve known for a decade that lazy loading resources like JavaScript, CSS, and especially images is a massive performance win for web pages. At first we used tricks and JavaScript to do the lazy loading, but more recently native image lazy loading has debuted in browsers. Did you know that...
How Did Basic Attention Token (BAT) Become the Most Used DeFi Token?
10.7.2020
As Compound conquered the DeFi space and its COMP token rallied, Basic Attention Token saw an abnormal surge in its trading volume and price
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...