<?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: IPWEditor &#8211; In-Place WYSIWYG Editor with FCKeditor and JQuery Editable</title>
	<atom:link href="http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/feed/" rel="self" type="application/rss+xml" />
	<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/</link>
	<description>Keeping Software Simple, Open and Pragmatic.</description>
	<lastBuildDate>Wed, 11 Jan 2012 01:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-94</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 20 Jan 2010 06:19:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-94</guid>
		<description>CKEditor now brings native support for jQuery! Check this out: http://ckeditor.com/blog/CKEditor_for_jQuery</description>
		<content:encoded><![CDATA[<p>CKEditor now brings native support for jQuery! Check this out: <a href="http://ckeditor.com/blog/CKEditor_for_jQuery" rel="nofollow">http://ckeditor.com/blog/CKEditor_for_jQuery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-117</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:23:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-117</guid>
		<description>Great post.. I have one suggestion.. I would love to see the fckedit area be auto-expandable.. 

Regards,
Sam</description>
		<content:encoded><![CDATA[<p>Great post.. I have one suggestion.. I would love to see the fckedit area be auto-expandable.. </p>
<p>Regards,<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-65</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:19:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-65</guid>
		<description>That is a great idea!
I will release something like that very soon.

Cheers
Amir Shevat</description>
		<content:encoded><![CDATA[<p>That is a great idea!<br />
I will release something like that very soon.</p>
<p>Cheers<br />
Amir Shevat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-64</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 01 Oct 2009 13:14:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-64</guid>
		<description>that is super sweet

only thing , instead of in-place edit, can you do popup-edit mode as well? sometimes in-place edit with that wysiwyg will break layout in certain places</description>
		<content:encoded><![CDATA[<p>that is super sweet</p>
<p>only thing , instead of in-place edit, can you do popup-edit mode as well? sometimes in-place edit with that wysiwyg will break layout in certain places</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-45</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:19:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-45</guid>
		<description>Thank you.

You can add the hover effect to indicate editable text using Style:
&lt;div class=&quot;editableHover&quot;&gt;
&lt;b&gt;Please hover over me!&lt;b&gt;
&lt;/div&gt;
&lt;br&gt;
Here is how you do it:
&lt;pre&gt;
&lt;code&gt;
&lt;style&gt;
div.editableHover:hover{
    background: #F0F0F0;
    font-style: italic;
    cursor: text;
}
&lt;/style&gt;

&lt;div class=&quot;editableHover&quot;&gt;
I am editable! hover over me!
&lt;/div&gt;
&lt;/code&gt;
&lt;/pre&gt;


&lt;style&gt;
div.editableHover:hover{
    background: #F0F0F0;
    font-style: italic;
    cursor: text;
}
&lt;/style&gt;


</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>You can add the hover effect to indicate editable text using Style:</p>
<div class="editableHover">
<b>Please hover over me!</b><b><br />
</b></div>
<p>
Here is how you do it:</p>
<pre>
<code>
&lt;style>
div.editableHover:hover{
    background: #F0F0F0;
    font-style: italic;
    cursor: text;
}
&lt;/style>

&lt;div class="editableHover">
I am editable! hover over me!
&lt;/div>
</code>
</pre>
<style>
div.editableHover:hover{
    background: #F0F0F0;
    font-style: italic;
    cursor: text;
}
</style>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-44</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 30 Jul 2009 09:51:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-44</guid>
		<description>It just needs an hover effect now to indicate editable text.

Thanks.</description>
		<content:encoded><![CDATA[<p>It just needs an hover effect now to indicate editable text.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-43</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 24 Jul 2009 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-43</guid>
		<description>Thanks for spotting this - the exception was caused by jQuery html() method that tries to delete all the nodes before setting the new HTML (and crashes - probably because of the complexity of FCKeditor node structure) 

I just released a new release that resolves this.

Tested on Chrome, IE and FF.

Cheers
Amir </description>
		<content:encoded><![CDATA[<p>Thanks for spotting this &#8211; the exception was caused by jQuery html() method that tries to delete all the nodes before setting the new HTML (and crashes &#8211; probably because of the complexity of FCKeditor node structure) </p>
<p>I just released a new release that resolves this.</p>
<p>Tested on Chrome, IE and FF.</p>
<p>Cheers<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-40</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:21:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-40</guid>
		<description>If you delete all the text from Example 3 and then click the save button, IE7 will throw an exception.  FF seems to work fine though.</description>
		<content:encoded><![CDATA[<p>If you delete all the text from Example 3 and then click the save button, IE7 will throw an exception.  FF seems to work fine though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/in-place_wysiwyg_editor_with_fckeditor_and_jquery_editable/comment-page-1/#comment-37</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:46:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-37</guid>
		<description>this is amazing. i&#039;ve been wanting to implement a solution like this for a long time but had a difficult time getting it to work. hopefully your documentation can set me straight. thanks for taking the time to write this.</description>
		<content:encoded><![CDATA[<p>this is amazing. i&#8217;ve been wanting to implement a solution like this for a long time but had a difficult time getting it to work. hopefully your documentation can set me straight. thanks for taking the time to write this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

