Search
Crypto Tax Disclosures Can Help With Internal Revenue Service
21.7.2020
Disclosure sounds like it exposes you to extra IRS audit risk, but if it’s done properly, disclosure can actually reduce your risk
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...
marketstack: A Market Data API
21.7.2020
(This is a sponsored post.)
I like the apilayer company tagline: “Automate What Should Be Automated.” They have this thick suite of products that are all APIs with clear documentation. They all have usable free tiers to develop against and prove out an idea, and then paid plans if...
CipherTrace Says It Can Instantly Flag Shady Transactions With Predictive Risk Scores
21.7.2020
The blockchain analytics firm claims its new system respects crypto users’ privacy while also flagging suspect transactions
When do you use inline-block?
20.7.2020
The inline-block value for display is a classic! It’s not new and browser support is certainly not something you need to worry about. I’m sure many of us reach for it intuitively. But let’s put a point on it. What is it actually useful for? When do you pick it over other, perhaps...
Levels of Fix
20.7.2020
On the web, we have the opportunity to do work that fixes things for people. It’s fascinating to me how different the scope of those fixes can be.
Consider the media query prefers-reduced-motion. Eric wrote:
I think it’s also worth pointing out the true...
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...
Creating a Gatsby Site with WordPress Data
20.7.2020
In my previous article last week, I mentioned creating a partially ported WordPress-Gatsby site. This article is a continuation with a step-by-step walkthrough under the hood.
Gatsby, a React-based framework for static sites, is attracting attention not only from JavaScript developers but also from...
Grayscale CEO: US Regulators Can’t Shut Down Bitcoin
20.7.2020
Grayscale CEO Barry Silbert believes the United States is past the point where regulators have the support to ban crypto assets like Bitcoin
How to Italicize Text
18.7.2020
HTML and CSS offer us the ability to italicize text. I’m talking about text like this. Let’s cover everything you’ll need to know.
What is italic text and why would you italicize text?
You italicize text most often to call attention to it. Literally to emphasize a word, so that someone reading...
CSS Painting Order
17.7.2020
Usually, when I see terms like “painting order” or “stacking context” my brain will start to shut off and my eyes will gloss over. Not that my brain doesn’t normally shut off more often than not, but that’s another topic for another time.
Martin Robinson over...
Develop, Preview, Test
17.7.2020
Guillermo:
I want to make the case that prioritizing end-to-end (E2E) testing for the critical parts of your app will reduce risk and give you the best return. Further, I’ll show how you can adopt this methodology in mere minutes.
His test is:
Spin up Puppeteer (Headless Chrome)...
Institutional OG: The Fact That You Can Go 100x Leverage on Bitcoin Is Pretty Wild
17.7.2020
High usage of leverage in Bitcoin futures is the symptom of a gambling mentality in crypto, argues CMS Holdings’ Dan Matuszewski
On dependency
17.7.2020
Rob Weychert:
But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people standardized the digital formats for those images and fonts. I didn’t write the HTML...
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
Lazy Loading Images in Svelte
16.7.2020
One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy loading” technique has been around a while and there are lots of great tutorials on how to implement it.
But even with all the resources...
Irregular-shaped Links with Subgrid
16.7.2020
Michelle Barker covers a situation where you need offset rectangles part of a clickable area. The tricky part is having just the rectangles be clickable. That rules out using some parent element and making the whole larger encompassing rectangle clickable, which is a common (but equally tricky)...
Whale Alert Can No Longer Tweet Due to Twitter’s Anti-Hack Measures
16.7.2020
Whale Alert’s crypto transactions are still available on its Telegram channel, but its Twitter profile has been hampered for the time being
Singapore’s National Payments System Can Guide Global Crypto Adoption
16.7.2020
Blockchain payments project Ubin can lay the financial blueprint for countries looking to explore crypto tech in a fully regulated manner
European Digital Bank Revolut Expands Bitcoin Trading Services to 49 US States
16.7.2020
British digital bank Revolut said Wednesday that it will start offering its cryptocurrency trading services in the U.S. Users in 49 U.S. states, excluding Tennesee, can now buy and sell bitcoin (BTC) and ethereum (ETH) through the Revolut app, it said. They can also store their digital assets...