When working with JavaScript, you may have encountered an issue where your event listeners don't work on dynamic elements while they work with your original elements. What is dynamic ... Continue Reading
Add New Entry to PATH Variable Permanently using Windows PowerShell
I just stumbled upon a necessity to add a directory to my Windows PATH variable. I usually do this using the GUI method which is quite easy. But I thought it would be great and faster ... Continue Reading
How to Configure Website and Email Hosted on Different Servers
I had a problem on how to configure my domain host records so that my website and email could be hosted on different servers. I found out that my email couldn't receive email sent by ... Continue Reading
How to Check Whether Other WordPress Plugin is Active or Not
When we develop an extension plugin, we may use some functions that are available only in core plugin. For example, recently I've developed Easy Digital Downloads - Sales Number extension ... Continue Reading
