Collective #685
28.10.2021
CookLang * Next.js 12 * Building an effective Image Component * Flatmap * Obsidian
The post Collective #685 appeared first on Codrops
Merge Conflicts: What They Are and How to Deal with Them
28.10.2021
Merge conflicts... Nobody likes them. Some of us even fear them. But they are a fact of life when you're working with Git, especially when you're teaming up with other developers. In most cases, merge conflicts aren't as scary as you might think. In this fourth part of our “Advanced Git” series...
Building an Angular Data Grid With Filtering
28.10.2021
(This is a sponsored post.)
Kendo UI makes it possible to go from a basic idea to a full-fledged app, thanks to a massive component library. We’re talking well over 100 components that are ready for you to drop …
The post Building an Angular Data Grid With Filtering appeared first...
Sticky Definition Lists
28.10.2021
I ran across this 30 seconds of code website the other day, and they have a CSS section which is really good! The first example snippet I looked at was this “floating section headers” example, reminding me yet again how …
The post Sticky Definition Lists appeared first...
How to Implement and Style the Dialog Element
27.10.2021
A look from Christian Kozalla on the <dialog> HTML element and using it to create a nice-looking and accessible modal.
CodePen Embed Fallback
I’m attracted to the <dialog> element as it’s one of those “you get a lot for free” …
The post How...
Testing Vue Components With Cypress
27.10.2021
Cypress is an automated test runner for browser-based applications and pages. I’ve used it for years to write end-to-end tests for web projects, and was happy to see recently that individual component testing had come to Cypress. I work on …
The post Testing Vue Components With Cypress...
Creating the Effect of Transparent Glass and Plastic in Three.js
27.10.2021
Learn how to create convincing transparent, glass-like and plastic-like materials in Three.js.
The post Creating the Effect of Transparent Glass and Plastic in Three.js appeared first on Codrops
Creating the Effect of Transparent Glass and Plastic in Three.js
27.10.2021
Learn how to create convincing transparent, glass-like and plastic-like materials in Three.js.
The post Creating the Effect of Transparent Glass and Plastic in Three.js appeared first on Codrops
25 Best Condensed Fonts for 2022
27.10.2021
Searching for the perfect font for your upcoming project? Would you like something versatile and elegant? Condensed fonts could be just what you’re looking for.  Despite being narrower than...
The post 25 Best Condensed Fonts for 2022 appeared first on Onextrapixel
25 Best Condensed Fonts for 2022
27.10.2021
Searching for the perfect font for your upcoming project? Would you like something versatile and elegant? Condensed fonts could be just what you’re looking for.  Despite being narrower than...
The post 25 Best Condensed Fonts for 2022 appeared first on Onextrapixel
On Browser-Specific URL Schemes
26.10.2021
We’ve covered URL schemes:
A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!
I’d call it non-trivial, but developers can register new …
The post On Browser-Specific URL Schemes...
In-Page Filtered Search With Vanilla JavaScript
26.10.2021
If you have a page that includes a lot of information, it’s a good idea to let users search for what they might be looking for. I’m not talking about searching a database or even searching JSON data — I’m …
The post In-Page Filtered Search With Vanilla JavaScript appeared first...