Hot damn! Our biggest ever sale is almost over. Ends Sunday. Save up to 50% now.

Archive of posts with the From the workshop topic

Why we don’t use a CDN: A story about SPDY and SSL

By on February 5, 2014

Fast scooter blurred

Last week we moved to a new SSL everywhere setup for this website. We were really excited to implement SSL across the board, but nervous about the impact on site performance. Therefore, we made it priority to focus on performance during the transition. Using a CDN (content delivery network) for the new site was a forgone conclusion, as we assumed it would help us speed things up. But, after testing with a few different CDNs, we uncovered some surprising results.

Read more

Year end WordPress checklist

By team on December 24, 2013

WordPress checklist

‘Tis the season for a WordPress checklist. Here’s three ideas for optimizing your WordPress website as the year comes to a close.

Read more

Why you should use a WordPress starter theme

By team on December 20, 2013

The Underscores WordPress starter theme banner.

Imagine you’re looking to build a brand new car from scratch. Sounds pretty intimidating right? Now imagine that one of the best car companies in the world is giving you a free “starter” car. They’ve built the car using years of practice and experience. It’s a fully functioning car, it just doesn’t have any design or colors applied to it. You need to paint it and make some configuration choices.

A WordPress starter theme is exactly like that car. It’s a fully functional WordPress theme that just needs to be styled and configured. When I began designing our first WordPress templates way back in 2008 there wasn’t much to help in the early stages of the process. You usually just started from scratch or converted some HTML to WordPress. That’s all changed with the advent of WordPress starter themes.

Read more

Backbone.js and Collections: Plugin compatibility

By on December 2, 2013

Ensuring plugin compatibility within the Single Page Application in Collections was a major challenge. In this post, I will discuss some of the measures we took to increase the probability of plugin compatibility in Collections.

Read more

Backbone.js and Collections: Routers

By on November 26, 2013

The biggest challenge with building a Backbone.js powered theme for WordPress was handling routing. This post will explore those struggles and outline the solution used in Collections.

Read more

To save or not to save: WordPress plugin data

By team on October 16, 2013

If you look at the best practices expounded by most WordPress professionals, you’ll find one related to plugins that goes something like this: when a plugin is deleted, it should remove all traces of itself. No meta data, no extra tables, nothing.

This approach sounds great and it feels downright refreshing to any seasoned WordPress developer. It’s clean, and it respects the existing plugin system, which follows this two-step logic:

  • When you deactivate a plugin, nothing is removed, but the plugin is disabled.
  • When you delete a plugin, you get a confirmation screen, and then everything is removed.

Easy right? If you’re thinking about maybe using a plugin again later, you should just deactivate it. If you never plan to use it again, you should just delete it.

The big problem: Most WordPress users have no idea about these subtleties, nor are they 100% sure if they’re going to use a plugin again. The even bigger problem: Removing certain plugin data can have disastrous consequences. If someone has used a plugin extensively to set up their site, deletes it for any multitude of reasons, and then re-installs it, everything is gone.

Read more

Backbone.js and Collections: Structure

By on September 10, 2013

Earlier this summer, we launched Collections, the first WordPress theme that we know of that leverages Backbone.js to add single page application (SPA) experiences (e.g., load new content without a full page refresh) in the theme. Now that the theme is in the wild, I would like to share some of our experiences building the theme through a series of posts about Collections. These posts will specifically emphasize the integration of Backbone.js into the theme.

At the outset, we decided that the SPA features would follow the progressive enhancement philosophy. First and foremost, we wanted to build a solid WordPress theme. Then, we wanted to make it special by adding SPA features on top of it (e.g., fast page loading, transition animations). Fortunately, this approach paid off as we were able to create a WordPress theme that did not need to compromise WordPress standards in order to implement SPA features.

Read more

Don’t let process kill creativity

By team on April 12, 2013

I’ve been on the soapbox over here at The Theme Foundry lately discouraging too much “process” while we’re designing and building a new WordPress theme. What do I mean by process? I’m defining process as the steps you take to get from point A to point B. In a traditional agency environment this might take the form of: client meeting, client pitch, wireframes, Photoshop mock-ups, site delivery.

Read more

Twenty Twelve: Live demo

By team on July 6, 2012

Screenshot of the Twenty Twelve WordPress theme

Working on the new default WordPress theme, Twenty Twelve, has been a very special, exciting, and humbling experience. We got off to a slow start earlier this year, but the pace has picked up significantly since then, and we’re now preparing to move the codebase back into WordPress core.

Live demo

We have a live demo of Twenty Twelve hosted over on WordPress.com!

Twenty Twelve isn’t finished yet, but all the major styling is complete. The goal was to design a clean, minimal, and responsive theme, with a focus on typography and readability. I think we met that goal and I’m really happy with where we are right now. Take it for a spin and let us know what you think.

Read more