Search
Building a Headless CMS with Fauna and Vercel Functions
10.6.2021
In this tutorial, we will learn and use headless CMS, Fauna, and Vercel functions to build a blogging platform, Blogify After that, you can easily build any web application using a headless CMS, Fauna and Vercel functions.
The post Building a Headless CMS with Fauna and Vercel Functions appeared...
A Cornucopia of Container Queries
9.6.2021
I don’t know about y’all, but my feeds have been flooded with articles about CSS Container Queries these past few weeks. The buzz about container queries actually started back in December after Miriam Suzanne posted a proposal (picking up on …
The post A Cornucopia of Container...
target=”blank”
9.6.2021
Does that make your eye twitch a little bit? Like… it’s a typo. It should be target="_blank" with an underscore to start the value. As in…
<a target="_blank" href="https://codepen.io"Open CodePen in a New Tab
</a
Welp, that’s correct syntax!…
The post...
Palestinian Aid Games Bundle Raises $500,000
9.6.2021
The Indie bundle for Palestinian Aid, a collection of games, tools and other software put together to raise money for the United Nations Relief and Works Agency (who are doing essential emergency work for the Palestinian people), opened up last week with a goal of collecting $500,000. It’s already...
Amazon Job Listing Seeks Blockchain Lead – Internet Giant Looks to Create ‘Business Use Cases Across Defi’
8.6.2021
Amazon is looking for a blockchain expert, according to a job posting published on the company’s employment portal. The firm wants someone who is “passionate about blockchain and decentralized networks” and someone who can build innovative “business use cases” across...
Looking at WCAG 2.5.5 for Better Target Sizes
8.6.2021
Have you ever experienced the frustration of trying to tap a button on a mobile device only to have it do nothing because the target size is just not large enough **and it’s not picking up on your press? Maybe …
The post Looking at WCAG 2.5.5 for Better Target Sizes appeared first...
CSS-Trickz: An Experiment with Netlify’s On-Demand Builders
8.6.2021
WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that.
At first, the site …
The post CSS-Trickz: An Experiment with Netlify’s On-Demand Builders...
Alternative 401(k) Product Offers In-Plan Cryptocurrency Investment via Coinbase Institutional
8.6.2021
On Monday, the San Francisco-based retirement plan provider for small to medium-sized businesses, Forusall, announced the launch of an alternative 401(k) plan that offers in-plan cryptocurrency access. According to the alt 401(k) investment option, Forusall is working with Coinbase Institutional...
21shares to Launch Bitcoin ETP for Institutional Investors in the UK
8.6.2021
Switzerland-based 21shares announced it’s going to offer its crypto exchange-traded product (ETP) to institutional investors in Britain. The platform said the aim is to provide U.K. investors with exposure to bitcoin without the need to deal with crypto custody and security. New Bitcoin...
Links on Accessibility
7.6.2021
Show/Hide password accessibility and password hints tutorial — Nicolas Steenhout goes deep on <input type="password"> accessibility. For one thing, being able to toggle it to type="text" should be possible, while announcing, politely, the change. But also, put the password hints...
Investment product issuer 21Shares will list Bitcoin ETP on Aquis Exchange
7.6.2021
The announcement comes the same day ETC Group’s Bitcoin ETP began trading on the same exchange
VS Code Extensions for HTML
7.6.2021
Let’s look at some extensions for VS Code that make writing and editing HTML (and languages that are basically HTML with extra powers) better. You may not like all of them. Maybe some of them don’t appeal to you, solve …
The post VS Code Extensions for HTML appeared first...
Principles for user-centered front-end development
4.6.2021
Colin Oakley:
• Accessible — Use semantic HTML, and make sure we meet the WCAG 2.1 AA standard as a minimum and it works with assisted technologies (this sits alongside the DWP Accessibility Manual)
• Agnostic — Build
…
The post Principles for user-centered front-end...
Can I :has()
4.6.2021
I just joked that we’re basically getting everything we want in CSS super fast (mostly referring to container queries, my gosh, can you imagine they are actually coming?). Now we might actually get parent selectors?! As in .parent:has(.child) { …
The post Can I :has() appeared first...
Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media Queries
3.6.2021
A little while back, Chris shared this nice hexagonal grid. And true to its name, it’s using —wait for it — CSS Grid to form that layout. It’s a neat trick! Combining grid columns, grid gaps, and creative clipping …
The post Hexagons and Beyond: Flexible, Responsive Grid Patterns, Sans Media...
Monitoring Lighthouse Scores and Core Web Vitals with DebugBear
3.6.2021
DebugBear takes just a few seconds to start using. You literally point it at a URL you want to watch, and it’ll start watching it. You install nothing.
It’ll start running tests, and you’ve immediately got performance charts you can …
The post Monitoring Lighthouse Scores...
Debugging iOS Safari
2.6.2021
How do I debug Safari on iOS?
These are my general steps, starting with not even using iOS Safari.
1. Is this just a small-screen problem?
Lemme just use the device mode in Chrome quick.
Note that this does a …
The post Debugging iOS Safari appeared first on CSS-Tricks.
You can support...
There’s a by-product of DeFi’s boom that is little talked about
2.6.2021
We need to have a conversation about fractionalization, and why this by-product of DeFi’s boom must be properly addressed through the development of cross-chain integrations
A Crash Course in WordPress Block Filters
2.6.2021
Blocks in WordPress are great. Drop some into the page, arrange them how you like, and you’ve got a pretty sweet landing page with little effort. But what if the default blocks in WordPress need a little tweaking? Like, what …
The post A Crash Course in WordPress Block Filters appeared first...
Are Custom Properties a “Menu of What Will Change”?
2.6.2021
PPK laid out an interesting situation in “Two options for using custom properties” where he and Stefan Judis had two different approaches for doing the same thing with custom properties. In one approach, hover and focus styles for a …
The post Are Custom Properties a “Menu...