Technology

  • WordPress Core Proposal: SUDO

    ·

    Logging in to your WordPress site as an administrator when your plan is just to write is a bad idea. The admin user should be for administration and you should use an editor-level user for writing. But this dual-login workflow can be needlessly complicated on many sites. Instead, I propose we introduce a SUDO mode…

    Read More

  • Photon and HTTPS – Making It Work

    ·

    Jetpack’s Photon service doesn’t like it when image assets are served over SSL. I took some time to dig in to the issue and coded a quick workaround to enable Photon on a site locked down to serve all assets over SSL.

    Read More

  • Server-side Analytics through Google

    ·

    Some of the products I build for the web don’t come with a website. But I can still use Google Analytics to track their usage. Thanks to a handy PHP library I found on GitHub, I now have the luxury of tracking the execution of server-side scripts in the same analytics dashboard I use to…

    Read More

  • Securing XML-RPC for WordPress

    ·

    If you use WordPress, you’ve probably used one of the mobile apps for it. If you’ve used one of these mobile apps, then you’ve used XML-RPC. If you’ve used XML-RPC, then you’ve sent your username and password – in plain text – across the Internet. This is hugely unsafe, and I want to work to…

    Read More

  • Query, Template, Actions as MVC in WordPress

    ·

    I love WordPress. I also love MVC design fundamentals. Unfortunately, these two loves of mine are at odds with one another, and that makes me sad. Here’s my simple idea to make WordPress’ built-in templating engine play nice with MVC sensibilities – everyone can win!

    Read More

  • Crowdfunding a New Year’s Goal

    ·

    After watching a few sessions of WordSesh – particularly the podcasting roundtable – I’ve decided to take another stab at podcasting. This time around I want to cover a broad range of topics, and throw in some video. I’m asking for the community’s help getting this show off the ground, and I won’t be able…

    Read More

  • To Test or Not To Test: Unit Testing and Privacy

    ·

    Determining which methods in your application needed testing used to be easy – test everything exposed by the public API. But once you invite other developers to contribute, you are exposing a whole other set of internal APIs to the team. The behavioral consistency of these methods is just as important as that of the…

    Read More

  • Linux-flavored Windows

    ·

    I use both Mac and Windows for development because I’ve managed to set up a Linux-style command environment on both. Here are some simple steps you too can follow to have the power of Linux-style commands right from the Windows command prompt.

    Read More

  • WordPress: Falling Behind or Still Leading?

    ·

    When Tumblr first appeared, everyone wanted WordPress to begin emulating its features. Then came Medium and the same cry. Then Ghost launched and again the retort sounded that “WordPress is falling behind!” But is WordPress really lagging behind the pack? I would argue otherwise.

    Read More

  • Hi jQuery, Meet Vagrant

    ·

    I use Vagrant for local development on WordPress. It made perfect sense to use it for local jQuery development, too. This weekend I put the finishing touches on a patch to add Vagrant support to the jQuery project – now you can leverage the power of this awesome tool as well!

    Read More