<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0"><channel><title>WPCandyWPCandy</title> <link>http://wpcandy.com</link> <description>A blog all about WordPress. Yes, we're a bit meta.</description> <lastBuildDate>Fri, 03 Feb 2012 21:56:20 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator><itunes:summary>A blog all about WordPress. Yes, we're a bit meta.</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://wpcandy.gooroohq.com/files/powerpress/podcast-larger.png" /> <itunes:subtitle>A blog all about WordPress. Yes, we're a bit meta.</itunes:subtitle> <image><title>WPCandyWPCandy</title> <url>http://wpcandy.gooroohq.com/wp-content/plugins/powerpress/rss_default.jpg</url><link>http://wpcandy.com</link> </image> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wpcandy" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wpcandy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">wpcandy</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Pressbits 005: Don’t delete plugin options on deactivation</title><link>http://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pressbits-005-dont-delete-plugin-options-on-deactivation</link> <comments>http://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation#comments</comments> <pubDate>Fri, 03 Feb 2012 21:55:11 +0000</pubDate> <dc:creator>Brian Krogsgard</dc:creator> <category><![CDATA[Pressbits]]></category> <category><![CDATA[Plugins]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35534</guid> <description><![CDATA[In this episode of Pressbits I discuss my pet peeve of plugin developers deleting my &#8230;  <a
href="http://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35534">Pressbits 005: Don't delete plugin options on deactivation</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35534"><img
class="aligncenter size-full wp-image-35337" title="Pressbits Show" src="http://cdn.wpcandy.com/files/2012/01/pressbits-teaser.png" alt="" width="600" height="150" /></a>In this episode of Pressbits I discuss my pet peeve of plugin developers deleting my options settings on deactivation, rather than upon uninstallation.</p><p>You should listen to it, <em>especially</em> if you&#8217;re a plugin developer.</p><p>If you would rather download it directly <a
href="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0005-plugin-options-and-deactivation.mp3">you can do that too</a>, or subscribe to this show <a
title="Pressbits RSS feed" href="http://feeds.feedburner.com/pressbits">via RSS</a> or <a
title="Pressbits WordPress podcast on iTunes" href="http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651">on iTunes</a>. If you would prefer a written summary, you can also read that just after the jump.</p><p><span
id="more-35534"></span></p><h3>Deactivating and uninstalling a plugin are not the same thing</h3><p>Let&#8217;s talk about plugin options. Specifically, what I expect as a user when I deactivate a plugin, versus uninstall one. WordPress has some hooks built in that help enable plugin others to do things, namely <a
href="http://codex.wordpress.org/Function_Reference/register_activation_hook">register_activation_hook</a>, <a
href="http://codex.wordpress.org/Function_Reference/register_deactivation_hook">register_deactivation_hook</a>, and <a
href="http://codex.wordpress.org/Function_Reference/register_uninstall_hook">register_uninstall_hook</a>. The deactivation hook and uninstall hook are great places to trigger certain things. Unfortunately, too many plugin authors unset options in the wrong one.</p><p>When I deactivate a plugin, I&#8217;m not really trying to totally remove the plugin from my site, but rather just turn it off. So when a plugin author deletes all of the options I&#8217;ve selected on a plugins&#8217; settings screen on the deactivation hook, it makes me angry that I have to go and reset them when I turn it back on. So angry that I might just find another solution for what your plugin is doing.</p><p>What they should be doing instead, is removing these options, and e<em>verything else</em>, with the uninstall hook. When i uninstall a plugin completely, it is safe to assume I am finished with it, and it is the appropriate place to take such action. But when I simply deactivate, in all likelihood I&#8217;m just debugging something in my theme or another plugin, or maybe backing up or upgrading something.</p><p>So consider this a friendly message to plugin developers, and future plugin developers &#8211; remove options on the uninstall hook, and not the deactivation hook.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35534">Pressbits 005: Don't delete plugin options on deactivation</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation/feed</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure url="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0005-plugin-options-and-deactivation.mp3" length="813057" type="audio/mpeg" /> <itunes:keywords>Plugins</itunes:keywords> <itunes:subtitle>In this episode of Pressbits I discuss my pet peeve of plugin developers deleting my options settings on deactivation, rather than upon uninstallation. - You should listen to it, especially if you're a plugin developer. - </itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/pressbits-teaser.png)In this episode of Pressbits I discuss my pet peeve of plugin developers deleting my options settings on deactivation, rather than upon uninstallation.You should listen to it, especially if you're a plugin developer.If you would rather download it directly you can do that too (http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0005-plugin-options-and-deactivation.mp3), or subscribe to this show via RSS (http://feeds.feedburner.com/pressbits) or on iTunes (http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651). If you would prefer a written summary, you can also read that just after the jump.Deactivating and uninstalling a plugin are not the same thing
Let's talk about plugin options. Specifically, what I expect as a user when I deactivate a plugin, versus uninstall one. WordPress has some hooks built in that help enable plugin others to do things, namely register_activation_hook (http://codex.wordpress.org/Function_Reference/register_activation_hook), register_deactivation_hook (http://codex.wordpress.org/Function_Reference/register_deactivation_hook), and register_uninstall_hook (http://codex.wordpress.org/Function_Reference/register_uninstall_hook). The deactivation hook and uninstall hook are great places to trigger certain things. Unfortunately, too many plugin authors unset options in the wrong one.When I deactivate a plugin, I'm not really trying to totally remove the plugin from my site, but rather just turn it off. So when a plugin author deletes all of the options I've selected on a plugins' settings screen on the deactivation hook, it makes me angry that I have to go and reset them when I turn it back on. So angry that I might just find another solution for what your plugin is doing.What they should be doing instead, is removing these options, and everything else, with the uninstall hook. When i uninstall a plugin completely, it is safe to assume I am finished with it, and it is the appropriate place to take such action. But when I simply deactivate, in all likelihood I'm just debugging something in my theme or another plugin, or maybe backing up or upgrading something.So consider this a friendly message to plugin developers, and future plugin developers - remove options on the uninstall hook, and not the deactivation hook.</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>1:41</itunes:duration> </item> <item><title>Pressbits 004: Don’t hesitate to release plugins</title><link>http://wpcandy.com/broadcasts/pressbits/0004-dont-hesitate-to-release-plugins?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=0004-dont-hesitate-to-release-plugins</link> <comments>http://wpcandy.com/broadcasts/pressbits/0004-dont-hesitate-to-release-plugins#comments</comments> <pubDate>Fri, 03 Feb 2012 14:42:29 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[Pressbits]]></category> <category><![CDATA[Plugins]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35444</guid> <description><![CDATA[In this episode of Pressbits I discuss the hesitance I sometimes see in folks to release their &#8230;  <a
href="http://wpcandy.com/broadcasts/pressbits/0004-dont-hesitate-to-release-plugins">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35444">Pressbits 004: Don't hesitate to release plugins</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35444"><img
class="alignnone size-full wp-image-35337" title="Pressbits Show" src="http://cdn.wpcandy.com/files/2012/01/pressbits-teaser.png" alt="" width="600" height="150" /></a></p><p>In this episode of Pressbits I discuss the hesitance I sometimes see in folks to release their code as WordPress plugins. Listen, <em>I dare you</em>:</p><p>If you would rather download it directly <a
href="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0004-Dont-hesitate-to-release-plugins.mp3">you can do that too</a>, or subscribe to this show <a
title="Pressbits RSS feed" href="http://feeds.feedburner.com/pressbits">via RSS</a> or <a
title="Pressbits WordPress podcast on iTunes" href="http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651">on iTunes</a>. If you would prefer a transcript, you can also read that just after the jump.</p><p><span
id="more-35444"></span></p><h3>Mine your work for plugins that you can release</h3><p>Sometimes I get the sense that someone is shying away from releasing any of their work as a plugin. They will say things like &#8220;this isn&#8217;t that complex&#8221; or &#8220;this isn&#8217;t worthwhile or unique&#8221;. But the thing is, we (the community) <em>need</em> more plugins that are small, simple, and compact.</p><p>Dig into your functions file, your <a
title="How to create your own WordPress functionality plugin" href="http://wpcandy.com/teaches/how-to-create-a-functionality-plugin">functionality plugins</a>, or even stray code that you have within your theme files. Be watchful for what could become a general public plugin. If not for your own sake — some aren&#8217;t interested in maintaining plugins on WordPress.org, which I get — then release them for me. I want to see your awesome ideas, the ways you have solved your own problems, and whether they might be useful for myself or others. Some of my favorite plugins are not big and powerful, but small and very specific.</p><p>One thing I&#8217;ve learned by being a part of the WordPress community (or is it <a
title="WordPress isn’t a community" href="http://wpcandy.com/thinks/wordpress-isnt-a-community">communities</a>?) is that code you keep to yourself can end up stale and weak. Sharing code, on the other hand, using WordPress.org or Github (my two favorites) means that others can add to and improve on your code. It also helps to bring you further into the community and makes others aware of you and your ideas.</p><p>Personally I try to turn as many of my site&#8217;s features into plugins as possible (internally). They instantly become easier to manage and seem generally more organized than as scattered functions in a file or two. Now I just need to take my own advice and release a slew of my own tiny, purpose-specific plugins.</p><p>Are you sitting on any code (read: solutions to problems) that you could take a few minutes to release as a plugin?</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35444">Pressbits 004: Don't hesitate to release plugins</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/broadcasts/pressbits/0004-dont-hesitate-to-release-plugins/feed</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure url="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0004-Dont-hesitate-to-release-plugins.mp3" length="1057504" type="audio/mpeg" /> <itunes:keywords>Plugins</itunes:keywords> <itunes:subtitle>In this episode of Pressbits I discuss the hesitance I sometimes see in folks to release their code as WordPress plugins. Listen, I dare you: - If you would rather download it directly you can do that too,</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/pressbits-teaser.png)In this episode of Pressbits I discuss the hesitance I sometimes see in folks to release their code as WordPress plugins. Listen, I dare you:If you would rather download it directly you can do that too (http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0004-Dont-hesitate-to-release-plugins.mp3), or subscribe to this show via RSS (http://feeds.feedburner.com/pressbits) or on iTunes (http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651). If you would prefer a transcript, you can also read that just after the jump.Mine your work for plugins that you can release
Sometimes I get the sense that someone is shying away from releasing any of their work as a plugin. They will say things like "this isn't that complex" or "this isn't worthwhile or unique". But the thing is, we (the community) need more plugins that are small, simple, and compact.Dig into your functions file, your functionality plugins (http://wpcandy.com/teaches/how-to-create-a-functionality-plugin), or even stray code that you have within your theme files. Be watchful for what could become a general public plugin. If not for your own sake — some aren't interested in maintaining plugins on WordPress.org, which I get — then release them for me. I want to see your awesome ideas, the ways you have solved your own problems, and whether they might be useful for myself or others. Some of my favorite plugins are not big and powerful, but small and very specific.One thing I've learned by being a part of the WordPress community (or is it communities (http://wpcandy.com/thinks/wordpress-isnt-a-community)?) is that code you keep to yourself can end up stale and weak. Sharing code, on the other hand, using WordPress.org or Github (my two favorites) means that others can add to and improve on your code. It also helps to bring you further into the community and makes others aware of you and your ideas.Personally I try to turn as many of my site's features into plugins as possible (internally). They instantly become easier to manage and seem generally more organized than as scattered functions in a file or two. Now I just need to take my own advice and release a slew of my own tiny, purpose-specific plugins.Are you sitting on any code (read: solutions to problems) that you could take a few minutes to release as a plugin?</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>2:12</itunes:duration> </item> <item><title>Envato removes price adjustment tool from their Elite program</title><link>http://wpcandy.com/reports/envato-removes-price-adjustment-tool?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=envato-removes-price-adjustment-tool</link> <comments>http://wpcandy.com/reports/envato-removes-price-adjustment-tool#comments</comments> <pubDate>Fri, 03 Feb 2012 14:34:45 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Themes]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35513</guid> <description><![CDATA[This morning Collis Ta&#8217;eed announced on the Envato Notes blog that their price adjustment tool, &#8230;  <a
href="http://wpcandy.com/reports/envato-removes-price-adjustment-tool">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35513">Envato removes price adjustment tool from their Elite&nbsp;program</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35513"><img
class="alignnone size-large wp-image-35514" title="elitechanges" src="http://cdn.wpcandy.com/files/2012/02/elitechanges-e1328279598878-600x176.png" alt="" width="600" height="176" /></a></p><p>This morning Collis Ta&#8217;eed announced on the Envato Notes blog that their price adjustment tool, previously available to Envato Elite authors on their marketplaces that reached $75,000 in sales, is no longer available. Normally prices on the Envato marketplaces are set by Envato during the product review process, and not by the author of the product. The price adjustment tool, <a
title="Envato launches Envato Elite to “reward and recognize” their elite authors" href="http://wpcandy.com/reports/envato-launches-envato-elite">announced last year</a>, allowed certain authors to test out different prices for their products beyond what the marketplace would set for them.</p><p>The change, Ta&#8217;eed said, comes to prepare for the next major change to Envato&#8217;s pricing strategy. The introduction of variable pricing for certain elite authors was Envato&#8217;s first step toward dynamic pricing. &#8220;While it has had some success,&#8221; he said, &#8220;it’s become clear to us that it’s not the long-term solution.&#8221; The updated pricing solution — while what <em>it</em> is isn&#8217;t exactly clear yet — is slated for release &#8220;later this year&#8221;.</p><p>With the pricing tool removed, any marketplace products with modified prices will be left at the last price their author left them at. This affects 160 current authors who have already reached the $75,000 Elite level.</p><p><span
id="more-35513"></span></p><p>As a replacement for the price adjustment ability, which was the main draw at the $75,000 Envato Elite level, authors will be given an Elite badge on their products and the ability to give themselves a custom forum title. Each author will also 12 months of Envato&#8217;s Tuts+ Premium membership.</p><p>Ta&#8217;eed recognized in his post that this news could disappoint authors. He said:</p><blockquote><p>In the meantime I wanted to give a personal apology for the inconvenience of not having access to the price adjustment tool. I know many existing and new Elite authors were warming up to the tool and increasingly using it. And I realize that in those cases, our new additions will likely not make up for the removal.</p></blockquote><p>Responses to the announcement <a
href="http://themeforest.net/forums/thread/price-adjustment-tool-and-envato-elite-updates/58707?page=1">in the ThemeForest forum</a> are mixed, though some are disappointed at the change and, sometimes, lack of communication. Orman Clark, who has <a
title="Orman Clark breaks all time Theme Forest monthly sales record and expands team" href="http://wpcandy.com/reports/orman-clark-sets-theme-forest-record-and-expands-team">quite a sales record</a> on ThemeForest, <a
href="http://themeforest.net/forums/thread/price-adjustment-tool-and-envato-elite-updates/58707?page=2#527142">responded in disappointment</a> at the news:</p><blockquote><p>As someone that operates their entire business through ThemeForest, and has managed to grow a small team around it, substituting one for the other is not going to wash. And while everyone can always learn something new, 12 months access to Tuts+ is hardly a worthy replacement or incentive based on the assumption that Elite authors have already got some skills to pay the bills.</p></blockquote><p>Ta&#8217;eed did join the discussion in that forum thread, answering questions and responding to suggestions. It&#8217;s an interesting discussion if you&#8217;re interested in some of the dynamics and thought process behind the largest WordPress theme marketplace in the world.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35513">Envato removes price adjustment tool from their Elite&nbsp;program</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/reports/envato-removes-price-adjustment-tool/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>WPCandy Podcast 30: Jetpack full of fireworks edition</title><link>http://wpcandy.com/podcasts/episode-030?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=episode-030</link> <comments>http://wpcandy.com/podcasts/episode-030#comments</comments> <pubDate>Thu, 02 Feb 2012 14:59:16 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[Podcasts]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35464</guid> <description><![CDATA[In this, episode 30 of the WPCandy Podcast, we officially adopt a new format for &#8230;  <a
href="http://wpcandy.com/podcasts/episode-030">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35464">WPCandy Podcast 30: Jetpack full of fireworks edition</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35464"><img
class="alignnone size-full wp-image-35465" title="WPCandy Podcast 30" src="http://cdn.wpcandy.com/files/2012/02/wpcandypodcast-30-jetpackfireworks.jpeg" alt="" width="600" height="195" /></a></p><p>In this, episode 30 of the <a
title="The WPCandy Podcast" href="http://wpcandy.com/category/podcasts/">WPCandy Podcast</a>, we officially adopt a new format for the official show. In short, the goal is for the WPCandy Podcast to deliver a higher <em>awesome</em> per <em>minute</em> ratio, and be the &#8220;if you only listen to one WordPress podcast, listen to this one&#8221; podcast.</p><p>But that&#8217;s not all. In this episode Brian and I recap on 2011 at WPCandy, and I sit down to interview <a
title="Andy Skelton's blog" href="http://andy.wordpress.com/">Andy Skelton</a> and <a
title="Joen Asmussen's blog" href="http://noscope.com/">Joen Asmussen</a> from Automattic about the WordPress.com/Jetpack year-end reports (<a
href="http://matt.wordpress.com/2011/annual-report">example</a>).</p><p>You can listen to the podcast here:</p><p>This week&#8217;s episode is just over 41 minutes long. If you want to jump ahead:</p><ul><li>00:50 Ryan and Brian reminisce on 2011</li><li>14:55 Interview with Andy Skelton and Joen Asmussen</li></ul><p>Subscribe to the show <a
title="WPCandy WordPress Podcast on iTunes" href="http://itunes.apple.com/us/podcast/the-wpcandy-wordpress-podcast/id388757170">on iTunes</a>, or <a
title="The WPCandy WordPress Podcast RSS feed" href="http://feeds.feedburner.com/WPCandyPodcast">directly to the RSS feed</a>. As always you can send any emails you would like to have included on the show to <a
title="Send Us An Email" href="mailto:podcast@wpcandy.com" target="_blank">podcast@wpcandy.com</a>. The download link is just after the jump.</p><p><span
id="more-35464"></span></p><p>If you would like to download the podcast in MP3 format directly, you can do so <a
title="Download WPCandy WordPress podcast episode 030" href="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-030-Jetpack-full-of-fireworks.mp3">here</a>.</p><div></div><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35464">WPCandy Podcast 30: Jetpack full of fireworks edition</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/podcasts/episode-030/feed</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure url="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-030-Jetpack-full-of-fireworks.mp3" length="19738571" type="audio/mpeg" /> <itunes:keywords>featured,WordPress</itunes:keywords> <itunes:subtitle>In this, episode 30 of the WPCandy Podcast, we officially adopt a new format for the official show. In short, the goal is for the WPCandy Podcast to deliver a higher awesome per minute ratio, and be the "if you only listen to one WordPress podcast,</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/02/wpcandypodcast-30-jetpackfireworks.jpeg)In this, episode 30 of the WPCandy Podcast (http://wpcandy.com/category/podcasts/), we officially adopt a new format for the official show. In short, the goal is for the WPCandy Podcast to deliver a higher awesome per minute ratio, and be the "if you only listen to one WordPress podcast, listen to this one" podcast.But that's not all. In this episode Brian and I recap on 2011 at WPCandy, and I sit down to interview Andy Skelton (http://andy.wordpress.com/) and Joen Asmussen (http://noscope.com/) from Automattic about the WordPress.com/Jetpack year-end reports (example (http://matt.wordpress.com/2011/annual-report)).You can listen to the podcast here:This week's episode is just over 41 minutes long. If you want to jump ahead:* 00:50 Ryan and Brian reminisce on 2011
* 14:55 Interview with Andy Skelton and Joen AsmussenSubscribe to the show on iTunes (http://itunes.apple.com/us/podcast/the-wpcandy-wordpress-podcast/id388757170), or directly to the RSS feed (http://feeds.feedburner.com/WPCandyPodcast). As always you can send any emails you would like to have included on the show to podcast@wpcandy.com (mailto:podcast@wpcandy.com). The download link is just after the jump.If you would like to download the podcast in MP3 format directly, you can do so here (http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-030-Jetpack-full-of-fireworks.mp3).</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>41:07</itunes:duration> </item> <item><title>Envato offers bounty to get more e-commerce plugins</title><link>http://wpcandy.com/reports/evanto-offers-bounty-to-get-more-e-commerce-plugins?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=evanto-offers-bounty-to-get-more-e-commerce-plugins</link> <comments>http://wpcandy.com/reports/evanto-offers-bounty-to-get-more-e-commerce-plugins#comments</comments> <pubDate>Thu, 02 Feb 2012 14:41:26 +0000</pubDate> <dc:creator>Jonathan Dingman</dc:creator> <category><![CDATA[News]]></category><guid isPermaLink="false">http://wpcandy.com/?p=34859</guid> <description><![CDATA[E-commerce is becoming more of a hot topic within the WordPress community. Given this realization, &#8230;  <a
href="http://wpcandy.com/reports/evanto-offers-bounty-to-get-more-e-commerce-plugins">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34859">Envato offers bounty to get more e-commerce plugins</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.wpcandy.com/files/2012/01/codecanyon-ecommerce-wanted.png" alt="" width="600" height="222" class="aligncenter size-full wp-image-35108" /></p><p>E-commerce is becoming more of a hot topic within the WordPress community.  Given this realization, we&#8217;ve seen plugins like WooCommerce be released free of charge, among other great e-commerce plugins.</p><p>Envato, the company behind ThemeForest and CodeCanyon (just to name of a few of their properties), put up a bounty to plugin developers.  They see a need for more e-commerce plugins to be available in their marketplace and they&#8217;re willing to pay to get those plugins up there.<br
/> <span
id="more-34859"></span><br
/> Here are the details about the bounty.</p><blockquote><ul><li><strong>Date Posted:</strong> January 11, 2012</li><li><strong>Prizes:</strong> 20 winning files will get a share of <strong>$2,000</strong> of prizes! 20 x $100 &#8220;cash&#8221; (payable via either PayPal or Moneybookers).</li><li><strong>Maximum Prizes per Author</strong>: 3</li><li><strong>Closing Date</strong>: February 11, 2012</li><li><strong>Files We&#8217;re Looking For:</strong> <a
href="http://codecanyon.net/category/plugins/wordpress/e-commerce">WordPress e-Commerce Plugins</a> built for the following plugins:</li><ul><li>WP e-Commerce</li><li>WooCommerce</li><li>Jigoshop</li><li>Cart66</li></ul><li>An item created and converted to another sub category is allowed! So for example, a Cart66 plugin converted to Jigoshop and WooCommerce has the potential to win $300 (presuming they are all one of the first 20 items submitted/approved of course).</li><li>&#8220;Standalone&#8221; and &#8220;Other&#8221; plugins are  NOT  eligible for this contest.</li><li>Envato Staff are  NOT  allowed to enter Envato&#8217;s Most Wanted. Volunteer Community Moderators  ARE  allowed to participate.</li><li>Where Files Should be Submitted: <a
href="http://codecanyon.net/category/plugins/wordpress/e-commerce">http://codecanyon.net/category/plugins/wordpress/e-commerce</a> within the appropriate sub category.</li></ul></blockquote><p>You still have another week to get your plugins in and capture up to $300 of that bounty.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34859">Envato offers bounty to get more e-commerce plugins</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/reports/evanto-offers-bounty-to-get-more-e-commerce-plugins/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Behind the Site: Tripawds, a user-supported three legged dog community</title><link>http://wpcandy.com/presents/behind-the-site-tripawds-three-legged-dog-community?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=behind-the-site-tripawds-three-legged-dog-community</link> <comments>http://wpcandy.com/presents/behind-the-site-tripawds-three-legged-dog-community#comments</comments> <pubDate>Thu, 02 Feb 2012 14:09:48 +0000</pubDate> <dc:creator>JIm Nelson</dc:creator> <category><![CDATA[Features]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://wpcandy.com/?p=29987</guid> <description><![CDATA[Ed: Tripawds is, in all honesty, a very touching site. It is a community of &#8230;  <a
href="http://wpcandy.com/presents/behind-the-site-tripawds-three-legged-dog-community">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=29987">Behind the Site: Tripawds, a user-supported three legged dog community</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=29987"><img
class="alignnone size-full wp-image-35453" title="Behind the Site: Tripawds (teaser)" src="http://cdn.wpcandy.com/files/2012/02/behindthesite-tripawds.jpeg" alt="" width="600" height="280" /></a></p><p><strong>Ed:</strong> <a
title="Tripawds" href="http://tripawds.com/">Tripawds</a> is, in all honesty, a very touching site. It is a community of bloggers and users supporting canine amputees. The site is run by Jim and Rene Nelson, and just so happens to be running on WordPress. Jim offered to share some background information on Tripawds when he saw our ongoing <a
title="Behind the Site on WPCandy" href="http://wpcandy.com/series-on/behind-the-site">Behind the Site</a> series.</p><p>In this series, a WordPress site&#8217;s owner walks us through what makes their site unique and how it does what it does. At this point I&#8217;ll hand it off to Jim, who wrote about he and his wife&#8217;s site below.</p><p><span
id="more-29987"></span></p><h3>About Tripawds</h3><p><a
href="http://tripawds.com/"><img
class="alignnone size-full wp-image-29991" title="tripawds-home" src="http://cdn.wpcandy.com/files/2011/11/tripawds-home.jpg" alt="" width="550" height="336" /></a></p><p>Never in our wildest dreams did my wife and I ever imagine that running the largest online community for canine amputees and their people would become our full-time labor of love. But that is exactly what the little blog we started when our dog Jerry got cancer back in 2006 has become.</p><p>Home to more than 750 sites now, with over 3,000 members and more joining everyday, the <a
title="tripawds canine cancer and amputation help resources" href="http://tripawds.com/">Tripawds Blogs Community</a> offers helpful resources, information and support to anyone facing amputation for their dog. We maintain free three-legged dog blogs, discussion forums, a live chat room and much more. And we couldn&#8217;t do it without WordPress multisite.</p><p>We have had our share of growing pains with the site over the years, migrating from a simple WordPress install on shared hosting to WPMU and finally to WordPress multisite, now on our own server. But the gratitude of members who find the site helpful makes it all worthwhile. I suggest anyone interested in <a
title="tripawds niche site problogger guest post" href="http://www.problogger.net/archives/2011/07/22/how-to-build-community-for-niche-site-success/">how to grow a niche website</a> or hearing our <a
title="tripawds community problogger guest post" href="http://www.problogger.net/archives/2011/08/03/tactical-tips-for-building-an-online-community/">tips for maintaining an online community</a> read my guest posts on ProBlogger.</p><h3>Favorite Plugins</h3><p>Since I&#8217;ve written an overview of all the <a
title="tripawds network best wordpress multisite plugins review" href="http://wpmu.tripawds.com/2011/08/02/best-wordpress-multisite-plugins/">best WordPress multisite plugins</a> we&#8217;re using to build the Tripawds community, I&#8217;ll just review a few of my favorites in more detail here.</p><p>The <a
title="tripawds canine cancer and amputation advice forums" href="http://tripawds.com/forums">Tripawds discussion forums</a> are powered by the massively configurable yet easy to use <a
title="best forums plugin for wordpress" href="http://simple-press.com/">Simple:Press Forums</a> plugin. Simple:Press can be deployed across a multisite network, but we run forums on the main site only to provide a central location for all discussions. We use various forum topics to keep the community updated about news in our <a
title="tripawds featured blogs" href="http://tripawds.com/blogs">featured blogs</a>. And the built-in Private Messaging option allows members to easily communicate directly with each other using a searchable username directory or their own Buddy List.</p><p><img
class="alignnone size-full wp-image-29990" title="tripawds-header" src="http://cdn.wpcandy.com/files/2011/11/tripawds-header.jpg" alt="" width="550" height="350" /></p><p>Any registered member can have a free Tripawds blog. By upgrading with a <a
title="tripawds supporter blog feature comparison" href="http://tripawds.com/about/#supporter">Supporter Subscription</a>, however, they will have ads immediately removed from their site, get their upload quota increased, and gain access to additional plugins and premium themes. We do this all automatically using the Pro Sites plugin which allows us to easily offer enhanced features for paid subscribers.</p><p>Since the WordPress Admin Bar is only visible to logged in members, and it&#8217;s search field will only return results of the site being viewed, we&#8217;ve created a <a
title="search all tripawds network sites at once" href="http://tripawds.com/site-search/">Tripawds Search</a> page using the Global Site Search plugin that will search all blogs across the network at once.</p><p>Speaking of the Admin Bar, we have facilitated network navigation for Tripawds members with the <a
title="how to add custom wordpress admin bar menu" href="http://wpmu.tripawds.com/2011/08/15/new-custom-admin-bar-menu-improves-navigation/">Custom Admin Bar</a> plugin. This lets us easily create a custom menu with our most popular resources easily accessible from any page, of any site on the network, even within a user&#8217;s dashboard.</p><p><img
class="alignright" title="tripawds-adminmenu" src="http://cdn.wpcandy.com/files/2011/11/tripawds-adminmenu.jpg" alt="" width="300" height="420" />Another way we direct members to helpful content is with the Admin Ads plugin. Instead of using it to show advertisements in a user&#8217;s dashboard, however, we display a list of quick links. This also comes in handy for notifying members about special announcements or site maintenance.</p><p>To help all our new members get started blogging, we&#8217;ve embedded various Unbranded Help Videos on the <a
title="tripawds blogs wordpress tutorial videos" href="http://tripawds.com/help/">Tripawds Help</a> page. We use a Technical Support discussion forum to provide additional help as needed.</p><p>Speaking of new bloggers, we use the Default Blog Templates plugin to configure every new site with the specific theme, widgets, blogroll links, and other settings I want them to have. We use this to help novice bloggers with info about getting started in their sidebar and links to our featured blogs in their blogroll.</p><p>One more free plugin I like that helps us keep members informed about news from the Tripawds community is the WordPress Multisite Dashboard Feed Widget. This lets us display recent posts from our featured blogs in user dashboards. It works by pulling in posts from a specified RSS feed. Anyone interested in learning how I created a feed for specific blogs should read my post about <a
title="how to create rss feed for specific blogs" href="http://wpmu.tripawds.com/2011/05/20/how-to-add-dashboard-feed/">how to create a recent featured posts feed</a>.</p><p>I could go on and on but I&#8217;ll wrap this up with bit about our theme and the role it played in improving site performance.</p><h3>Long Overdue Theme Overhaul</h3><p>After more than four years, the original theme we chose for Tripawds had become bloated with hacks, scripts and hard-coded widgets. After troubleshooting site performance issues we identified the theme as a primary cause for slow load times. Users were complaining and posts were getting dropped when saved to the forums. A site overhaul was long overdue.</p><p>I chose WPMU-Nelo for its custom homepage, multiple widget areas, menu support, built-in social networking bar and profile panel option; but most importantly for its clean, slim code base. For most people, Nelo&#8217;s many configuration options will suffice for designing a professional site to meet the needs of any business or organization. But I like to be difficult.</p><p>I added dynamic community user and member stats to the header, implemented random header images, and edited the profile panel which shows a log-in area to visitors or helpful dashboard links to logged in members. Anyone interested can read about <a
title="how to add site stats and random header images" href="http://wpmu.tripawds.com/2011/01/18/an-overview-of-the-new-tripawds/">how I customized the Nelo theme</a> in more detail.</p><h3>What&#8217;s Next?</h3><p>The Tripawds community is just one of the <a
title="wordpress communities by agreda communications" href="http://agreda.com/sites">WordPress sites I maintain</a>. In the future I&#8217;ll be applying the expertise I&#8217;ve gained from growing this community to other niche markets.</p><p>Many thanks to WPCandy for choosing to take a peek behind the site at Tripawds. We&#8217;re always happy to share with the world how it&#8217;s better to hop on three legs than to limp on four.</p><h3>Be featured on “Behind the Site”</h3><p><strong>Ed:</strong> Thanks for telling us about the site Jim!</p><p>If you have a WordPress site with an interesting story, an interesting mix of plugins, or a clever use of a theme, let us know and it just might be the next site we take a peak at behind the scenes.</p><p>In the meantime, what do you think of what Jim and his wife are doing at Tripawds, and how it works? Did you see any plugins in his list that you are going to check out now?</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=29987">Behind the Site: Tripawds, a user-supported three legged dog community</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/presents/behind-the-site-tripawds-three-legged-dog-community/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Pressbits 003: Simple plugin updates</title><link>http://wpcandy.com/broadcasts/pressbits/0003-simple-plugin-updates?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=0003-simple-plugin-updates</link> <comments>http://wpcandy.com/broadcasts/pressbits/0003-simple-plugin-updates#comments</comments> <pubDate>Thu, 02 Feb 2012 00:59:21 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[Pressbits]]></category> <category><![CDATA[Plugins]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35404</guid> <description><![CDATA[I recorded a Pressbits episode just for you: If you would rather download it directly &#8230;  <a
href="http://wpcandy.com/broadcasts/pressbits/0003-simple-plugin-updates">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35404">Pressbits 003: Simple plugin updates</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35404"><img
class="alignnone size-full wp-image-35337" title="Pressbits Show" src="http://cdn.wpcandy.com/files/2012/01/pressbits-teaser.png" alt="" width="600" height="150" /></a></p><p>I recorded a Pressbits episode <em>just for you</em>:</p><p>If you would rather download it directly <a
href="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0003-Simple-Plugin-Updates.mp3">you can do that too</a>, or subscribe to this show <a
title="Pressbits RSS feed" href="http://feeds.feedburner.com/pressbits">via RSS</a> or <a
title="Pressbits WordPress podcast on iTunes" href="http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651">on iTunes</a>. If you would prefer a transcript, you can also read that just after the jump.</p><p><span
id="more-35404"></span></p><h3>On simple plugin updates</h3><p>I try to pay close attention to plugin updates. Not as close as <a
title="Everything we know about the newly released WordPress 3.3" href="http://wpcandy.com/presents/everything-we-know-about-wordpress-3-3">WordPress updates</a>, though when it&#8217;s a plugin I&#8217;m using it&#8217;s just as important to me.</p><p>One of my favorite dashboard-tweaking plugins has been, for some time now, the <a
title="Expandable Dashboard Recent Comments plugin" href="http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/">Expandable Dashboard </a><a
title="Expandable Dashboard Recent Comments plugin" href="http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/">Recent</a> <a
title="Expandable Dashboard Recent Comments plugin" href="http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/">Comments plugin</a> by <a
title="Coffee2code on WordPress.org" href="http://profiles.wordpress.org/users/coffee2code/profile/public/">coffee2code</a> (I believe I mistakenly referenced Viper007Bond as the author — sorry Scott!). I&#8217;ve mentioned it <a
title="The Sweet Plugin: Expandable Dashboard Recent Comments" href="http://wpcandy.com/broadcasts/the-sweet-plugin/day-9">on The Sweet Plugin</a> before, but in short it allows you to expand the comments you see on the dashboard (the previews you use to quickly approve or trash new comments). It saves me a page load since I don&#8217;t have to visit the comments screen, which I like.</p><p>The plugin update (released in the last couple of weeks) includes a user interface improvement. Previously the link to expand the comments was a double arrow placed inline with the comment text. The plugin update moves the control to the comment action links, right next to approve, spam and trash.</p><p>This brings the plugin more in line with the standard WordPress dashboard UI, which is <a
title="WPCandy’s Completely Unofficial Guide to Plugin UI" href="http://wpcandy.com/presents/wordpress-plugin-user-interface-guide">something every plugin should aim for</a>. Not every plugin update needs to be something major, or even specific to functionality. coffee2code is making a point to revisit and update all of his released plugins right now. I think stepping back and improving UI in a simple way like this – particularly for something users might be using a dozen or more times each day – is well worth the effort.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35404">Pressbits 003: Simple plugin updates</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/broadcasts/pressbits/0003-simple-plugin-updates/feed</wfw:commentRss> <slash:comments>0</slash:comments> <enclosure url="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0003-Simple-Plugin-Updates.mp3" length="486368" type="audio/mpeg" /> <itunes:keywords>Plugins</itunes:keywords> <itunes:subtitle>I recorded a Pressbits episode just for you: - If you would rather download it directly you can do that too, or subscribe to this show via RSS or on iTunes. If you would prefer a transcript, you can also read that just after the jump. </itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/pressbits-teaser.png)I recorded a Pressbits episode just for you:If you would rather download it directly you can do that too (http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0003-Simple-Plugin-Updates.mp3), or subscribe to this show via RSS (http://feeds.feedburner.com/pressbits) or on iTunes (http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651). If you would prefer a transcript, you can also read that just after the jump.On simple plugin updates
I try to pay close attention to plugin updates. Not as close as WordPress updates (http://wpcandy.com/presents/everything-we-know-about-wordpress-3-3), though when it's a plugin I'm using it's just as important to me.One of my favorite dashboard-tweaking plugins has been, for some time now, the Expandable Dashboard  (http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/)Recent (http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/) Comments plugin (http://wordpress.org/extend/plugins/expandable-dashboard-recent-comments/) by coffee2code (http://profiles.wordpress.org/users/coffee2code/profile/public/) (I believe I mistakenly referenced Viper007Bond as the author — sorry Scott!). I've mentioned it on The Sweet Plugin (http://wpcandy.com/broadcasts/the-sweet-plugin/day-9) before, but in short it allows you to expand the comments you see on the dashboard (the previews you use to quickly approve or trash new comments). It saves me a page load since I don't have to visit the comments screen, which I like.The plugin update (released in the last couple of weeks) includes a user interface improvement. Previously the link to expand the comments was a double arrow placed inline with the comment text. The plugin update moves the control to the comment action links, right next to approve, spam and trash.This brings the plugin more in line with the standard WordPress dashboard UI, which is something every plugin should aim for (http://wpcandy.com/presents/wordpress-plugin-user-interface-guide). Not every plugin update needs to be something major, or even specific to functionality. coffee2code is making a point to revisit and update all of his released plugins right now. I think stepping back and improving UI in a simple way like this – particularly for something users might be using a dozen or more times each day – is well worth the effort.</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>2:01</itunes:duration> </item> <item><title>ThemeForest dev opens own theme shop</title><link>http://wpcandy.com/reports/themeforest-dev-opens-own-theme-shop?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=themeforest-dev-opens-own-theme-shop</link> <comments>http://wpcandy.com/reports/themeforest-dev-opens-own-theme-shop#comments</comments> <pubDate>Thu, 02 Feb 2012 00:35:03 +0000</pubDate> <dc:creator>Jonathan Dingman</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[theme shop]]></category><guid isPermaLink="false">http://wpcandy.com/?p=34449</guid> <description><![CDATA[Matt Alexander has sold themes on ThemeForest for 2 years now, under the username digitonik. &#8230;  <a
href="http://wpcandy.com/reports/themeforest-dev-opens-own-theme-shop">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34449">ThemeForest dev opens own theme shop</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-35082" src="http://cdn.wpcandy.com/files/2012/01/wp-business-bundle.png" alt="" width="600" height="250" /></p><p>Matt Alexander has sold themes on ThemeForest for 2 years now, under the username <a
href="http://themeforest.net/user/diatonic">digitonik</a>. He&#8217;s ready to break free and start out on his own.</p><p>Matt decided to focus on the business side of themes, and offer them in a bundled fashion just like Elegant Themes is doing.</p><p>Matt&#8217;s new WordPress theme shop is called the &#8220;<a
href="http://wpbusinessbundle.com">WP Business Bundle</a>.&#8221; Props to Matt for being mindful and not violating the registered <a
href="http://wordpressfoundation.org/trademark-policy/">WordPress trademark</a> owned by the WordPress Foundation.</p><p>I caught up with Matt and asked him why he made the move.</p><p><span
id="more-34449"></span></p><p>I can&#8217;t say it any better than he can, so here&#8217;s what he had to say.</p><blockquote><ol><li>Older themes that do not sell thousands in the first few weeks do not really get the exposure I feel they deserve. I hate putting in hours or months of work on a theme only to see it barely being used. Creating my own store allows me to highlight older themes and bring them back to life. I never liked the fact that a beautiful theme barely gets used after a few weeks once it is bumped off the first or second page.</li><li>With so many people joining in on the TF bandwagon it&#8217;s harder to compete with some of the ones who really have big exposure. I did fairly well on TF but I though I just could do better on my own.</li><li>I do not like how they pay affiliates. A one time payment only on the first deposit is great for TF but not that great for the affiliate. I chose a subscription model. This way affiliates will get paid for the initial signup and also every month for the life of that customer. This I feel rewards the affiliate more and also keeps them promoting my theme shop for the long term. My affiliate program is not live but will be soon.</li><li>Financially it was not making sense. Some people don&#8217;t mind it but I feel providing lifetime support for a $35 theme was just not a viable option and is kind of crazy. With a subscription model I only provide support to members who have an active subscription. I believe Elegant Themes does this as well. It is also kind of annoying to deal with support on TF. You have to deal with emails, a different thread for each theme, do I have a support forum or not? Just a lot of ways for support questions to fall through the cracks. With one focused support area I rarely miss a thing. Currently using TenderApp and it rocks!</li><li>Back to the old debate from a few months back on theme prices. I like having the option to control the prices and also keep my themes and plugins all in one store. Just being able to control that aspect and also change things from customer feedback is great!</li><li>One more thing to add. I think they (TF) completely under value the price of a great and functional plugin. With standalone plugin shops like Gravity Forms selling licenses anywhere from $39-$199. Authors could totally make sites for their plugins alone and do 10 times more sales with the higher prices.</li><li>Overall my reason was just the entrepreneurial drive to try new things. I also like building a brand up from nothing and the excitement of growing it and having loyal customers is a great feeling.</li></ol></blockquote><p>All that to say, he is still likes ThemeForest and thinks they have a great service, but he had outgrown the need for the service. In fact, his website actually uses a theme purchased from ThemeForest, at least until he gets off the ground running and has time to develop his own theme for the shop.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34449">ThemeForest dev opens own theme shop</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/reports/themeforest-dev-opens-own-theme-shop/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>ResponsivePlugin.com will help make your theme responsive</title><link>http://wpcandy.com/reports/reponsiveplugin-com-will-help-make-your-theme-responsive?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=reponsiveplugin-com-will-help-make-your-theme-responsive</link> <comments>http://wpcandy.com/reports/reponsiveplugin-com-will-help-make-your-theme-responsive#comments</comments> <pubDate>Wed, 01 Feb 2012 21:53:03 +0000</pubDate> <dc:creator>Jonathan Dingman</dc:creator> <category><![CDATA[News]]></category><guid isPermaLink="false">http://wpcandy.com/?p=34546</guid> <description><![CDATA[Responsive design is definiteively a topic for 2011 and converging into 2012. Having a responsive &#8230;  <a
href="http://wpcandy.com/reports/reponsiveplugin-com-will-help-make-your-theme-responsive">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34546">ResponsivePlugin.com will help make your theme responsive</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-34828" src="http://cdn.wpcandy.com/files/2012/01/responsive-plugin.png" alt="" width="600" height="250" /></p><p>Responsive design is definiteively a topic for 2011 and converging into 2012. Having a responsive design is more than just having a &#8220;mobile friendly&#8221; site. It&#8217;s about having a site that will look great and functionally work on nearly any device; whether it&#8217;s an iPad, a Kindle Fire, an iPhone or Droid, all the way back to the desktop.</p><p>Take WPCandy.com for example. If you were to resize the browser, it would work seamlessly without any issues. Not all sites do this, and most WordPress themes are not responsive yet. A few theme and framework creators have started creating responsive themes, but it&#8217;s still a long ways away before all of them are.</p><p>Enter stage left, <a
href="http://www.responsiveplugin.com/">ResponsivePlugin.com</a>; created by <a
href="http://www.dessign.net/about/">Marios Lublinski</a>, who runs Dessign.net, a site about creating modern and clean WordPress themes, conceived the idea of helping making all WordPress themes responsive.</p><p>There&#8217;s no mention yet about whether it&#8217;s going to be a free or premium plugin, but I imagine it will be a premium plugin, given that it has its own domain. Most free plugins offered, don&#8217;t have their own domain.</p><p>I&#8217;m really excited about this plugin because, if he can execute it properly, it will help make so many websites responsive and easier to read on non-desktop experiences. It&#8217;s a great idea and wish him all the success in creating the plugin.</p><p>When the plugin is released, do you think you&#8217;ll grab a copy to help make your site responsive?</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34546">ResponsivePlugin.com will help make your theme responsive</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/reports/reponsiveplugin-com-will-help-make-your-theme-responsive/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Pressbits 002: The WordPress admin</title><link>http://wpcandy.com/broadcasts/pressbits/pressbits-002-the-wordpress-admin?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pressbits-002-the-wordpress-admin</link> <comments>http://wpcandy.com/broadcasts/pressbits/pressbits-002-the-wordpress-admin#comments</comments> <pubDate>Wed, 01 Feb 2012 12:15:40 +0000</pubDate> <dc:creator>Brian Krogsgard</dc:creator> <category><![CDATA[Pressbits]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://wpcandy.com/?p=35410</guid> <description><![CDATA[Pressbits episode 002 awaits your consumption. If you would rather download it directly you can do &#8230;  <a
href="http://wpcandy.com/broadcasts/pressbits/pressbits-002-the-wordpress-admin">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35410">Pressbits 002: The WordPress admin</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpcandy.com/?p=35410"><img
class="aligncenter size-full wp-image-35337" title="Pressbits Show" src="http://cdn.wpcandy.com/files/2012/01/pressbits-teaser.png" alt="" width="600" height="150" /></a><br
/> Pressbits episode 002 awaits your consumption.</p><p>If you would rather download it directly <a
href="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-000002-The-WordPress-Admin.mp3">you can do that</a>, or subscribe to Pressbits via <a
href="http://feeds.feedburner.com/Pressbits">RSS</a> or <a
title="Pressbits WordPress podcast on iTunes" href="http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651">on iTunes</a>. A summary of this episode is after the jump.</p><p><span
id="more-35410"></span></p><h3>Do your clients understand the admin you&#8217;ve given them?</h3><p>You&#8217;ve built some pretty cool features into a website, and you&#8217;re about to hand it over to your client. But do they know what to do with these features, and how to use them? Do they even know they exist? What good is it if they login and get overwhelmed?</p><p>Unless you tell them, they probably don&#8217;t know where to go, or what to do, or how to navigate the backend at all. There are options out there to help you clean up the clutter, and I personally use the White Label CMS plugin to help me do that. Not only does this plugin let me select some unnecessary (for the client) menus to hide, but I can quickly create a couple of helpful widgets, like one with quick links to help and our company support contact information.</p><p>So before you wrap up your next client site, take a step back and put yourself in a beginner&#8217;s shoes to make sure that the experience isn&#8217;t too overwhelming, and offers them clear direction of how to operate the site as soon as they log in.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35410">Pressbits 002: The WordPress admin</a> on <a
href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div>]]></content:encoded> <wfw:commentRss>http://wpcandy.com/broadcasts/pressbits/pressbits-002-the-wordpress-admin/feed</wfw:commentRss> <slash:comments>11</slash:comments> <enclosure url="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-000002-The-WordPress-Admin.mp3" length="943878" type="audio/mpeg" /> <itunes:keywords>WordPress</itunes:keywords> <itunes:subtitle>Pressbits episode 002 awaits your consumption. - If you would rather download it directly you can do that, or subscribe to Pressbits via RSS or on iTunes. A summary of this episode is after the jump. </itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/pressbits-teaser.png)
Pressbits episode 002 awaits your consumption.If you would rather download it directly you can do that (http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-000002-The-WordPress-Admin.mp3), or subscribe to Pressbits via RSS (http://feeds.feedburner.com/Pressbits) or on iTunes (http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651). A summary of this episode is after the jump.Do your clients understand the admin you've given them?
You've built some pretty cool features into a website, and you're about to hand it over to your client. But do they know what to do with these features, and how to use them? Do they even know they exist? What good is it if they login and get overwhelmed?Unless you tell them, they probably don't know where to go, or what to do, or how to navigate the backend at all. There are options out there to help you clean up the clutter, and I personally use the White Label CMS plugin to help me do that. Not only does this plugin let me select some unnecessary (for the client) menus to hide, but I can quickly create a couple of helpful widgets, like one with quick links to help and our company support contact information.So before you wrap up your next client site, take a step back and put yourself in a beginner's shoes to make sure that the experience isn't too overwhelming, and offers them clear direction of how to operate the site as soon as they log in.</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>1:57</itunes:duration> </item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 35/38 queries in 0.071 seconds using disk: basic
Object Caching 1896/1901 objects using disk: basic
Content Delivery Network via cdn.wpcandy.com

Served from: wpcandy.com @ 2012-02-03 17:12:35 -->

