Tag: Server-Side
Into the Vault: the HTTP-to-HTTPS Checklist

Last week, we transitioned WPShout (and all our other web properties) onto SSL, a major security step that also has numerous other benefits. This article documents a few important recurring “gotchas” in transitioning WordPress sites onto SSL.
That Was Easy: A Video Guide to Putting Sites Under Free SSL from Let’s Encrypt

Last week we wrote about an amazing new project to secure the internet: Let’s Encrypt, which offers trusted, secure SSL certificates to everyone for completely free.
PhpStorm Early Access Program
David spoke at a PHP conference on the essentials of WordPress this past weekend, and met a lot of cool people. One of them was Gary Hocking, developer advocate for the popular PHP integrated development environment (IDE) PHPStorm. It’s under active development and PHPStorm 11 has an Early Access Program — so if you want to get on the bleeding edge of a great PHP development environment, check it out!
Up Periscope: Practical Uses of print_r() in WordPress Development

By default, you can’t look directly at PHP processing, only at its effects.
Spooky WordPress: Working with the WordPress White Screen of Death

Halloween’s coming up, and it seems like a good time to remember all the moments of abject terror WordPress has brought into my life. Programming in WordPress is fun for the most part, but, especially as you’re learning, you’ll sometimes hit errors that are both incomprehensible and devastatingly severe. If you really need the site you’re working on to function properly, that can be an edge-of-your-seat experience.
A Crash Course in AJAX for WordPress

Fred and I were just talking the other day about how initially-confusing the way you do Ajax requests in WordPress was to us. Both of us, completely independently, encountered a plugin we were trying to understand, knew was using Ajax, and couldn’t for the life of us tell how. It’s just not obvious when you’re new to all the concepts involved.
Understanding “Server-Side” and “Client-Side” in WordPress

If you’re looking to understand the inner workings of WordPress, one of the most important things you’ll need to understand is the distinction between server-side and client-side languages, environments, and processes.