Search
I Pressed ⌘B. You Wouldn’t Believe What Happened Next
9.3.2020
This talk by Marcin Wichary is — beyond both enthusiastic and outstanding — all about the complexity of UI design, typography, and the lengths his team at Figma has gone to make sure that doing something as simple as selecting a font from a dropdown does what you expect it to.
I’d recommend this...
Adventures in CSS Semi-Transparency Land
9.3.2020
Recently, I was asked to make some tweaks to a landing page and, among the things I found in the code, there were two semitransparent overlays — both with the same RGB values for the background-color — on top of an image. Something like this:
<img src='myImage.jpg'/>
<div...
Creating a Modal Image Gallery With Bootstrap Components
6.3.2020
Have you ever clicked on an image on a webpage that opens up a larger version of the image with navigation to view other photos?
Some folks call it a pop-up. Others call it a lightbox. Bootstrap calls it a modal. I mention Bootstrap because I want to use it to make the same sort of thing. So, let’s...
Animating CSS Width and Height Without the Squish Effect
6.3.2020
The first rule of animating on the web: don't animate width and height. It forces the browser to recalculate a bunch of stuff and it's slow (or "expensive" as they say). If you can get away with it, animating any transform property is faster (and "cheaper").
Butttt, transform can be tricky. Check...
Consistent Backends and UX: Why Should You Care?
6.3.2020
More than ever, new products aim to make an impact on a global scale, and user experience is rapidly becoming the determining factor for whether they are successful or not.
The post Consistent Backends and UX: Why Should You Care? appeared first on CSS-Tricks
JavaScript Libraries Are Almost Never Updated Once Installed
5.3.2020
Some commentary from Zack Bloom on the Cloudflare Blog, looking at requests to CDNJS for versions of jQuery.
What we don’t see is a decline in our old versions which come close to the volume of growth of new versions when they’re released. In fact the release of 3.4.1, as popular as it quickly...
How I think about solving problems
4.3.2020
Nicholas C. Zakas:
Eventually, I settled on a list of questions I would ask myself for each problem as it arose. I found that asking these questions, in order, helped me make the best decision possible:
1) Is this really a problem?2) Does the problem need to be solved?3) Does the problem need...
Well Functioning Government Might Make Private Cryptos Obsolete - IMF Official
3.3.2020
Source: iStock/Bet_Noire
If a sovereign government can maintain its creditworthiness and a central bank can guarantee effectiveness of its monetary policy, “it’s hard to imagine private digital currencies being used widely both within China and abroad,” according to Dong He, Deputy Director of...
How to Stop the Next Quadriga: Make Exchanges Prove Their Reserves
3.3.2020
Exchanges sometimes treat depositors' assets like fractional reserves, with disastrous results. Time for regular audits, writes Nic Carter
These Maps Will Help You Locate Merchants Ready to Accept Your Cryptocurrency
29.2.2020
Getting into Bitcoin is a first step many have already taken, and with the generally positive start of 2020, more are likely to make the move. But then there’s the question of what to do with your coins. Regardless of how you obtained them – through purchase, faucet, airdrop, fork...
Binance Charity Make Significant Donations for Coronavirus Treatment
28.2.2020
The Binance Charity Foundation has been playing a crucial role in providing the necessary medical aid, tools, and monetary donations to the hospitals in the Wuhan district of China, where the outbreak of the deadly coronavirus has taken the death toll to a whopping number. The Binance...
When CSS Blocks
28.2.2020
Tim Kadlec:
One particular pattern [for loading non-critical CSS] I’ve seen is the preload/polyfill pattern. With this approach, you load any stylesheets as preloads instead, and then use their onload events to change them back to a stylesheet once the browser has them ready.
So you're...
Revolut Will Make Crypto Available in 50 States
27.2.2020
Revolut, $5.5 Billion UK behemoth, brings crypto to the customers in all 50 states
Animated Matryoshka Dolls in CSS
27.2.2020
Here’s a fun one. How might we create a set of those cool Matryoshka dolls where they nest inside one another... but in CSS?
I toyed with this idea in my head for a little while. Then, I saw a tweet from CSS-Tricks and the article image had the dolls. I took that as a sign! It was time to...
10+ Examples of Responsive Websites That Got It Right
27.2.2020
How do you make sure your website will look good on every browser and device? Take a look at these responsive web designs and you’ll discover how.
10+ Examples of Responsive Websites That Got It Right was written by Bogdan Sandu and published on Codrops
Certik Launches Demo for Language That Aims to Make Blockchain ‘Hacker-Resistant’
27.2.2020
A smart contract verification language backed by Binance Labs and the Ethereum Foundation was released as a demo this week
Bitcoin Rich: 6 Crypto Entrepreneurs Make the 2020 Hurun Billionaire List
26.2.2020
On Wednesday, the “Hurun Global Rich List,” a ranking of the wealthiest individuals, published its 2020 report that notes the world saw 346 new billionaires last year. This year’s list also includes six blockchain entrepreneurs who made the Hurun Global Rich List through...
Instant GraphQL Backend with Fine-grained Security Using FaunaDB
25.2.2020
GraphQL is becoming popular and developers are constantly looking for frameworks that make it easy to set up a fast, secure and scalable GraphQL API. In this article, we will learn how to create a scalable and fast GraphQL API with authentication and fine-grained data-access control...
CoolBitX Raises $16.7M to Make Crypto More Bank-Friendly
25.2.2020
In 2020, the startup’s focus is on new products and features that comply with new rules from the Financial Action Task Force
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...