Search
What I’m Thankful For: 2020
24.11.2020
My parents loathe when I use poor language but luckily they don’t read this blog so I’ll just be blunt: 2020 has been an absolute shit show. COVID-19 has been a world-wide source of devastation to lives, jobs, and our quality of life. That said, I’ve found myself feeling...
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...
Cryptowisser Announces Most Comprehensive Exchange Comparison Tool on the Market
23.11.2020
PRESS RELEASE. Leading crypto service comparison site, Cryptowisser has now released its revolutionary VS comparison tool, which helps you compare cryptocurrency exchanges against each other in an instant. Comparing cryptocurrency exchanges has – up until now – been very difficult...
South Africa Unveils New Crypto Rules as Usage Soars Exponentially
21.11.2020
The South African financial regulator has published a draft declaration of crypto assets as financial products. The regulator says South Africa has experienced “an exponential increase in the provision and use of crypto assets.” South Africa’s Crypto Regulation South...
A Dynamically-Sized Sticky Sidebar with HTML and CSS
20.11.2020
Creating page content that sticks to the viewport as you scroll, something like a jump-to-anchor menu or section headings, has never been easier. Throw a position: sticky into your CSS ruleset, set the directional offset (e.g. top: 0) and you’re ready to impress your teammates with minimal effort....
Bitcoin Hits $18,400, We Are Getting Back to the ‘Old Times’: Weekly Market Review by TokenInsight
20.11.2020
Hi, crypto communities, We are delighted to provide you with our weekly review of the crypto market, beginning this week.Continue Reading
The post Bitcoin Hits $18,400, We Are Getting Back to the ‘Old Times’: Weekly Market Review by TokenInsight appeared first on CoinMarketCap Blog
Deutsche Bank: Investors Increasingly Choose Bitcoin Over Gold to Hedge Dollar Risk, Inflation
20.11.2020
Deutsche Bank’s strategist Jim Reid reportedly wrote that investors are increasingly demanding to use bitcoin instead of gold to hedge dollar risk and inflation. His research concurs with one recently published by JPMorgan’s analysts that shows institutional investors moving from gold...
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
Thai music festival to use its own token for a cashless event
19.11.2020
Major music festival in Thailand is adopting blockchain for safer and smoother payments
Widespread Use Cases Would Bring More People To Crypto - Survey
19.11.2020
Another crypto-related survey has reminded of the importance of user-friendly solutions that would help to spend your cryptocoins, increasing both adoption and demand for these digital assets.
23% of the recently surveyed Brits said they were “open to purchasing crypto if widespread use...
‘Control the Pandemic’ – Fed Chair Jerome Powell Predicts the Entry of a ‘Different Economy’
19.11.2020
Federal Reserve Chair Jerome Powell told participants at the Bay Area Council Business Hall of Fame Awards Ceremony on Tuesday that the economy will never be the same after Covid-19. According to Powell, the use of accelerated technology will change the way the global economy operates as...
Curate, Next Generation Yield Farming
18.11.2020
PRESS RELEASE. Curate decentralized platform has set the goal of maximizing the DeFi potential. The main task is to create a complete platform autonomy with a gradual transition to self-management by community members. Curate is an autonomous full-cycle ecosystem. Platform members use ETH-Xcur...
Creating WebGL Effects with CurtainsJS
18.11.2020
This article focuses adding WebGL effects to <image> and <video> elements of an already “completed” web page. While there are a few helpful resources out there on this subject (like these two), I hope to help simplify this subject by distilling the process into a...
Copyediting with Semantic HTML
17.11.2020
Tracking changes is a quintessential copyediting feature for comparing versions of content. While we’re used to tracking changes in a word processing document, we actually have HTML elements capable of that. There are a lot of elements that we can use for this process. The main ones we’ll look...
Is Impermanent Loss Overblown?: Flipside Crypto
17.11.2020
Is Impermanent Loss Overblown? The use of decentralized exchanges (DEXes) has skyrocketed this year, with volumes deposited going from underContinue Reading
The post Is Impermanent Loss Overblown?: Flipside Crypto appeared first on CoinMarketCap Blog
A Complete Guide to CSS Gradients
17.11.2020
Like how you can use the background-color property in CSS to declare a solid color background, you can use the background-image property not only to declare image files as backgrounds but gradients as well. Using CSS gradients is better for control and performance than using an actual image (of...
CSS Background Patterns
17.11.2020
Nice little tool from Jim Raptis: CSS Background Patterns. A bunch of easy-to-customize and copy-and-paste backgrounds that use hard stop CSS gradients to make classy patterns. Not quite as flexible as SVG backgrounds, but just as lightweight.
Like this:
CodePen Embed Fallback
Speaking of cool...
Parsing Markdown into an Automated Table of Contents
13.11.2020
A table of contents is a list of links that allows you to quickly jump to specific sections of content on the same page. It benefits long-form content because it shows the user a handy overview of what content there is with a convenient way to get there.
This tutorial will show you how to parse...
Node isConnected
13.11.2020
Every so often I discover a property in JavaScript objects that I didn’t know existed, oftentimes using another trick to accomplish the same functionality. One such property I just learned about was isConnected, a node property that attached to a context (i.e. document). Here’s how...
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...