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
How to Get Your First $1,000 USD from Freelancing
Freelancing can be a quick way to get money especially if you're already an experienced professional. But for beginners without many freelancing portfolio, getting first freelance job is ... Continue Reading
How to Import WordPress Customizer Settings from Parent to Child Theme
If you ever decided to use a child theme after working with parent theme for a while, you might discover an issue where your customizer settings on parent theme is missing when switching ... 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 Make Translatable Strings in WordPress Plugins or Themes
Translation is one of the basic features that every WordPress plugin or theme should have these days. As WordPress grows significantly all over the world, people from various countries ... 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
