<?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: TinyMCE problems in Wordpress</title>
	<atom:link href="http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/</link>
	<description>Portfolio of London based web designer, with a focus on accessibility and usability.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:26:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evil Chicken</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-685</link>
		<dc:creator>Evil Chicken</dc:creator>
		<pubDate>Tue, 14 Oct 2008 05:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-685</guid>
		<description>Hey - I think I might have found part of an answer. I was having a problem with TinyMCE rewriting my entities while trying to post an html tutorial. 

The answer was to use htmlentities on the content going into the text area. For instance, previously the code behind my editor form was this (btw I&#039;m not trying to write full html here as I assume it&#039;ll get stripped):

textarea $content /textarea

when I changed to:

textarea htmlentities($content) /textarea

everything worked fine!

btw - I use a floated p tag for my pullquotes - TinyMCE never seems to grumble about that...

hope some of this helps
J</description>
		<content:encoded><![CDATA[<p>Hey &#8211; I think I might have found part of an answer. I was having a problem with TinyMCE rewriting my entities while trying to post an html tutorial. </p>
<p>The answer was to use htmlentities on the content going into the text area. For instance, previously the code behind my editor form was this (btw I&#8217;m not trying to write full html here as I assume it&#8217;ll get stripped):</p>
<p>textarea $content /textarea</p>
<p>when I changed to:</p>
<p>textarea htmlentities($content) /textarea</p>
<p>everything worked fine!</p>
<p>btw &#8211; I use a floated p tag for my pullquotes &#8211; TinyMCE never seems to grumble about that&#8230;</p>
<p>hope some of this helps<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hill</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-437</link>
		<dc:creator>Matthew Hill</dc:creator>
		<pubDate>Sat, 03 May 2008 11:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-437</guid>
		<description>Hi Liz, thanks for your input. I&#039;ll check it out. Currently, I&#039;ve just disabled the visual editor which means WP leaves my code alone and gives me most of the features I need. Not perfect, but it works.</description>
		<content:encoded><![CDATA[<p>Hi Liz, thanks for your input. I&#8217;ll check it out. Currently, I&#8217;ve just disabled the visual editor which means WP leaves my code alone and gives me most of the features I need. Not perfect, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Dones</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-435</link>
		<dc:creator>Liz Dones</dc:creator>
		<pubDate>Fri, 02 May 2008 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-435</guid>
		<description>I have similars issues with tinyMCE, there is another option if you are not using FireFox. That would be Ektron Visual Formatter.</description>
		<content:encoded><![CDATA[<p>I have similars issues with tinyMCE, there is another option if you are not using FireFox. That would be Ektron Visual Formatter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frisk design &#187; Blog Archive &#187; Wordpress 2.5 Preview</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-179</link>
		<dc:creator>frisk design &#187; Blog Archive &#187; Wordpress 2.5 Preview</dc:creator>
		<pubDate>Thu, 20 Mar 2008 21:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-179</guid>
		<description>[...] block out distractions while writing. Shame that I still use the code view due to Wordpress&#8217; horrible HTML code rewriting (which doesn&#8217;t seem to have improved, though I haven&#8217;t extensively tested that [...]</description>
		<content:encoded><![CDATA[<p>[...] block out distractions while writing. Shame that I still use the code view due to Wordpress&#8217; horrible HTML code rewriting (which doesn&#8217;t seem to have improved, though I haven&#8217;t extensively tested that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hill</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-110</link>
		<dc:creator>Matthew Hill</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-110</guid>
		<description>Cool, thanks Steve for the heads up -- definitely need to check that out. And the YUI editor itself looks quite nice, but as I already have other libraries being loaded on the blog for other functionality, I probably wouldn&#039;t use it due to &#039;library bloat&#039;. Cheers.</description>
		<content:encoded><![CDATA[<p>Cool, thanks Steve for the heads up &#8212; definitely need to check that out. And the YUI editor itself looks quite nice, but as I already have other libraries being loaded on the blog for other functionality, I probably wouldn&#8217;t use it due to &#8216;library bloat&#8217;. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Winton</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-109</link>
		<dc:creator>Steve Winton</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-109</guid>
		<description>I haven&#039;t had a chance to try this out myself yet, but I just came across the following solution for the YUI editor in WordPress, I guess this would work for TinyMCE too... http://tinyurl.com/2zqdcw

It involves a change to wp-config.php, so no hacking of the WP core, which is always good! :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had a chance to try this out myself yet, but I just came across the following solution for the YUI editor in WordPress, I guess this would work for TinyMCE too&#8230; <a href="http://tinyurl.com/2zqdcw" rel="nofollow">http://tinyurl.com/2zqdcw</a></p>
<p>It involves a change to wp-config.php, so no hacking of the WP core, which is always good! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hill</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-41</link>
		<dc:creator>Matthew Hill</dc:creator>
		<pubDate>Wed, 13 Feb 2008 18:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-41</guid>
		<description>@Lakshmi: thanks for the information. I&#039;m now looking at Scribefire which seems pretty good, although it doesn&#039;t appear to work with editing pages on my blogs that use the NAVT plugin, because it seems to trash the page slug and offers no way of fixing that. I shall persevere.

I also checked out the FCK editor plugin for WP which also does weird things to previously saved HTML and is incredibly bloated and slow.

Me not liking this situation. :-(</description>
		<content:encoded><![CDATA[<p>@Lakshmi: thanks for the information. I&#8217;m now looking at Scribefire which seems pretty good, although it doesn&#8217;t appear to work with editing pages on my blogs that use the NAVT plugin, because it seems to trash the page slug and offers no way of fixing that. I shall persevere.</p>
<p>I also checked out the FCK editor plugin for WP which also does weird things to previously saved HTML and is incredibly bloated and slow.</p>
<p>Me not liking this situation. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmi Mareddy</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-39</link>
		<dc:creator>Lakshmi Mareddy</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-39</guid>
		<description>Have you considered using a offline editor such as Qumana, Bytescout Post2Blog or Scribefire add-on to Firefox?  I know TinyMCE  is supposed to behave, but this is a good workaround too.</description>
		<content:encoded><![CDATA[<p>Have you considered using a offline editor such as Qumana, Bytescout Post2Blog or Scribefire add-on to Firefox?  I know TinyMCE  is supposed to behave, but this is a good workaround too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hill</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-34</link>
		<dc:creator>Matthew Hill</dc:creator>
		<pubDate>Mon, 11 Feb 2008 12:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-34</guid>
		<description>Thanks Sunaryo, I&#039;ll have a look at that. Gaetan -- I&#039;ll keep my eyes peeled too. It&#039;s one of the few things about Wordpress that I dislike...</description>
		<content:encoded><![CDATA[<p>Thanks Sunaryo, I&#8217;ll have a look at that. Gaetan &#8212; I&#8217;ll keep my eyes peeled too. It&#8217;s one of the few things about Wordpress that I dislike&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaetan</title>
		<link>http://www.friskdesign.com/2008/02/07/tinymce-problems-in-wordpress/comment-page-1/#comment-28</link>
		<dc:creator>Gaetan</dc:creator>
		<pubDate>Mon, 11 Feb 2008 02:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.friskdesign.com/blog/2008/02/07/tinymce-problems-in-wordpress/#comment-28</guid>
		<description>Ho yea, and you haven&#039;t used it in Safari, it&#039;s even worse! I didn&#039;t get a chance to look at alternatives, I guess that there might be some wordpress plugin out there that can replace TinyMCE. I&#039;ll keep an eye on the comments :)</description>
		<content:encoded><![CDATA[<p>Ho yea, and you haven&#8217;t used it in Safari, it&#8217;s even worse! I didn&#8217;t get a chance to look at alternatives, I guess that there might be some wordpress plugin out there that can replace TinyMCE. I&#8217;ll keep an eye on the comments :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
