Use CSS to Highlight Images Without Alt Tags

March 24, 2024
 | Category: 

In the realm of web development, accessibility is a key concern, and for good reason. Making your website accessible to all users, including those with disabilities, is not just a best practice but also a legal requirement in many jurisdictions. One often overlooked aspect of web accessibility is the use of alt tags for images. Ensuring every image has a

Mastering WordPress Development: A Tutorial by Weichie

December 4, 2023
 | Category: 

Embarking on the journey of WordPress development can be a thrilling yet challenging experience. As developers, we often encounter roadblocks that require the right guidance to overcome. Recently, I stumbled upon a tutorial that proved to be the missing piece in my puzzle, helping me conquer the complexities of a plugin I was building. The tutorial, found at weichie.com/blog/wordpress-filter-posts-with-ajax, turned

This is a pretty Slick Slider

October 19, 2023
 | Category: 

As a seasoned web developer with over 15 years of experience, I’ve navigated the ever-evolving landscape of WordPress to build countless websites. In this journey, one challenge that consistently arose was finding a reliable page builder or plugin that seamlessly implemented sliders. That is until I discovered the game-changing Slick Slider. The Slider Struggle Throughout my career, I’ve encountered numerous

Fix Undefined Variable in PHP 8

September 20, 2023
 | Category: 

PHP 8 is a lot stricter than previous versions of it. In updating I was receiving a lot of “undefined variable” warnings with code that previously worked fine. This is how you can fix it. In your code snippet below, we want to define and concatenate three separate variables, namely $output1, $output2, and $output3, to create a final output variable



Blog Home