Search
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap Blog
CSS4 is a Bad Idea
5.2.2020
Louis Lazaris, reacting to the idea of CSS4:
The reason “CSS3” worked is because it was real. It was the successor to “CSS2.1”. Everything after CSS2.1 was considered to be under the umbrella of “CSS3”.
The gist is that CSS4 isn't real, so won't work, and we don't need it anyway. Perhaps...
How To Create A Headless WordPress Site On The JAMstack
4.2.2020
Just this morning, Chris shared a streamlined way to get a static site up and running with Netlify. As it happens, Sarah and I also wrote up a little something that expands that idea where a static site can pull content from WordPress using the REST API.
Using Vue, Nuxt, axios and Netlify, it's...
Overcomplicatin’
4.2.2020
There's some famous quote that goes something like...
When we're young, we make simple things because that's all we know. Then we learn how to make complex things so we make complex things. When we grow old, we learn to make simple things again.
Brad recently wrote about this abstractly in regard...
‘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
Get Moving (or not) with CSS Motion Path
3.2.2020
We just linked up the idea that offset-path can be cleverly used to set type on a path. Don't miss Michelle Barker's experimentation either, with drawing paths or animating text along a path.
Dan Wilson has also been following this tech for quite a while and points out why the sudden surge...
Line’s Digital Currency Link to Be Available in Japan as Early as April 2020
3.2.2020
Launched in October 2018, Asian messaging giant Line’s Bitbox crypto exchange has made its link (LN) digital asset available to users worldwide, with the exception of notable locations like Japan and the U.S. Last Thursday the group announced it was preparing to launch the coin in...
Messaging Giant Line to Launch Link Token Trading for Japan in April
2.2.2020
Link, the proprietary token messaging app Line, will launch trading for Japan in April
Full Stack Panic
1.2.2020
A new podcast from Sean Fioritto inspired by Joel Califa's term "Full Stack Anxiety".
... the little voice in your head says ... “I should know all of this. Do I even know what I'm doing?” Why do web developers the world over feel like this?
There is an episode with Joel talking about it as well...
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
Cashfusion Far More Practical Than Other Coinjoin Protocols, Says Data Analyst
31.1.2020
On January 29, data analyst James Waugh decided to test and see if the Cashfusion protocol was really anonymous. After testing Cashfusion, Waugh explained he sifted through a number of transaction inputs and outputs and realized that it’s “not possible to establish a concrete...
“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...
Free Website Builder + Free CRM + Free Live Chat = Bitrix24
30.1.2020
(This is a sponsored post.)
You may know Bitrix24 as the world’s most popular free CRM and sales management system, used by over 6 million businesses. But the free website builder available inside Bitrix24 is worthy of your attention, too.
Why do I need another free website/landing...
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
aviationstack
28.1.2020
(This is a sponsored post.)
I wonder how many startup ideas have something to do with air travel? 🤔
It's such a big industry with so many pain points its no wonder that it inspires ideas for building new products. Here's the thing about a lot of startup ideas: you need data. Chances...
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...
Simple Image Placeholders with SVG
27.1.2020
A little open-source utility from Tyler Sticka that returns a data URL of an SVG to use as an image placeholder as needed.
I like the idea of self-running utilities like that, rather than depending on some third-party service, like placekitten or whatever. Not that I'd advocate for feature...