Announcing Hexagone

2015 will be a transformative year for language support in WordPress. The majority of new WordPress installs are now in languages other than English. New APIs are in the works for wordpress.org which should make translation easier, and new features in WordPress core will add better support for those languages. But what I’m really excited for is the eco-system in those other languages to grow.

Matt Mullenweg alluded to this at WordCamp Europe, “Personally, I am far and away most excited about the internationalization improvements, because the fact that WordPress has that many users at all in these other languages where there’s not very much documentation, no plugins, very few themes, it’s kind of amazing.”

Which brings me to a new project I’ve been working on with a partner based in France… Continue reading

Theme Process: Cascade

I released a new version of the Cascade theme with DevPress a few weeks ago, and I thought it would be worth writing about the process.

cascade

I learn a few new lessons with every new theme I build. This one was especially interesting because I was able to study the existing codebase, analyze all the choices that had been made by the previous author, and also learn a few new good tricks. Continue reading

Selling Digital Products with WordPress

I just launched a new business with Fx Benard this week. It’s called “Hexagone“, and we’re focused on WordPress products and support for a French-speaking audience.

Although I’ve been selling products through WordPress for over three years, this project was really fun because it gave me the opportunity to rethink all the services and infrastructure involved and build something new from scratch.

It’s clear that WordPress has grown into an excellent platform for launching a digital products based business. I thought it would be worth sharing some of the great tools, products and services we relied on to get the job done for those interesting in launching a similar type of business. Continue reading

Anders Norén

Anders Norén is one of the most prolific theme developers I know of. In 2014 he released a total of 8 themes into the WordPress.org repository- all of which are excellent. A total of 4 made the Tavern’s top 15 free themes of 2014.

If that wasn’t enough, Anders announced a brand new one this morning:

As with any great theme, I really like the attention to small design details. For instance, look at all the subtle icons and design that went into a simple author comment:

comment Continue reading

Open Source Immune System

I recently listened to an interview with Tom Dale, one of the developers who helped create Ember. He was comparing Angular, which is maintained primarily by developers at Google, and Ember, which has a smaller and more diverse group of contributors behind it.

I thought this remark was interesting and also applies to the WordPress world:

“I think of open source project as an organism. An organism has an immune system and the best thing you can do for the immune system of your project is to diversify as fast as your can.

This includes valuing contributors who are not just code writers. It includes valuing people who write documentation, valuing people who work on infrastructure, valuing people who run events and organize meet-ups in the real world.”

Tom Dale

From TalkShopShow Episode #147.

Using Mandrill for WordPress Email

WordPress sends e-mail notifications for a number of different reasons. New user registration, password resets, and comment notifications are the common defaults.

Plugins also tap into the e-mail system too, especially for extensions that add contact forms, e-commerce or subscription functionality.

logout-mandrill

If e-mail is integral to your WordPress site, you might want to consider using Mandrill (a service by the folks behind MailChimp) rather than the default WordPress mail system. If your server doesn’t allow mail scripts or have a mail server, this might even be essential (and an alternative to running it through SMTP using a plugin like this). Continue reading

Measuring Site Speed

Fast load times are incredibly important for website users. Unfortunately, it’s an overlooked feature on most WordPress sites.

Themes and plugins aren’t necessarily optimized for performance, and it can be difficult to determine how plugin and design choices affect the overall page speed.

But, if we start to measure it, we can start to optimize for it. When I do site performance audits for clients I primarily use two tools to evaluate page speed. The browser developer tools (Chrome) and the “Site Speed” report in Google Analytics.

Pingdom also offers a nice visual waterfall of page speed timings (similar to the “Network” tab in most browser developer tools), and Google Insights can give good general suggestions. Continue reading