2023 Blog Redesign: A Fresh Look for Our Website

Every now and then, we all feel that our website could use a makeover. Whether it’s because we’re unsatisfied with its appearance or simply bored with the old design, a redesign can breathe new life into our online presence. Our website has undergone several transformations over the years. Let’s take a trip down memory lane and see how it has evolved. And here’s how it looked in 2019: Up until yesterday, our website sported the following look:...

How to Change an HTML Image URL in Dark Mode

In today’s blog post, we’ll explore a simple HTML technique to change an image URL specifically for dark mode. While CSS makes it easy to apply style changes based on the system’s preference for dark mode using the prefers-color-scheme media feature, we often come across situations where we need to change the image itself, rather than applying a CSS rule. One way to achieve this is by utilizing the picture tag to wrap the img tag....