<?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/"
		>
<channel>
	<title>Comments on: Use TinyMCE Throughout WordPress Application</title>
	<atom:link href="http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/</link>
	<description>Musings on SharePoint, User Experience, and More</description>
	<lastBuildDate>Thu, 22 Jul 2010 06:57:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Chris Poteet</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-9007</link>
		<dc:creator>Chris Poteet</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-9007</guid>
		<description>@Doug: Sorry about that. My plugin was screwed up. Now it should work although I haven&#039;t tested this code in a while.</description>
		<content:encoded><![CDATA[<p>@Doug: Sorry about that. My plugin was screwed up. Now it should work although I haven’t tested this code in a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-9006</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-9006</guid>
		<description>yeah if you arrive here from Google the stupid search term highlight deal makes the code unusable. Can&#039;t copy paste it and most of it is invisible.</description>
		<content:encoded><![CDATA[<p>yeah if you arrive here from Google the stupid search term highlight deal makes the code unusable. Can’t copy paste it and most of it is invisible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Poteet</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-8969</link>
		<dc:creator>Chris Poteet</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-8969</guid>
		<description>@Sebastian: Thanks. That is expected behavior.</description>
		<content:encoded><![CDATA[<p>@Sebastian: Thanks. That is expected behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-8949</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-8949</guid>
		<description>Hey, 

your highlight function for google search related visitors also puts the highlight in the code block!

tinyMCE.init

just want to let you know!</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>your highlight function for google search related visitors also puts the highlight in the code block!</p>
<p>tinyMCE.init</p>
<p>just want to let you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cau</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-3876</link>
		<dc:creator>Cau</dc:creator>
		<pubDate>Sun, 02 Sep 2007 04:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-3876</guid>
		<description>There is another way, using WP native functions (loads the editor with the default WP configurations):

if(user_can_richedit()) { // if rich editor is enabled
wp_enqueue_script(&#039;tiny_mce&#039;);
wp_enqueue_script(&#039;wp_tiny_mce&#039;);
}</description>
		<content:encoded><![CDATA[<p>There is another way, using WP native functions (loads the editor with the default WP configurations):</p>
<p>if(user_can_richedit()) { // if rich editor is enabled<br />
wp_enqueue_script(‘tiny_mce’);<br />
wp_enqueue_script(‘wp_tiny_mce’);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-2434</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Fri, 29 Jun 2007 04:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-2434</guid>
		<description>Thanks for your tips on this. I&#039;ll give it a whirl one of these days.</description>
		<content:encoded><![CDATA[<p>Thanks for your tips on this. I’ll give it a whirl one of these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Poteet</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-2417</link>
		<dc:creator>Chris Poteet</dc:creator>
		<pubDate>Thu, 28 Jun 2007 11:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-2417</guid>
		<description>@Scott: Ah, I see what you&#039;re wanting, and I wouldn&#039;t know how to hack around that.  I think it&#039;s an either/or proposition.</description>
		<content:encoded><![CDATA[<p>@Scott: Ah, I see what you’re wanting, and I wouldn’t know how to hack around that.  I think it’s an either/or proposition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-2414</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Thu, 28 Jun 2007 08:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-2414</guid>
		<description>Hmm. Basically I was hoping to reproduce a simplified version of the post editor in wp-admin when rich text editing is disabled in the profile. WP gets it to appear above the text area, rather than below.

Hard to explain, but for some reason I have little interest in using the rich editor for user comments (for the same reason you&#039;re not using it? :)</description>
		<content:encoded><![CDATA[<p>Hmm. Basically I was hoping to reproduce a simplified version of the post editor in wp-admin when rich text editing is disabled in the profile. WP gets it to appear above the text area, rather than below.</p>
<p>Hard to explain, but for some reason I have little interest in using the rich editor for user comments (for the same reason you’re not using it? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Poteet</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-2401</link>
		<dc:creator>Chris Poteet</dc:creator>
		<pubDate>Thu, 28 Jun 2007 03:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-2401</guid>
		<description>@Scott: You could change the &quot;theme : advanced&quot; to &quot;theme: simple&quot;, but the toolbar will then have to go along the bottom of the textarea.  Regardless, it will turn it into a rich text area.  

How slow loading is it for you?  It can&#039;t be that bad.</description>
		<content:encoded><![CDATA[<p>@Scott: You could change the “theme : advanced” to “theme: simple”, but the toolbar will then have to go along the bottom of the textarea.  Regardless, it will turn it into a rich text area.  </p>
<p>How slow loading is it for you?  It can’t be that bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.siolon.com/blog/using-tinymce-throughout-wordpress-application/comment-page-1/#comment-2370</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Wed, 27 Jun 2007 06:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.siolon.com/2007/using-tinymce-throughout-wordpress-application/#comment-2370</guid>
		<description>Chris - Too heavy/slow loading. I think most people prefer commenting in plain text, but wouldn&#039;t mind a little assist with hrefs etc. 

So there&#039;s no way in that init line to specify the simplified version?</description>
		<content:encoded><![CDATA[<p>Chris — Too heavy/slow loading. I think most people prefer commenting in plain text, but wouldn’t mind a little assist with hrefs etc. </p>
<p>So there’s no way in that init line to specify the simplified version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
