WordPress Archives

  1. Social 2.5 Sketches

    Broadcast sketch

    I’ve already professed my love for Paper1, and one of my primary usages is for wireframing UX models. I used it for a few of the improvments we added in Social 2.5, and thought it might be fun to share a couple of them here. One of the biggest changes we made was an overhaul…

  2. Social 2.5

    banner-772x250

    I’m very pleased to share version 2.5 of Social with you. Brought to you by our good friends at MailChimp (see their blog post), Social is a WordPress plugin that connects your WordPress site to Twitter and Facebook in really interesting ways. Here are the high level bullet points: easily connect your Twitter and Facebook…

  3. Social 2.5 beta 2

    We’re just about ready to put a bow on version 2.5 of Social. If you’d like to test the second beta release, grab it from GitHub. Social is a plugin that allows you to maintain a centralized conversation on your site, while also participating in conversations on Facebook and Twitter.

  4. WP App Store

    Crowd Favorite Themes

    Congratulations to Brad on today’s launch of WP App Store. I’m very pleased to see this come to life. It’s an idea we toyed around with several years ago, but decided not to pull the trigger on – I hope it’s a huge success. We’ve put our FavePersonal and FaveBusiness themes along with our RAMP…

  5. RAMP v1.0.4 Released

    We pushed out an update to RAMP today, our WordPress plugin that makes it easy for you to stage content for review in one environment, then push it to your production server once it’s ready to go. As the version number indicates, this release is primarily to deliver a few bug fixes. Here is a…

  6. Cart66 Vulnerability Follow-up

    Cart66 released a new version this morning, addressing the vulnerability I posted about yesterday. A one-day turn-around to address a security issue is excellent (even if the stink from 9 months of inattention hasn’t fully dissipated yet). I’m disappointed I had to resort to a public warning to get action but glad that action was…

  7. Warning: Cart66 Vulnerability

    UPDATE: Please see this follow-up post. Last summer we were working on an e-commerce site that integrated Cart66 with WordPress. As part of the development effort there, my team at Crowd Favorite discovered a vulnerability in Cart66. We reported this to the Cart 66 team on July 11, 2011 and received the following response on…

  8. Streamline FavePersonal with a Child Theme

    We’ve just released version 1.0.1 of FavePersonal, which has a few minor updates. There’s one in particular that I think will be particularly useful: we’ve added a link to download a the style.css file you need to create a child theme (with your currently selected colors) from the Theme Settings page in FavePersonal. While I’m…

  9. FavePersonal: Colors

    FavePersonal Color Settings

    One of the most fun features of FavePersonal is experimenting with different color palettes. We’ve made it easy to experiment with different colors and find a set that makes your site feel like it’s your own. No need to fiddle through dozens of color pickers, you can choose from full color palettes, preview them, and…

  10. Announcing FavePersonal

    FavePersonal Screenshot

    I’m very proud to announce the launch of FavePersonal; a WordPress theme designed for personal websites. I have been using (and building and testing) FavePersonal on this site since August of last year and I am very pleased with what we’ve created. The features for FavePersonal were driven by my goals for version three of…

  11. Sparrow for iPhone: Simple Failure

    I’ve been excited to try Sparrow on my iPhone since I saw it announced last year. I haven’t been a fan of the desktop app as I’m so hopelessly dependent on MsgFiler with Mail.app to support my email workflow, but I was hoping that Sparrow on the iPhone would be an improvement over the included…

  12. Carrington Themes on GitHub

    As part of our move to Git, we now host our WordPress code on GitHub. Carrington Core was moved over a while ago and I finally finished migrating the rest of the themes from their old home on Google Code. The themes are being renamed: Carrington Blog is becoming FaveBlog Carrington Text is becoming FaveText…

  13. Git Submodules are not SVN Externals

    One of the biggest hurdles I had to get past in order to use Git efficiently was getting my head around the differences between SVN’s externals and Git’s submodules. Since our migration from SVN to Git, I’ve seen other folks on our team working through the same hiccups I had initially. I thought the following…

  14. SVN to Git Migration

    A couple of weeks ago we shut down the Crowd Favorite office for a day and a half to do a migration from SVN to Git. This was not a small undertaking. We had nearly five years of code in a single SVN repository that was then broken out into literally hundreds of Git repositories.…

  15. http_build_query() Separator Tip

    I ran into an interesting “bug” in Twitter Tools last night that I traced back to http_build_query(). I expected that the query strings generated by this function used & as a separator for the key=value pairs, but on one of our test servers, the separator being used was &. This is a php.ini config setting,…

  16. Twitter Tools 3.0 beta 2

    I’ve packaged beta 2 of the next generation version of Twitter Tools. Version 3.0 is a ground-up rewrite on top of the Social platform, with a few features included for backward compatibility. If you’d like to test the beta, grab it from GitHub. This version fixes several bugs that were found in our QA process,…

  17. WP_Query by “Standard” Post Format

    When using WordPress post formats, you’ll quickly start looking for a way to query WordPress content by the “standard” post format. This Trac ticket seeks to work on solving this. The implementation there handles URL-based requests: http://example.com/type/standard/ quite nicely. However the code in that patch doesn’t (yet) handle direct WP_Query calls. I was hacking on…

  18. WordPress Core Contributions

    WordPress Hoodie

    At today’s team meeting, the Crowd Favorite folks who contributed to the WordPress 3.3 release (including me!) received goodies. I hope to dole out a few more for the 3.4 release. Related: If one of your 2012 resolutions is to contribute to core WordPress code development, please read this post: wp.me/pbNCB-ui — WordPress(@WordPress) January 5,…

  19. Popularity Contest is Dead (and on GitHub)

    I wrote the Popularity Contest plugin for WordPress back in May of 2005. It had a good run, but that run is over. We are no longer developing or supporting Popularity Contest, and I recommend letting it rest peacefully. Why? It does too much, and too little at the same time. It does too much.…

  20. A Couple of Core Submissions

    Just created tickets in Trac for 2 potential core features: Improved admin UI for Post Formats, with fallbacks (as previously discussed) A post stack switch/restore implementation (useful for developers) Already some good feedback on the latter.

  21. WordPress Plugins and Symlinks

    If you’re doing serious development for WordPress you will quickly find yourself in a situation where you need to test a plugin in multiple installations. Using symlinks is a great way to make sure that you don’t end up editing in multiple locations, perhaps forgetting to commit a change, etc. However, there are some headaches…

  22. Twitter Tools 3.0 beta 1

    I’ve been working for a while on a version of Twitter Tools that extends Social. Version 3.0 is a ground-up rewrite, with a few features included for backward compatibility. If you’d like to test the beta, grab it from GitHub. Note that this is lightly tested and there is absolutely no information in the README…

  23. WordPress 3.3 – Time to Upgrade

    My upgrade to WordPress 3.3 was a simple svn switch command – everything just worked. The level of polish in the admin has really been stepped up in the last few releases. Hats off to all the folks doing great work there. I’m probably most pleased that my media size patch was accepted; I think…

  24. Social 2.0 for WordPress

    Social Comments

    I’m very excited about today’s release of Social 2.0, a WordPress plugin from MailChimp. This is perhaps my favorite WordPress plugin; it is complex and ambitious, but I love the way it helps build a bridge between social networks and WordPress – a platform where we can really own our data. Social has a couple…

  25. WordCamp Orlando 2011

    I’m looking forward to attending WordCamp Orlando with Devin this weekend. Looks like there is a great schedule in place and I’m looking forward to catching up with fellow developers and hanging out with our friends at Voce. I’ll be helping out at the Happiness Bar at 9:30am if anyone wants to say hello or…