<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burton Kent &#187; Javascript</title>
	<atom:link href="http://burtonkent.com/category/coding/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://burtonkent.com</link>
	<description>Having Fun Yet?</description>
	<lastBuildDate>Tue, 17 Apr 2012 20:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>TinyMCE rewriting image src urls</title>
		<link>http://burtonkent.com/tinymce-rewriting-image-src-urls/</link>
		<comments>http://burtonkent.com/tinymce-rewriting-image-src-urls/#comments</comments>
		<pubDate>Mon, 17 May 2010 16:28:11 +0000</pubDate>
		<dc:creator>Burton</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.burtonkent.com/?p=101</guid>
		<description><![CDATA[TinyMCE will screw up image urls if you&#8217;re not careful.  There are two init options of interest here: convert_urls : false, //relative_urls: false, Setting convert_urls to false will help keep your browser from rewriting URLs automatically (the rewrite comes from the browser, not TinyMCE). However, if relative_urls is set to false, it overrides the behavior [...]]]></description>
			<content:encoded><![CDATA[<p>TinyMCE will screw up image urls if you&#8217;re not careful.  There are two init options of interest here:</p>
<pre>convert_urls : false,
//relative_urls: false,</pre>
<p>Setting convert_urls to false will help keep your browser from rewriting URLs automatically (the rewrite comes from the browser, not TinyMCE).  However, if relative_urls is set to false, it overrides the behavior of convert_urls.</p>
<p>Personally, where possible I always use relative urls.  It makes it possible to transfer websites between servers, especially development websites with a different domain name to the actual site with the correct domain name.</p>
]]></content:encoded>
			<wfw:commentRss>http://burtonkent.com/tinymce-rewriting-image-src-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

