<?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/"
><channel><title>WPCandy</title> <atom:link href="http://wpcandy.com/feed/podcast/" 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>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&#039;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&#039;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" /> <item><title>Pressbits 005: Don&#8217;t delete plugin options on deactivation</title><link>http://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation?utm_source=rss&#038;utm_medium=rss&#038;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&#039;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&#039;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&#039;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&#039;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&#039;ve selected on a plugins&#039; 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&#039;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&#8217;t hesitate to release plugins</title><link>http://wpcandy.com/broadcasts/pressbits/0004-dont-hesitate-to-release-plugins?utm_source=rss&#038;utm_medium=rss&#038;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 &quot;this isn&#039;t that complex&quot; or &quot;this isn&#039;t worthwhile or unique&quot;. 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&#039;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&#039;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&#039;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>WPCandy Podcast 30: Jetpack full of fireworks edition</title><link>http://wpcandy.com/podcasts/episode-030?utm_source=rss&#038;utm_medium=rss&#038;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 &quot;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 &quot;if you only listen to one WordPress podcast, listen to this one&quot; podcast.But that&#039;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&#039;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>Pressbits 003: Simple plugin updates</title><link>http://wpcandy.com/broadcasts/pressbits/0003-simple-plugin-updates?utm_source=rss&#038;utm_medium=rss&#038;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&#039;s a plugin I&#039;m using it&#039;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&#039;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&#039;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>Pressbits 002: The WordPress admin</title><link>http://wpcandy.com/broadcasts/pressbits/pressbits-002-the-wordpress-admin?utm_source=rss&#038;utm_medium=rss&#038;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&#039;ve given them?
You&#039;ve built some pretty cool features into a website, and you&#039;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&#039;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&#039;s shoes to make sure that the experience isn&#039;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> <item><title>Pressbits 001: Introducing our latest show</title><link>http://wpcandy.com/broadcasts/pressbits/0001-intro?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=0001-intro</link> <comments>http://wpcandy.com/broadcasts/pressbits/0001-intro#comments</comments> <pubDate>Tue, 31 Jan 2012 03:56:32 +0000</pubDate> <dc:creator>Brian Krogsgard</dc:creator> <category><![CDATA[Pressbits]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://wpcandy.com/?p=35340</guid> <description><![CDATA[I&#8217;m happy to introduce the newest addition to the WPCandy shows family. It&#8217;s called Pressbits, &#8230;  <a
href="http://wpcandy.com/broadcasts/pressbits/0001-intro">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=35340">Pressbits 001: Introducing our latest show</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=35340"><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&#8217;m happy to introduce the newest addition to the <a
title="WPCandy Shows" href="http://wpcandy.com/shows">WPCandy shows</a> family. It&#8217;s called Pressbits, and it&#8217;s exactly what you&#8217;d expect: bite-sized thoughts on WordPress. Ryan and I will both be contributing to Pressbits, and you can expect them at a rapid-fire pace (daily-ish).</p><p>I got inspiration for Pressbits from Paul Boag&#8217;s <a
href="http://itunes.apple.com/us/podcast/boagworlds-boos/id349507034">Audio Boos</a>, which is one of my favorite web related podcasts. Our goal is similar, quick, off the cuff recordings of what&#8217;s on our mind. I hope you&#8217;ll enjoy, and of course, your feedback is always appreciated.</p><p>We&#8217;ll update this post shortly with a podcast feed url dedicated to Pressbits. Listen to the introductory Episode 001 of Pressbits after the jump, or <a
href="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0001-Hello-world.mp3">download it</a> directly.</p><p><span
id="more-35340"></span></p><p>You can also subscribe to this show <a
title="Pressbits WordPress podcast 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>.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=35340">Pressbits 001: Introducing our latest show</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/0001-intro/feed</wfw:commentRss> <slash:comments>3</slash:comments> <enclosure
url="http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0001-Hello-world.mp3" length="432505" type="audio/mpeg" /> <itunes:keywords>WordPress</itunes:keywords> <itunes:subtitle>I&#039;m happy to introduce the newest addition to the WPCandy shows family. It&#039;s called Pressbits, and it&#039;s exactly what you&#039;d expect: bite-sized thoughts on WordPress. Ryan and I will both be contributing to Pressbits,</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/pressbits-teaser.png)I&#039;m happy to introduce the newest addition to the WPCandy shows (http://wpcandy.com/shows) family. It&#039;s called Pressbits, and it&#039;s exactly what you&#039;d expect: bite-sized thoughts on WordPress. Ryan and I will both be contributing to Pressbits, and you can expect them at a rapid-fire pace (daily-ish).I got inspiration for Pressbits from Paul Boag&#039;s Audio Boos (http://itunes.apple.com/us/podcast/boagworlds-boos/id349507034), which is one of my favorite web related podcasts. Our goal is similar, quick, off the cuff recordings of what&#039;s on our mind. I hope you&#039;ll enjoy, and of course, your feedback is always appreciated.We&#039;ll update this post shortly with a podcast feed url dedicated to Pressbits. Listen to the introductory Episode 001 of Pressbits after the jump, or download it (http://wpcandy.s3.amazonaws.com/pressbits/Pressbits-0001-Hello-world.mp3) directly.You can also subscribe to this show via RSS (http://feeds.feedburner.com/pressbits) or on iTunes (http://itunes.apple.com/us/podcast/pressbits-on-wpcandy/id499726651).</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>54</itunes:duration> </item> <item><title>WP Late Night 001: Shame Edition</title><link>http://wpcandy.com/broadcasts/wp-late-night/episode-0001?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=episode-0001</link> <comments>http://wpcandy.com/broadcasts/wp-late-night/episode-0001#comments</comments> <pubDate>Wed, 18 Jan 2012 00:56:33 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[WP Late Night]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://wpcandy.com/?p=34891</guid> <description><![CDATA[I&#8217;m excited to (finally, I know) post the recording of the first episode of WP &#8230;  <a
href="http://wpcandy.com/broadcasts/wp-late-night/episode-0001">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=34891">WP Late Night 001: Shame 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=34891"><img
class="alignnone size-full wp-image-34894" title="wplatenight-teaser" src="http://cdn.wpcandy.com/files/2012/01/wplatenight-teaser.jpeg" alt="" width="600" height="235" /></a></p><p>I&#8217;m excited to (<em>finally</em>, I know) post the recording of the first episode of WP Late Night, a production that myself, Brad Williams, and Dre Armeda put together. If you missed <a
title="Join the first WP Late Night recording tonight at 8PM EST" href="http://wpcandy.com/announces/wp-late-night-episode-01-recording-tonight-at-8pm">the live recording</a>—and let&#8217;s face it, relatively speaking <em>the world</em> did—you can check it out now, lovingly crafted into a variety of media formats.</p><p>The video (yup, we recorded <em>video</em> for this podcast) is embedded at the top of <a
href="http://wpcandy.com/?p=34891">this post&#8217;s page</a>. Alternatively, you can listen to the audio only just after the jump. I&#8217;ll have an iTunes subscription available soon.</p><p><span
id="more-34891"></span></p><h3>Episode 001: Shame Edition</h3><p>In this episode (which is embedded above, and also on <a
title="WP Late Night 001 on Vimeo" href="http://vimeo.com/35202704">Vimeo</a> and <a
title="WP Late Night 001 on YouTube" href="http://www.youtube.com/watch?v=iYJll5AhxW0">YouTube</a> if you prefer), Brad and Dre and I discussed:</p><ul><li><a
title="WordPress 3.3.1 is available, ready for your upgradin’" href="http://wpcandy.com/reports/wordpress-3-3-1-is-available">The release of WordPress 3.3.1</a></li><li>10-year-old Jesse&#8217;s first WordPress plugin</li><li><a
title="Dre Armeda Goes Big with his WordPress Tattoo" href="http://wpcandy.com/reports/dre-armeda-goes-big-with-wordpress-tattoo">Dre&#8217;s tattoo</a></li><li><a
title="As the new year creeps toward us, Twenty Twelve talks begin" href="http://wpcandy.com/reports/twenty-twelve-theme-talks-begin">Twenty Twelve</a></li><li><a
title="Plugin authors can now add custom header images to their WordPress.org listings" href="http://wpcandy.com/reports/plugin-authors-can-now-add-custom-header-images-on-dot-org">WordPress.org&#8217;s recent improvements</a></li><li>The Top 10 Reasons WordPress is <strong>not</strong> a Cult</li><li>Mailbag: WordCamp sessions, speeding up websites, and WordPress security</li></ul><div
id="the-show-player"><p><a
href="http://wpcandy.com/broadcasts/wp-late-night/episode-0001"><em>Click here to view the embedded video.</em></a></p></div><p>We&#8217;ll be recording future shows live as well, so watch this blog for news about when to catch our recording.</p><p>If you&#8217;d like to get in touch with the show for the mailbag, or anything else really, here&#8217;s how:</p><ul><li>Leave a comment on this post, we&#8217;ll see it.</li><li>Shoot an email over to <a
class="email_link" href="mailto:&#119;&#112;&#108;a&#116;&#101;&#110;i&#103;&#104;t&#64;&#119;pca&#110;&#100;y&#46;&#99;om" title="Send Us An Email" target="_blank">&#119;&#112;la&#116;eni&#103;&#104;&#116;&#64;&#119;&#112;c&#97;n&#100;y.&#99;&#111;m</a>.</li><li>Leave a voicemail for us at 815-322-WPLN.</li><li>Tweet about us using the #wplatenight hashtag.</li></ul><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=34891">WP Late Night 001: Shame 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/broadcasts/wp-late-night/episode-0001/feed</wfw:commentRss> <slash:comments>19</slash:comments> <enclosure
url="http://wpcandy.s3.amazonaws.com/wplatenight/WP-Late-Night-001.mp3" length="30884917" type="audio/mpeg" /> <itunes:keywords>featured,WordPress</itunes:keywords> <itunes:subtitle>I&#039;m excited to (finally, I know) post the recording of the first episode of WP Late Night, a production that myself, Brad Williams, and Dre Armeda put together. If you missed the live recording—and let&#039;s face it,</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2012/01/wplatenight-teaser.jpeg)I&#039;m excited to (finally, I know) post the recording of the first episode of WP Late Night, a production that myself, Brad Williams, and Dre Armeda put together. If you missed the live recording (http://wpcandy.com/announces/wp-late-night-episode-01-recording-tonight-at-8pm)—and let&#039;s face it, relatively speaking the world did—you can check it out now, lovingly crafted into a variety of media formats.The video (yup, we recorded video for this podcast) is embedded at the top of this post&#039;s page (http://wpcandy.com/?p=34891). Alternatively, you can listen to the audio only just after the jump. I&#039;ll have an iTunes subscription available soon.Episode 001: Shame Edition
In this episode (which is embedded above, and also on Vimeo (http://vimeo.com/35202704) and YouTube (http://www.youtube.com/watch?v=iYJll5AhxW0) if you prefer), Brad and Dre and I discussed:* The release of WordPress 3.3.1 (http://wpcandy.com/reports/wordpress-3-3-1-is-available)
* 10-year-old Jesse&#039;s first WordPress plugin
* Dre&#039;s tattoo (http://wpcandy.com/reports/dre-armeda-goes-big-with-wordpress-tattoo)
* Twenty Twelve (http://wpcandy.com/reports/twenty-twelve-theme-talks-begin)
* WordPress.org&#039;s recent improvements (http://wpcandy.com/reports/plugin-authors-can-now-add-custom-header-images-on-dot-org)
* The Top 10 Reasons WordPress is not a Cult
* Mailbag: WordCamp sessions, speeding up websites, and WordPress securityWe&#039;ll be recording future shows live as well, so watch this blog for news about when to catch our recording.If you&#039;d like to get in touch with the show for the mailbag, or anything else really, here&#039;s how:* Leave a comment on this post, we&#039;ll see it.
* Shoot an email over to .
* Leave a voicemail for us at 815-322-WPLN.
* Tweet about us using the #wplatenight hashtag.</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>yes</itunes:explicit> <itunes:duration>1:04:20</itunes:duration> </item> <item><title>WPCandy Podcast 29: Christmas, because it&#8217;s Christmas and Christmas edition</title><link>http://wpcandy.com/podcasts/episode-029?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=episode-029</link> <comments>http://wpcandy.com/podcasts/episode-029#comments</comments> <pubDate>Fri, 23 Dec 2011 15:23:40 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[Podcasts]]></category> <category><![CDATA[BuddyPress]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[UI]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://wpcandy.com/?p=33434</guid> <description><![CDATA[This episode of the WPCandy Podcast sees Ryan, Brian, and Daniel discuss the most interesting &#8230;  <a
href="http://wpcandy.com/podcasts/episode-029">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=33434">WPCandy Podcast 29: Christmas, because it's Christmas and Christmas 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=33434"><img
class="alignnone size-full wp-image-33455" title="podcast29-teaser" src="http://cdn.wpcandy.com/files/2011/12/podcast29-teaser.png" alt="" width="600" height="195" /></a></p><p>This episode of the WPCandy Podcast sees Ryan, Brian, and Daniel discuss the most interesting news items of the WordPress community this holiday week. Grab a cup of coffee, maybe cocoa or eggnog, and enjoy the Christmas (Christmas, and <em>Christmas</em>) edition of the podcast.</p><p>This week&#8217;s podcast was a bit longer than normal (approximately 90 minutes) so the breakdown of topics discussed below also include approximate time codes, just in case you want to jump to a specific discussion that you care about.</p><p>Jump straight into the podcast audio here:</p><p>This is a bit of a long podcast, so to make things easier on you I&#8217;ve broken down what we talked about minute by minute. It&#8217;s just because we love you all <em>so much</em>:</p><ul><li>1:45 What&#8217;s everyone building this week?</li><li>12:00 <a
title="The WPCandy Awards are now accepting nominations" href="http://wpcandy.com/announces/wpcandy-awards-2011-nominations">WPCandy Awards</a> discussion</li><li>18:00 <a
href="http://wpcandy.com/quarterly">Quarterly</a> update</li><li>20:30 Custom plugin header images (<a
href="http://wordpress.org/extend/plugins/hide-and-catch-email/">funny one</a>)</li><li>29:00 <a
title="BuddyPress 1.6 will bring separate admin area for Activity" href="http://wpcandy.com/reports/buddypress-1-6-will-bring-admin-area-for-activity">BuddyPress activity admin screens</a> and BuddyPress general discussion</li><li>36:00 <a
title="WordPress for Android 2.0 is here, plus a new site design" href="http://wpcandy.com/reports/wordpress-for-android-2-0-is-here">WordPress for Android</a>, mobile WordPress apps</li><li>45:45 <a
title="WooThemes Wishlist Survey results infographic" href="http://wpcandy.com/reports/woothemes-wishlist-survey-results-graphic">WooThemes infographic</a></li><li>1:07:00 <a
href="http://thethemefoundry.com/blog/from-the-workshop-dont-steal-my-theme-options/">Theme Foundry post</a></li><li>1:14:15 <a
title="WooThemes Wishlist Survey results infographic" href="http://wpcandy.com/reports/woothemes-wishlist-survey-results-graphic">Infographic again</a></li><li>1:17:00 Post formats and UI</li><li>1:21:15 Editor&#8217;s picks (see below)</li></ul><p>This week Brian&#8217;s pick was the <em>very</em> recently released Gravity Forms <a
href="http://www.woothemes.com/2011/12/the-final-woocommerce-drop-of-2011-has-genuine-gravity/">add-on for the WooCommerce plugin</a> (<a
href="http://lucasstark.com/estore/shop/demo-book-variable/">demonstrated</a>), which he picked up yesterday. Ryan&#8217;s pick was the <a
href="http://wordpress.org/extend/plugins/user-switching/">User Switching plugin</a>, and Daniel opted out of picks this week.</p><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
class="email_link" href="mailto:&#112;o&#100;cas&#116;&#64;&#119;pca&#110;&#100;y&#46;&#99;om" title="Send Us An Email" target="_blank">po&#100;&#99;a&#115;&#116;&#64;&#119;&#112;&#99;an&#100;y&#46;c&#111;&#109;</a>. The Download link is just after the jump.</p><p><span
id="more-33434"></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 029" href="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-029.mp3">here</a>.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=33434">WPCandy Podcast 29: Christmas, because it's Christmas and Christmas 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-029/feed</wfw:commentRss> <slash:comments>4</slash:comments> <enclosure
url="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-029.mp3" length="45101389" type="audio/mpeg" /> <itunes:keywords>BuddyPress,featured,Plugins,UI,WordPress</itunes:keywords> <itunes:subtitle>This episode of the WPCandy Podcast sees Ryan, Brian, and Daniel discuss the most interesting news items of the WordPress community this holiday week. Grab a cup of coffee, maybe cocoa or eggnog, and enjoy the Christmas (Christmas,</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2011/12/podcast29-teaser.png)This episode of the WPCandy Podcast sees Ryan, Brian, and Daniel discuss the most interesting news items of the WordPress community this holiday week. Grab a cup of coffee, maybe cocoa or eggnog, and enjoy the Christmas (Christmas, and Christmas) edition of the podcast.This week&#039;s podcast was a bit longer than normal (approximately 90 minutes) so the breakdown of topics discussed below also include approximate time codes, just in case you want to jump to a specific discussion that you care about.Jump straight into the podcast audio here:This is a bit of a long podcast, so to make things easier on you I&#039;ve broken down what we talked about minute by minute. It&#039;s just because we love you all so much:* 1:45 What&#039;s everyone building this week?
* 12:00 WPCandy Awards (http://wpcandy.com/announces/wpcandy-awards-2011-nominations) discussion
* 18:00 Quarterly (http://wpcandy.com/quarterly) update
* 20:30 Custom plugin header images (funny one (http://wordpress.org/extend/plugins/hide-and-catch-email/))
* 29:00 BuddyPress activity admin screens (http://wpcandy.com/reports/buddypress-1-6-will-bring-admin-area-for-activity) and BuddyPress general discussion
* 36:00 WordPress for Android (http://wpcandy.com/reports/wordpress-for-android-2-0-is-here), mobile WordPress apps
* 45:45 WooThemes infographic (http://wpcandy.com/reports/woothemes-wishlist-survey-results-graphic)
* 1:07:00 Theme Foundry post (http://thethemefoundry.com/blog/from-the-workshop-dont-steal-my-theme-options/)
* 1:14:15 Infographic again (http://wpcandy.com/reports/woothemes-wishlist-survey-results-graphic)
* 1:17:00 Post formats and UI
* 1:21:15 Editor&#039;s picks (see below)This week Brian&#039;s pick was the very recently released Gravity Forms add-on for the WooCommerce plugin (http://www.woothemes.com/2011/12/the-final-woocommerce-drop-of-2011-has-genuine-gravity/) (demonstrated (http://lucasstark.com/estore/shop/demo-book-variable/)), which he picked up yesterday. Ryan&#039;s pick was the User Switching plugin (http://wordpress.org/extend/plugins/user-switching/), and Daniel opted out of picks this week.Subscribe 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 . 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-029.mp3).</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>yes</itunes:explicit> <itunes:duration>1:33:57</itunes:duration> </item> <item><title>WPCandy Podcast 27: Making us look bad edition</title><link>http://wpcandy.com/podcasts/episode-027?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=episode-027</link> <comments>http://wpcandy.com/podcasts/episode-027#comments</comments> <pubDate>Tue, 06 Dec 2011 21:23:18 +0000</pubDate> <dc:creator>Ryan Imel</dc:creator> <category><![CDATA[Podcasts]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://wpcandy.com/?p=32091</guid> <description><![CDATA[I know what you&#8217;re thinking—it isn&#8217;t possible. Could this really be a new WPCandy Podcast? &#8230;  <a
href="http://wpcandy.com/podcasts/episode-027">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=32091">WPCandy Podcast 27: Making us look bad 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=32091"><img
class="alignnone size-full wp-image-32093" title="WPCandy Podcast episode 27 (teaser)" src="http://cdn.wpcandy.com/files/2011/12/wpcandy-podcast-27-teaser.png" alt="" width="600" height="195" /></a></p><p>I know what you&#8217;re thinking—it isn&#8217;t possible. <em>Could this really be a new WPCandy Podcast? </em>Indeed it is. After a shamefully long gap since the last podcast we&#8217;re back at it, this time joined by the newest contributor to WPCandy, Daniel Immke. In this episode we discuss the Quarterly a bit (by the way, pre-order yours), WordPress 3.3 RC1, WordAds, and a couple of fun stories that popped up in the last week or so.</p><p>Jump straight into the podcast audio here:</p><p>Link-wise, this week we discussed:</p><ul><li><a
title="WordPress 3.3 is now at Release Candidate 1" href="http://wpcandy.com/reports/wordpress-3-3-is-now-at-release-candidate-1">WordPress 3.3 RC1</a></li><li><a
title="Introducing The WPCandy Quarterly magazine, pre-orders now available" href="http://wpcandy.com/announces/quarterly-pre-orders">The announcement of The WPCandy Quarterly publication</a></li><li><a
title="WordPress.com brings ads to blogs with WordAds" href="http://wpcandy.com/reports/wordpress-com-brings-ads-to-blogs-with-wordads">WordPress.com&#8217;s announcement of WordAds</a></li><li><a
title="Plugin duplicates may cause rejection, devs should collab" href="http://wpcandy.com/reports/plugin-duplicates-may-cause-rejection-at-org">Plugin duplicates may result in rejection from WordPress.org</a></li><li><a
title="PressTrends offers analytics and trends for theme creators (in closed beta)" href="http://wpcandy.com/reports/presstrends-provides-trends-and-analytics-for-themes">The PressTrends preview we published last week</a></li><li><a
title="Upcoming platform Seshn has ambitious plans, aiming for number one shop in 2013" href="http://wpcandy.com/reports/seshn-has-some-ambitious-plans">Seshn is ambitious, plans to be biggest by 2013</a></li></ul><p>Then we have picks. This week Brian chose the <a
title="Ambrosite Next/Previous Post Link Plus" href="http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/">Ambrosite Next/Previous Post Link Plus</a> plugin, which is entirely a mouthful to say. Daniel&#8217;s pick was the <a
title="Headway Themes redesign" href="http://headwaythemes.com/">Headway Themes redesign</a> that went up recently, and my pick (though I&#8217;ve yet to play with it) is the <a
title="Social 2.0 from Alex King" href="http://alexking.org/blog/2011/12/05/social-2-0-for-wordpress">Social plugin</a> from Crowd Favorite and MailChimp.</p><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
href="mailto:podcast@wpcandy.com">podcast@wpcandy.com</a>. Download links are after the jump.</p><p><span
id="more-32091"></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 027" href="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-027.mp3">here</a>.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=32091">WPCandy Podcast 27: Making us look bad 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-027/feed</wfw:commentRss> <slash:comments>16</slash:comments> <enclosure
url="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-027.mp3" length="32671485" type="audio/mpeg" /> <itunes:keywords>WordPress</itunes:keywords> <itunes:subtitle>I know what you&#039;re thinking—it isn&#039;t possible. Could this really be a new WPCandy Podcast? Indeed it is. After a shamefully long gap since the last podcast we&#039;re back at it, this time joined by the newest contributor to WPCandy, Daniel Immke.</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2011/12/wpcandy-podcast-27-teaser.png)I know what you&#039;re thinking—it isn&#039;t possible. Could this really be a new WPCandy Podcast? Indeed it is. After a shamefully long gap since the last podcast we&#039;re back at it, this time joined by the newest contributor to WPCandy, Daniel Immke. In this episode we discuss the Quarterly a bit (by the way, pre-order yours), WordPress 3.3 RC1, WordAds, and a couple of fun stories that popped up in the last week or so.Jump straight into the podcast audio here:Link-wise, this week we discussed:* WordPress 3.3 RC1 (http://wpcandy.com/reports/wordpress-3-3-is-now-at-release-candidate-1)
* The announcement of The WPCandy Quarterly publication (http://wpcandy.com/announces/quarterly-pre-orders)
* WordPress.com&#039;s announcement of WordAds (http://wpcandy.com/reports/wordpress-com-brings-ads-to-blogs-with-wordads)
* Plugin duplicates may result in rejection from WordPress.org (http://wpcandy.com/reports/plugin-duplicates-may-cause-rejection-at-org)
* The PressTrends preview we published last week (http://wpcandy.com/reports/presstrends-provides-trends-and-analytics-for-themes)
* Seshn is ambitious, plans to be biggest by 2013 (http://wpcandy.com/reports/seshn-has-some-ambitious-plans)Then we have picks. This week Brian chose the Ambrosite Next/Previous Post Link Plus (http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/) plugin, which is entirely a mouthful to say. Daniel&#039;s pick was the Headway Themes redesign (http://headwaythemes.com/) that went up recently, and my pick (though I&#039;ve yet to play with it) is the Social plugin (http://alexking.org/blog/2011/12/05/social-2-0-for-wordpress) from Crowd Favorite and MailChimp.Subscribe 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. Download links are 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-027.mp3).</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>1:08:04</itunes:duration> </item> <item><title>WPCandy Podcast 26: Easy WordCamp applause edition</title><link>http://wpcandy.com/podcasts/episode-026?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=episode-026</link> <comments>http://wpcandy.com/podcasts/episode-026#comments</comments> <pubDate>Wed, 05 Oct 2011 11:56:38 +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=28919</guid> <description><![CDATA[It&#8217;s time again on WPCandy for another podcast about WordPress. Of course, saying it&#8217;s &#8220;about &#8230;  <a
href="http://wpcandy.com/podcasts/episode-026">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=28919">WPCandy Podcast 26: Easy WordCamp applause 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=28919"><img
class="alignnone size-full wp-image-28921" title="WPCandy Podcast 26 (teaser)" src="http://cdn.wpcandy.com/files/2011/10/wpcandypodcast26-teaser.png" alt="" width="600" height="195" /></a></p><p>It&#8217;s time again on WPCandy for another podcast about WordPress. Of course, saying it&#8217;s &#8220;about WordPress&#8221; is a bit unnecessary right? Would you expect it to be a podcast about tacos?</p><p>In this episode Brian Krogsgard and I discuss the WordPress news that interested us the most in the last week. That includes the 3.3 feature freeze, the state of WordPress marketplaces, and how WordCamp Louisville was last weekend.</p><p>Jump straight into the podcast audio here:</p><p>Link-wise, this week we discussed:</p><ul><li><a
href="http://wpcandy.com/series-on/preparing-for-wordpress-3-3">What&#8217;s coming in 3.3</a>, <a
title="Feel that chill? Oh, the WordPress 3.3 feature freeze is now in effect" href="http://wpcandy.com/reports/wordpress-3-3-feature-freeze-is-on">The WordPress 3.3 feature freeze</a> (and <a
title="Theme.fm demo what can be done with Pointers, new for WordPress 3.3" href="http://wpcandy.com/watches/what-can-be-done-with-pointers-new-for-wordpress-3-3">Theme.fm&#8217;s demo of pointers</a>)</li><li><a
title="http://central.wordcamp.org/news/2011/10/03/wordcamp-update-for-100311/" href="WordCamp Central Update">WordCamp Central update, camps coming in November</a></li><li><a
title="ThemeGarden scaling back, refocusing as an alternative marketplace" href="http://wpcandy.com/reports/themegarden-refocusing-as-an-alternative-marketplace">ThemeGarden scaling back, refocusing as an alternative marketplace</a></li><li><a
title="Stop telling users they shouldn’t be running very many plugins" href="http://wpcandy.com/thinks/active-plugin-counts-just-dont-matter">Stop telling users they shouldn&#8217;t be running very many plugins</a></li><li><a
title="Attention forum lovers: bbPress 2.0 final is now available" href="http://wpcandy.com/reports/bbpress-2-plugin-is-final">bbPress 2.0</a> and <a
title="BuddyPress 1.5 “Lombardi” the new and improved social plugin is now available" href="http://wpcandy.com/reports/buddypress-1-5-is-final">BuddyPress 1.5 released</a></li><li><a
title="Pods Foundation raises over $3,000 (so far) to fund version 2.0 development" href="http://wpcandy.com/reports/pods-foundation-raises-over-3000-to-fund-2-0-dev">Pods Foundation raising over $4,000 on Kickstarter</a></li></ul><p>Brian&#8217;s pick was a snippet of code he pulled from Noel Tock&#8217;s work <a
href="http://www.theme-force.com/">at Theme Force</a>. Mine was <a
href="http://wordpress.org/extend/plugins/oembed-gist/">oEmbed Gist</a>, a plugin I like but have yet to try, that I found <a
href="http://remkusdevries.com/when-sharing-wordpress-related-code-snippets-i-can-haz-standards-please/">via Remkus de Vries</a>.</p><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
href="mailto:podcast@wpcandy.com">podcast@wpcandy.com</a>. Download links are after the jump.</p><p><span
id="more-28919"></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 026" href="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-026.mp3">here</a>.</p><div
class="tentblogger-rss-footer"><p>You just finished reading <a
href="http://wpcandy.com/?p=28919">WPCandy Podcast 26: Easy WordCamp applause 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-026/feed</wfw:commentRss> <slash:comments>5</slash:comments> <enclosure
url="http://wpcandy.s3.amazonaws.com/podcasts/WPCandy-Podcast-026.mp3" length="27961299" type="audio/mpeg" /> <itunes:keywords>featured,WordPress</itunes:keywords> <itunes:subtitle>It&#039;s time again on WPCandy for another podcast about WordPress. Of course, saying it&#039;s &quot;about WordPress&quot; is a bit unnecessary right? Would you expect it to be a podcast about tacos? - In this episode Brian Krogsgard and I discuss the WordPress news th...</itunes:subtitle> <itunes:summary>(http://wpcandy.com/files/2011/10/wpcandypodcast26-teaser.png)It&#039;s time again on WPCandy for another podcast about WordPress. Of course, saying it&#039;s &quot;about WordPress&quot; is a bit unnecessary right? Would you expect it to be a podcast about tacos?In this episode Brian Krogsgard and I discuss the WordPress news that interested us the most in the last week. That includes the 3.3 feature freeze, the state of WordPress marketplaces, and how WordCamp Louisville was last weekend.Jump straight into the podcast audio here:Link-wise, this week we discussed:* What&#039;s coming in 3.3 (http://wpcandy.com/series-on/preparing-for-wordpress-3-3), The WordPress 3.3 feature freeze (http://wpcandy.com/reports/wordpress-3-3-feature-freeze-is-on) (and Theme.fm&#039;s demo of pointers (http://wpcandy.com/watches/what-can-be-done-with-pointers-new-for-wordpress-3-3))
* WordCamp Central update, camps coming in November (WordCamp Central Update)
* ThemeGarden scaling back, refocusing as an alternative marketplace (http://wpcandy.com/reports/themegarden-refocusing-as-an-alternative-marketplace)
* Stop telling users they shouldn&#039;t be running very many plugins (http://wpcandy.com/thinks/active-plugin-counts-just-dont-matter)
* bbPress 2.0 (http://wpcandy.com/reports/bbpress-2-plugin-is-final) and BuddyPress 1.5 released (http://wpcandy.com/reports/buddypress-1-5-is-final)
* Pods Foundation raising over $4,000 on Kickstarter (http://wpcandy.com/reports/pods-foundation-raises-over-3000-to-fund-2-0-dev)Brian&#039;s pick was a snippet of code he pulled from Noel Tock&#039;s work at Theme Force (http://www.theme-force.com/). Mine was oEmbed Gist (http://wordpress.org/extend/plugins/oembed-gist/), a plugin I like but have yet to try, that I found via Remkus de Vries (http://remkusdevries.com/when-sharing-wordpress-related-code-snippets-i-can-haz-standards-please/).Subscribe 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. Download links are 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-026.mp3).</itunes:summary> <itunes:author>WPCandy</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:duration>58:15</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 38/74 queries in 0.035 seconds using disk: basic
Object Caching 1940/2014 objects using disk: basic
Content Delivery Network via cdn.wpcandy.com

Served from: wpcandy.com @ 2012-02-03 21:44:47 -->
