<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"
>

<channel>
	<title>WPCandy</title>
	<atom:link href="http://wpcandy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpcandy.com</link>
	<description>A blog all about WordPress. Yes, we&#039;re a bit meta.</description>
	<lastBuildDate>Mon, 21 Dec 2015 16:45:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.18</generator>
<!-- podcast_generator="Blubrry PowerPress/7.2" mode="advanced" feedslug="feed" Blubrry PowerPress Podcasting plugin for WordPress (https://www.blubrry.com/powerpress/) -->
	<itunes:summary>A blog all about WordPress. Yes, we&#039;re a bit meta.</itunes:summary>
	<itunes:author>WPCandy.com</itunes:author>
	<itunes:image href="http://wpcandy.com/wp-content/uploads/2012/11/wplatenight-itunes.png" />
	<itunes:subtitle>A blog all about WordPress. Yes, we&#039;re a bit meta.</itunes:subtitle>
	<image>
		<title>WPCandy</title>
		<url>http://wpcandy.com/wp-content/uploads/2012/11/wplatenight-itunes.png</url>
		<link>http://wpcandy.com</link>
	</image>
<site xmlns="com-wordpress:feed-additions:1">26028326</site>	<item>
		<title>It&#8217;s hard to beat fourteen files and an image folder</title>
		<link>http://wpcandy.com/thinks/fourteen-files-and-an-image-folder/</link>
		<comments>http://wpcandy.com/thinks/fourteen-files-and-an-image-folder/#comments</comments>
		<pubDate>Wed, 10 Jul 2013 22:56:31 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42536</guid>
		<description><![CDATA[<p>Sometimes I think theme frameworks just aren&#8217;t a good thing for the end user. When it comes to the experience with the least friction, the most welcoming to a new user, and the least technically complex, I just don&#8217;t see anything beating a simple theme folder with a handful of template files and an image folder. [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42536">It's hard to beat fourteen files and an image folder</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/thinks/fourteen-files-and-an-image-folder/">It&#8217;s hard to beat fourteen files and an image folder</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Sometimes I think theme frameworks just aren&#8217;t a good thing for the end user.</p>
<p>When it comes to the experience with the least friction, the most welcoming to a new user, and the least technically complex, I just don&#8217;t see anything beating a simple theme folder with a handful of template files and an image folder. Whether you&#8217;re adding something to the theme or just poking around a bit to see what your site&#8217;s theme is doing in there, it&#8217;s awesome to be able to open up a file called <code>header.php</code> that is, you know, actually representative of your theme&#8217;s header.</p>
<p><span id="more-42536"></span></p>
<h3>Not all bad, of course</h3>
<p>I’m not saying that I think theme frameworks are bad. They aren&#8217;t, at all. But, you have to admit that the mindset they come from is one that&#8217;s focused on developers first &#8212; even very slightly first &#8212; and users second.</p>
<p>Frameworks make development faster and simpler in many cases, but if the end product isn&#8217;t a handful of template files in one folder it&#8217;s really not best for users.</p>
<p>Heck, I&#8217;ve used frameworks quite a bit. I actually really like a lot of things about Genesis, for instance, and don’t mind working on projects where it’s the required framework. It works great for me in a lot of ways. But I can’t help but think it doesn’t end up handing the <em>best possible</em> product over to the end user.</p>
<blockquote class="jump"><p>…if the end product isn&#8217;t a handful of template files in one folder it&#8217;s really not best for users.</p></blockquote>
<p>Here&#8217;s the simplest way to illustrate what I&#8217;m talking about. Opening up Twenty Ten, Eleven, Twelve, and Thirteen will all give you a similar greeting: somewhere around fifteen files, a stylesheet, and maybe an asset folder or two. Once you&#8217;ve opened up one of them, within reason, you know what will greet you the next time. And this is true of many, if not most, WordPress themes.</p>
<p>For a theme built using a framework, let&#8217;s say as a child theme which is a pretty popular way to go nowadays. Their theme folder might just contain <code>functions.php</code> and <code>style.css</code> files. If they are looking to tweak something about their theme, or learn a bit about how they might do that, they have a <em>heckuva</em> longer way to go than if they opened up a theme full of template files.</p>
<p>If a hypothetical user want to modify the way their category pages display, or at least look at the template to see where a certain phrase or heading is generated, in one case they&#8217;ll find a <code>category.php</code> or <code>archive.php</code> file. I bet they&#8217;ll look into that one. In the other, more complicated situation, I&#8217;m not sure what they would do next.</p>
<h3>Best of both worlds</h3>
<p>I&#8217;ve talked before about the different between a framework theme and <a title="Starter theme frameworks vs. other types of frameworks" href="http://wpcandy.com/presents/wordpress-theme-framework-comparison/">what I consider a starter theme</a>, but they are the type of theme I&#8217;m likely to start a site with if I have the choice.</p>
<p>After fooling around with Kubrick &#8212; and who didn&#8217;t way back when? &#8212; I remember working with Sandbox for nearly every WordPress website I made. It was nothing I didn’t need, but a lot of stuff that I found really useful. It even had stuff in it that eventually found its way into core WordPress template functions, which is about the best compliment I can imagine a WordPress theme receiving.</p>
<p>The next starter theme that really jumps out at me is WP Framework, by Ptah Dunbar. It was <em>slightly</em> more complex, in the sense that it contained a framework folder that provided some fancy functions to the rest of the theme. Really, looking back at it now, it was just a <code>/library/</code> folder in hyperdrive.</p>
<p>For the last year or so I’ve been using <a title="Underscores" href="http://underscores.me/">Underscores</a>, the starter theme built by Automattic and a handful of contributors. It’s one of the better options I know of right now when it comes to clean, efficient, out-of-the-way themes. Every site I build begins with it.</p>
<h3>And one to think on</h3>
<p>I realize this isn’t the most groundbreaking thing to write up and say. But it’s something I’ve been thinking about recently, particularly when building within different framework projects. And hey, I’ve got to come back and start writing with <em>something</em>, right? This seemed about as good a topic as anything else.</p>
<p>There&#8217;s usually a decent amount of discussion around the dashboard side of usability with themes, and I&#8217;ve definitely participated in those in the past. But how often do we really think about the file structure and code complexity of our themes, and what a new user looking to go digging around might find?</p>
<p>For a user looking into a framework-built theme, they will likely be peeking into a folder that looks <em>very</em> different than what we saw tearing into Kubrick years ago. Maybe that&#8217;s a good thing, but I&#8217;m not so sure it is.</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42536">It's hard to beat fourteen files and an image folder</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/thinks/fourteen-files-and-an-image-folder/">It&#8217;s hard to beat fourteen files and an image folder</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/thinks/fourteen-files-and-an-image-folder/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42536</post-id>	</item>
		<item>
		<title>My experience looking for an RSS service to replace Google Reader</title>
		<link>http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/</link>
		<comments>http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 21:22:53 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42488</guid>
		<description><![CDATA[<p>This morning I spent some time investigating feed readers and services to replace Google Reader. A lot of internet users have been since Google announced Reader is going away this summer. It’s easy to pull up a list of possible alternatives, but ultimately I found it necessary to just dig in and try them out [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42488">My experience looking for an RSS service to replace Google Reader</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/">My experience looking for an RSS service to replace Google Reader</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42488"><img data-attachment-id="42507" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-all-logos/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos.png" data-orig-size="600,260" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="rss-all-logos" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-300x130.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos.png" class="alignright size-full wp-image-42507" alt="rss-all-logos" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos.png" width="600" height="260" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-300x130.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-415x180.png 415w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-288x125.png 288w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-148x64.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-31x13.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-38x16.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-all-logos-425x184.png 425w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>This morning I spent some time investigating feed readers and services to replace Google Reader. A lot of internet users have been since Google announced Reader is going away this summer. It’s easy to pull up a list of possible alternatives, but ultimately I found it necessary to just dig in and try them out to see which works best.</p>
<p>I dug in, and here’s what I found out.</p>
<p><span id="more-42488"></span></p>
<h3>Where I’m coming from</h3>
<p>In a replacement RSS reader, I’m looking for a couple of things. I’ve always liked the idea of hosting the feeds in one place and having my pick of applications for doing the actual reading. Reeder has been my go-to app on the Mac, and apps like Flipboard are fun to use on iPads.</p>
<p>And I’m not just looking for myself, either. Ashley has RSS subscriptions, though she does use them a bit differently than I do. Sync isn&#8217;t as important to her, but there is an account with subscriptions that we share from time to time. That&#8217;s one reason why Google Reader and syncing apps were so useful.</p>
<p>So ideally I’d like a service that will hold my subscriptions, but is also compatible with apps that might want to sync with it. Obviously this is a pretty tall order right now, so I’ve got to look for those services that look like they will offer the best options in the coming year.</p>
<p>After all, Google Reader has been the standard for so long it’s going to take some time for other services to really rise up.</p>
<p>I made a list based on what I’ve found recommended online in the last week or two. Then I just ran down the list trying things out. Here’s what I found.</p>
<p>(I should mention I’m a Mac user, so I really only look into apps that will work for me. That said, many of these options are web apps and should work no matter what platform you’re operating on.)</p>
<h3>The Old Reader is pretty simple, but I&#8217;m still waiting</h3>
<p><img data-attachment-id="42491" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/the-old-reader-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo.png" data-orig-size="205,167" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="The Old Reader logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo.png" class="size-full wp-image-42491 alignright" alt="The Old Reader logo" src="http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo.png" width="205" height="167" srcset="http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo.png 205w, http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo-153x125.png 153w, http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo-148x120.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo-31x25.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/the-old-reader-logo-38x30.png 38w" sizes="(max-width: 205px) 100vw, 205px" /></p>
<p>I don’t recall using Google Reader during its earliest days – though honestly I don’t have the best memory with things like that. <a href="http://theoldreader.com">The Old Reader</a> claims to emulate that early Google Reader experience, which sounds fine to me. Simple and to the point sounds great to me.</p>
<p>Signing up was easy, as you’d expect. Once logged in, though, I found what what seems to be an unmovable “trending” section that sits below other options. I could care less what’s trending on the service. Ideally I could remove or hide that, which I don’t think I can, but at least it doesn’t look like it’s the default view when you pull the site up.</p>
<p><img data-attachment-id="42490" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-the-old-reader-queue/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue.png" data-orig-size="828,264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Queue for The Old Reader" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-300x95.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-600x191.png" class="alignnone size-large wp-image-42490" alt="Queue for The Old Reader" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-600x191.png" width="600" height="191" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-600x191.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-300x95.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-564x180.png 564w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-392x125.png 392w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-148x47.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-31x9.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-38x12.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue-425x135.png 425w, http://wpcandy.com/wp-content/uploads/2013/04/rss-the-old-reader-queue.png 828w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>That said, I haven’t been able to spend any time with The Old Reader. It seems there are lots of folks jumping into the service, and my OPML file import file is behind a queue of over 12,000 other imports. Still is. Assuming I’m notified by email when the import is finished, I’ll give The Old Reader a proper shake.</p>
<p>Until then, let’s move on.</p>
<h3>NewsBlur just doesn&#8217;t do it for me</h3>
<p><img data-attachment-id="42493" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/newsblur-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo.png" data-orig-size="200,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="NewsBlur logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo.png" class="size-full wp-image-42493 alignright" alt="NewsBlur logo" src="http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo.png" width="200" height="200" srcset="http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo.png 200w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-150x150.png 150w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-180x180.png 180w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-125x125.png 125w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-148x148.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-31x31.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/newsblur-logo-38x38.png 38w" sizes="(max-width: 200px) 100vw, 200px" /></p>
<p>I saw mentions of <a href="http://www.newsblur.com">NewsBlur</a> too, so gave it a look. The sign up process alerted me that free sign ups have been disabled, and prompted me to upgrade my account. I didn’t do that, since I wanted to check everything out and get a lay of the land before paying anything.</p>
<p>It seems the big increase in sign ups since the Google Reader announcement is what motivated NewsBlur to turn off free sign ups.</p>
<p>So at this point I moved on to try other things out. After returning to it later, though, I discovered what I thought was a partial sign up was actually a full sign up and was working. As far as I can tell the prompt to upgrade and the “free account sign ups are disabled” message is only to motivate upgrades, and not quite real. At least, in my case, my account is a free one and functions.</p>
<p><img data-attachment-id="42492" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-newsblur-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot.png" data-orig-size="1165,408" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="NewsBlur screenshot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-300x105.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-600x210.png" class="alignnone size-large wp-image-42492" alt="NewsBlur screenshot" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-600x210.png" width="600" height="210" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-600x210.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-300x105.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-513x180.png 513w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-356x125.png 356w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-148x51.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-31x10.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-38x13.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot-425x148.png 425w, http://wpcandy.com/wp-content/uploads/2013/04/rss-newsblur-screenshot.png 1165w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>So long story short, I was able to give it a trial. And I’m glad I was able to. The feel is very – for lack of a better word – Windows-y. It feels like a Windows explorer window, or a file structure in a web-based FTP app of some sort. In other words, not great. I’m not into the aesthetic at all, and I’m glad I didn’t need to spend twenty bucks to figure that out.</p>
<p>Moving right along.</p>
<h3>Feedly was a bit confusing, but close</h3>
<p><img data-attachment-id="42505" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-feedly-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo.png" data-orig-size="240,94" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Feedly logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo.png" class="alignright size-full wp-image-42505" alt="Feedly logo" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo.png" width="240" height="94" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo.png 240w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo-148x57.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo-31x12.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-logo-38x14.png 38w" sizes="(max-width: 240px) 100vw, 240px" />Next I tried <a title="Feedly" href="http://www.feedly.com">Feedly</a>, which I knew going in was a big favorite amongst those who’ve walked from Google Reader. It’s a service that, on first glance, seemed like it would work like The Old Reader and allow me to import my subscriptions in. But it’s not quite that.</p>
<p>On the Feedly homepage I was confused. In my mind RSS services tend to fall into two large groups: those where you read the feeds in a browser, and those where you download an app and use that. Google Reader is one of the former kind, and NetNewsWire one of the latter. On first glance, I wasn’t sure what the heck Feedly was.</p>
<div id="attachment_42495" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42495" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-feedly-screenshot-before/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before.png" data-orig-size="1161,718" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Feedly homepage before" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-300x185.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-600x371.png" class="size-large wp-image-42495" alt="Feedly homepage before" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-600x371.png" width="600" height="371" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-600x371.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-300x185.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-291x180.png 291w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-202x125.png 202w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-148x91.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-31x19.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-38x23.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before-347x215.png 347w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-screenshot-before.png 1161w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">Feedly homepage, before setting up the browser extension.</p></div>
<p>It offers three options: download for Safari (or Chrome, in the screenshot above), for iOS, and for Android. This makes me think it’s app based, right? After all, there are definitely iOS and Android specific apps. But the language <em>download for Safari</em> threw me, since I’m not sure what that means. I would expect it to say download for Mac.</p>
<p>Turns out that downloads an extension, which is what I did next. It acts like any other extension or bookmark in your toolbar, expect the only purpose it seems to serve (as far as I can tell) is to take you to your Feedly homepage. To put it in context, right next to the Feedly icon in my browser I have one for 1Password and another for iCloud tabs. Both give me enhanced functionality in the browser, and do what I expect them to do. The Feedly icon doesn’t subscribe to the current site’s RSS feed, which is what I expected, but just jumps me to the Feedly site.</p>
<p>Okay, whatever. So it’s a web-based service. Got it. Now I need to import my RSS feeds.</p>
<div id="attachment_42494" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42494" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-feedly-homepage/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage.png" data-orig-size="1171,806" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Feedly homepage after" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-300x206.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-600x412.png" class="size-large wp-image-42494" alt="Feedly homepage after" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-600x412.png" width="600" height="412" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-600x412.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-300x206.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-261x180.png 261w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-181x125.png 181w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-148x101.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-31x21.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-38x26.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage-312x215.png 312w, http://wpcandy.com/wp-content/uploads/2013/04/rss-feedly-homepage.png 1171w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">Feedly, after setting up the browser extension.</p></div>
<p>This was another confusing step, because I couldn’t see a way to create a Feedly account. Any service like this uses an account, right? I need to create a username, add my email, and maybe set a password. But the only option I had was to login or sync with Google Reader.</p>
<p>Maybe I’m making too big a deal out of this process, but I was hung up on it for a good minute. Because synchronizing with Google Reader is <em>not</em> what I’m looking to do at this stage. I’m looking to upload the OPML file I’ve backed up from Google Reader and transition over to something new. Synchronizing with the soon-to-be-dead Google Reader seems like a silly choice. Heck, I already have Google Reader synchronized with Reeder and NetNewsWire and I know that won’t work for longer.</p>
<p>Without any other option I could see, I went ahead and logged in with my Reader account and set it all up that way. Only after doing some digging did I discover, on the Feedly blog I believe, that synchronizing is <em>the</em> way to do it right now. By the time Google Reader closes down, they say, everything will be seamlessly ported over. So signing in with Google Reader info is the right thing to do, as odd as it seems to me to do it.</p>
<p>Now that I was actually into the service, I thought it was mostly neat. The design of the interface will take some getting used to, mostly because it always takes me some time to find my way around the really minimalist design aesthetics. The style carries over to the iOS apps, which I grabbed to try out as well.</p>
<p>While on the Feedly blog I also read a bit about their Normandy project. It’s an effort on their part to create an API to match the Google Reader API, to make it easier for other services and apps to offer Feedly synchronizing as an option sooner. It sounds like a neat endeavor and definitely weighs in on my decision as to which option to go for.</p>
<p>Alright, next up.</p>
<h3>NetVibes seems like overkill</h3>
<p><img data-attachment-id="42496" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-netvibes-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo.png" data-orig-size="184,50" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="NetVibes logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo.png" class="alignright size-full wp-image-42496" alt="NetVibes logo" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo.png" width="184" height="50" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo.png 184w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo-148x40.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo-31x8.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-logo-38x10.png 38w" sizes="(max-width: 184px) 100vw, 184px" />I actually ran a second Google search for <a href="http://www.netvibes.com">NetVibes</a> after arriving on their site, thinking there must be another one that offers RSS services. The NetVibes homepage emphasized what seems to be their core offerings: monitoring and analytics. It didn’t seem to be an RSS service, as far as I could tell.</p>
<p>But this was the correct NetVibes, the one that people had mentioned in a few Google Reader alternative roundups. So I dug in a bit more, watched their demonstration video, and signed up.</p>
<p><img data-attachment-id="42497" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-netvibes-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot.png" data-orig-size="1165,757" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="NetVibes screenshot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-300x194.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-600x389.png" class="alignnone size-large wp-image-42497" alt="NetVibes screenshot" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-600x389.png" width="600" height="389" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-600x389.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-300x194.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-277x180.png 277w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-192x125.png 192w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-148x96.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-31x20.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-38x24.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot-330x215.png 330w, http://wpcandy.com/wp-content/uploads/2013/04/rss-netvibes-screenshot.png 1165w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Or I should say, I tried to sign up. For the life of me I couldn’t get their sign up process to successfully send me an activation email. I tried a couple of times, and it just wasn’t sending. I checked junk mail, tried a different email and username, but it just wasn’t doing it. Since the service already looked like it wasn’t quite the right fit, I moved on. It just wasn’t worth my troubleshooting for that long.</p>
<p>Next.</p>
<h3>Pulse isn&#8217;t aimed at me</h3>
<p><img data-attachment-id="42499" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-pulse-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo.png" data-orig-size="143,50" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Pulse logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo.png" class="alignright size-full wp-image-42499" alt="Pulse logo" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo.png" width="143" height="50" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo.png 143w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo-31x10.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-logo-38x13.png 38w" sizes="(max-width: 143px) 100vw, 143px" />First impression: I think I’ll really like the look of <a title="Pulse" href="http://www.pulse.me/">Pulse</a>. I signed up without trouble (not normally something I would mention, but after the tough NetVibes experience it stands out) and took a look around.</p>
<p>It was frustrating trying to import my OPML file. My first impulse was to search out a settings screen or option to do it within a preferences menu or something. You know, like most apps and services would handle it. It still seems crazy to me now, but it seems the only way to import the file is to first sign out of the site, visit their homepage, and use their importer. Then, <em>after</em> the file imported, I could associate the feeds with my existing account.</p>
<p>Totally weird. But it worked, and then I had my feeds in.</p>
<p>But not quite. That was when I discovered that Pulse operates a bit differently – not bad differently, per se, but in its own way that shows a clear philosophy at hand. Pulse organizes feeds, or what they refer to as “content” throughout, into topics. But each topic can only hold a handful of feeds – which they call sources, I think. The end result here is that my feeds, which number in the hundreds and are assembled into meticulous folders, ended up in folders like My Folder Name 01, My Folder Name 02, My Folder Name 03, and so on. Pulse broke up my feeds into folders based on their folder limitations, which had the effect of destroying my organization method.</p>
<p><img data-attachment-id="42498" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-pulse-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot.png" data-orig-size="1166,704" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Pulse screenshot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-300x181.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-600x362.png" class="alignnone size-large wp-image-42498" alt="Pulse screenshot" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-600x362.png" width="600" height="362" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-600x362.png 600w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-300x181.png 300w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-298x180.png 298w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-207x125.png 207w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-148x89.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-31x18.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-38x22.png 38w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot-356x215.png 356w, http://wpcandy.com/wp-content/uploads/2013/04/rss-pulse-screenshot.png 1166w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Which means I can’t use Pulse.</p>
<p>I still spent some time playing around with it. I tried out the iPhone and iPad apps, both in an attempt to properly organize my feeds. You know – rename folders, change the order, move feeds around, and so on. I couldn’t find a way to do it. Not in the web app, or the mobile apps. There may very well be a place to do it, but I couldn’t find it. So that’s no good.</p>
<p>But really, once I knew the folder limits were set in place and don’t seem to be changing any time soon, I knew it would never work for me. It’s not that Pulse is bad, really, it’s just that it won’t work for me. It has a different kind of reader in mind. Perhaps a more casual one. But not me.</p>
<p>Next is Fever.</p>
<h3>Fever, hot but a bit more work</h3>
<p><img data-attachment-id="42503" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-fever-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo.png" data-orig-size="149,82" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Fever logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo.png" class="alignright size-full wp-image-42503" alt="Fever logo" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo.png" width="149" height="82" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo.png 149w, http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo-148x81.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo-31x17.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-fever-logo-38x20.png 38w" sizes="(max-width: 149px) 100vw, 149px" />I enjoyed reading <a href="http://ryanmarkel.com/2013/03/14/losing-google-reader/">Ryan Markel&#8217;s reasoning</a> behind his choice to go with <a title="Fever" href="http://www.feedafever.com">Fever</a> as his Google Reader replacement. It seems like a neat product, with a very pleasant aesthetic. But there’s no trial, and requires a purchase to then install it on my own server to use it.</p>
<p>That made me think. Really, it just seems like too much work for a feed service. I’m all for owning my own stuff and having control over it, but there’s also some stuff I prefer not to have to think about.</p>
<p>In this case, I see the OPML feeds I’ve curated as <em>my stuff</em>. And I have those. Backed up and safe – even more so after the news about Google Reader. But where I <em>put</em> those feeds, and where I choose to read them, I guess I don’t feel like I have to fully control that. I’m happy to rely on a hosted service or application that isn’t going to make me handle everything.</p>
<p>The more I look at Fever, the more I wish it had a hosted version. Or at least a proper demo that would let me really play with it to see if it’s worth my purchase.</p>
<p>That said, moving on.</p>
<h3>Vienna is a fun project to follow</h3>
<p><img data-attachment-id="42500" data-permalink="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/attachment/rss-vienna-logo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo.png" data-orig-size="213,75" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Vienna logo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo.png" class="alignright size-full wp-image-42500" alt="Vienna logo" src="http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo.png" width="213" height="75" srcset="http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo.png 213w, http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo-148x52.png 148w, http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo-31x10.png 31w, http://wpcandy.com/wp-content/uploads/2013/04/rss-vienna-logo-38x13.png 38w" sizes="(max-width: 213px) 100vw, 213px" />I didn’t see many mentions of <a href="http://www.vienna-rss.org">Vienna</a>, but I wanted to give it a fair shake. It’s an open source Mac application that is being openly developed on Github. Fun side note: their site is using a fairly recognizable WordPress theme. Open source loves company, it seems.</p>
<p>So the app seems solid. Along with a now nearly useless Google Reader synchronization option, it allows you to dump feed subscriptions directly into it. This would be a solid option for Ashley if she wanted to ditch NetNewsWire, but it’s not great for me since I still want a service that will allow synchronization in multiple places.</p>
<p>I’m going to keep an eye on the project, of course. If it ends up with broader synchronizing options than Reeder does before Reeder does, I’ll likely switch over to it for a bit. After all, I still have a thing for desktop apps.</p>
<h3>What I’m sticking with in place of Google Reader</h3>
<p>That does it for what I spent time with today. Ultimately, I didn’t find exactly what I wanted: a subscription management service that can sync with multiple applications that I could choose from. But I knew from the beginning that I was likely asking too much. Until lately, development time with RSS applications seems to have been mostly focused on Google Reader integration. Now we need more options – any other options! – and it will take time for those to pop up.</p>
<p>So while I didn’t find exactly what I wanted, I think I found a horse worth betting on. I’m going with Feedly, for now. The design works for me, is an update to Reader while still keeping things fresh and new, and has a plan for the future that seems smart to me. Let’s say I’m cautiously optimistic about Feedly.</p>
<p>It’s possible I’ll switch over sometime – I still haven’t had proper time with The Old Reader yet – but for now I’m with Feedly. I don’t generally like just going with the accepted popular option. I prefer to try everything out myself and make a decision on my own. It just turns out in this case that what I like best and what it seems the internet at large likes best is pretty close.</p>
<p>I’m still a bit nervous – no, let’s say curious – about the more confusing aspects of Feedly. For one, I don’t seem to have a login with them aside from my Google Reader info. So when that goes away, what do I log in with? Will they just email me that information in time? I don’t know. We’ll see, I guess.</p>
<p>One last takeaway: I was surprised how many of my experiences finding the right service just weren’t <em>pleasant</em> ones. I still think there’s room to make this process a lot better, and probably room for better products and services. Heck, even Feedly, the service I ended up choosing over the rest, gave me about as much trouble getting started with as anything else did.</p>
<p>If you&#8217;ve found something interesting in your own search, feel free to drop your findings in the comments below.</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42488">My experience looking for an RSS service to replace Google Reader</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/">My experience looking for an RSS service to replace Google Reader</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/presents/alternatives-to-google-reader-my-experiences/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42488</post-id>	</item>
		<item>
		<title>An update on The WPCandy Quarterly #2!</title>
		<link>http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/</link>
		<comments>http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 17:29:15 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42474</guid>
		<description><![CDATA[<p>I&#8217;m happy to announce that we&#8217;re finalizing the second issue of The WPCandy Quarterly, in the last stage before sending it off to the printers. It&#8217;s an exciting &#8212; but busy! &#8212; time, and we&#8217;re most psyched to be so close to getting another issue into everyone&#8217;s hands. We have an amazing roundup of contributors [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42474">An update on The WPCandy Quarterly #2!</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/">An update on The WPCandy Quarterly #2!</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42474"><img data-attachment-id="42475" data-permalink="http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/attachment/quarterly-number-two-update/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update.jpg" data-orig-size="600,359" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Moleskine with stickers, button, and pencil" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-300x179.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update.jpg" class="alignnone size-full wp-image-42475" alt="Moleskine with WPCandy Quarterly stickers, button, and pencil" src="http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update.jpg" width="600" height="359" srcset="http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-300x179.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-208x125.jpg 208w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-148x88.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-31x18.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-38x22.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/03/quarterly-number-two-update-359x215.jpg 359w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>I&#8217;m happy to announce that we&#8217;re finalizing the <a title="WPCandy Quarterly #2" href="http://wpcandy.com/quarterly/issue-02/">second issue of The WPCandy Quarterly</a>, in the last stage before sending it off to the printers. It&#8217;s an exciting &#8212; but busy! &#8212; time, and we&#8217;re most psyched to be so close to getting another issue into everyone&#8217;s hands.</p>
<p>We have an amazing roundup of contributors for this issue. We have David Bisset, co-organizer of the upcoming WordCamp Miami, WooThemes&#8217; own Ryan Ray, total pro developer John Bloch and the creator behind Builder, Chris Jean, all on board. And that&#8217;s honestly just &#8212; to abuse a cliché &#8212; the tip of the iceberg.</p>
<p>We&#8217;ll be teasing the issue further over the next couple of weeks, and you can expect a final release date soon as well.</p>
<p><span id="more-42474"></span></p>
<p>We&#8217;re also excited to have great sponsors on board for the issue. Special thanks to <a href="https://page.ly/">Pagely</a>, <a href="http://ithemes.com/purchase/backupbuddy/">BackupBuddy</a>, <a href="http://eventespresso.com">Event Espresso</a>, <a href="https://shopplugin.net">Shopp</a>, <a href="http://www.zippykid.com">ZippyKid</a>, <a href="http://thethemefoundry.com">The Theme Foundry</a> and <a href="http://wpmaintainer.com">WP Maintainer</a>. We&#8217;re super thankful for their involvement, and also anxious to see their awesome full color ads in print.</p>
<p>We definitely fell off our intended schedule for 2012, but we&#8217;re back on it now. We learned a lot about printing and shipping the first time around, and are ready to take on the challenge again. Thanks so much for your interest and support in our indie project here &#8212; I can&#8217;t wait until you get to see what we&#8217;ve been working on!</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42474">An update on The WPCandy Quarterly #2!</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/">An update on The WPCandy Quarterly #2!</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/announces/an-update-on-the-wpcandy-quarterly-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42474</post-id>	</item>
		<item>
		<title>The true value of a WordPress theme: Hermes Themes and a $200 price tag</title>
		<link>http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/</link>
		<comments>http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 14:44:05 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42452</guid>
		<description><![CDATA[<p>$35, $75, $40, and $200. One of these doesn&#8217;t sound like the others. Dumitru Brinzan, who has a long history in WordPress themes at WPZOOM, has started a new theme project called Hermes Themes. The shop offers strictly hotel themes, in contrast to WPZOOM&#8217;s more varied selection. Interestingly, Brinzan is pricing his hotel themes at [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42452">The true value of a WordPress theme: Hermes Themes and a $200 price tag </a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/">The true value of a WordPress theme: Hermes Themes and a $200 price tag</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div id="attachment_42455" style="width: 610px" class="wp-caption alignnone"><a href="http://wpcandy.com/?p=42452"><img data-attachment-id="42455" data-permalink="http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/attachment/dumitru-brinzan-photo/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo.jpg" data-orig-size="600,352" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="dumitru-brinzan-photo" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-300x176.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo.jpg" class="size-full wp-image-42455  " alt="dumitru-brinzan-photo" src="http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo.jpg" width="600" height="352" srcset="http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-300x176.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-306x180.jpg 306w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-206x120.jpg 206w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-213x125.jpg 213w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-148x86.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-31x18.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-38x22.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/03/dumitru-brinzan-photo-366x215.jpg 366w" sizes="(max-width: 600px) 100vw, 600px" /></a><p class="wp-caption-text"><span class="credit">Photo courtesy of Dumitru Brinzan</span>Dumitru Brinzan, founder of Hermes Themes, rowing during a vacation in Romania.</p></div>
<p>$35, $75, $40, and $200. One of these doesn&#8217;t sound like the others.</p>
<p>Dumitru Brinzan, who has a long history in WordPress themes at <a title="WPZOOM" href="http://www.wpzoom.com">WPZOOM</a>, has started a new theme project called <a title="Hermes Themes" href="http://www.hermesthemes.com">Hermes Themes</a>. The shop offers strictly hotel themes, in contrast to WPZOOM&#8217;s more varied selection.</p>
<p>Interestingly, Brinzan is pricing his hotel themes at $200, well above the average cost of themes at the moment. It&#8217;s a bold decision, and not one that you see many theme shops making at the moment. I sat down with him to talk a bit about what motivated him to start Hermes Themes, and in particular to price his themes that high.</p>
<p>The pricing is very deliberate on Brinzan&#8217;s part. &#8220;To be honest, I thought about pricing for a very long time,&#8221; he told WPCandy. &#8220;I considered making it cheaper, or even more expensive.&#8221; His decision to sell themes for $200 wasn&#8217;t a simple one, and took his entire history selling WordPress themes into account.</p>
<p><span id="more-42452"></span></p>
<h3>Start by serving a real need</h3>
<p>While the pricing is an intriguing aspect of <a title="Hermes  Themes" href="http://www.hermesthemes.com">Hermes Themes</a>, it&#8217;s not why Brinzan started the new shop. He saw a need.</p>
<p>&#8220;Other options that hotels have right now are really expensive,&#8221; he told WPCandy. &#8220;This is why we still have hotel websites developed in 2002 and 2003.&#8221; Anyone who has ever booked a hotel stay can attest to that, no doubt.</p>
<p>Just a couple of days before our interview, Brinzan described seeing a luxury four star hotel with a website that hadn&#8217;t changed a bit since 2001. Well, aside from the addition of Facebook links last year. &#8220;Imagine that!&#8221; Brinzan said.</p>
<p>Many solutions for hotel websites are hosted and subscription based. This can cost hotel business owners anywhere from hundreds to four or five thousand dollars every year. That&#8217;s a good deal for a website, but even worse if and when they decide to move on they are left with nothing. No website to adapt and no content to work with (aside from scraping their own) leaves them needing to start over from scratch.</p>
<p>&#8220;Just imagine sinking in thousands in two or three years, and then you realize you have nothing, no website at all,&#8221; Brinzan said. &#8220;It&#8217;s a trap!&#8221;</p>
<p>&#8220;That,&#8221; he explained,&#8221; is the problem with using proprietary content management systems.&#8221; WordPress, Brinzan believes, is a much better long-term solution for hotels, and he has tried to emphasize this by sticking to standard content types and a focus on portability.</p>
<div id="attachment_42453" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42453" data-permalink="http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/attachment/hermes-themes-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot.jpg" data-orig-size="1200,748" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="hermes-themes-screenshot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-300x187.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-600x374.jpg" class="size-large wp-image-42453 " alt="hermes-themes-screenshot" src="http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-600x374.jpg" width="600" height="374" srcset="http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-600x374.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-300x187.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-288x180.jpg 288w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-200x125.jpg 200w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-148x92.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-31x19.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-38x23.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot-344x215.jpg 344w, http://wpcandy.com/wp-content/uploads/2013/03/hermes-themes-screenshot.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text"><span class="credit">Photo by Ryan Imel</span>Hermes Themes is a solo project by Dumitru Brinzan that sells hotel themes for $200.</p></div>
<p>Hermes Themes currently offers four different $200 themes, with live demonstrations of each as you might expect. My instinct, particularly with a $200 price tag but also with hotel themes in general, is that the themes themselves would be fairly complex. I expected complex sections where availability would be reflected in booking forms and choosing the size of room desired would weigh in too. But that&#8217;s not the case &#8212; Hermes Themes seem very simple, with basic contact information and assuming booking forms that don&#8217;t suggest the need for these more involved features.</p>
<blockquote class="jump"><p>&#8220;Just imagine sinking in thousands in two or three years, and then you realize you have nothing, no website at all. It&#8217;s a trap!&#8221;</p></blockquote>
<p>Instead, he puts an emphasis on local attractions, photo galleries, testimonials, and layouts featuring large photos of the rooms available. Brinzan seems to suggest, both in the features offered in his themes and the marketing within Hermes Themes itself, that the problems hotels face has nothing to do with advanced website features, but the basics. <a title="Common mistakes hotel websites make" href="http://www.hermesthemes.com/8-common-mistakes-website-designers-make-2013/">In a blog post</a> Brinzan wrote last month he runs down the most common mistakes he finds hotel websites making. The list includes sites that aren&#8217;t mobile-friendly, flash navigation and slide shows, missing contact information and (yikes) background music that plays when the page loads.</p>
<p>Perhaps simple, attractive, and focused is what hotel websites need more than complex booking forms. I&#8217;ll be curious to see how this approach works for hotels, and more specifically what types of hotels it attracts.</p>
<p>Brinzan isn&#8217;t the only one to determine a new WordPress option is a smart bet for hotel businesses. Others, like Brian Casel, have come to similar conclusions. Casel&#8217;s <a title="Hotel Propeller" href="http://hotelpropeller.com">Hotel Propeller</a> service takes a different approach, which is to offer a hosted service for $29 per month. The service is still built on top of the WordPress platform, though, and offers a handful of different themes for use by subscribed members.</p>
<p>There are also occasional hotel theme offerings from known theme shops, and at the moment a search for &#8220;hotel&#8221; on ThemeForest pulls up more than 60 WordPress themes. This doesn&#8217;t make hotel themes as popular a subgenre as certain others &#8212; business and portfolio themes, anyone? &#8212; it&#8217;s certainly a growing one.</p>
<h3>Customer trends and selecting your own clients</h3>
<p>Competition in this space may demand more time and focus from Brinzan over time, as any success Hermes Themes sees will most certainly lead to others jumping at the chance to compete with hotel themes at his prices. Right now, along with his Hermes Themes project, Brinzan is the co-founder and lead developer of <a title="WPZOOM" href="http://www.wpzoom.com">WPZOOM</a>. WPZOOM began as a popular WordPress blog in 2008, and grew into a theme shop in 2009 when it released its first theme.</p>
<p>Balancing the needs of two projects can be difficult, as anyone who has tried it can tell you. Brinzan admits to taking this into consideration with Hermes Themes.</p>
<p>&#8220;I&#8217;m trying to better manage my time,&#8221; he said. &#8220;But at the moment WPZOOM takes more time of course. Hermes still needs to take off,&#8221; he said with a smile.</p>
<p>His time spent with WPZOOM is in part what inspired him to make the pricing decisions he has with Hermes Themes so far &#8212; specifically, the time spent working with clients WPZOOM worked with.</p>
<div id="attachment_42454" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42454" data-permalink="http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/attachment/wpzoom-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot.jpg" data-orig-size="600,388" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="wpzoom-screenshot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-300x194.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot.jpg" class="size-full wp-image-42454" alt="wpzoom-screenshot" src="http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot.jpg" width="600" height="388" srcset="http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-300x194.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-278x180.jpg 278w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-193x125.jpg 193w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-148x95.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-31x20.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-38x24.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/03/wpzoom-screenshot-332x215.jpg 332w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">Brinzan is still co-founder and lead developer of WPZOOM, and currently splits his time between it and his new project Hermes Themes.</p></div>
<p>&#8220;I sometimes provide customization services to our customers,&#8221; he told WPCandy, and said that in doing so he has worked with quite a few people. Brinzan explained that customers would regularly not mind paying $69 for a theme &#8212; the current standard package price at WPZOOM &#8212; and then an additional $200 for customization work.</p>
<p>&#8220;This made me think they wouldn&#8217;t mind paying $200 from the start, for a product that is very close to their needs.&#8221;</p>
<p>But it&#8217;s not all about pricing at what the customer will pay &#8212; though that plays big into the thinking here &#8212; Brinzan is attempting to select his clients too. &#8220;Again, from my experience with WPZOOM, we have discovered something very peculiar: clients that pay more are somewhat less needy, if I may say so.&#8221;</p>
<p>He explained that clients utilizing coupons and discounts are more likely to also utilize WPZOOM&#8217;s support system, sometimes firing off ten support questions in as many minutes. These customers also tended to ignore instructions, documentation, and video tutorials more often.</p>
<p>&#8220;So I am thinking that such a price would attract mostly people that really need a theme, and really like what they see,&#8221; Brinzan said. &#8220;No impulse shopping.&#8221;</p>
<h3>Theme pricing comes up yet again</h3>
<p>I&#8217;ve heard the idea of a thousand dollar theme discussed a couple of times in the WordPress community the last year or two. Usually it&#8217;s a heck of a conversation starter. What makes a theme worth that much money? Will we ever see that sort of thing available in the current theme marketplace?</p>
<p>Theme pricing, do&#8217;s and don&#8217;t&#8217;s, and the direction of the theme market is a topic that comes up often in the WordPress community. The earliest pricing milestone I can remember probably came in early 2008, when designer Tung Do &#8212; who at the time ran WPDesigner.com &#8212; announced a $5 theme club.</p>
<blockquote class="jump"><p>&#8220;This made me think they wouldn&#8217;t mind paying $200 from the start, for a product that is very close to their needs.&#8221;</p></blockquote>
<p>Now, at that point in time, theme clubs were a bit of a new idea. Themes more often cost around ten times that price or even higher, and no membership system even approached a price that low. The themes Do was producing were of a solid quality. It was a mis-match of price and quality that was bound to stir pricing discussions.</p>
<p>A couple of years later, in 2011, Mike McAlister started a heck of a discussion around his <a title="A Hypercritical Analysis of $35 WordPress Themes" href="http://wpcandy.com/thinks/about-35-dollar-themes/">analysis of the $35 theme</a>, a standard price point on ThemeForest at the time. His essay was great, but the more than two hundred comments following it were even more interesting.</p>
<p>Last year Jake Caputo&#8217;s ThemeThrift project <a title="How 92% of us stiffed ThemeThrift in its first week" href="http://wpcandy.com/reports/92-percent-stiffed-themethrift/">brought up theme pricing again</a>, but this time with the onus on the customer. ThemeThrift customers could choose which price to pay, with even the option to pay nothing in the beginning. Caputo later adjusted the pricing options, removing the zero dollar amount, and adding higher tiers that offered a bundled plugin along with it.</p>
<p>We&#8217;ve seen prices on themes go low to test the waters and draw attention, but not nearly as often have we seen prices go high. Is it about time for a thousand dollar theme?</p>
<h3>The evolution of the value of WordPress themes</h3>
<p>What exactly does the future of theme prices hold?</p>
<p>I tend to think we&#8217;ll see even more pricing toward the middle amongst marketplaces and your average theme shops, with up selling to developer packages in many cases. Smaller shops and individuals are likely to get a bit more bold, maybe not quite to the extreme of a $5 theme club or a $200 theme, but daring nonetheless. We&#8217;ll also see more specialty shops like Hermes Themes pop up, I think, to cater toward the growing need for WordPress themes geared more specifically toward certain needs.</p>
<p>Another way to ask the question is: what is the true value of a theme? Serious people are using WordPress and looking for professional themes to make it shine. Seeing theme developers and business owners take on that challenge is exciting to watch.</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42452">The true value of a WordPress theme: Hermes Themes and a $200 price tag </a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/">The true value of a WordPress theme: Hermes Themes and a $200 price tag</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reports/the-thought-process-behind-200-dollar-themes-at-hermes-themes/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42452</post-id>	</item>
		<item>
		<title>Theme Show #12: &#8220;The Compliment Sandwich&#8221;</title>
		<link>http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/</link>
		<comments>http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 22:50:17 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Shows Master Feed]]></category>
		<category><![CDATA[The Theme Show]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42406</guid>
		<description><![CDATA[<p>In our second Theme Show episode of the new year, &#8220;The Compliment Sandwich&#8221;, we stick to our new format and dish over four new themes and pick one to rule them all. Well, for another seven days that is. As a reminder, each episode of The Theme Show we tear apart four different themes &#8212; [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42406">Theme Show #12: "The Compliment Sandwich"</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/">Theme Show #12: &#8220;The Compliment Sandwich&#8221;</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42406"><img data-attachment-id="42408" data-permalink="http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/attachment/theme-show-012/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012.png" data-orig-size="600,240" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Theme Show #12" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-300x120.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012.png" class="alignnone size-full wp-image-42408" alt="Theme Show #12" src="http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012.png" width="600" height="240" srcset="http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012.png 600w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-300x120.png 300w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-450x180.png 450w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-312x125.png 312w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-148x59.png 148w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-31x12.png 31w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-38x15.png 38w, http://wpcandy.com/wp-content/uploads/2013/02/theme-show-012-425x170.png 425w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>In our second Theme Show episode of the new year, &#8220;The Compliment Sandwich&#8221;, we stick to our new format and dish over four new themes and pick one to rule them all. Well, for another seven days that is.</p>
<p>As a reminder, each episode of The Theme Show we tear apart four different themes &#8212; one for each of us to spend time with and properly review &#8212; and at the end of the show decide which one deserves the highest regard. Some weeks that might mean the best of the worst, and others it might be a really, really tough decision.</p>
<p>This week we review and discuss the <a title="Bloggit theme" href="http://themeforest.net/item/bloggit-responsive-wordpress-blogmagazinenews/3866432">Bloggit theme by WPExplorer</a>, <a title="BlueBird by Just Good Themes" href="http://www.mojo-themes.com/item/bluebird-beautiful-wordpress-theme-for-personal-blogging/">BlueBird by Just Good Themes</a>, <a title="Identify theme by ThemeBros" href="http://themeforest.net/item/identify-retina-ready-portfolio-resume-blog/3861586">Identify by ThemeBros</a>, and <a title="Soundstage theme by ThemeForest" href="http://themeforest.net/item/soundstage-wordpress-theme-for-bandsmusicians-/3918700">Soundstage by Mint Themes</a>. Of course only one theme could be the supreme winner this time around &#8212; and you&#8217;ll just have to listen in to find out which one did it.</p>
<p><span id="more-42406"></span></p>
<h3>Episode #12 Show Notes</h3>
<ul>
<li>00:00 Introduction</li>
<li>02:00 Bloggit theme review by Ray</li>
<li>15:20 BlueBird theme review by Justin</li>
<li>23:20 Break: Splinters, hot dogs and screenshots</li>
<li>26:53 Identify theme review by Ryan</li>
<li>41:44 Soundstage theme review by Nick</li>
<li>55:45 Final debate and a winner is chosen!</li>
</ul>
<a href="http://wpcandy.com/audio/">Download audio file ()</a><br />
<ul>
<li><a title="Theme Show #12" href="http://wpcandy.s3.amazonaws.com/weeklythemeshow/Theme-Show-012-The-Compliment-Sandwich.mp3">MP3 file</a> &#8211; 1:01:25 and 29.8 MB</li>
<li><a title="Subscribe to The Weekly Theme Show on iTunes" href="http://itunes.apple.com/us/podcast/the-weekly-theme-show/id503140237">Subscribe on iTunes</a></li>
<li><a title="The Weekly Theme Show Audio RSS feed" href="http://feeds.feedburner.com/theweeklythemeshow">Audio RSS Feed</a></li>
</ul>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42406">Theme Show #12: "The Compliment Sandwich"</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/">Theme Show #12: &#8220;The Compliment Sandwich&#8221;</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/broadcasts/theme-show/012-the-compliment-sandwich/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42406</post-id>	</item>
		<item>
		<title>Review: Professional WordPress Design and Development, 2nd Edition</title>
		<link>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/</link>
		<comments>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 19:57:31 +0000</pubDate>
		<dc:creator><![CDATA[David Bisset]]></dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42384</guid>
		<description><![CDATA[<p>Let’s start this review with an honest admission. While in the 90s I collected (and read, mostly) tech books like they were going out of style. These days I barely get my hands around a book, let alone consume it. Frankly, I don’t have the time. I have three kids (two are twins) and a [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42384">Review: Professional WordPress Design and Development, 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/">Review: Professional WordPress Design and Development, 2nd Edition</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img data-attachment-id="42386" data-permalink="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/attachment/9781118442272-cover-indd/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev.jpg" data-orig-size="300,378" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;tklemme&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;9781118442272 cover.indd&quot;}" data-image-title="Professional WordPress Design and Development 2nd Edition" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-238x300.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev.jpg" class="size-full wp-image-42386 alignleft" alt="Professional WordPress Design and Development 2nd Edition" src="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev.jpg" width="300" height="378" srcset="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-238x300.jpg 238w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-142x180.jpg 142w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-99x125.jpg 99w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-117x148.jpg 117w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-24x31.jpg 24w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-30x38.jpg 30w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev-170x215.jpg 170w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Let’s start this review with an honest admission.</p>
<p>While in the 90s I collected (and read, mostly) tech books like they were going out of style. These days I barely get my hands around a book, let alone consume it.</p>
<p>Frankly, I don’t have the time. I have three kids (two are twins) and a wife. I have a mortgage. I co-organize WordPress meetups, and head up a WordCamp committee. That’s not including the remaining bits of time i form together to approximate a “life”.</p>
<p>But what’s the point of this admission? To prove to you that I only have time to devote to reading books that meet a certain level of quality and useful content – not to mention only those that age well. And I am confident in saying that <em>Professional WordPress Design And Development</em> is one of those books.</p>
<p><span id="more-42384"></span></p>
<h3>Great for budding developers</h3>
<p>It&#8217;s difficult to understand why this book wouldn&#8217;t be on any WordPress developer&#8217;s shelf. If you haven’t installed WordPress before, for instance, the first chapter guides you through it pretty well. There’s not much to the infamous “5 minute install” but the authors do provide great screenshots and cover some of the potential problems that could arise even in that seemingly easy procedure.</p>
<p>Soon after that, the book jumps into file structure and covering important points like the precious <code>wp-config.php</code>. What I appreciated is that they didn’t gloss over this &#8212; and if you&#8217;ve seen any documentation online (especially from some hosting companies) you know glossing over <code>wp-config.php</code> is commonplace. They actually took the time to review almost every line of code and why you would want turn certain settings on or off.</p>
<blockquote class="jump"><p>&#8220;It&#8217;s difficult to understand why this book wouldn&#8217;t be on any WordPress developer&#8217;s shelf.&#8221;</p></blockquote>
<p>For beginning developers, it&#8217;s nice the book discusses <code>WP_DEBUG</code>. It&#8217;s embarrasing how long it took for me to learn about that after I started developing with WordPress.</p>
<p>And being a more seasoned developer, it&#8217;s great that they include reminders of <code>WP_POST_REVISONS</code> and <code>SAVEQUERIES</code>. Thanks to this book, I can quickly skim over a few pages when a particular wp-config setting slips my mind. That will be my method, at least until I can find better memory medication.</p>
<p>I love that the book covers local WordPress environments so early on in the book &#8212; as early as Chapter 3. Many developers today still use the old fashioned &#8220;edit-save-upload via FTP-check the site-repeat&#8221; as their core development process. Why anyone would want to do this is insane to me. I like that <em>Professional WordPress</em> addresses the &#8220;why&#8221; and then talks about how to configure your stack and WordPress for local development.</p>
<p>The quality here is equal to that of some of the best WordCamp talks given on the same subject.</p>
<h3>My favorite parts</h3>
<p>I’ll admit, I‘ve yet to read the whole book from cover to cover. But the beauty is you don’t have to. Like most well written technical books that cover a wide range of information, you can jump directly into the section that you need to know on the spot.</p>
<p>I do, however, have some favorite parts. One of them is Chapter 7 which deals with custom post types, custom taxonomies, and metadata. There is plenty of information about these topics on the web today, but I liked how the book made understanding the concept and the use of custom post types a breeze.</p>
<p><em>Professional WordPress</em> even reminds you to flush the rewrite rules in WordPress when registering new custom post types, which some miss. Often the &#8220;have you flushed your rewrite rules&#8221; question in WordPress development is, I think, equal to the &#8220;did you turn it off and then turn it on&#8221; from the greater IT support world.</p>
<div id="attachment_42398" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42398" data-permalink="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/attachment/professional-wordpress-authors/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors.png" data-orig-size="600,192" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Professional WordPress Design and Development authors" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-300x96.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors.png" class="size-full wp-image-42398 " alt="Professional WordPress Design and Development authors" src="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors.png" width="600" height="192" srcset="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors.png 600w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-300x96.png 300w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-562x180.png 562w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-390x125.png 390w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-148x47.png 148w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-31x9.png 31w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-38x12.png 38w, http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors-425x136.png 425w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">Brad Williams, David Damstra, and Hal Stern collaborated on <em>Professional WordPress Design and Development</em>.</p></div>
<p>I also liked Chapter 8, which focused on plugin development. Anyone eager to create WordPress plugins would benefit from this section immensely. If we could start all new plugin developers on the right path using nonces, validating and sanitization of content, and so on, then the world would be a better place.</p>
<p>I&#8217;m talking rainbows and unicorns. Or something like that.</p>
<p>Finally, I also appreciated that the book covers some popular filter and actions hooks, not to mention a little further in you&#8217;re walked through creating an example plugin yourself.</p>
<h3>Going above and beyond</h3>
<p>Finding a great hotel that’s clean, affordable, and reliable is always a plus for a traveler. But finding the same hotel that leaves a mint on your pillow is <em>golden</em>.</p>
<p>While <em>Professional WordPress</em> gives you the full course of WordPress development, it’s the “mint on the pillow” that shows they put some extra love and attention into it, and didn’t just stop with the more common development topics.</p>
<p>For example, in Chapter 11, there’s some great tips on advertising and monetizing your site. Chapter 12 covers principles of user experience, usability testing, and even how to optimize your site for search engines. Granted these subjects can be books in themselves, but the authors give you just enough practical tips and tricks to get you moving in the right direction. There&#8217;s so much misinformation on the web and in printed form, that I&#8217;m glad to see these smaller subjects were included.</p>
<p>I also found the sections on caching, scaling, and securing your WordPress site to be equally as informative. Seasoned WordPress developers would also appreciate their coverage, however brief, of the WordPress community.</p>
<h3>Complaints!</h3>
<blockquote class="jump"><p>&#8220;My only complaint is that they didn’t mention BuddyPress enough.&#8221;</p></blockquote>
<p>What? There are complaints? Does this mean I’ll have to hide from Brad Williams at all future WordCamps?</p>
<p>Easy now, brothers and sisters. My only complaint is that, as a BuddyPress developer, they didn’t mention BuddyPress enough. And I know, you can’t fit everything into the book. I get that. But I figured I would throw that bone out there for consideration.</p>
<p>And if you think that’s bad, you haven’t heard the moaning from those dedicated bbPress developers. <em>Oh boy</em>.</p>
<h3>In conclusion…</h3>
<p>Brad Williams, David Damstra, and Hal Stern are all excellent developers. You can tell they put a lot of blood, sweat, and spilled beer into this book.</p>
<p>If my house was on fire &#8212; assuming my family is safe, <em>duh</em> &#8212; and I had to save one book, it wouldn’t be this book. It would be the book filled with my life&#8217;s memories, photos, and cash. Maybe if I could take two books. Okay, If I could grab three books, then <em>Professional WordPress</em> would definitely make it out of the fire with me.</p>
<p>I highly recommend <a title="Professional WordPress Design and Development" href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-111844227X.html"><em>Professional WordPress</em></a> for any WordPress developer – new or experienced. It&#8217;s worth having on your shelf.</p>
<a href='http://wpcandy.com/rated/five-mints' title='WPCandy rated this 5 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-five.jpg' alt='WPCandy rated this 5 mints' width='600' height='80' /></a>
<p><em>This review was completed using a copy of the book provided by the publisher.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42384">Review: Professional WordPress Design and Development, 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/">Review: Professional WordPress Design and Development, 2nd Edition</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42384</post-id>	</item>
		<item>
		<title>Sweet Plugin: TablePress, the successor to WP-Table Reloaded</title>
		<link>http://wpcandy.com/broadcasts/the-sweet-plugin/tablepress-wordpress-plugin/</link>
		<comments>http://wpcandy.com/broadcasts/the-sweet-plugin/tablepress-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 22:45:29 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[The Sweet Plugin]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42287</guid>
		<description><![CDATA[<p>About two years ago (yeah, really!) I reviewed the WP-Table Reloaded WordPress plugin on our show The Sweet Plugin. After a rebranding and reworking of the code, WP-Table Reloaded is now TablePress. The developer Tobias relaunched the plugin, renamed it with a much better name, and revamped a number of the plugin&#8217;s features. One of [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42287">Sweet Plugin: TablePress, the successor to WP-Table Reloaded</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/the-sweet-plugin/tablepress-wordpress-plugin/">Sweet Plugin: TablePress, the successor to WP-Table Reloaded</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><embed src="http://blip.tv/play/AYOOlxgA?p=1" type="application/x-shockwave-flash" width="600" height="370" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" ></embed></p>
<p>About two years ago (yeah, really!) <a href="http://wpcandy.com/broadcasts/the-sweet-plugin/day-4/">I reviewed the WP-Table Reloaded WordPress plugin</a> on our show The Sweet Plugin. After a rebranding and reworking of the code, WP-Table Reloaded is now <a href="http://wordpress.org/extend/plugins/tablepress/" title="TablePress WordPress plugin">TablePress</a>. The developer Tobias relaunched the plugin, renamed it with a much better name, and revamped a number of the plugin&#8217;s features.</p>
<p><span id="more-42287"></span></p>
<p>One of the biggest improvements has to be the all tables view, which feels almost exactly the same as the edit posts and pages WordPress screens do. Honestly, the closer any plugin or theme can get to WordPress core UI, or <em>feeling</em> like a real part of WordPress, the better it is.</p>
<p>Adding and editing tables feels better too. A lot of what was there before is still in place, but nicer. Manipulating table content feels much better; you can drag and drop rows and columns around and change the display order of table cells with one click. This sort of table manipulation would have been much more time consuming under the old WP-Table Reloaded plugin.</p>
<p>TablePress makes the table shortcodes much more obvious too. Each table management screen includes the table&#8217;s shortcode at the top of the screen, and they&#8217;re quickly available from the all tables screen too.</p>
<p>TablePress also implements something I don&#8217;t remember seeing in WP-Table Reloaded, and that&#8217;s the ability to choose where in the WordPress dashboard the TablePress menu is located. This is one of those options which I could see popping up in any of the more complex WordPress plugins out there. Let users choose whether the menu item displays right below comments, at the bottom below settings, within the tools menu, and so on. I think this is an approach I can get behind &#8212; again, only in plugins that potentially warrant prominent menu placement in the first place.</p>
<h3>Where to grab TablePress</h3>
<p>You can download <a href="http://wordpress.org/extend/plugins/tablepress/" title="TablePress on the WordPress.org plugin directory">TablePress</a> from the WordPress.org plugin directory, and based on everything I&#8217;ve seen there&#8217;s really no reason to hold back. Your tables will need to be exported from the old plugin and imported into the new plugin, but really that seems like a pretty seamless process. </p>
<p>Tobias also runs <a href="http://tablepress.org" title="TablePress.org">TablePress.org</a>, a nice resource for using the plugin.</p>
<p>Have you switched over to TablePress yet? What do you think of the new, rebranded, and updated WordPress plugin?</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42287">Sweet Plugin: TablePress, the successor to WP-Table Reloaded</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/the-sweet-plugin/tablepress-wordpress-plugin/">Sweet Plugin: TablePress, the successor to WP-Table Reloaded</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/broadcasts/the-sweet-plugin/tablepress-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42287</post-id>	</item>
		<item>
		<title>Reader theme review: Minimal, but not in a lazy way</title>
		<link>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/</link>
		<comments>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 17:30:15 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42175</guid>
		<description><![CDATA[<p>Reader is a theme by new theme shop WP Minima, a brand which sells entirely on ThemeForest at the moment. They’ve released two themes so far, one free and one paid. This is the paid theme, which costs $35. Reader, being both new and minimalistic, caught my eye last week. A lot of the time, [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42175">Reader theme review: Minimal, but not in a lazy way</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/">Reader theme review: Minimal, but not in a lazy way</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42175"><img data-attachment-id="42367" data-permalink="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/attachment/reader-post-teaser/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser.jpg" data-orig-size="600,310" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Reader theme post graphic" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-300x155.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser.jpg" class="alignnone size-full wp-image-42367" alt="Reader theme post graphic" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser.jpg" width="600" height="310" srcset="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-300x155.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-348x180.jpg 348w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-241x125.jpg 241w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-148x76.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-31x16.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-38x19.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser-416x215.jpg 416w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Reader is a theme by new theme shop <a title="WP Minima" href="http://wpminima.com">WP Minima</a>, a brand which sells entirely on ThemeForest at the moment. They’ve released two themes so far, one free and one paid. This is the paid theme, which costs <a title="Reader on ThemeForest" href="http://themeforest.net/item/reader-minimalistic-wordpress-theme/3747291">$35</a>.</p>
<p>Reader, being both new and minimalistic, caught my eye last week. A lot of the time, theme designers will put something together and call it minimal, almost as an excuse to not put much thought into what’s designed. Or to leave things kind of plain. At least that’s the impression I get when looking at some WordPress themes that get released.</p>
<p>In this case, I think it’s clear that WP Minima put time into Reader and made real decisions. I don’t agree with all of them, but there’s a consistent, strong design aesthetic here that doesn’t come across as what I’ll call “lazy minimal”. It’s minimal, in a good way.</p>
<p><span id="more-42175"></span></p>
<h3>Digging further in</h3>
<p>Digging further into the theme, there are design decisions I like as well as those I don’t. The first subtle bit I liked was the fuzzy hover effect on the blog’s title. It’s a neat, happy effect that makes the title of the blog a little more interesting. A lot of themes will make their titles and site headings interesting by dropping in a logo – a logo, of course, that won’t make any sense on a user’s site once they get rolling with the theme. This design touch makes any blog title interesting, just be tweaking the text itself a little.</p>
<div id="attachment_42368" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42368" data-permalink="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/attachment/reader-theme-fuzzy-header/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header.png" data-orig-size="600,224" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Reader theme header fuzzy on rollover" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-300x112.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header.png" class="size-full wp-image-42368" alt="Reader theme header fuzzy on rollover" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header.png" width="600" height="224" srcset="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header.png 600w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-300x112.png 300w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-482x180.png 482w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-334x125.png 334w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-148x55.png 148w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-31x11.png 31w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-38x14.png 38w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header-425x158.png 425w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">When rolling over the title of the site, it gets all fuzzy. Is it weird that I find things like that really nice?</p></div>
<p>That said, some of the interactions aren’t as great. There are two sliding effects worked into the theme that bug me. Reader hides things behind a click-trigger, which requires the visitor to click to view (what I consider) important information.</p>
<p>These triggers are in two places: the site description in the header, and every post’s date and comment counts on archive pages. In both cases, as a visitor, I’m not very likely to click to see that information. That information is something I’ll see and will catch my eye as I scroll down the page. Requiring user action in these areas is really the biggest detractor toward using this theme, in my mind.</p>
<h3>Plugin included with the theme</h3>
<p>The Minima Shortcodes plugin that came along with the theme is half good and half “meh”. Obviously dropping shortcodes into a plugin is a big plus, and that they seem intended to work with any Minima theme when it’s installed is a great idea.</p>
<p>The plugin’s positive offerings include a few nice call-out styles. There’s a message box, an intro, some highlighting, and so on. With these classes matched across their offering of themes it has its usefulness. I would also like to see the plugin with an option to drop in minimal styles (no pun intended) so the shortcodes can maintain their general look and feel even when other themes are active.</p>
<div id="attachment_42369" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42369" data-permalink="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/attachment/reader-theme-shortcodes-in-action/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action.jpg" data-orig-size="600,361" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Shortcodes in use within the Reader theme" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-300x180.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action.jpg" class="size-full wp-image-42369" alt="Shortcodes in use within the Reader theme" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action.jpg" width="600" height="361" srcset="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-300x180.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-299x180.jpg 299w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-207x125.jpg 207w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-148x89.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-31x18.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-38x22.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action-357x215.jpg 357w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">The intro and message shortcodes in user within a post. They&#8217;re subtle, but noticeable.</p></div>
<p>Then there’s the less exciting side of the plugin, which is a set of shortcodes clearly included for average users. There’s one that forces line breaks so they aren’t stripped out by the WordPress editor, for instance.</p>
<p>I should say these types of shortcodes aren’t exciting to me, but might be a breath of fresh air to users who have complained about the WordPress WYSIWYG editor before. So I don’t really consider these a negative inclusion, but more of a “meh”.</p>
<h3>What Reader really gets right</h3>
<p>Some of my favorite things about Reader, honestly, are things that it just <em>gets right</em>. There aren’t any nasty theme settings screen with the WP Minima branding on it, which is a relief quite honestly.</p>
<p>In addition, the theme acts as you’d expect it to when it comes to basic WordPress features. Sidebars, widgets, menus, even background colors and the theme customizer operated exactly as I would have wanted. It sounds silly, both when discussing that and writing it down here, but it’s truly shocking how many themes out there just fall apart under these basic sanity checks.</p>
<div id="attachment_42366" style="width: 610px" class="wp-caption alignnone"><a href="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user.jpg"><img data-attachment-id="42366" data-permalink="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/attachment/reader-theme-customizer-in-user/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user.jpg" data-orig-size="1188,572" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Reader theme and the customizer" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-300x144.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-600x288.jpg" class="size-large wp-image-42366" alt="Reader theme and the customizer" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-600x288.jpg" width="600" height="288" srcset="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-600x288.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-300x144.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-373x180.jpg 373w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-259x125.jpg 259w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-148x71.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-31x14.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-38x18.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-425x204.jpg 425w, http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user.jpg 1188w" sizes="(max-width: 600px) 100vw, 600px" /></a><p class="wp-caption-text">Seriously, more theme developers should really dive in and make their themes work with the theme customizer. It makes working with themes so much better.</p></div>
<p>I also really like the implementation of the featured images. Having them fit across the post block gives it a good feel, and would keep me excited to find – or take, rather – images to fit with each post.</p>
<p>Post formats in Reader seem to each be styled uniquely, which is great to see any theme doing. I’m also partial to theme-specific WYSIWYG editor styles, which Reader pulls off near perfectly.</p>
<h3>Final thoughts</h3>
<p>Reader is a solid minimal blogging theme, and has gone on my list of themes to recommend to anyone looking to just get a site up and get writing. It’s not a perfect theme, but I think I would still rank it up there with the solid simplicity of the default Twenty Ten through Twelve themes, albeit with its own style.</p>
<p>Given that Reader is only the second theme to come out of WP Minima so far, I’d say it’s a shop to keep an eye on.</p>
<p>Oh, and if you&#8217;d like to hear further thoughts on Reader &#8212; and other awesome and sometimes-not-so-awesome WordPress themes &#8212; listen to the <a title="Theme Show #11: “A New Year and a New Sound”" href="http://wpcandy.com/broadcasts/theme-show/011-a-new-year-and-a-new-sound/">latest episode of the Theme Show podcast</a>.</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<p><em>This review was completed using a copy of Reader provided to WPCandy by WP Minima.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42175">Reader theme review: Minimal, but not in a lazy way</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/">Reader theme review: Minimal, but not in a lazy way</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42175</post-id>	</item>
		<item>
		<title>The Story of WonderThemes: Why starting a WordPress theme marketplace isn&#8217;t easy</title>
		<link>http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/</link>
		<comments>http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 15:00:50 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42338</guid>
		<description><![CDATA[<p>Michael Kimb Jones &#8212; or Kimb, as he prefers people call him &#8212; sat waiting for his time to stand up and speak. There he sat, on the ground floor of Surgeons Hall at the Royal College of Surgeons, running over the things he was about to talk about. His presentation was for WordCamp Edinburgh in [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42338">The Story of WonderThemes: Why starting a WordPress theme marketplace isn't easy</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/">The Story of WonderThemes: Why starting a WordPress theme marketplace isn&#8217;t easy</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div id="attachment_42342" style="width: 610px" class="wp-caption alignnone"><a href="http://wpcandy.com/?p=42338"><img data-attachment-id="42342" data-permalink="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/attachment/story-of-wonderthemes/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes.jpg" data-orig-size="600,290" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="The Story of WonderThemes and building a WordPress theme marketplace" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-300x145.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes.jpg" class="size-full wp-image-42342 " alt="The Story of WonderThemes and building a WordPress theme marketplace" src="http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes.jpg" width="600" height="290" srcset="http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-300x145.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-372x180.jpg 372w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-258x125.jpg 258w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-148x71.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-31x14.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-38x18.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/story-of-wonderthemes-425x205.jpg 425w" sizes="(max-width: 600px) 100vw, 600px" /></a><p class="wp-caption-text"><span class="credit">Photo and graphic: Michael Kimb Jones</span></p></div>
<p>Michael Kimb Jones &#8212; or Kimb, as he prefers people call him &#8212; sat waiting for his time to stand up and speak. There he sat, on the ground floor of Surgeons Hall at the Royal College of Surgeons, running over the things he was about to talk about. His presentation was for WordCamp Edinburgh in 2012, the largest WordPress unconference event in the UK.</p>
<p>The slide sitting behind him on the projector, waiting for him to start, read &#8220;How I Made WonderThemes.&#8221; His pitch on the WordCamp Edinburgh wiki said that his presentation included the initial concept for WonderThemes, cost breakdowns, development struggles and how he sometimes felt like he was &#8220;punching [himself] in the face.&#8221;</p>
<p>Because this presentation wasn&#8217;t all positive. In it Kimb would tell his WonderThemes story, as well as the various elements that contributed to him closing his WordPress theme marketplace down and moving on.</p>
<p><span id="more-42338"></span></p>
<p>It was just three years earlier, in July of 2009 at the WordCamp held in Cardiff, Wales, where Kimb first remembers drawing the inspiration for a theme shop of some sort. The drive to the conference from his home was eight hours, he said, but was &#8220;well worth it.&#8221;</p>
<p>In 2009 the state of the WordPress industry was quite different from today. Brian Gardner&#8217;s Revolution theme had only recently been brought under the new StudioPress banner. Thesis, ThemeForest, and WooThemes had each existed for only about a year. Heck, there weren&#8217;t even 50 WordCamps taking place that year. WordPress was in a crucial place, and poised to grow in big ways.</p>
<p>And Kimb found himself driving home from WordCamp feeling inspired. He had an idea. Seeing so many people in the community pulling together a business and selling their work &#8212; particularly seeing Tung Do, then known primarily as Small Potato, build and sell his blog for more than $60,000 &#8212; Kimb saw a theme shop in his future. After all, he had designed and built WordPress themes as a freelancer for some time.</p>
<p>He would need to build the business part time, however. Kimb worked as a web and digital manager for a hospital in the National Health Service. With a busy nine to five, his theme business would need to come after work wrapped each day. And so that&#8217;s what he did.</p>
<h3>From a theme shop to a theme marketplace</h3>
<p>The initial idea was a theme shop reminiscent of WooThemes. Kimb simply wanted to make and sell themes. He&#8217;d put together his own branded shop and sell his work. After he started digging into the details, however, Kimb noticed the process itself was pretty difficult. Putting up a store and selling to customers elegantly was easier said than done, particularly for someone like he that was less a developer than a designer.</p>
<p>On top of that, Kimb wasn&#8217;t satisfied with the terms he saw at ThemeForest. He disagreed with the percentages the marketplace took (anywhere from 30% to 50% or more) and the non-GPL nature of their licensing. Both seemed wrong to him, and he wanted to make something better. Smaller, perhaps, but ideologically better.</p>
<p>With these thoughts in mind, Kimb started down the road toward building and launching his own WordPress theme marketplace.</p>
<p>Being primarily a designer, Kimb found himself spending time up front initial design and branding work. The WonderThemes superhero mascot &#8212; which we&#8217;ve featured a <a title="The WordPress Theme Mascot Throwdown" href="http://wpcandy.com/presents/the-wordpress-theme-mascot-throw-down/">couple</a> of <a title="WonderThemes marketplace has themes to sell" href="http://wpcandy.com/reports/wonderthemes-marketplace-has-themes-to-sell">times</a> in <a title="WPCandy covers WonderThemes" href="http://wpcandy.com/covers/wonderthemes">posts on WPCandy</a> &#8212; was one of the first elements to come together.</p>
<div id="attachment_42345" style="width: 385px" class="wp-caption alignright"><img data-attachment-id="42345" data-permalink="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/attachment/wonderthemes-macsot-sketch/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch.jpg" data-orig-size="375,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Initial sketch of the WonderThemes mascot" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-225x300.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch.jpg" class="size-full wp-image-42345  " alt="Initial sketch of the WonderThemes mascot" src="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch.jpg" width="375" height="500" srcset="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch.jpg 375w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-225x300.jpg 225w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-135x180.jpg 135w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-300x400.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-93x125.jpg 93w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-111x148.jpg 111w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-23x31.jpg 23w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-28x38.jpg 28w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-macsot-sketch-161x215.jpg 161w" sizes="(max-width: 375px) 100vw, 375px" /><p class="wp-caption-text"><span class="credit">Photo and drawing: Michael Kimb Jones</span>Kimb says the mascot was one of the earliest pieces of the marketplace to come together. As a designer, he was most comfortable starting there.</p></div>
<p>Kimb chose the name and purchased WonderThemes.com about six months after his inspirational WordCamp experience in Edinburgh. At the time Kimb and his partner Jonny Allbut &#8212; who has since moved on to other projects &#8212; planned on building the marketplace around their theme framework, appropriately titled Wonderflux. The idea was for the themes sold on WonderThemes to all be built on top of the WonderFlux framework.</p>
<p>As time went by, however, they ironed out the marketplace concept just as much as the code behind the platform. Before long their marketplace concept expanded to allow any framework theme, and later any theme at all. Wonderflux was less and less important to WonderThemes, though it is <a title="WonderFlux theme framework" href="http://wonderflux.com">still under active development</a>, for those interested.</p>
<h3>&#8220;It was more of a long slog.&#8221;</h3>
<p>After spending some time in beta, the WonderThemes marketplace fully launched in May of 2011. After that it took about two months for their store to list nine themes from seven different theme authors.</p>
<p>&#8220;It took a long time to get out there,&#8221; Kimb admitted. &#8220;It wasn&#8217;t a lean startup. It was more of a long slog.&#8221; He attributes a number of things to the delay in launching, the biggest reason possibly that he was not a strong enough developer to build out the marketplace himself. Instead, he bootstrapped the development of WonderThemes using what was available and by hiring work out to a more competent developer.</p>
<p>The final site ended up built on WordPress Multisite, using the MarketPress plugin, Gravity Forms and bbPress as the support system. &#8220;It was cobbled together and it worked,&#8221; Kimb said.</p>
<blockquote class="jump"><p>&#8220;It was cobbled together and it worked.&#8221;</p></blockquote>
<p>The WonderThemes system wasn&#8217;t without its hard edges, though. Kimb hired a developer to build in the digital downloads capability to the plugin he was using, since it didn&#8217;t yet support it. This was great, in a sense, because it worked exactly the way he wanted: instant PayPal transfers to vendors when customers made theme purchases, while automatically removing the WonderThemes percentage.</p>
<p>This was before plugins like Easy Digital Downloads existed to make this process so much simpler, Kimb said.</p>
<p>Technical issues aside, Kimb found it difficult to bring in real revenue with the terms he had set. &#8220;One of the stupid things, although at the time sounded like a good idea,&#8221; he told WPCandy, &#8220;was to give every early adopter the maximum rate of 95% per sale.&#8221; In other words, for any vendor who joined WonderThemes early on, every sale netted them 95% of the theme&#8217;s cost.</p>
<p>This, of course, left only 5% of each sale for Kimb.</p>
<div id="attachment_42343" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42343" data-permalink="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/attachment/wonderthemes-evolution-graphic/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic.jpg" data-orig-size="600,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="The evolution of the WonderThemes idea" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-300x225.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic.jpg" class="size-full wp-image-42343" alt="The evolution of the WonderThemes idea" src="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic.jpg" width="600" height="450" srcset="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-300x225.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-240x180.jpg 240w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-166x125.jpg 166w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-148x111.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-31x23.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-38x28.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-evolution-graphic-286x215.jpg 286w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text"><span class="credit">Graphic: Michael Kimb Jones</span>Kimb used this graphic to show the progression in the thinking behind WonderThemes. What began as a theme shop became a very open, and very generous, theme marketplace.</p></div>
<h3>Difficulty gaining traction</h3>
<p>&#8220;Whenever a sale would go through, and I&#8217;d get my three or four dollars in payout,&#8221; Kimb said, &#8220;I&#8217;d think if this was just a little bit more, than I could at least reinvest that.&#8221;</p>
<p>Kimb also discovered that many vendors would sign up and then leave. They wanted to check the place out a bit, he explained, but then left when they weren&#8217;t &#8220;feeling it&#8221;.</p>
<p>These theme developers proved very difficult to sway over to WonderThemes. &#8220;Vendors are always going to go where the market is,&#8221; Kimb told WPCandy. &#8220;It&#8217;s because people use it, it&#8217;s not just because it&#8217;s marketed to the hilt. People would say if you want a WordPress theme, go to ThemeForest. ThemeForest is the place where a lot of people start their journey into WordPress themes. A lot of people haven&#8217;t heard of branded theme shops but have heard of ThemeForest.&#8221;</p>
<p>Customers proved equally difficult to bring to the site. Kimb reached out and was a sponsor for two WordCamps in an attempt to grow his customer base.</p>
<p>His tone sharpening, Kimb said, &#8220;Never buy t-shirts by the way. They&#8217;re the worst decision.&#8221; He purchased shirts to hand out to attendees at the event. &#8220;I would ask people afterward, oh, you got a free t-shirt, did you buy a theme? Nope. It was just a terrible idea.&#8221;</p>
<div id="attachment_42344" style="width: 610px" class="wp-caption alignnone"><img data-attachment-id="42344" data-permalink="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/attachment/wonderthemes-screenshot/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot.jpg" data-orig-size="600,480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Screenshot of the WonderThemes WordPress theme marketplace" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-300x240.jpg" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot.jpg" class="size-full wp-image-42344" alt="Screenshot of the WonderThemes WordPress theme marketplace" src="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot.jpg" width="600" height="480" srcset="http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot.jpg 600w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-300x240.jpg 300w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-225x180.jpg 225w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-156x125.jpg 156w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-148x118.jpg 148w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-31x24.jpg 31w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-38x30.jpg 38w, http://wpcandy.com/wp-content/uploads/2013/02/wonderthemes-screenshot-268x215.jpg 268w" sizes="(max-width: 600px) 100vw, 600px" /><p class="wp-caption-text">A screenshot of the WonderThemes website, in the beta period leading up to having themes to list there.</p></div>
<p>A year after launching, stepping in front of the room at WordCamp Edinburgh, Kimb told much of this story.</p>
<p>&#8220;It&#8217;s been a year now,&#8221; he said thinking back, &#8220;and the site&#8217;s not getting any traction. I can either kill it off, I can re-engineer it, or I can continue with the current system but invest more time and money and maybe get a partner.&#8221;</p>
<p>He said, &#8220;The ultimate outcome was to turn it off, because I didn&#8217;t have any more cash to invest in it.&#8221;</p>
<p>WonderThemes closed its doors. During the six months it was active 215 users registered, 150 of which were vendors wanting to potentially sell products. Just fourteen vendors became active, which a combined total of thirty themes at its most active. Some were free themes, but most were commercial.</p>
<p>WonderThemes saw 17 sales during its operation. Kimb made about $50. The site itself cost upwards of $10,000.</p>
<h3>Lessons learned</h3>
<p>At WordCamp Kimb presented on the lessons he learned, and told the attendees that even though the business failed it doesn&#8217;t feel like that much of a failure because of what he learned along the way.</p>
<p>&#8220;I think offering a 95% cut of sales was a mistake,&#8221; Kimb told WPCandy. After building a bit of an audience he fully intended to reign back the high vendor cut and offer more reasonable rates. The more extreme deal was simply to bring in vendors early, he said.</p>
<p>Kimb also regrets not implementing an affiliate system, which he says was mostly coded before he closed the marketplace down. He would have built the marketplace itself quite differently if doing it again, as well &#8212; likely not on top of the WordPress platform at all. At the very least, he said, he wouldn&#8217;t have waited until WordPress and WordPress MU merged into one system before really building out the WonderThemes platform.</p>
<p>In reflection, though, Kimb recognized that all things considered, particularly nowadays, the technical side of a marketplace built on WordPress really isn&#8217;t that difficult. Managing the marketplace after launch, he said, is really the important and difficult part.</p>
<p>It would be understandable, particularly after all the effort spent on the project, that Kimb would have his own frustrations with that part of the industry. It turns out that&#8217;s not quite the case.</p>
<p>&#8220;It&#8217;s funny,&#8221; Kimb told me. &#8220;I was incredibly cynical before. I remember signing up for ThemeForest and thinking this is terrible, for the terms and the percentages.&#8221; But after seeing the other side of the marketplace coin, so to speak, he feels differently. Envato isn&#8217;t the only company out there pursuing a stable marketplace model.</p>
<blockquote class="jump"><p>&#8220;The management of the marketplace after launch is really the important and difficult part.&#8221;</p></blockquote>
<p>&#8220;Apple isn&#8217;t evil, and Envato isn&#8217;t evil. They just want to be in a position where they can bring enough money in to keep the business going and grow the business. And that&#8217;s what Envato has done and I have a lot of respect for them.&#8221;</p>
<p>And Kimb said as much during his WonderThemes story at WordCamp Edinburgh in 2012. Three years earlier, in Wales, he had presented a slide deck titled &#8220;WordPress in the Health Sector&#8221;, based on his experience with WordPress in the hospital he worked in. Now his presentation covered the building and eventual closing of his WordPress business &#8212; quite a journey, really.</p>
<p>After reminiscing with me for a little over an hour, Kimb sort of chuckled to himself. &#8220;I always anticipated that I would set up the marketplace,&#8221; he said, &#8220;and then take a couple of weeks coming up with some new and fresh themes, and sell them myself. I would sell them on the marketplace that I built. Then I would get 100% of the money and it would all be great.&#8221;</p>
<p>All said and done, WonderThemes was open for about six months. It brought in around fifty dollars and a handful of vendors, and Kimb ended up printing a lot of WonderThemes shirts. And he never did get around to releasing a single theme of his own.</p>
<p>Kimb is still an active WordPress user, designer, developer and evangelist. He runs a local monthly meetup in Sheffield, and plans to speak at WordCamp UK in June and the Edinburgh WordUp in April. Since closing WonderThemes he has refocused on building his freelance client base while also moving into the event and education space with the <a title="MAKE DO Initiative" href="http://makedo.in">MAKE DO</a> Initiative. All of this, of course, while still working nine to five for the National Health Service..</p>
<p>You can follow Kimb on Twitter at <a title="Kimb Jones on Twitter" href="https://twitter.com/mkjones">@mkjones</a>.</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42338">The Story of WonderThemes: Why starting a WordPress theme marketplace isn't easy</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/">The Story of WonderThemes: Why starting a WordPress theme marketplace isn&#8217;t easy</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/presents/the-story-of-wonderthemes-starting-a-wordpress-theme-marketplace/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">42338</post-id>	</item>
		<item>
		<title>WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</title>
		<link>http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/</link>
		<comments>http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 02:34:11 +0000</pubDate>
		<dc:creator><![CDATA[Ryan Imel]]></dc:creator>
				<category><![CDATA[Roundtable Podcast]]></category>
		<category><![CDATA[Shows Master Feed]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42299</guid>
		<description><![CDATA[<p>Let&#8217;s talk about WordPress meetups! On this episode of The WPCandy Roundtable Podcast, I asked four awesome WordPress meetup co-organizers to chat about what makes a quality meetup and how they do what they do. We also went over what they would recommend to new WordPress meetup organizers. Joining me on the podcast are Angie [&#8230;]</p>
<div class="tentblogger-rss-footer">
<p>You just finished reading <a href="http://wpcandy.com/?p=42299">WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p>
</p>
</div>
<p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/">WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42299"><img data-attachment-id="42300" data-permalink="http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/attachment/roundtable-podcast-wordpress-meetups/" data-orig-file="http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups.png" data-orig-size="600,233" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="WPCandy Roundtable Podcast #3" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-300x116.png" data-large-file="http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups.png" class="alignnone size-full wp-image-42300" alt="WPCandy Roundtable Podcast #3: WordPress Meetup Discussion" src="http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups.png" width="600" height="233" srcset="http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups.png 600w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-300x116.png 300w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-463x180.png 463w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-321x125.png 321w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-148x57.png 148w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-31x12.png 31w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-38x14.png 38w, http://wpcandy.com/wp-content/uploads/2013/02/roundtable-podcast-wordpress-meetups-425x165.png 425w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Let&#8217;s talk about WordPress meetups! On this episode of The WPCandy Roundtable Podcast, I asked four awesome WordPress meetup co-organizers to chat about what makes a quality meetup and how they do what they do. We also went over what they would recommend to new WordPress meetup organizers.</p>
<p>Joining me on the podcast are <a href="http://angiemeekerdesigns.com">Angie Meeker</a> (Columbus, Ohio WordPress Meetup), <a href="http://rzen.net">Brian Richards</a> (Grand Rapids, Michigan WordPress Meetup), <a href="http://zeek.com">Steve Zehngut</a> (Orange County WordPress Meetup) and <a href="http://aaron.jorb.in">Aaron Jorbin</a> (Washington, D.C. WordPress Meetup). These folks know what they&#8217;re talking about.</p>
<p>Still not sure about listening? Steve Zehngut and Aaron Jorbin each co-organize events with a full roster count of over 800 and 1,200, respectively. That&#8217;s a couple of times the size of most large Word<em>Camps</em>, folks.</p>
<a href="http://wpcandy.com/audio/">Download audio file ()</a><br />
<ul>
<li><a title="WPCandy Roundtable Podcast #3" href="http://wpcandy.s3.amazonaws.com/roundtable/Roundtable-Podcast-003-Angie-Meeker-Brian-Richards-Steve-Zehngut-Aaron-Jorbin.mp3">MP3 file</a> (27.2 MB)</li>
<li><a title="Subscribe to the Roundtable Podcast via RSS" href="http://feeds.feedburner.com/WPCandyRoundtablePodcast">Audio RSS Feed</a></li>
</ul>
<p><span id="more-42299"></span></p>
<p>We discussed a number of issues that will face new meetup organizers. Some of my favorites this episode were:</p>
<ul>
<li><span style="line-height: 14px;">What&#8217;s the best advice for brand new meetup organizers who haven&#8217;t started their event yet?</span></li>
<li>What sort of format does your meetup use?</li>
<li>Where do you find your meetup speakers?</li>
<li>How do you keep your community involved when not meeting?</li>
<li>When does your group meet? Do you find weekdays or weekends to be best for meetings?</li>
</ul>
<p>We talked for about 50 minutes and had a great time. If you&#8217;re interested in running &#8212; or improving &#8212; your own WordPress meetup I highly recommend this podcast.</p>
<h3>What about your WordPress Meetup experience?</h3>
<p>I know for a fact that plenty of you organize the meetups in your city too. I&#8217;d love to have your comments on these topics as well. What did you find helpful when you started your event?</p>
<p>If you aren&#8217;t organizing your meetup, and <em>also</em> don&#8217;t have a meetup in your area, what&#8217;s  holding you back? Have you ever considered running it for the community in your city?</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42299">WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a rel="nofollow" href="http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/">WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</a> appeared first on <a rel="nofollow" href="http://wpcandy.com">WPCandy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/broadcasts/roundtable/003-wordpress-meetup-discussion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://wpcandy.s3.amazonaws.com/roundtable/Roundtable-Podcast-003-Angie-Meeker-Brian-Richards-Steve-Zehngut-Aaron-Jorbin.mp3" length="27231792" type="audio/mpeg" />
		<itunes:subtitle>Let’s talk about WordPress meetups! On this episode of The WPCandy Roundtable Podcast, I asked four awesome WordPress meetup co-organizers to chat about what makes a quality meetup and how they do what they do.</itunes:subtitle>
		<itunes:summary><![CDATA[<a href="http://wpcandy.com/?p=42299"></a><br />
Let&#8217;s talk about WordPress meetups! On this episode of The WPCandy Roundtable Podcast, I asked four awesome WordPress meetup co-organizers to chat about what makes a quality meetup and how they do what they do. We also went over what they would recommend to new WordPress meetup organizers.<br />
Joining me on the podcast are <a href="http://angiemeekerdesigns.com">Angie Meeker</a> (Columbus, Ohio WordPress Meetup), <a href="http://rzen.net">Brian Richards</a> (Grand Rapids, Michigan WordPress Meetup), <a href="http://zeek.com">Steve Zehngut</a> (Orange County WordPress Meetup) and <a href="http://aaron.jorb.in">Aaron Jorbin</a> (Washington, D.C. WordPress Meetup). These folks know what they&#8217;re talking about.<br />
Still not sure about listening? Steve Zehngut and Aaron Jorbin each co-organize events with a full roster count of over 800 and 1,200, respectively. That&#8217;s a couple of times the size of most large WordCamps, folks.<br />
<br />
* <a title="WPCandy Roundtable Podcast #3" href="http://wpcandy.s3.amazonaws.com/roundtable/Roundtable-Podcast-003-Angie-Meeker-Brian-Richards-Steve-Zehngut-Aaron-Jorbin.mp3">MP3 file</a> (27.2 MB)<br />
* <a title="Subscribe to the Roundtable Podcast via RSS" href="http://feeds.feedburner.com/WPCandyRoundtablePodcast">Audio RSS Feed</a><br />
<br />
<br />
We discussed a number of issues that will face new meetup organizers. Some of my favorites this episode were:<br />
<br />
* What&#8217;s the best advice for brand new meetup organizers who haven&#8217;t started their event yet?<br />
* What sort of format does your meetup use?<br />
* Where do you find your meetup speakers?<br />
* How do you keep your community involved when not meeting?<br />
* When does your group meet? Do you find weekdays or weekends to be best for meetings?<br />
<br />
We talked for about 50 minutes and had a great time. If you&#8217;re interested in running &#8212; or improving &#8212; your own WordPress meetup I highly recommend this podcast.<br />
What about your WordPress Meetup experience?<br />
I know for a fact that plenty of you organize the meetups in your city too. I&#8217;d love to have your comments on these topics as well. What did you find helpful when you started your event?<br />
If you aren&#8217;t organizing your meetup, and also don&#8217;t have a meetup in your area, what&#8217;s  holding you back? Have you ever considered running it for the community in your city?<br />
You just finished reading <a href="http://wpcandy.com/?p=42299">WPCandy Roundtable #3: WordPress Meetup Discussion with 4 co-organizers</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!]]></itunes:summary>
		<itunes:author>WPCandy.com</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
<post-id xmlns="com-wordpress:feed-additions:1">42299</post-id>	</item>
	</channel>
</rss>
