<?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: FCKeditor 0.3.2 Released</title>
	<atom:link href="http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Blake Fischer</title>
		<link>http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/comment-page-1/#comment-353</link>
		<dc:creator>Blake Fischer</dc:creator>
		<pubDate>Mon, 02 Oct 2006 10:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-3-2-released#comment-353</guid>
		<description>Could you provide a variable in fckcustom.js to allow absolute urls for the generated image/doc/etc. paths? I have 2 apps running on separate servers and relative urls won&#039;t work.

Right now I&#039;m changing line 79 of:
javascripts/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
to: window.top.opener.SetUrl(&#039;http://example.com&#039; + fileUrl);

This modification is sketchy because fckeditor sometimes sets the width and height of a selected image to 0 and the image (obviously) doesn&#039;t show up. (Clicking &quot;Reset Size&quot; corrects this) Help!

Thanks,

Blake</description>
		<content:encoded><![CDATA[<p>Could you provide a variable in fckcustom.js to allow absolute urls for the generated image/doc/etc. paths? I have 2 apps running on separate servers and relative urls won&#8217;t work.</p>
<p>Right now I&#8217;m changing line 79 of:<br />
javascripts/fckeditor/editor/filemanager/browser/default/frmresourceslist.html<br />
to: window.top.opener.SetUrl(&#8216;http://example.com&#8217; + fileUrl);</p>
<p>This modification is sketchy because fckeditor sometimes sets the width and height of a selected image to 0 and the image (obviously) doesn&#8217;t show up. (Clicking &quot;Reset Size&quot; corrects this) Help!</p>
<p>Thanks,</p>
<p>Blake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/comment-page-1/#comment-354</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Mon, 02 Oct 2006 10:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-3-2-released#comment-354</guid>
		<description>Also, is it possible to make FCKRelativePath a ruby variable? I like to avoid hard coding stuff.</description>
		<content:encoded><![CDATA[<p>Also, is it possible to make FCKRelativePath a ruby variable? I like to avoid hard coding stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/comment-page-1/#comment-355</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Mon, 02 Oct 2006 10:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-3-2-released#comment-355</guid>
		<description>Hi Blake,

I&#039;ll have a look at these, I think the later should be possible and would certainly be better than having to configure the js.

Cheers
Scott.</description>
		<content:encoded><![CDATA[<p>Hi Blake,</p>
<p>I&#8217;ll have a look at these, I think the later should be possible and would certainly be better than having to configure the js.</p>
<p>Cheers<br />
Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pfeifer</title>
		<link>http://blog.thatsuseful.com/2006/10/02/fckeditor-0-3-2-released/comment-page-1/#comment-356</link>
		<dc:creator>Jason Pfeifer</dc:creator>
		<pubDate>Mon, 02 Oct 2006 10:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-0-3-2-released#comment-356</guid>
		<description>Hey Scott, I think I have this almost working, but am having trouble with the URLs.  Everytime I go from FCK to browse server, it gives me a popup with the error:

Recognition failed for &quot;/fckeditor/editor/filemanager/browser/default/browser.html&quot;

the URL is
http://localhost:3001/admin/pages/edit_page/130

where &#039;admin&#039; is a folder, that has the controller &#039;pages&#039; in it running the action &#039;edit_page&#039; number 130.  I&#039;ve been looking at the FCKconfig thinking that it&#039;s not reading FCKConfig.BasePath, but for some reason cannot change it?

I would love and appreciate help if this is simple...
Jason
msn: jason@spincyclestudios.ca
I am running it off</description>
		<content:encoded><![CDATA[<p>Hey Scott, I think I have this almost working, but am having trouble with the URLs.  Everytime I go from FCK to browse server, it gives me a popup with the error:</p>
<p>Recognition failed for &quot;/fckeditor/editor/filemanager/browser/default/browser.html&quot;</p>
<p>the URL is<br />
<a href="http://localhost:3001/admin/pages/edit_page/130" rel="nofollow">http://localhost:3001/admin/pages/edit_page/130</a></p>
<p>where &#8216;admin&#8217; is a folder, that has the controller &#8216;pages&#8217; in it running the action &#8216;edit_page&#8217; number 130.  I&#8217;ve been looking at the FCKconfig thinking that it&#8217;s not reading FCKConfig.BasePath, but for some reason cannot change it?</p>
<p>I would love and appreciate help if this is simple&#8230;<br />
Jason<br />
msn: <a href="mailto:jason@spincyclestudios.ca">jason@spincyclestudios.ca</a><br />
I am running it off</p>
]]></content:encoded>
	</item>
</channel>
</rss>
