Search
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...
Mike Novogratz on Telegram: ‘We Don’t Need Another Crypto’
30.4.2020
Mike Novogratz argues that Telegram app should integrate Bitcoin and stablecoins instead of creating the TON and Grams
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...
CoinEx Announces Global Strategic Partnership with Matrixport to Provide Over-the-counter Service
28.4.2020
Hong Kong, 27 April, 2020 – CoinEx, a global and professional cryptocurrency exchange service provider, is pleased to announce its new global strategic partnership with Matrixport, the one-stop digital asset financial service platform span off from Bitmain. This partnership allows...
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...
The Need for a New Reserve Currency Is More Prevalent Than Ever Before
27.4.2020
The financial crisis — as the result of the global coronavirus pandemic — may require cryptocurrency to be the world’s next reserve currency
$2K per Month for Every American: Andrew Yang Begs Congress to Pass Basic Income
26.4.2020
While most of the U.S. remains on lockdown, a few states across the nation are starting to open up businesses and lift restrictions. Meanwhile, politicians on the left have been trying to push a universal basic income (UBI) package through Congress, in order to give Americans in need a monthly...
How to Make a CSS-Only Carousel
24.4.2020
We mentioned a way to make a CSS-only carousel in a recent issue of the newsletter and I thought that a more detailed write up would be interesting and capture some of my thoughts on making one.
So, here’s what we’re making today:
There’s no JavaScript here, whatsoever! No jQuery plugins....
We Don’t Need Big Brother to Beat This Virus
23.4.2020
Is there a way to reopen the economy that doesn’t involve draconian surveillance measures?
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...
How to Play Retro Game ROMs on Windows
20.4.2020
Video games are always a fun time, something we desperately need during our COVID lockdown. A few years back I shared how to play retro games on Mac, as well as how to patch games to play popular ROM hacks like Grand Poo World and Invictus. One disadvantage that Macs have, however, is performance...
Everything You Need to Know (But Never Asked) About a Website Privacy Policy
20.4.2020
You see them on almost every website you visit. Click throughs to accept cookies and read privacy policies. But this isn’t just a default state for web designers to...
The post Everything You Need to Know (But Never Asked) About a Website Privacy Policy appeared first on Onextrapixel
Blockchain’s Need for Speed Brings New Tools to the Crypto Industry
19.4.2020
With so many new blockchain platforms launching, it has become more difficult for any of them to stand out. So, what about those claiming to be next gen?
Crypto Wallet: Its Requirements, Mechanism, and Everything You Need to Know
19.4.2020
Basically, a software program, a cryptocurrency wallet, is a secure digital wallet that stores public and private keys. It enables users to store, send, and receive digital currencies and monitor their balance. How Does It Work? Crypto wallets do not store currency, unlike traditional fiat wallets....
Harsh Stablecoin Recommendations From G-20 Are a Step in the Right Direction, but Regulators Need More Education
17.4.2020
Regulations can help not only legitimize stablecoins but also increase their global popularity, as per many experts
Akon on Africa and Akoin — ‘This Is Bulls**t: We Need Our Own Currency’
16.4.2020
A pocketful of Senegal’s currency proved worthless in France: and inspired one of the world’s agents of ‘change’ to take the problem of money in Africa into his own hands
No-Class CSS Frameworks
13.4.2020
I linked up Water.css not long ago as an interesting sort of CSS framework. No classes. No <h2 class="is-title">. You just use semantic HTML and get styles. Is that going to “scale” very far? Probably not, but it sure is handy for styling things quickly, where — of course...
Crypto Markets Don't Need Ambulance Chasers to Mature
12.4.2020
11 lawsuits are targeting major crypto companies: Will they help to bring the crypto sector any closer to legal compliance?
Non-Stimulus Tax Rules You’ll Need This Year
10.4.2020
The IRS has already started crucial initiatives to fight against the COVID-19 crisis, but will they benefit taxpayers?
CSS-Only Marquee Effect
5.4.2020
You make sure the text is more than twice the width of the screen, then use negative translate animations to do the marquee movement.
You’ll probably want to aria-hidden all but one of them if you need to duplicate the text. Or, you could use a very clever CSS trick...