John Russell Blog

Tag: PHP

  • Developing for Gutenberg vs Beaver Builder

    I want to start by saying that I didn’t want to do a Gutenberg vs Beaver Builder comparison, since in their current state I don’t see them as direct competitors. However developing for both tools is different enough I decided to write a comparison between developing for Gutenberg vs Beaver Builder, and why my preference […]

  • WordPress Gutenberg Review

    I think it’s important to know the history of my experience with WordPress in order to understand the basis for opinions, so this is where I will begin my WordPress Gutenberg review. I had my first real introduction to WordPress in 2012 when I made a site for a client that needed an easy to […]

  • Using a PHP Framework or Library in WordPress Plugins and Themes

    Using a PHP Framework or Library in WordPress Plugins and Themes

    Anyone who has spent a fair amount of time creating WordPress Plugins or Themes has likely also come across the need to package a PHP framework or library inside a plugin or theme. On the surface this is a fairly routine thing to do – simply copy the file into your plugin or theme, or […]