Search
IRS Does Not Consider Fortnite Money as Virtual Currency After All
13.2.2020
The IRS seems to have struck certain video game currencies and Ether from its list of examples of convertible virtual currency
2020 Stack
13.2.2020
In an article with the most clickbaity article ever, Joe Honton does a nice job of talking about the evolving landscape of web development. "Full-stack" perhaps had its day as a useful term, but since front-end development touches so many parts of the stack now, it's not a particularly useful term....
Toward Responsive Elements
12.2.2020
Hot news from Brian Kardell, regarding what we've been referring to as "container queries", the most hotly requested feature in CSS:
There does seem to be some general agreement on at least one part of what I am going to call instead "Responsive Design for Components" and that is that flipping...
How to Fetch and Parse RSS Feeds in JavaScript
11.2.2020
Say you have an RSS feed like this one. The goal is to request that RSS feed, parse it, and do something useful with the data in it. RSS is XML, and XML is arguably not as easy to work with than JSON. While a lot of APIs offer JSON responses, it's less typical for RSS, although it does exist.
Let's...
Crypto Mining Does Not Require Governmental Oversight, Ukrainian Regulator Says
10.2.2020
The Ministry of Digital Transformation of Ukraine has said that crypto mining does not require regulation by state authorities
Truth About Crypto Price Correlation: How Closely Does ETH Follow BTC?
8.2.2020
As the latest reports show that ETH is the highest correlated cryptocurrency to BTC, analysts have different views on whether it’s possible and correct to evaluate this correlation
World Markets – Managed Trading Accounts
4.2.2020
Trading in any market can be a difficult thing, especially if you lack technical knowledge. Luckily, there are services like managed investment accounts, where a professional does all the work for you. A managed investment account (or portfolio) can be defined as a set of assets that are given to...
How to Create an Animated Countdown Timer With HTML, CSS and JavaScript
3.2.2020
Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think and only requires the trifecta of HTML, CSS and JavaScript. Let’s make one together!
This is what...
Twitter Adds Bitcoin Emoji, Jack Dorsey Suggests Unicode Does the Same
2.2.2020
Twitter has added a Bitcoin emoji, with major personalities in the space seeking to raise crypto awareness by getting the coin trending
Does Algorand 2.0 Prove an Appealing Option for Developers?
31.1.2020
Could Algorand blockchain platform become a successful competitor for Ethereaum?
What Does Twitter’s New Decentralized Initiative Mean?
30.1.2020
Decentralization of social media platforms might end up as an apple of discord between business and its users
How Do You Do max-font-size in CSS?
30.1.2020
CSS doesn't have max-font-size, so if we need something that does something along those lines, we have to get tricky.
Why would you need it at all? Well, font-size itself can be set in dynamic ways. For example, font-size: 10vw;. That's using "viewport units" to size the type, which will...
Buy the Pump, Sell the Dump — Does Momentum Investing Work in Bitcoin?
29.1.2020
Buying the currency that gained most in price today will lead to a greater cumulative return than buying the dip for top-20 cryptocurrencies
What does “revert” do in CSS?
28.1.2020
Miriam Suzanne has a Mozilla Developer video on the subject. The revert value is fairly new, supported in Firefox and Safari, but not yet in Chrome-world. We've already got a couple of related keywords that work on any property which are meant to help control inheritance and reset values....
Woodworking SVG (and Other Real Life Encounters)
27.1.2020
Eric Meyer does his woodworking math in SVG.
I’ve been hand-coding SVG schematics to figure out how thing should go together, and as a by-product, guide me in both material buying and wood cutting.
This might sound hugely bespoke and artisanally overdone, but they’re not that complicated, and...
How Does Staking Economy Work?
26.1.2020
Everybody seems to be talking about cryptocurrency staking nowadays. As it continues to grow in popularity, exchanges all over the world seem to be lining up to offer their customers staking services – with no shortage of takers among their clientele.
Indeed, Mirko Schmiedl, CEO...
Flexible Captioned Slanted Images
25.1.2020
The end result of Eric Meyer's tutorial on creating this row of slanted images is pretty classy. But it's more about the journey than the destination (there isn't even really an isolated demo for it). Eric does an amazing job at talking it through like a thought process.
We did that recently, only...
Indian Supreme Court Warms Up to Crypto – RBI’s Arguments Not Convincing
23.1.2020
India’s supreme court heard the crypto case on Thursday, starting with the arguments by the counsel for the Reserve Bank of India (RBI). After pointing out that the RBI ban only hurts crypto businesses but does not stop crypto trading, the court explained that “being an honest...
Vodafone Becomes 8th Company to Exit Libra Association
22.1.2020
After a spate of big names parting ways with the Libra Association late last year such as Paypal, Visa, Mastercard, and Ebay, British telecommunications giant Vodafone has become the latest to bid the ambitious digital asset project farewell. While Vodafone’s statement notes it does not rule...
positionstack
21.1.2020
(This is a sponsored post.)
Say you have an address that your user typed in, like
1600 Pennsylvania Avenue NW, Washington, DC, USA
and now you need more information about it. Maybe you need the proper country code. Maybe you need the latitude and longitude. Maybe you need the postal code....