Best WordPress Hosting
 

WP Offload Media 2.4 Released: Private Media with a Custom Domain and Amazon CloudFront

This is a big release, six months in the making…well, really 5 years in the making! Check out the date on this GitHub issue 😱… We’re so excited to finally support the ability to serve private media through Amazon CloudFront Continue reading WP Offload Media 2.4 Released: Private Media with a Custom Domain and Amazon CloudFront

Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits

If you’ve spent any amount of time messing with PHP config files to get a file to upload, you know that uploading large files can be a real pain. You have to find the loaded php.ini file, edit the upload_max_filesize Continue reading Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits

The Ultimate Developer’s Guide to the WordPress Database

Here at Delicious Brains we eat, drink and sleep databases. However, we believe that any developer working with WordPress should have some level of knowledge about the database that sits behind a site. So I have put together the ultimate Continue reading The Ultimate Developer’s Guide to the WordPress Database

Automated API Testing For Your WordPress Site With Codeception

I’ve previously written about how we use Codeception to perform automated testing on our WooCommerce site where we sell our plugins. Automated tests give us peace of mind that our checkout still works after updating WooCommerce, other plugins, or WordPress Continue reading Automated API Testing For Your WordPress Site With Codeception

WordPress Plugin Development Best Practices: Template Files

When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and that becomes another consideration when it comes to building WordPress Continue reading WordPress Plugin Development Best Practices: Template Files

The End of Jigoshop? What Happened to The Once-Popular Ecommerce WordPress Plugin

I woke up this morning to an email from an old client from my days as a freelancer building WordPress sites, asking about SCA compliance. I built them an ecommerce site with Jigoshop back in 2011, and had added the Continue reading The End of Jigoshop? What Happened to The Once-Popular Ecommerce WordPress Plugin

Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework

Recently I have been doing more animation work here at Delicious Brains Inc and finally decided to experiment with Airbnb’s rave-reviewed, Lottie framework. Lottie is a React Native, Android and iOS JavaScript library that makes it super easy to integrate Continue reading Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework

WP Migrate DB Pro 1.9 Released: New Backups Tab and Refactored PHP

A mere eleven-or-so weeks after the release of the Theme & Plugin Files addon, WP Migrate DB Pro version 1.9 is out the door! We’ve added a brand new backups tab to make it easier to manage any backups you Continue reading WP Migrate DB Pro 1.9 Released: New Backups Tab and Refactored PHP

Behind-the-Scenes: Planning The Future of WP Migrate DB Pro

We often get questions about what’s coming next to WP Migrate DB Pro or if we ever plan to include X feature or support Y sites. After shipping our latest major release, the new Theme & Plugin Files addon, a Continue reading Behind-the-Scenes: Planning The Future of WP Migrate DB Pro

How We Built an Email Queue that Can Send 100 Emails Per Second Through Amazon SES

It’s no secret that I’ve been plugging away at WP Offload SES, a new plugin that we’re hoping to launch soon that will make it easier to send your site emails over Amazon SES. While I’ve mentioned it before on Continue reading How We Built an Email Queue that Can Send 100 Emails Per Second Through Amazon SES