WordPress is great because it makes it extremely easy for people to tell their story. A big part of what we do on the Voce Platforms Team is enable clients use WordPress to tell their stories their way. This more often than not results in a lot of custom development, but ultimately frees our clients [...]
Digg ThisFiled in Voce Platform Services, WordPress
As mentioned a few weeks ago, two of Voce’s Platforms Services team, Sean O’Shaugnessy and I put on a presentation on WordPress caching at WordCamp Boulder, a talk that’s now online via WordPress.tv if you weren’t able to attend but want to hear what we had to say. Our talk on improving WordPress performance through [...]
Digg ThisFiled in Voce People, Voce Platform Services, WordPress
I made the switch to WordPress from Drupal seven months ago and I don’t ever think I’ll go back. WordPress’ speed of development, template tags and elegant admin user interface would be to hard to give up. But as I have worked more with WordPress I’ve found there are some features from Drupal that would [...]
Digg ThisFiled in Usability, Voce Platform Services, WordPress
Sean and I were pleased to have the opportunity to give a talk on WordPress caching at WordCamp Boulder last weekend. I gave an intro to the two types of caching in WordPress along with tips for developers and Sean showed the results of caching through benchmarking a test installation of one of our client’s [...]
Digg ThisFiled in WordPress
Once theSphinx server is setup, we can begin with WordPress integration. The first thing we need to do capture the override the query_vars in WP_Query before it runs it’s own search. We’ll do this by running an action on ‘parse_query’ with the code below. function my_parse_query(&$wp_query) { if($wp_query->is_search && class_exists(’SphinxClient’)) { $results [...]
Digg ThisFiled in Development, Programming, Search, WordPress
Sphinx is a powerful open source SQL full-text search engine. It runs as a single process in the background, and can be connected to over a specified IP and port. It supports weighted ranking of search results, different search matching modes (all words in the query, any words in the query, exact phrase), and filtering [...]
Digg ThisFiled in Development, Programming, Search, WordPress
For all of the advancements in web design and development, one problem has remained: the inability to easily incorporate real fonts into websites. It’s frustrating for designers because they want to make a visually inspiring site and don’t want to be shackled by the ‘web-friendly’ fonts such as Arial, Verdana, Times New Roman, Courier, Comic [...]
Digg ThisFiled in CSS, Design, Development, WordPress
WordCamp Boulder is coming upon July 10. We’ll be there not only attending the sessions, but Chris and Sean will be giving a talk on caching with WordPress. Here’s a brief description of the session: As a WordPress site owner you want your WordPress site to be fast, use less server resources, and be able [...]
Digg ThisFiled in Voce Platform Services, WordPress
So, it’s no secret that the Sony PlayStation Blog is one of our banner WordPress projects here. They’re great partners and have embraced the platform allowing us to do things like contribute plugins developed for the site back to the WordPress developer community. I’m excited to give a few details about one of our newest [...]
Digg ThisFiled in Voce Platform Services, WordPress
Sometimes when upgrading to a new version of WordPress (WordPress 3.0 is out today by the way) it can cause your site to break. This is usually caused by one or more plugins being incompatible with the new version. To fix it, follow these simple steps: Connect to the server via ftp or ssh Rename [...]
Digg ThisFiled in WordPress