Search
Mark Cuban counters Elon Musk, says Mavs will continue to accept Bitcoin
13.5.2021
The Dallas Mavericks owner contends that Bitcoin replacing the legacy financial system will be a net positive for society and the environment
Animating Number Counters
9.10.2020
Number animation, as in, imagine a number changing from 1 to 2, then 2 to 3, then 3 to 4, etc. over a specified time. Like a counter, except controlled by the same kind of animation that we use for other design animation on the web. This could be useful when designing something like a dashboard,...
Fight fire with fire: MIT scholar suggests ETC counters 51% attacks
15.9.2020
Game theory suggests ways for Ethereum Classic to deter double-spend assaults, say MIT researchers
Displaying the Current Step with CSS Counters
8.7.2020
Say you have five buttons. Each button is a step. If you click on the fourth button, you’re on step 4 of 5, and you want to display that.
This kind of counting and displaying could be hard-coded, but that’s no fun. JavaScript could do this job as well. But CSS? Hmmmm. Can it? CSS...
How to Reverse CSS Custom Counters
11.6.2020
I needed a numbered list of blog posts to be listed with the last/high first and going down from there. Like this:
5. Post Title
4. Post Title
3. Post Title
2. Post Title
1. Post Title
But the above is just text. I wanted to do this with a semantic <ol> element.
The easy way
This can...
The 3 Traps That Hinder Blockchain Development Along with Potent Counters to Tackle Them
6.10.2019
Blockchain terminology came into limelight when Satoshi Nakamoto introduced the first-ever digital currency, Bitcoin to the world. In its true sense, blockchain is an increasing list of records, categorically called blocks that are linked to each other using cryptography. Each block comprises of...
Ethereum Classic Price Analysis: ETC Marks Moderate Recovery; Intraday Could Hit Big Counters
10.8.2019
Ethereum Classic experienced a blow in the chest during yesterday’s fall. The coin was behaving well from the past few days, but still, it had to face the market pressure too. The coin has again caught up with the momentum and is indicating that the intraday traders wouldn’t be returning...
Electroneum Price Analysis: ETN Future Price recovery May Lead To Better Trading Counters
29.7.2019
The coin market was seen drooling yesterday. There weren’t many expectations from the altcoin market, but still, the coin has turned green. Usually, the sudden upsurge after a dreadful fall is a good indication, but predicting the same would be too farfetched at the moment. The reason behind...
Collective #531
11.7.2019
CSS Lists, Markers, And Counters * Atomize * SEO Mythbusting * Texel * Animating with Clip-Path
Collective #531 was written by Pedro Botelho and published on Codrops
Custom List Number Styling
18.5.2018
How about a classic CSS trick! This isn't even so tricky anymore, since CSS has counter-increment and counter-reset and such that is perfect for this. I just wanted to make sure you knew how it works and had some easy-to-copy examples at the ready.
Let's say all you wanna do is style the dang...