Tip - Use fetchpriority=high to load your LCP hero image sooner
Add fetchpriority=high to your Largest Contentful Paint image to get it to load sooner. Priority Hints sped up Etsys LCP by 4% with some sites seeing an impr...
A screen reader is an important accessibility tool for people with no or limited vision. People who are blind or those with low vision can use a screen reader
HTML’s output element is pretty amazing. I mean, honestly, HTML is pretty amazing, right? Many elements can just DO things, plus express their own purpose. The output’s abilities are no…
For one of my projects I'm trying to add a nav_menu to my WP theme. It should work as a quick menu (sidebar). The only problem remaining: How do I add a role="menu" to the < ul ?
<?php
...
Add a Resize Handle for Wordpress Post and Page Edit Sidebar - ThisBailiwick
I was converting some ACF fields to Gutenberg ACF fields and put together some options for how/where content can be edited. The acf_register_block_type() function has the mode option. The allowed values are: – auto: Preview is shown by default but changes to edit form when block is selected. – preview: Preview is always shown. Edit … Continued
remove property from wordpress core gutenberg block
With the new wordpress update there are some new properties that have been added to the core gutenberg blocks to make it easier for certain users to customize these blocks
In the image above you c...
Hey guys! So this is a video I have been wanting to make for some time now, and I have finally figured it all out and found the time to get this recorded. Th...
What’s the easiest way to create a paint splash effect in Blender? You may have thought of fluid simulation, but even easier way would be to use particles, force fields and metaballs. Garnish it with the principled shader and you’re good to go. Download project files: creativeshrimp.com/paint-splash.html How to Create a Paint Splash in Blender How to Create a Paint Splash in Blender tutorial timeline: 0:15 – Blender Introduction 0:47 – Smoke simulation in Blender 2:33 – Particle system in Blender 4:11 […]
Get started with Accessibility in Vue.js! Learn about core concepts of web app accessibility, tips & tricks, best practices strategies and and how to implement inclusive components in Vue 2 and 3.
Tip - Use fetchpriority=high to load your LCP hero image sooner
Add fetchpriority=high to your Largest Contentful Paint image to get it to load sooner. Priority Hints sped up Etsys LCP by 4% with some sites seeing an impr...
Create an RSS Feed With Nuxt 3 and Nuxt Content v2 - Michael Hoffmann
My portfolio website is built with Nuxt 3 and Nuxt Content v2. An RSS feed with my latest five blog posts is available here. In this article, you'll learn how to add an RSS feed to your Nuxt website.
In a previous article, I looked at CSS Grid's ability to create complex layouts using its auto-placement powers. I took that one step further in another
Hey, I'm Harlan, a full-stack web developer living in Sydney, Australia. I'm passionate about building open-source packages in the Vue, Nuxt and Vite ecosystems.
Create a Blog With Nuxt Content v2 - Michael Hoffmann
I prefer simple Markdown files as the content source for my blog posts. In this article, I want to show you how can set up a simple blog using Nuxt Content v2.