Search
CSS4
4.2.2020
Tab Atkins in 2012:
There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.
Rachel Andrew in 2016:
While referring to all new CSS as CSS3 worked for a short time, it doesn’t reflect the reality of where CSS is today. If you read something...
Blockchair Launches Release Monitor so You Will Never Miss Another Hard Fork or Core Client Update
4.2.2020
It can be very hard to keep track of all the latest software upgrades in the crypto ecosystem, which is a crucial thing to do for developers of multi-coin projects such as wallets and exchanges. For this purpose, Blockchair​ has created a free ​release monitor​ that helps...
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...
Possibly The Easiest Way to Run an SSG
4.2.2020
"Static Site Generator," that is. We'll get to that in a second.
Netlify is a sponsor of this site (thank you very much), and I see Zach Leatherman has gone to work over there now. Very cool. Zach is the creator of Eleventy, an SSG for Node. One thing of the many notable things about Eleventy...
Git Branch Autocompletion
4.2.2020
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue. Regardless of the pattern you use, having a feature like autocomplete...
How To Buy Bitcoin and Other Cryptocurrencies Using Paypal
4.2.2020
These days there are myriad ways people can purchase cryptocurrencies, and the payment platform Paypal is a popular choice. Multiple crypto brokerage services and exchanges allow people to buy digital currencies with the payment option. The following post is a simple guide and list of exchanges...
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...
Freezing User-Agent Strings
3.2.2020
There's been news about Chrome freezing their User-Agent string (and all other major browsers are on board). That means they'll still have a User-Agent (UA) string (that comes across in headers and is available in JavaScript as navigator.userAgent. By freezing it, it will be less useful over time...
‘What You Said’ – Feb. 3, 2020
3.2.2020
Welcome to a new weekly blog series “What You Said” where we conduct fun polls to our community and shareContinue Reading
The post ‘What You Said’ – Feb. 3, 2020 appeared first on CoinMarketCap
“What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community
3.2.2020
Welcome to a new weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap
“What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community
3.2.2020
Welcome to a new weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
The post “What You Said” (Feb. 3), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
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...
You Can’t Separate Utility from Security Tokens, Say EU Researchers
3.2.2020
The difference between utility and security tokens is not all as clear as some regulators make out, argue researchers for the Oxford University Law blog
Options Growth Will Ignite Innovation in the Bitcoin Market – but Not in the Way You Think
31.1.2020
Richard Rosenblum, co-founder of GSR, points out the lackluster growth in listed options hides the real action taking place in OTC hedges
Hierarchies of Money: Why You Use Bank Money But the Bank Wants Reserve Currency
31.1.2020
While people tend to think of money as being all the same, the fact is governments and banks use different types of money than the everyday individual. From the top of the economic pyramid of world reserve currencies, down through central bank and commercial bank money, the capacities and function...
Smaller HTML Payloads with Service Workers
31.1.2020
Short story: Philip Walton has a clever idea for using service workers to cache the top and bottom of HTML files, reducing a lot of network weight.
Longer thoughts: When you're building a really simple website, you can get away with literally writing raw HTML. It doesn't take long to need a...
Lightning-Fast Web Performance
31.1.2020
If you're interested in leveling up your knowledge and skill of web performance, you can't do better than learning directly from Scott Jehl.
Direct Link to Article — Permalink… Read article
The post Lightning-Fast Web Performance appeared first on CSS-Tricks
Trustverse Token Is Now Listed for Trading on Bitcoin.com Exchange and Users Can Win 1 Million TRV
31.1.2020
The Bitcoin.com Exchange continues to rapidly expand its offerings. The latest asset to join it is the Trustverse token, which is now listed for trading on Bitcoin.com’s premier trading platform. To promote the success of the new listing, Trustverse is conducting a giveaway of 1 million...
Sticky Table of Contents with Scrolling Active States
30.1.2020
Say you have a two-column layout: a main column with content. Say it has a lot of content, with sections that requires scrolling. And let's toss in a sidebar column that is largely empty, such that you can safely put a position: sticky; table of contents over there for all that content in the main...
“resize: none;” on textareas is bad UX
30.1.2020
Catalin Rosu:
Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times when I had to write that text within Notepad++ for example and then just paste...