Search
A Complete Guide to CSS Functions
4.5.2020
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
The post A Complete Guide to CSS Functions appeared first on CSS-Tricks
90 Million More People Can Now Spend Crypto With TenX
4.5.2020
TenX’s popular Visa debit card—which lets you spend cryptocurrency without having to manually top up—has launched in Germany and Austria. It supports Bitcoin (BTC), Ethereum (ETH), and Litecoin (LTC), all of which can be spent anywhere that accepts Visa thanks to the card’s unique auto-convert...
Creating a Gauge in React
3.5.2020
You should really look at everything Amelia does, but I get extra excited about her interactive blog posts. Her latest about creating a gauge with SVG in React is unreal. Just the stuff about understanding viewBox is amazing and that’s like 10% of it.
Don’t miss her earlier posts like...
If You Held Crypto on CoinGather in 2017 the US Government Wants to Give it Back
3.5.2020
The FBI is seeking individuals who held crypto assets on CoinGather who appeared to conduct an exit scam in November 2017
Meltem Demirors: “Bitcoin is not a F*cking Systemic Hedge If You Hold Your Bitcoin at a Financial Institution”
3.5.2020
Venture capitalist Meltem Demirors explains how the oil market crash and the broader turmoil in financial markets are reshaping the Bitcoin narrative
Bitcoin Sextortion: Scams Using Email, Videos, Passwords to Extort BTC
2.5.2020
Millions of people worldwide have received sextortion scam emails in 2020 asking for bitcoin. These bitcoin sextortion schemes sometimes include recipients’ passwords to make the threat more real. The authorities have advised what to do if you receive a bitcoin sextortion email. Bitcoin...
React Integration Testing: Greater Coverage, Fewer Tests
1.5.2020
Integration tests are a natural fit for interactive websites, like ones you might build with React. They validate how a user interacts with your app without the overhead of end-to-end testing. 
This article follows an exercise that starts with a simple website, validates behavior with unit...
Enable Gatsby Incremental Builds on Netlify
1.5.2020
The concept of an “incremental build” is that, when using some kind of generator that builds all the files that make for a website, rather than rebuilding 100% of those files every single time, it only changes the files that need to be changed since the last build. Seems like...
A Book Apart Turning 10
30.4.2020
Early congratulations, A Book Apart! That’s a hell of a milestone. I’m quite sure I’ve read more A Book Apart books than any other tech book publisher.
Katel LeDu runs the ship over there, and she’s given me very special pack of discount codes that will get you my book...
Collective #604
30.4.2020
The Open Web is Dying * Are you using SVG favicons yet? * Immersive Section Transition * Trails * What is a resilient website?
Collective #604 was written by Pedro Botelho and published on Codrops
Andreas Antonopoulos: "EARN IT Act Could Be Called: 'F*ck You Zuckerberg'"
29.4.2020
Andreas Antonopoulos believes that a proposed bill will f*ck Mark Zuckerberg and violate civil rights under the guise of protecting children
Click Once, Select All; Click Again, Select Normally
29.4.2020
A bonafide CSS trick from Will Boyd!
Force all the content of an element to be selected when clicked with user-select: all;
If you click a second time, let the user select just parts of the text as normal.
Second click? Well, it’s a trick. You’re really using a time-delayed...
Alpine.js: The JavaScript Framework That’s Used Like jQuery, Written Like Vue, and Inspired by TailwindCSS
29.4.2020
We have big JavaScript frameworks that tons of people already use and like, including React, Vue, Angular, and Svelte. Do we need another JavaScript library? Let’s take a look at Alpine.js and you can decide for yourself. Alpine.js is for developers who aren’t looking to build a single page...
How to Redirect a Search Form to a Site-Scoped Google Search
29.4.2020
This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...
Why a Startup You’ve Never Heard of Is Now Sponsoring a Bitcoin Core Developer
28.4.2020
CardCoins becomes one of the elite few to sponsor a Bitcoin Core developer – in this instance, Hennadii Stepanov, aka Hebasto
Static or Not?
27.4.2020
A quick opinion piece by Kev Quirk: Why I Don’t Use A Static Site Generator. Kev uses WordPress:
Want to blog on my iPad? I can. Want to do it on my phone? No problem. On a machine I don’t normally use? Not an issue, as long as it has a browser.
First, it’s worth understanding...
Why You Should Follow Cointelegraph’s Coverage of Virtual Blockchain Week
27.4.2020
A collectible Cointelegraph NFT is just one tiny reason
“What You Said” (Apr. 27), a Weekly Round-Up of Sentiments From the Community
27.4.2020
Heya, CoinMarketCap family! Glad to see you here back again for another week’s edition of “What You Said“! ???? TimeContinue Reading
The post “What You Said” (Apr. 27), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
Track Your Keyword Placement with Ranktrackify (Sponsored)
27.4.2020
I don’t need to tell you how important search engine placement is. You either earn it with quality content, loads of SEO work, paying for placement, or all of the above. And even we you achieve best placement, you need to be wary of your content becoming stale or someone else coming along...
SVG, Favicons, and All the Fun Things We Can Do With Them
24.4.2020
Favicons are the little icons you see in your browser tab. They help you understand which site is which when you’re scanning through your browser’s bookmarks and open tabs. They’re a neat part of internet history that are capable of performing some cool tricks.
One very new trick is the ability...