Saturday , February 22 2025

Articles

How to recursively change a word in all site files

When managing a website, you may encounter situations where you need to replace a specific word or domain across multiple files. This task can arise for various reasons, such as updating outdated content, rebranding, or correcting errors. Fortunately, you can achieve this efficiently by using command-line tools to recursively find …

Read More »

Composition View suddenly disappeared in After Effects

If you’ve ever been working in Adobe After Effects and suddenly found that your Composition View has disappeared, you’re not alone. This issue can be quite frustrating, especially if you didn’t press any buttons to cause it. In this guide, we’ll explore why this happens and how to quickly restore …

Read More »

How to disable click on links using CSS?

Easy question, easy solution. We can disable click on all links, or we can use id or class for the particular links that should be unlickable and use: pointer-events: none; I use it for the case when I need to disable clicks on the images to avoid popup windows on …

Read More »