Search
“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...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
Playwright
24.1.2020
So Microsoft launches a Node-based browser automation project called Playwright. It allows you to spin up a headless version of a browser and control it. Go here! Click something! Take a screenshot! That kind of stuff. Particularly useful for testing.
It's just like Google's Puppeteer, only...
Bundling JavaScript for Performance: Best Practices
24.1.2020
Performance advice from David Calhoun on how many scripts to load on a page for best performance:
[...] some of your vendor dependencies probably change slower than others. react and react-dom probably change the slowest, and their versions are always paired together, so they...
Vyzkoušeli jsme TP-Link Deco P9: zajistí doma Wi-Fi díky drátům ve zdi
24.1.2020
Nová generace Mesh Wi-Fi s propojením přes elektrické rozvody • Lepší parametry a nižší cena než u předchůdce • Aplikace zatím podporuje jen základní nastavení bez rozšířených funkcí
Min and Max Width/Height in CSS
24.1.2020
Here's a nice deep dive into min-width / min-height / max-width / max-height from Ahmad Shadeed. I like how Ahmad applies the properties to real-world design situations in addition to explaining how it works. In the very first demo, for example, he shows a button where min-width is used as a method...