Search
“What You Said” (Feb. 17), a Weekly Round-Up of Sentiments From the Community
18.2.2020
Welcome back to our weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 17), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
“What You Said” (Feb. 17), a Weekly Round-Up of Sentiments From the Community
18.2.2020
Welcome back to our weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 17), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
A Complete Guide to Data Attributes
18.2.2020
Everything you ever wanted to know about data attributes in HTML, CSS, and JavaScript.
The post A Complete Guide to Data Attributes appeared first on CSS-Tricks
Moving from Vanilla JavaScript to a Reusable Vue Component
17.2.2020
I recently wrote an article explaining how you can create a countdown timer using HTML, CSS and JavaScript. Now, let’s look at how we can make that a reusable component by porting it into Vue using basic features that the framework provides.
Why do this...
Blame the implementation, not the technique
17.2.2020
I'm not sure we've gotten much better at this since Tim Kadlec wrote this in 2012:
Stop me if you’ve heard this one before.
“Responsive design is bad for performance.”“User agent detection is bad. Don’t segment the web.”“Hybrid apps don’t work as well as native apps.”“CSS preprocessors shouldn’t...
Land Your Dream Job with Vettery (Sponsored)
17.2.2020
Whether you’re an experienced pro or someone new to the industry, finding a great job can be a scary, stressful process. Engineers and designers get inundated with Hacker Rank tests, portfolio requests, and a variety of other queries. Vettery improves the experience for free agents...
Things You Must Know Before Investing in Bitcoin
17.2.2020
Let’s start with what Bitcoin entails and how you can reap benefits out of it without running the risk of losing your money on Bitcoin. Bitcoin is a cryptocurrency (virtual asset) designed in 2009, encrypted, and supported with a special system called Blockchain. It was devised by a pseudonymous...
Listen to your web pages
16.2.2020
A clever idea from Tom Hicks combining MutationObserver (which can "observe" changes to elements like when their attributes, text, or children change) and the Web Audio API for creating sounds. Plop this code into the console on a page where you'd like to listen to essentially any DOM change...
China Is Scrubbing Cash Notes to Stop Virus Spreading so Its Government Paper Money Wont Kill You
16.2.2020
Research has shown that government paper money is a hotbed for bacteria and that, at least in the U.S., most bank notes in circulation are tainted by cocaine. Now you can also worry about a new threat possibly sticking to your fingers when you handle a bill – a deadly virus coming out...
Creating a Details Element That Opens But Never Closes
15.2.2020
The <details> and <summary> elements in HTML are useful for making content toggles for bits of text. By default, you see the <summary> element with a toggle triangle (▶︎) next to it. Click that to expand the rest of the text inside the <details> element.
But...
While You Weren’t Looking, CSS Gradients Got Better
14.2.2020
One thing that caught my eye on the list of features for Lea Verou's conic-gradient() polyfill was the last item:
Supports double position syntax (two positions for the same color stop, as a shortcut for two consecutive color stops with the same color)
Surprisingly, I recently discovered most...
How Algo-Affiliates Can Help You Earn Money
14.2.2020
Disclaimer: The text below is a sponsored article that was not written by Cryptonews.com journalists.
_________
Algo-Affiliates is a team of passionate, performance-driven and energetic marketers. Algo-Affiliate programs are cool, and provide a great, safe way to earn money.
However, to make...
The Unseen Performance Costs of Modern CSS-in-JS Libraries
13.2.2020
This article is full of a bunch of data from Aggelos Arvanitakis. But lemme just focus on his final bit of advice:
Investigate whether a zero-runtime CSS-in-JS library can work for your project. Sometimes we tend to prefer writing CSS in JS for the DX (developer experience) it offers, without...
A Headless CMS for You and Your Web Development Agency
13.2.2020
(This is a sponsored post.)
Storyblok is a headless but component-based CMS with a built-in live-preview. You can use it for building fast and reliable websites and power native apps with your favorite technology.
Let us start with the basics and what a headless CMS is:
A headless content...
How to Recover Your Funds If You Lose Your Bitcoin Wallet
13.2.2020
Losing a phone or hardware wallet containing cryptocurrency is inconvenient, but it shouldn’t be fatal. Provided you’ve backed up your private key, recovering your coins is a simple exercise. Should you find yourself in such a predicament, however, there’s a few things you should...
Fed Chair Powell Reveals US Response to China’s Digital Yuan, Libra, Public Payments Ledger
12.2.2020
In his testimony before the House Financial Services Committee, Federal Reserve Chairman Jerome Powell answered a number of questions regarding digital currencies. While stating that “a ledger where you know everybody’s payments” is not a problem in China, he believes it is...
Users of Bitcoin.com Exchange Can Win Rewards Worth $25,000 in Gocrypto Trading Competition
12.2.2020
Gocrypto enables businesses with physical or online stores to accept instant crypto payments from different digital wallets with millions of users. To help introduce the SLP token to even more users, Bitcoin.com Exchange is hosting a trading competition where you can win rewards worth $25,000...
The Hooks of React Router
12.2.2020
React Router 5 embraces the power of hooks and has introduced four different hooks to help with routing. You will find this article useful if you are looking for a quick primer on the new patterns of React Router. But before we look at hooks, we will start off with a new route rendering...
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...
SFTP & Database Access on WordPress.com
11.2.2020
(This is a sponsored post.)
Wait what?
That's right, direct access to the files and data storage that power your site on WordPress.com, just like you have if you self-host a WordPress site. You can read their announcement here. Note this is for Business and eCommerce plans only.
All you have to...