2014

  • Does “The Fold” Still Matter

    ·

    Does “the fold” still matter, or is this an outdated concept left over from the days of print media? In many ways, the answer is “no” because the web is a very different place than print. But in some ways, the answer is also a resounding “yes!”

    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

  • How to Blog More in 2014

    ·

    Earlier this week, I had the opportunity to chat with some incredible people around the WP Watercooler. We were talking about strategies for writing/blogging more in 2014, and I wanted to further explain one strategy I particularly enjoy (and plan to implement this year).

    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