<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Plugin Programming Tip: Your Users Don&#039;t Read.</title>
	<atom:link href="http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Fri, 17 May 2013 22:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24284</generator>
	<item>
		<title>By: David Gwyer</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-9593</link>
		<dc:creator>David Gwyer</dc:creator>
		<pubDate>Tue, 30 Aug 2011 10:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-9593</guid>
		<description><![CDATA[We get plenty of support e-mails from people where we politely tell them at the end of the response that the best place for theme support is in the dedicated forums.

What do they do? Just reply to the e-mail with another support question.. I don&#039;t know whether they just don&#039;t trust the forum, or think they will only get a timely response via e-mail. Who knows.

What we do now which seems pretty effective is to answer the question in the forum (with the original question included) and just reply to the e-mail with a link to the forum post.]]></description>
		<content:encoded><![CDATA[<p>We get plenty of support e-mails from people where we politely tell them at the end of the response that the best place for theme support is in the dedicated forums.</p>
<p>What do they do? Just reply to the e-mail with another support question.. I don&#8217;t know whether they just don&#8217;t trust the forum, or think they will only get a timely response via e-mail. Who knows.</p>
<p>What we do now which seems pretty effective is to answer the question in the forum (with the original question included) and just reply to the e-mail with a link to the forum post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improving WordPress Plugins and Themes: Your Users Don&#8217;t Read &#124; WordCast - WordPress podcast, Blogging podcast, Blogging news, WordPress plugins, WordPress themes, WordPress news</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-3378</link>
		<dc:creator>Improving WordPress Plugins and Themes: Your Users Don&#8217;t Read &#124; WordCast - WordPress podcast, Blogging podcast, Blogging news, WordPress plugins, WordPress themes, WordPress news</dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-3378</guid>
		<description><![CDATA[[...] Users Don&#8217;t Read By Lorelle VanFossen, posted Jun 21 2010 at 4:19 am &#124; View CommentsIn &#8220;Plugin Programming Tip: Your Users Don&#8217;t Read,&#8221; Otto once again gets right to the point that all WordPress Plugin authors &#8211; and Theme [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Users Don&#8217;t Read By Lorelle VanFossen, posted Jun 21 2010 at 4:19 am | View CommentsIn &#8220;Plugin Programming Tip: Your Users Don&#8217;t Read,&#8221; Otto once again gets right to the point that all WordPress Plugin authors &#8211; and Theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-1662</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 27 May 2010 17:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-1662</guid>
		<description><![CDATA[After 2000 posts, I&#039;m starting to think a support forum for each plugin may be a requirement.

Maybe I&#039;ll build a better one into Extend on WordPress.org.]]></description>
		<content:encoded><![CDATA[<p>After 2000 posts, I&#8217;m starting to think a support forum for each plugin may be a requirement.</p>
<p>Maybe I&#8217;ll build a better one into Extend on WordPress.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-408</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 08 Apr 2010 00:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-408</guid>
		<description><![CDATA[I&#039;ve been doing this sort of thing for a while now. It works really well.

I was being inundated with people as questions about how to write their own CSS, so I just wrote a CSS generator so they could make their own. It immediately plummeted the number of questions I was getting to a trickle in comparison to the previous torrent. Amusingly people still ask questions about how to edit CSS despite the changes they&#039;re looking for being possible in the CSS generator, but at least those questions are lightning quick to answer (copy and paste &quot;You can do that via the following CSS generator .... &quot;).

I have a standard template in GMail for responding to free support requests too which saves a lot of time for me:
&quot;Hi,
For email support please try our Premium Support service (URL removed). For free support, please try our support forum (URL removed).

cheers,
Ryan
&quot;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing this sort of thing for a while now. It works really well.</p>
<p>I was being inundated with people as questions about how to write their own CSS, so I just wrote a CSS generator so they could make their own. It immediately plummeted the number of questions I was getting to a trickle in comparison to the previous torrent. Amusingly people still ask questions about how to edit CSS despite the changes they&#8217;re looking for being possible in the CSS generator, but at least those questions are lightning quick to answer (copy and paste &#8220;You can do that via the following CSS generator &#8230;. &#8220;).</p>
<p>I have a standard template in GMail for responding to free support requests too which saves a lot of time for me:<br />
&#8220;Hi,<br />
For email support please try our Premium Support service (URL removed). For free support, please try our support forum (URL removed).</p>
<p>cheers,<br />
Ryan<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poor user interface design in iTunes</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-352</link>
		<dc:creator>Poor user interface design in iTunes</dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-352</guid>
		<description><![CDATA[[...] all, it&#8217;s a well known thing that people don&#8217;t read things properly, and instead just look for the most obvious buttons to click [...]]]></description>
		<content:encoded><![CDATA[<p>[...] all, it&#8217;s a well known thing that people don&#8217;t read things properly, and instead just look for the most obvious buttons to click [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-351</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Fri, 02 Apr 2010 02:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-351</guid>
		<description><![CDATA[I understand this perfectly! Setting up the support forum was some relief. I still get emails from lazy users who refuse to use the forum.

Emails get ignored.]]></description>
		<content:encoded><![CDATA[<p>I understand this perfectly! Setting up the support forum was some relief. I still get emails from lazy users who refuse to use the forum.</p>
<p>Emails get ignored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-350</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-350</guid>
		<description><![CDATA[Ignore it. I just forgot to update the version number. If it bothers you, go edit the plugin and update the version number to 0.16.1 manually. There were no changes in that one.]]></description>
		<content:encoded><![CDATA[<p>Ignore it. I just forgot to update the version number. If it bothers you, go edit the plugin and update the version number to 0.16.1 manually. There were no changes in that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrizio Palazzetti</title>
		<link>http://ottopress.com/2010/plugin-programming-tip-your-users-dont-read/comment-page-1/#comment-349</link>
		<dc:creator>Patrizio Palazzetti</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=76#comment-349</guid>
		<description><![CDATA[Nice job! I have a problem with the User Status Widget, it keeps showing that needs an update after updating it several times (autoupdate)]]></description>
		<content:encoded><![CDATA[<p>Nice job! I have a problem with the User Status Widget, it keeps showing that needs an update after updating it several times (autoupdate)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 391/405 objects using xcache

 Served from: ottodestruct.com @ 2013-05-19 09:09:22 by W3 Total Cache -->