Software Engineering in WordPress, PHP, and Backend Development

Search: “plugins” (Page 96 of 130)

We found 650 results for your search.

Changes in Productivity Tools in 2017

[…] Calendar, so it’s available via the other iOS devices. ImageOptim. Previously, I was using this to compress images before uploading them to my blog; however, there are plugins that I’m happy to use. I also don’t really worry about compression size when charing things via social media thanks to tools like GIF Compressor (after all, […]

Object-Oriented Programming in WordPress: Analysis, Part 1

[…] the scope of our discussion. This is because WordPress is built with both and because certain aspects of WordPress development can be written with procedural code, like plugins and themes, and others require object-oriented development like widgets. Analysis and Design So often, the first thing that we want to do, as developers (budding or […]

WordPress Templates For Beginners: Timber

[…] valet secure So that I can access the site in a browser. For those who are curious, I’m using: WordPress 4.8.3 twentyfifteen Clean permalinks And no other plugins. It’s just a vanilla installation other than what you see above. At this point, I’m ready to install Timber. 2. Installing Timber Assuming you followed the […]

Why Bother With Autoloading in WordPress, Part 1

One of the easiest things that we can do when working on WordPress plugins is to drop require_once or include_once statements throughout our code. And why not? It’s an easy way to bring in all of the necessary files or dependencies for a given class, have it easily readable, and not have to worry about creating huge […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑