<?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: WYSIWYG editor in Django Admin</title>
	<atom:link href="http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/</link>
	<description>A growing collection of all things Django</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:23:11 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joost</title>
		<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/comment-page-1/#comment-6858</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://djangodays.com/?p=107#comment-6858</guid>
		<description>doesn&#039;t really matter as long as you put all the necessary files in the MEDIA_ROOT so you can access them</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t really matter as long as you put all the necessary files in the MEDIA_ROOT so you can access them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Vernon Phillps</title>
		<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/comment-page-1/#comment-6857</link>
		<dc:creator>Robert Vernon Phillps</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://djangodays.com/?p=107#comment-6857</guid>
		<description>What does it mean &#039;put it in&#039;?

Should I just copy the tar.gz file to my MEDIA_ROOT and do tar zxvf there?
Or should I extract it elsewhere and copy in some subset of the entire extracted tree?</description>
		<content:encoded><![CDATA[<p>What does it mean &#8216;put it in&#8217;?</p>
<p>Should I just copy the tar.gz file to my MEDIA_ROOT and do tar zxvf there?<br />
Or should I extract it elsewhere and copy in some subset of the entire extracted tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Devon</title>
		<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/comment-page-1/#comment-5902</link>
		<dc:creator>Joe Devon</dc:creator>
		<pubDate>Sat, 08 Aug 2009 19:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://djangodays.com/?p=107#comment-5902</guid>
		<description>Was

media+&#039;/js/editor.js&#039;

a typo? Shouldn&#039;t that be:

media+&#039;/js/fancyedit.js&#039;

?</description>
		<content:encoded><![CDATA[<p>Was</p>
<p>media+&#8217;/js/editor.js&#8217;</p>
<p>a typo? Shouldn&#8217;t that be:</p>
<p>media+&#8217;/js/fancyedit.js&#8217;</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarom McDonald</title>
		<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/comment-page-1/#comment-5884</link>
		<dc:creator>Jarom McDonald</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://djangodays.com/?p=107#comment-5884</guid>
		<description>Firefox (and perhaps other browsers) will never let you access element properties cross-domain. Since the development server is serving on a different port, even if the hostname is the same then Firefox, by default, treats it as two different sources.

In production, though, things work very smoothly (for example, I&#039;m running django through Apache&#039;s mod_wsgi), as both your django app and the static assets are now in the same domain and on the same port.</description>
		<content:encoded><![CDATA[<p>Firefox (and perhaps other browsers) will never let you access element properties cross-domain. Since the development server is serving on a different port, even if the hostname is the same then Firefox, by default, treats it as two different sources.</p>
<p>In production, though, things work very smoothly (for example, I&#8217;m running django through Apache&#8217;s mod_wsgi), as both your django app and the static assets are now in the same domain and on the same port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://djangodays.com/2009/05/14/wysiwyg-editor-in-django-admin/comment-page-1/#comment-4004</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Mon, 22 Jun 2009 07:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://djangodays.com/?p=107#comment-4004</guid>
		<description>This looks straight forward, but I get security issues from the Ajax calls.

Access to restricted URI denied&quot; code: &quot;1012
[Break on this error] (function(){var R=/((?:\((?:\([^()]+\)&#124;[...(J,typeof K===&quot;string&quot;?K:K+&quot;px&quot;)}})})();
jquery.min.js (line 19)

Permission denied to get property HTMLDocument.styleSheets
[Break on this error] var styles = this._doc.styleSheets[0]; 

When testing locally django runs on: http://127.0.0.1:8000/ and my static assets are served from http://127.0.0.1/~christian/
Do you use any particular settings to run it locally?</description>
		<content:encoded><![CDATA[<p>This looks straight forward, but I get security issues from the Ajax calls.</p>
<p>Access to restricted URI denied&#8221; code: &#8220;1012<br />
[Break on this error] (function(){var R=/((?:\((?:\([^()]+\)|[...(J,typeof K==="string"?K:K+"px")}})})();<br />
jquery.min.js (line 19)</p>
<p>Permission denied to get property HTMLDocument.styleSheets<br />
[Break on this error] var styles = this._doc.styleSheets[0]; </p>
<p>When testing locally django runs on: <a href="http://127.0.0.1:8000/" rel="nofollow">http://127.0.0.1:8000/</a> and my static assets are served from <a href="http://127.0.0.1/~christian/" rel="nofollow">http://127.0.0.1/~christian/</a><br />
Do you use any particular settings to run it locally?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

