Creating and Selling a WordPress Plugin as a Software Product

Selling or licensing plugins is what I call the “traditional” business model in the world of WordPress programming. There are over 50,000 free plugins found in the WordPress.org/plugins repository, all open source. Many of those have up-sells to paid, premium versions. There are also hundreds of premium plugins sold directly from websites and other commercial … Read more

What is the DOM? From code to eyeballs

In this episode we are exploring an important part of web programming that is hidden in plain sight to most of us – it is called the DOM. This stands for the Document Object Model, and it is created to represent the html document in the web browser every time code is sent from a … Read more