Category: Web Development
-
Hey look! I’m mentioned on WooCommerce.com too!
https://woocommerce.com/2017/07/the-power-of-wordpress-and-woocommerce/ Nice writing Kat, and a great shout out to my buddy Sakin.
-
I’m on WordPress.TV
My talk from WordCamp Kathmandu entitled “Coding With Jetpack” is now available on WordPress.TV. I hope you enjoy 🙂 [videopress xQwbucAg]
-
Get disk usage information for MySQL databases
Ever wonder how much space your MySQL database uses? Here you go:
-
New Homes All Around
A few days ago, I blogged about my family’s new home in Port Saint Lucie. Today, I’d also like to announce a new home for my blog – rich.collier.blog (you’re there now!) This site has had several domain names in it’s time, but I feel confident that I’ve just made the final switch – collier.blog is here to stay. If…
-
74%
Until just yesterday, when Wired’s Margaret Rhodes interviewed me about joining Automattic and I shared this number with her as if to brag, “26% of the web runs on Open Source WordPress” … it finally hit me! That didn’t mean the number was a huge number, it meant that most of the Web was not…
-
I Open Sourced My Twenty Sixteen Child Theme
Today, I open sourced my Twenty Sixteen child theme. It includes an empty resume page template and a clean travel shortcode that uses Google Maps. You’ll need to check out the source code for usage, but it’s very simple 🙂 This child theme is meant to be only very small improvements to the WordPress Twenty…
-
WordPress Multisite on CentOS 7.2, Nginx 1.9.5, PHP7, batcache, and HTTP/2
It was time for an overhaul of my go-to WordPress stack. For a long while, I’ve been running PHP 5.4 on CentOS 6 with Varnish. Technical times are changing and it was overdue for an upgrade; so I bring you this! My first impression of PHP 7 – WOW, Just WOW! The speed increase is phenomenal…
-
Create WordPress Test Users From Breaking Bad Characters
Obviously, you should only use this in development environments. This is used to create an abundance of test authors (named after popular TV show characters) in WordPress for testing. Run this from bash terminal: This is also available on GitHub. For extra credit, here is one for Prison Break characters: Again, available on GitHub.
-
Get Up and Running with LetsEncrypt.org Certificates on CentOS 6 and nginx
If you don’t have git installed, use Yum to install it. Stop nginx, if it’s running. LetsEncrypt needs to bind to port 80 and/or 443 to verify your web server. Switch to root and git clone the letsencrypt repository. Now cd to letsencrypt and run letsencrypt-auto. You’ll be greeted with several questions, first to enter…
