<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>alexking.org &#187; News</title>
	<atom:link href="http://alexking.org/blog/topic/news/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Twitter Tools 3.0 beta 1</title>
		<link>http://alexking.org/blog/2011/12/14/twitter-tools-3-0-beta-1</link>
		<comments>http://alexking.org/blog/2011/12/14/twitter-tools-3-0-beta-1#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:59:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=8173</guid>
		<description><![CDATA[I&#8217;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&#8217;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&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;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&#8217;d like to test the beta, <a href="https://github.com/crowdfavorite/wp-twitter-tools">grab it from GitHub</a>.</p>
<p>Note that this is lightly tested and there is absolutely no information in the README yet. Please contribute via pull requests in GitHub to help write the README with the information you would find useful.</p>
<p>I&#8217;m excited about the move to using Social as the platform for Twitter Tools because it fixes the user experience issues that have plagued Twitter Tools since Twitter&#8217;s move to OAuth. Read more of my bitching about this here:</p>
<ul>
<li><a href="http://alexking.org/blog/2010/06/10/twitter-tools-oauth-update">Twitter Tools OAuth Update</a> &#8211; June 10, 2010</li>
<li><a href="http://alexking.org/blog/2010/06/13/twitter-tools-and-oauth-continued">Twitter Tools and OAuth Continued</a> &#8211; June 13, 2010</li>
<li><a href="http://alexking.org/blog/2010/08/13/twitter-tools-oauth-update">Twitter Tools OAuth Update</a> &#8211; August 13, 2010</li>
<li><a href="http://alexking.org/blog/2010/08/15/twitter-tools-2-4">Twitter Tools 2.4 (OAuth Support)</a> &#8211; August 15, 2010</li>
</ul>
<p>Please open issues on GitHub for any bugs you find.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/12/14/twitter-tools-3-0-beta-1/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Social 2.0 for WordPress</title>
		<link>http://alexking.org/blog/2011/12/05/social-2-0-for-wordpress</link>
		<comments>http://alexking.org/blog/2011/12/05/social-2-0-for-wordpress#comments</comments>
		<pubDate>Mon, 05 Dec 2011 23:59:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=8102</guid>
		<description><![CDATA[I&#8217;m very excited about today&#8217;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 &#8211; a platform where we can really own our data. Social has a couple&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited about today&#8217;s release of <a href="http://wordpress.org/extend/plugins/social/">Social 2.0</a>, a WordPress plugin from <a href="http://blog.mailchimp.com/update-social-plugin-wordpress/">MailChimp</a>. 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 &#8211; a platform where we can really own our data.</p>
<p><img src="http://alexking.org/wp-content/uploads/2011/12/Screen-Shot-2011-12-05-at-4.53.56-PM-510x328.png" alt="Social Comments" width="510" height="328" class="alignnone size-medium-img wp-image-8108" /></p>
<p>Social has a couple of high level features:</p>
<ol>
<li>It enables broadcasting your WordPress content to social networks.</li>
<li>It brings back reactions from those social networks to your own site.</li>
<li>It lets people log in through social networks to comment &#8211; identity generally leads to better conversations.</li>
<li>It allows the sharing of comments on your site to social networks.</li>
<li>It does all of this without requiring you to register as a developer with the social networks and create your own apps.</li>
</ol>
<p>This sort of integration is fraught with edge cases and little gotchas. For version 2.0 we looked at what we had with 1.x, looked at our road map for Social, bit down hard and decided to do a full rewrite for 2.0.</p>
<p>The downside of the rewrite was how long it took to get 2.0 released, but by doing it now we have a much more extensible platform on which to add connections to other services (Google+, for example) and we had less to refactor than we would have had we waited.</p>
<p>Along with the full rewrite, there are a bunch of new features in 2.0. Here are a few of them:</p>
<ul>
<li>Changed the way authentication works, to improve security.</li>
<li>Added support for posting to Facebook Pages as well as profiles.</li>
<li>When someone Likes one of your broadcasts on Facebook, that is pulled in to your site.</li>
<li>New visual presentation of Retweets and Likes, so that the activity is visible but the discussion is less cluttered. We also have a smart algorithm for trying to match retweets that are not marked as such by Twitter&#8217;s API.</li>
<li>If you respond to a comment imported from Twitter on your site and broadcasting that back to Twitter, the &#8220;in reply to&#8221; thread is correctly maintained.</li>
<li>Where possible, comments on your WordPress site are threaded to match discussions that happened on social sites.</li>
<li>A new queuing system for the checking of for social reactions, along with features that should reduce (hopefully eliminate) reactions from creating duplicate comments. </li>
<li>Delayed broadcasting for future posts and comments that are held for moderation.</li>
<li>The ability to enable broadcasting by default on new posts (please use this judiciously) to selected globally authenticated accounts as well as selected personal accounts.</li>
<li>Convenience links in the admin bar and on the post list page to allow you to manually check for social reactions on a post.</li>
<li>A ton of edge case handling for things like changing from bit.ly to wp.me URLs after publishing a post, respecting private tweets, etc.</li>
</ul>
<p>I have a <a href="http://alexking.org/blog/2011/11/19/7994">few</a> <a href="http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui">good</a> <a href="http://alexking.org/blog/2011/11/29/wordcamp-orlando-2011">examples</a> to demonstrate how Social brings in comments and displays them. Unfortunately some of these were pulled in before I started running the Social 2.0 codeline so not all of the retweets, etc. are displayed as cleanly as they will be in the future.</p>
<p>Big thanks to MailChimp for their support of Social. They are not only the primary benefactor of the plugin, but they also run the service that allows WordPress to connect to Twitter and Facebook without the pain and hassle of registering as a developer and creating apps for each platform.</p>
<p>Social&#8217;s source code is <a href="https://github.com/crowdfavorite/wp-social">hosted on GitHub</a> and built in the open in the best tradition of Open Source. Pull requests, enhancements and feedback are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/12/05/social-2-0-for-wordpress/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Social 2.0 beta 3</title>
		<link>http://alexking.org/blog/2011/11/23/social-2-0-beta-3</link>
		<comments>http://alexking.org/blog/2011/11/23/social-2-0-beta-3#comments</comments>
		<pubDate>Wed, 23 Nov 2011 19:07:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=8026</guid>
		<description><![CDATA[We have been working hard on a new version of the MailChimp&#8217;s Social plugin for WordPress. We have packaged a beta version for public testing (2.0b3, currently running on this site). Download from GitHub We are hoping for a general release of version 2.0 on Monday, so please report any issues you find in the&#8230;]]></description>
			<content:encoded><![CDATA[<p>We have been working hard on a new version of the <a href="http://wordpress.org/extend/plugins/social/">MailChimp&#8217;s Social plugin for WordPress</a>. We have packaged a beta version for public testing (2.0b3, currently running on this site).</p>
<p><strong><a href="https://github.com/crowdfavorite/wp-social/tags">Download from GitHub</a></strong></p>
<p>We are hoping for a general release of version 2.0 on Monday, so please <a href="http://wordpress.org/tags/social?forum_id=10#postform">report any issues you find in the WordPress.org support forums</a>. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/11/23/social-2-0-beta-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crowd Favorite is Hiring: Technical Designer</title>
		<link>http://alexking.org/blog/2011/09/26/crowd-favorite-hiring-designer-denver-co</link>
		<comments>http://alexking.org/blog/2011/09/26/crowd-favorite-hiring-designer-denver-co#comments</comments>
		<pubDate>Mon, 26 Sep 2011 20:06:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=7393</guid>
		<description><![CDATA[Crowd Favorite is hiring! We&#8217;re looking to add a designer with good HTML and CSS chops to join our front-end team in our Denver, CO office. I&#8217;m certainly biased, but I think this is a pretty great position. You will get to: work with latest web standards work on high-profile websites conceptualize and create new&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://crowdfavorite.com">Crowd Favorite</a> is hiring! We&#8217;re looking to add a <a href="http://crowdfavorite.com/jobs/#designer">designer with good HTML and CSS chops</a> to join our front-end team in our Denver, CO office.</p>
<p><a href="http://crowdfavorite.com/jobs/#designer"><img src="http://alexking.org/wp-content/uploads/2011/02/hiring-for-ak.png" alt="Crowd Favorite is Hiring" title="Crowd Favorite is Hiring" width="252" height="206" class="aligncenter size-medium wp-image-5487" /></a></p>
<p>I&#8217;m certainly biased, but I think this is a pretty great position. You will get to:</p>
<ul>
<li>work with latest web standards</li>
<li>work on high-profile websites</li>
<li>conceptualize and create new user experiences and interfaces</li>
<li>collaborate with other talented team members on design and front-end implementation approaches</li>
<li>work with a great development team that won&#8217;t compromise design during implementation</li>
</ul>
<p>We have a fast paced environment and you&#8217;ll be working on both internal and external (client) projects. You should have the following qualities:</p>
<ul>
<li>love for a good challenge</li>
<li>love of creating usable features and championing the user&#8217;s experience</li>
<li>experience with/interest in product design</li>
<li>experience with/interest in website design</li>
<li>experience with/interest in some logo/branding work</li>
<li>experience with/interest in technical implementation using current front-end web standards</li>
</ul>
<p>We&#8217;re looking for a demanding, detail-oriented, analytical thinker. A pixel off should keep you up at night (or at least from going home until it&#8217;s fixed). A well-designed feature should be inspected from all angles to make sure it will work exactly as desired. Things like inconsistencies in animation speeds between different features on the same page should be like nails on your chalkboard.</p>
<p>You&#8217;ll be working on a variety of projects and products, many relating to WordPress (prior experience with WordPress is not a requirement). Skills and talent are more important to us than experience, but relevant experience is definitely a plus.</p>
<p>If you want an opportunity to work where everyone around you cares deeply about the quality of their work; a place where you can utilize the latest and greatest solutions and best practices; a place where you can be proud of the work you&#8217;ve done; a place that will push you and challenge you &#8211; <a href="http://crowdfavorite.com/jobs/">I want to hear from you</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/09/26/crowd-favorite-hiring-designer-denver-co/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Drafts Dropdown 2.0</title>
		<link>http://alexking.org/blog/2011/08/26/drafts-dropdown-2-0</link>
		<comments>http://alexking.org/blog/2011/08/26/drafts-dropdown-2-0#comments</comments>
		<pubDate>Fri, 26 Aug 2011 19:04:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=6948</guid>
		<description><![CDATA[I&#8217;ve released an updated version of Drafts Dropdown. This is a WordPress plugin that gives you easy access to your draft posts. A &#8220;Drafts&#8221; link is added to the admin bar. Clicking this drops down a drawer with your drafts. The new version also updates the styling, improves performance, and will make you younger, fitter&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released an updated version of <a href="http://wordpress.org/extend/plugins/drafts-dropdown/">Drafts Dropdown</a>. This is a WordPress plugin that gives you easy access to your draft posts.</p>
<p>A &#8220;Drafts&#8221; link is added to the admin bar.</p>
<p><img src="http://alexking.org/wp-content/uploads/2011/08/drafts-dropdown-1-510x243.jpg" alt="" title="drafts-dropdown-1" width="510" height="243" class="alignnone size-medium-img wp-image-6951" /></p>
<p>Clicking this drops down a drawer with your drafts.</p>
<p><img src="http://alexking.org/wp-content/uploads/2011/08/drafts-dropdown-2-510x243.jpg" alt="" title="drafts-dropdown-2" width="510" height="243" class="alignnone size-medium-img wp-image-6952" /></p>
<p>The new version also updates the styling, improves performance, and will make you younger, fitter and better looking. Enjoy!</p>
<p>Developers, we&#8217;re in the process of moving active development of our WordPress code into GitHub to encourage more community involvement. Please <a href="https://github.com/crowdfavorite/wp-drafts-dropdown">fork and contribute</a> as appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/08/26/drafts-dropdown-2-0/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress + Twitter + Facebook = Social</title>
		<link>http://alexking.org/blog/2011/08/11/wordpress-social-plugin</link>
		<comments>http://alexking.org/blog/2011/08/11/wordpress-social-plugin#comments</comments>
		<pubDate>Thu, 11 Aug 2011 22:17:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=6087</guid>
		<description><![CDATA[Social is a new WordPress plugin that makes it easier for you to connect your WordPress site to other social web networks. Download This thing is really cool, for a number of reasons. I&#8217;ll dive into those in a bit, but first head on over to the MailChimp blog to see the official release announcement.&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/social/">Social is a new WordPress plugin</a> that makes it easier for you to connect your WordPress site to other social web networks.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/6031075111/" title="Social WordPress Plugin by alexkingorg, on Flickr"><img src="http://farm7.static.flickr.com/6083/6031075111_c53c1fa963_m.jpg" width="240" height="166" alt="Social WordPress Plugin"></a></p>
<p><a href="http://wordpress.org/extend/plugins/social/">Download</a></p>
<p>This thing is really cool, for a number of reasons. I&#8217;ll dive into those in a bit, but first head on over to the MailChimp blog to see the <a href="http://blog.mailchimp.com/introducing-social-a-wordpress-plugin/">official release announcement</a>. Over there you can see the <a href="http://blog.mailchimp.com/introducing-social-a-wordpress-plugin/#comments">plugin in action</a>, pulling in Tweets and Facebook comments along with comments authenticated via Twitter and Facebook right there on the blog post.</p>
<p>This is the <a href="http://alexking.org/blog/2009/07/14/analytics-360-1-0">second opportunity</a> my <a href="http://crowdfavorite.com">Crowd Favorite</a> team and I have had to build a plugin with the great folks at <a href="http://mailchimp.com" rel="external">MailChimp</a>. They really care about putting out a stellar product for the WordPress community, and as a bonus we had the privilege of working directly with <a href="http://aarronwalter.com/">Aarron Walter</a> (user experience guru at MailChimp) who designed the comment layout in Social.</p>
<p>Ok, so on to the juicy tech details. Social has a bunch of really awesome features that allow your WordPress site to interact with the social web more easily and completely than ever. After trying to write this up a few different ways, I&#8217;m going to try to tackle them in an <a href="http://redmonk.com/tecosystems/">O&#8217;Grady</a>-style Q &amp; A.</p>
<p><strong>You mention a bunch of features, want to hit on a few to get this started?</strong></p>
<p>Sure, in no particular order:</p>
<ul>
<li>Twitter and Facebook authentication for commentors</li>
<li>Automatically pull in reactions on Facebook and Twitter as comments to your blog posts</li>
<li>Optionally broadcast posts to Twitter and Facebook</li>
<li>Per-user accounts for broadcasting</li>
<li>Customizable broadcast format</li>
<li>Easiest set-up of any Twitter/Facebook plugin for WordPress</li>
<li>A base for other social integrations with WordPress</li>
</ul>
<p><strong>That is a bunch, how did this get started?</strong></p>
<p>The MailChimp folks had some good ideas already when we first started talking about this, particularly around commenting. What you see today is very much what they had in mind, however they were also open to some of our suggestions, brought more of their own ideas along the way, and I think the result here is a great win for the WordPress community.</p>
<p><strong>Let&#8217;s talk about the commenting bit, why is this a big deal? How does it work?</strong></p>
<p>The state of blog comments has been constantly evolving with the social web. Conversations that used to happen exclusively in blog comment threads are now spread out across Twitter, Facebook and other social sites. In addition, comments have become targets for SPAM, trolls and other web undesirables.</p>
<p>Social addresses this in two ways:</p>
<ol>
<li>Searching Twitter and Facebook for reactions to your post, and importing those as comments on the post. This helps keep the conversation available right at the source, even if it happens elsewhere.</li>
<li>By offering authentication through Twitter and Facebook, you can force commentors to attach an online identity to their words. Folks seem to be a bit more civil when they can&#8217;t be anonymous.</li>
</ol>
<p><strong>Aren&#8217;t there services that pull in social web reactions already?</strong></p>
<p>Definitely, but Social is pretty smart about this. It searches for responses (and retweets) to your broadcasts, and also looks for mentions by URL on Twitter. It does it all on your own site, creating comments that you are in control of.</p>
<p><strong>You mention that Social supports broadcasting, there are lots of plugins that do this already. How is this different?</strong></p>
<p>There are a lot of plugins that do this, but Social does it in a really elegant way. I wrote Twitter Tools, one of the more popular plugins that broadcasts to Twitter. In talking with MailChimp about the feature set for Social, I outlined a bunch of enhancements that I wanted to make in the next version of Twitter Tools. Since Social needed to support broadcasting, we took all of the things I wanted to add to and improve on in Twitter Tools and instead put them right into Social.</p>
<p>Social has per-author broadcasting accounts. You can still authenticate sitewide Twitter and Facebook accounts that can be broadcast to by any author. And additionally each author can also authenticate their own accounts that only they can broadcast to.</p>
<p>A great example of this is the MailChimp blog. Social could be configured so that any author posting there can send tweets to the <a href="http://twitter.com/mailchimp">@mailchimp</a> account, while Aarron can also connect his <a href="http://twitter.com/aarron">@aarron</a> account as well. Then when he posts to the blog, he can send a tweet out to either or both accounts (on a per-post basis).</p>
<p>We also drastically improved the flexibility of what you send out in the broadcast. Twitter Tools had a hard-coded format:</p>
<blockquote><p>
  New blog post: My Post Title http://example.com/my-post-title
</p></blockquote>
<p>Social allows you to set a default format using the title, content, etc. as desired, but also gives you the chance to customize what goes out on a per-service and per-post basis. It&#8217;s really slick. You publish a post, then you&#8217;re taken to a screen that has the broadcast items ready for you to send, and you can edit them and tell them where to go.</p>
<p>The biggest improvement over Twitter Tools isn&#8217;t the broadcasting though, it&#8217;s the ease of set-up.</p>
<p><strong>Making things easy for users is always good, but how is Social different here?</strong></p>
<p>When Twitter changed a year ago to require OAuth for authentication, I said it would be a <a href="http://alexking.org/blog/2010/06/10/twitter-tools-oauth-update">Bad</a> <a href="http://alexking.org/blog/2010/06/13/twitter-tools-and-oauth-continued">Thing</a> for users of Open Source tools like Twitter Tools. The process of creating an app sucks, I&#8217;ve botched it myself. Facebook has the same requirements.</p>
<p>In discussing the features we wanted to create for Social, we kept coming back to the lousy user experience of creating apps, etc. on these sites. This is where MailChimp really stepped up to make Social a great tool for the WordPress community.</p>
<p>We told them what all of us WordPress developers had run into with the Open Source issues around OAuth secrets, and that the only real way to solve it would be to run an app as a service that could be used by Open Source tools like WordPress plugins. And when we were done explaining the situation, they said: let&#8217;s do it.</p>
<p>They have created and are hosting a secure service that connects to Twitter and Facebook on your behalf. They&#8217;ve created the app so that you don&#8217;t have to. No need to copy keys around, make sure you check the right boxes on your app set-up, etc. &#8211; all you have to do is install, add your accounts with the normal web pop-up authentication, and you&#8217;re good to go.</p>
<p><strong>So MailChimp is hosting this app for all of us for free?</strong></p>
<p>Yep, I think I already mentioned they are awesome&#8230; indeed they are.</p>
<p><strong>How is Social, to use your words, a base for other social integrations with WordPress</strong></p>
<p>Social is more than the features you see on the outside. On the inside, it is a set of libraries that can connect to the social web (via the MailChimp provided app). Other plugins can leverage this to make additional calls to these services. I previously mentioned that Social out-shines Twitter Tools for broadcasting, and it does. But Social doesn&#8217;t include the Tweet archiving, blog post from Tweet, or recent Tweets features of Twitter Tools.</p>
<p>We are putting the finishing touches on a new version of Twitter Tools that will piggy-back on Social. Social will handle the account authentication and broadcasting, Twitter Tools will do the Tweet archiving, recent Tweets, blog post from Tweets, etc. &#8211; it&#8217;s going to be a huge upgrade.</p>
<p><strong>Anything else you&#8217;d like to add here?</strong></p>
<p>We&#8217;ve already started on some new features for the next version, and we&#8217;d love to get more feedback from the community as they use the plugin. There are already some great suggestions in the comments on the MailChimp blog post that we&#8217;ll be integrating; and we&#8217;ll try to keep an eye on the WordPress support forums too.</p>
<p>I think we&#8217;ll see a few more services added in the near future as well. I&#8217;ve been lobbying for one that I want to build a little integration with myself.</p>
<hr />
<p>Fellow WordPress developers, if you&#8217;d like to extend Social please stop by and say hi at WordCamp San Francisco this weekend. I look forward to hearing your ideas and seeing how we can work together to make great things for the WordPress community.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/08/11/wordpress-social-plugin/feed</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>GUID Fix Plugin (Important for RAMP Customers)</title>
		<link>http://alexking.org/blog/2011/08/02/fix-duplicate-wordpress-guids</link>
		<comments>http://alexking.org/blog/2011/08/02/fix-duplicate-wordpress-guids#comments</comments>
		<pubDate>Tue, 02 Aug 2011 17:42:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=6051</guid>
		<description><![CDATA[Yesterday we released CF GUID-Fix, a plugin to address an issue that could cause problems for folks using our RAMP content-deployment product for WordPress (my previous post about RAMP).1 There were versions of WordPress prior to 3.1 that had a bug that caused pages and some custom post types to have non-unique GUID values. This&#8230;]]></description>
			<content:encoded><![CDATA[<p>Yesterday we released <a href="http://crowdfavorite.com/wordpress/plugins/cf-guid-fix/">CF GUID-Fix</a>, a plugin to address an issue that could cause problems for folks using our <a href="http://crowdfavorite.com/wordpress/ramp/">RAMP content-deployment product for WordPress</a> (my <a href="http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress">previous post about RAMP</a>).<sup><a href="#fn1312263200141n" id="fn1312263200141" class="footnote">1</a></sup></p>
<p>There were versions of WordPress prior to 3.1 that had a bug that caused pages and some custom post types to have non-unique GUID values. This was <a href="http://core.trac.wordpress.org/ticket/15041" rel="external">fixed in WordPress 3.1</a>, but the data has never been cleaned up. This means that pages and/or custom post types on your site that were created back in the 3.0 days may have this problem, while other pages and/or custom post type content is just fine.</p>
<p>It&#8217;s a real problem for RAMP customers because RAMP relies on GUIDs being unique. RAMP uses GUIDs to properly associate content between WordPress instances (staging and production), and to maintain relationships between posts, pages, attachments, etc. If the GUIDs are not unique, then RAMP might update the wrong page when trying to push content from staging to production. We are adding a few additional safeguards around this issue within RAMP for the next release (it will prompt you to run the GUID-Fix if needed).</p>
<p>Our CF GUID-Fix plugin will clean up this data in your database. It&#8217;s a &#8220;run-once, then delete&#8221; type of plugin.</p>
<p>This fix is crucial for RAMP customers, but it&#8217;s a good idea for everyone. GUIDs are exposed in feeds, so if your WordPress site is generating feeds that include pages or custom post types that were created in WordPress 3.0, your feeds may be invalid due to non-unique (duplicate) GUIDs for items in the feed. And any other plugins or WordPress tools that (reasonably) expect GUIDs to be unique will be pleased as well.</p>
<p>Hopefully this <a href="http://core.trac.wordpress.org/ticket/18286" rel="external">will be addressed</a> in a future WordPress release but as with anything in a project as big as WordPress, it&#8217;s never as easy as we&#8217;d all hope. You never want the cure to be worse than the disease, so moving judiciously is always the right thing to do.</p>
<ol class="footnotes">
<li id="fn1312263200141n">If you are a RAMP customer, you should have received an email with this information and more yesterday afternoon. If you didn&#8217;t receive this, please let me know. [<a href="#fn1312263200141">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/08/02/fix-duplicate-wordpress-guids/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RAMP: Easy Content Deployment for WordPress</title>
		<link>http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress</link>
		<comments>http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress#comments</comments>
		<pubDate>Wed, 20 Jul 2011 21:42:55 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5973</guid>
		<description><![CDATA[I&#8217;m very excited to introduce RAMP to the WordPress community. RAMP is a new commercial product for WordPress that makes it easy to set up your content in your staging environment, then push those changes to your live site. At Crowd Favorite we are fortunate to have some really great clients. These clients are running&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited to introduce <a href="http://crowdfavorite.com/wordpress/ramp/">RAMP</a> to the WordPress community. RAMP is a new commercial product for WordPress that makes it easy to set up your content in your staging environment, then push those changes to your live site.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5958532077/" title="RAMP - Easy Content Deployment for WordPress by alexkingorg, on Flickr"><img src="http://farm7.static.flickr.com/6024/5958532077_9432f1c57a_m.jpg" width="240" height="221" alt="RAMP - Easy Content Deployment for WordPress"></a></p>
<p>At <a href="http://crowdfavorite.com">Crowd Favorite</a> we are fortunate to have some really great clients. These clients are running some pretty big web properties on WordPress, and they need to stage their content, review it internally, revise it, etc. before they put it live. It&#8217;s a pretty universal need &#8211; we just did it on our own site as we were preparing the <a href="http://crowdfavorite.com/wordpress/ramp/">web page</a> and <a href="http://crowdfavorite.com/wordpress/ramp/docs/">documentation</a> for RAMP on our own site. This has always been difficult with WordPress, and had often resulted in SQL export/import followed by update scripts and/or manual copy-paste steps. RAMP solves this problem elegantly. You simply:</p>
<ol>
<li>Install the RAMP plugin on your staging and production servers, and enter the auth key and URL from production in the settings for your staging server.</li>
<li>Select the changes you&#8217;d like to send and save them as a batch.</li>
<li>RAMP the batch up to your production server.</li>
</ol>
<p>RAMP doesn&#8217;t just support posts and pages either; it fully supports custom post types, categories, tags, custom taxonomies, users, menus, links and more.</p>
<p><iframe width="399" height="227" src="http://www.youtube.com/embed/2E1hf_wxY_k" frameborder="0" allowfullscreen class="center"></iframe></p>
<p>We&#8217;re really proud of the underlying architecture of RAMP. We spent a long time working out just the right way to implement this type of functionality for WordPress, and I&#8217;m really pleased with the solution. We utilize core WordPress functionality and APIs, the XMLRPC layer for transport between servers, and built everything on top of an wonderfully extensible system (which uses the core WordPress hook and filter system) to allow any WordPress content to participate in a RAMP batch. We&#8217;ve already done this to <a href="http://crowdfavorite.com/wordpress/carrington-build/">Carrington Build</a>.</p>
<p>RAMP is a commercial product priced at <a href="https://crowdfavorite.com/store/">$99 per staging/production server pair</a>. This includes <a href="http://crowdfavorite.com/wordpress/ramp/documentation/">documentation</a> and support in our <a href="http://crowdfavorite.com/forums/forum/ramp">customer forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Delivereads</title>
		<link>http://alexking.org/blog/2011/05/16/delivereads</link>
		<comments>http://alexking.org/blog/2011/05/16/delivereads#comments</comments>
		<pubDate>Mon, 16 May 2011 19:01:13 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5841</guid>
		<description><![CDATA[I&#8217;ve got an idea&#8230; I love it when I get a note like this from internet superhero Dave Pell. It normally means I&#8217;m going to get a chance to help build something I&#8217;m going to love. Our latest project together is Delivereads. You may have read about it already on Daring Fireball, Gizmodo or the&#8230;]]></description>
			<content:encoded><![CDATA[<blockquote><p>I&#8217;ve got an idea&#8230;</p></blockquote>
<p>I love it when I get a note like this from internet superhero Dave Pell. It normally means I&#8217;m going to get a chance to help <a href="http://addictomatic.com/" rel="external">build</a> <a href="http://tweetagewasteland.com/" rel="external">something</a> I&#8217;m going to love.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5725465288/" title="Home Page by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2550/5725465288_ca91124540_m.jpg" width="240" height="238" alt="Home Page"></a></p>
<p>Our latest project together is <a href="http://delivereads.com" rel="external">Delivereads</a>. You may have read about it already on <a href="http://daringfireball.net/linked/2011/05/13/delivereads" rel="external">Daring Fireball</a>, <a href="http://gizmodo.com/5801865/brain+dead-simple-delivereads-beams-compelling-content-to-your-kindle-automagically" rel="external">Gizmodo</a> or the <a href="http://blog.typekit.com/2011/04/29/sites-we-like-byliner-delivereads-and-brooklyn-derby/" rel="external">TypeKit blog</a>. If you haven&#8217;t, here&#8217;s the 30 second overview:</p>
<ul>
<li>Some articles that are available online are too long to comfortably read in your browser, they&#8217;d be better to read on your Kindle.</li>
<li>Dave wanted a way to send these articles to his own Kindle, and thought that others might be interested in them as well.<sup><a href="#fn1305412897228n" id="fn1305412897228" class="footnote">1</a></sup></li>
</ul>
<p>Yep, I certainly wanted to receive Dave&#8217;s selected articles on my Kindle. The system would be pretty straightforward to create&#8230; let&#8217;s do it!</p>
<p>The basic workflow is pretty straightforward:</p>
<ol>
<li>
<p>Dave does the hard work finding the great content. When he does find something, he uses the Delivereads bookmarklet to add it to the system.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5724908841/" title="Article List by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5061/5724908841_d46d9c9e76_m.jpg" width="240" height="201" alt="Article List"></a></p>
</li>
<li>
<p>When adding the article, Dave can add commentary to it as well. This commentary will be included in the Kindle delivery.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5725465716/" title="Article View by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5081/5725465716_c9d11d031f_m.jpg" width="240" height="200" alt="Article View"></a></p>
</li>
<li>
<p>Once a good selection of articles is ready, Dave creates a delivery and selects the articles he wants to be included. These can be re-ordered as desired (using drag and drop).</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5724909219/" title="Editing a Delivery by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2515/5724909219_bd5ed4bf78_m.jpg" width="240" height="202" alt="Editing a Delivery"></a></p>
</li>
<li>
<p>Once the articles are set, the commentary has been added and everything is ready to go, there are both preview and test-run features to make sure that everything is just right. The preview allows for a quick review on the web to find any obvious issues, then the test run sends the delivery to Dave so he can proof it before it&#8217;s sent out to everyone. As we all know, there is no &#8220;unsend&#8221; button for email, so being a little careful here is important.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5725465798/" title="Viewing a Sent Delivery by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5128/5725465798_cc75a4dcfb_m.jpg" width="240" height="199" alt="Viewing a Sent Delivery"></a></p>
</li>
<li>
<p>Once everything is reviewed and ready, Dave hits the magic button and you get the deliveread on your Kindle.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5724908925/" title="Users List by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5220/5724908925_cf2ebccbb8_m.jpg" width="240" height="200" alt="Users List"></a></p>
</li>
</ol>
<p>The articles that you receive on your Kindle go through a few transformations before they are ready to send. The first step is to grab the article content. The articles are then arranged in the deliveread, along with the table of contents, commentary and various &#8220;back&#8221; links.</p>
<p>We went through a lot of revisions and tweaking to try to get the deliveread format right. What we have now is basically:</p>
<ul>
<li>Table of Contents</li>
<li>Intro with article list and commentary (your Kindle opens to this page)</li>
<li>Article 1</li>
<li>Commentary on Article 2</li>
<li>Article 2</li>
<li>Commentary on Article 3</li>
<li>Article 3</li>
<li>Unsubscribe instructions</li>
</ul>
<p>There is a link to the table of contents at the beginning and end of the article, and a link to original article on the web at the end of each article. We chose to intersperse the commentary on each article after the first article. We do this because these are long form articles and by the time you get to Article 2, you have likely forgotten the commentary from the introduction. However, the links from the introduction and the table of contents go directly to the article (skipping the interstitial commentary) since you likely have that context already. Dave and I are definitely open to feedback and suggestions that might improve the service or deliveread format, so if you have ideas please let us know.</p>
<hr />
<p>The Delivereads service is built on our <a href="http://crowdfavorite.com/workshop/">Oxygen web application platform</a>. This provides a very robust set of web application features and best practices so that when we build a web application like Delivereads we are able to focus on building the bits that are of high value instead of spending time on user management, permissions, collision detection, item revision history, etc., etc. We&#8217;ve created a wide variety of apps, services and web APIs with Oxygen and it is proving to be an excellent platform.</p>
<p>Does building a service like Delivereads sound like fun? It is! Join our team, <a href="http://crowdfavorite.com/jobs/">we&#8217;re hiring</a>! (Previous blog posts: <a href="http://alexking.org/blog/2011/05/09/hiring-sr-php-developers">PHP Web Developer</a>, <a href="http://alexking.org/blog/2011/04/28/wanted-technical-project-manager">Technical Project Manager</a>)</p>
<ol class="footnotes">
<li id="fn1305412897228n">Dave is a <em>great</em> curator of content. [<a href="#fn1305412897228">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/05/16/delivereads/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hiring: PHP Developers in Denver, CO</title>
		<link>http://alexking.org/blog/2011/05/09/hiring-sr-php-developers</link>
		<comments>http://alexking.org/blog/2011/05/09/hiring-sr-php-developers#comments</comments>
		<pubDate>Tue, 10 May 2011 03:59:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5826</guid>
		<description><![CDATA[Want a fun and challenging work environment? Want to build stuff on the cutting edge with and for WordPress? At Crowd Favorite we build cool things for the web. We get to play with the entire web stack, from back-end API architecture to advanced front-end HTML5, CSS and jQuery interfaces. We are hiring immediately for&#8230;]]></description>
			<content:encoded><![CDATA[<p>Want a fun and challenging work environment? Want to build stuff on the cutting edge with and for WordPress? At <a href="http://crowdfavorite.com">Crowd Favorite</a> we build cool things for the web. We get to play with the entire web stack, from back-end API architecture to advanced front-end HTML5, CSS and jQuery interfaces.</p>
<p class="center"><a href="http://crowdfavorite.com/jobs/#sr-dev"><img src="http://alexking.org/wp/wp-content/uploads/2011/02/hiring-for-ak.png" alt="Crowd Favorite is Hiring" title="Crowd Favorite is Hiring" width="252" height="206" class="alignnone size-full wp-image-5487" /></a></p>
<p>We are hiring immediately for <a href="http://crowdfavorite.com/jobs/#sr-dev">2 PHP developers</a> to join our team. You should have the following core qualities and experience:</p>
<ul>
<li>A love for new challenges. We are constantly taking on new projects for high profile clients, building new integrations, and pushing the limits of what can be done with WordPress.</li>
<li>A desire to work in a developer-centric environment.</li>
<li>A solid knowledge of general web architecture, PHP, JavaScript and some decent HTML and CSS chops.</li>
<li>A self-starter who loves taking ownership of projects.</li>
<li>Experience working in a team environment and a desire to do so.</li>
<li>High standards and willingness to always adhere to our &#8220;don&#8217;t ship crap&#8221; policy.</li>
<li>A willingness to be open and honest about bugs and mistakes.</li>
</ul>
<p> This position is available immediately in our Denver office, and we are only considering local candidates<sup><a href="#fn1303977863426n" id="fn1303977863426" class="footnote">1</a></sup> at this time.</p>
<p>All of this sound good? I hope so, and I look forward to hearing from you.</p>
<ol class="footnotes">
<li id="fn1303977863426n">We are willing to consider candidates who wish to relocate to Denver. [<a href="#fn1303977863426">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/05/09/hiring-sr-php-developers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wanted: Technical Project Manager</title>
		<link>http://alexking.org/blog/2011/04/28/wanted-technical-project-manager</link>
		<comments>http://alexking.org/blog/2011/04/28/wanted-technical-project-manager#comments</comments>
		<pubDate>Thu, 28 Apr 2011 17:42:44 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5682</guid>
		<description><![CDATA[I&#8217;m looking for a bright, motivated individual to join our team as a project manager. At Crowd Favorite we build cool things for the web. You will join us to enjoy the privilege of working with great clients and a sharp and dedicated team on fun and challenging projects. The project manager position is a&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking for a bright, motivated individual to join our team as a <a href="http://crowdfavorite.com/jobs/#pm">project manager</a>.</p>
<p>At <a href="http://crowdfavorite.com">Crowd Favorite</a> we build cool things for the web. You will join us to enjoy the privilege of working with great clients and a sharp and dedicated team on fun and challenging projects.</p>
<p class="center"><a href="http://crowdfavorite.com/jobs/#pm"><img src="http://alexking.org/wp-content/uploads/2011/02/hiring-for-ak.png" alt="Crowd Favorite is Hiring" title="Crowd Favorite is Hiring" width="252" height="206" class="alignnone size-full wp-image-5487" /></a></p>
<p>The project manager position is a management role &#8211; but we have a very flat structure and a collaborative team atmosphere. You will be coordinating with clients to understand their project requirements and to provide ideas and suggestions as to how projects can be improved. At the same time you will coordinate our internal resources to produce top quality work on time. You&#8217;ll do all of this while managing expectations on both sides to keep things running smoothly. It&#8217;s a challenging role, but you&#8217;ll have the support of a talented and experienced team that can really deliver for you.</p>
<p>You should have the following core qualities and experience:</p>
<ul>
<li>The ability to &#8220;get things&#8221; quickly. This isn&#8217;t a place for the complacent. We enjoy the chance to play with new technology and are always taking on new challenges.</li>
<li>The desire to organize and manage and a willingness to juggle. Each project has its own unique path with challenges that arise throughout. The project manager has key responsibility throughout the project&#8217;s entire life cycle.</li>
<li>A general understanding of how web technologies work and interact. We build things from the ground up, we customize, we integrate. You&#8217;ll learn something new on each project, but there has to be a solid base to start from.</li>
<li>A willingness to make decisions, even if they end up being mistakes. Mistakes happen, it&#8217;s how we learn. The key is to make them with good intentions and to always make new ones.</li>
<li>Excellent communication skills (written and verbal) and an understanding of nuance.</li>
<li>High standards and a willingness to stand up and say so if you believe standards aren&#8217;t being met.</li>
<li>You do <em>not</em> need to have prior project management experience.</li>
</ul>
<p> This position is available immediately in our Denver office, and we are only considering local candidates<sup><a href="#fn1303977863426n" id="fn1303977863426" class="footnote">1</a></sup> at this time.</p>
<p>All of this sound good? I hope so, and I look forward to hearing from you.</p>
<ol class="footnotes">
<li id="fn1303977863426n">We are willing to consider candidates who wish to relocate to Denver. [<a href="#fn1303977863426">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/04/28/wanted-technical-project-manager/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SxSW WordPress Business Panel Audio</title>
		<link>http://alexking.org/blog/2011/03/23/sxsw-wordpress-panel-audio</link>
		<comments>http://alexking.org/blog/2011/03/23/sxsw-wordpress-panel-audio#comments</comments>
		<pubDate>Wed, 23 Mar 2011 20:15:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5659</guid>
		<description><![CDATA[The audio is now online from the WordPress business panel I participated in at SxSW 2011.1 I talk quite a bit about Crowd Favorite and running a WordPress development business in the first 15 minutes or so, then chime in here and there throughout the rest of the hour. My thanks to Shane for putting&#8230;]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://schedule.sxsw.com/events/event_IAP6179" rel="external">audio is now online</a> from the WordPress business panel I participated in at SxSW 2011.<sup><a href="#fn1300861652317n" id="fn1300861652317" class="footnote">1</a></sup></p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5530868729/in/set-72157626152209101/" title="Paneling by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5294/5530876479_df52877b57_m.jpg" width="240" height="160" alt="Paneling" /></a></p>
<p>I talk quite a bit about <a href="http://crowdfavorite.com">Crowd Favorite</a> and running a WordPress development business in the first 15 minutes or so, then chime in here and there throughout the rest of the hour.</p>
<p>My thanks to <a href="http://shanepearlman.com/" rel="external">Shane</a> for putting together a great panel and doing a fantastic job as the moderator, and to my fellow panelists <a href="http://blog.epicerastudio.com/about/" rel="external">Brandon</a> and <a href="http://www.remarkable-communication.com/about/" rel="external">Sonia</a> for their great contributions to the panel and making it a fun experience (and hopefully interesting to the audience).</p>
<ol class="footnotes">
<li id="fn1300861652317n">The <a href="http://audio.sxsw.com/2011/podcasts/MakingMoneyWithWordpress.mp3" rel="external">direct MP3 download</a> is also available. [<a href="#fn1300861652317">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/03/23/sxsw-wordpress-panel-audio/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://audio.sxsw.com/2011/podcasts/MakingMoneyWithWordpress.mp3" length="29480750" type="audio/mpeg" />
		</item>
		<item>
		<title>Carrington Build and Business Theme 1.1.1</title>
		<link>http://alexking.org/blog/2011/03/22/carrington-build-and-business-theme-1-1-1</link>
		<comments>http://alexking.org/blog/2011/03/22/carrington-build-and-business-theme-1-1-1#comments</comments>
		<pubDate>Tue, 22 Mar 2011 21:50:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5657</guid>
		<description><![CDATA[Sadly we weren&#8217;t able to avoid the .1 release for Carrington Build and the Carrington Business theme this time around. Version 1.1.1 is now available for each, fixing a variety of minor issues and cleaning up a few of the new features. As this does fix some bugs, it is a recommended upgrade for all&#8230;]]></description>
			<content:encoded><![CDATA[<p>Sadly we weren&#8217;t able to avoid the .1 release for <a href="http://crowdfavorite.com/wordpress/carrington-build/">Carrington Build</a> and the <a href="http://crowdfavorite.com/wordpress/themes/carrington-business/" rel="external">Carrington Business</a> theme this time around. Version 1.1.1 is now available for each, fixing a variety of minor issues and cleaning up a few of the new features.</p>
<p>As this does fix some bugs, it is a recommended upgrade for all users. As long as your customizations have been made in a child theme, they should be retained in the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/03/22/carrington-build-and-business-theme-1-1-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carrington Build 1.1 &amp; Carrington Business 1.1 Released</title>
		<link>http://alexking.org/blog/2011/03/11/carrington-build-business-1-1</link>
		<comments>http://alexking.org/blog/2011/03/11/carrington-build-business-1-1#comments</comments>
		<pubDate>Fri, 11 Mar 2011 20:50:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5608</guid>
		<description><![CDATA[I&#8217;m very pleased to announce that we have released version 1.1 of Carrington Build and our Carrington Business theme for WordPress. Carrington Build is our drag and drop layout tool for WordPress themes, it is included in our Carrington Business theme. Carrington Build has been a great product for us. We&#8217;re building bigger and bigger&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very pleased to announce that we have released version 1.1 of <a href="http://crowdfavorite.com/wordpress/carrington-build/" rel="external">Carrington Build</a> and our <a href="http://crowdfavorite.com/wordpress/themes/carrington-business/">Carrington Business theme</a> for WordPress. Carrington Build is our drag and drop layout tool for WordPress themes, it is included in our Carrington Business theme.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5518281630/" title="Carrington Business 1.1 by alexkingorg, on Flickr"><img src="http://farm6.static.flickr.com/5216/5518281630_379e9c8f01_m.jpg" width="240" height="148" alt="Carrington Business 1.1" /></a></p>
<p>Carrington Build has been a great product for us. We&#8217;re building bigger and bigger sites with it, and we&#8217;ve seen it work just like we anticipated: we&#8217;ve given our clients the power to manage their own sites, including sophisticated design and layout changes.</p>
<p>We have made a bunch of improvements in Carrington Build since our 1.0 release. Here is a short list of some of the changes and enhancements in the new release:</p>
<ul>
<li>Added a carousel module.</li>
<li>Created an extension framework to the WordPress revision system and implemented it in Build so that Build pages have all of their custom layout data saved within the WordPress revision system. This framework will actually be released as a public plugin soon on wordpress.org.</li>
<li>Enhance the Loop module to support custom post types, taxonomies, etc. and add feature to allow it to be used in order to create multi-column lists of items.</li>
<li>WordPress 3.1 compatibility.</li>
<li>Lost of misc. changes and bug fixes.</li>
<li>We&#8217;ve posted our <a href="http://crowdfavorite.com/news/2011/03/carrington-build-and-carrington-business-theme-versions-1-1-released/">QA checklist for Build</a> in our news release, in case you&#8217;re interested in seeing what we run through on every release candidate.</li>
</ul>
<p>This is just a sampling, the full changelog (included in the download) is about 75 items long. And we&#8217;ve got a bunch more stuff we&#8217;re excited about for the next version.</p>
<p>Check it out, I hope you like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/03/11/carrington-build-business-1-1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speaking About WordPress at SxSWi</title>
		<link>http://alexking.org/blog/2011/03/09/speaking-about-wordpress-at-sxswi</link>
		<comments>http://alexking.org/blog/2011/03/09/speaking-about-wordpress-at-sxswi#comments</comments>
		<pubDate>Wed, 09 Mar 2011 19:30:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=5577</guid>
		<description><![CDATA[At SxSWi this year I&#8217;ll be joining Shane Pearlman, Brandon Jones and Sonia Simone on a panel entitled Making Money with WordPress (Without Working at Automattic).1 We&#8217;ll be on stage bright and early at 9:30am on Sunday. Get coffee on the way. I think it will be a pretty interesting discussion. We&#8217;ve got the major&#8230;]]></description>
			<content:encoded><![CDATA[<p>At SxSWi this year I&#8217;ll be joining <a href="http://shanepearlman.com/" rel="external">Shane Pearlman</a>, <a href="http://blog.epicerastudio.com/about/" rel="external">Brandon Jones</a> and <a href="http://www.remarkable-communication.com/about/" rel="external">Sonia Simone</a> on a panel entitled <a href="http://lanyrd.com/2011/sxsw/scbbc/" rel="external">Making Money with WordPress (Without Working at Automattic)</a>.<sup><a href="#fn1299654342318n" id="fn1299654342318" class="footnote">1</a></sup></p>
<p class="center"><a href="http://schedule.sxsw.com/events/event_IAP6179"><img src="http://img.sxsw.com/2011/logos/I_SeeMe.png" alt="See me at SxSW" /></a></p>
<p>We&#8217;ll be on stage bright and early at 9:30am on Sunday. Get coffee on the way.</p>
<p>I think it will be a pretty interesting discussion. We&#8217;ve got the major WordPress revenue streams (products, services, content) well covered, and each of us has a unique viewpoint on the WordPress community, ecosystem and marketplace.</p>
<p>I expect to be talking primarily about my experience working with large engagements and building the team and complimentary services (<a href="http://backupmoxie.com">BackupMoxie</a>, <a href="http://cloudmoxie.com">CloudMoxie</a>) at <a href="http://crowdfavorite.com">Crowd Favorite</a> along with some lessons learned from my <a href="http://wphelpcenter.com">WordPress HelpCenter</a> experiment. But it&#8217;s a panel, so really the discussion could go anywhere. And that&#8217;s why it&#8217;s fun! <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you&#8217;d like to meet up at SxSW, please <a href="http://alexking.org/contact">get in touch</a>.</p>
<ol class="footnotes">
<li id="fn1299654342318n">My thanks to Shane for doing all the hard work and inviting me to participate. [<a href="#fn1299654342318">back</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2011/03/09/speaking-about-wordpress-at-sxswi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.485 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 18:31:17 -->
<!-- Compression = gzip -->
