<?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>Learning the World &#187; debugging</title>
	<atom:link href="http://knewquist.edublogs.org/tag/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://knewquist.edublogs.org</link>
	<description>An education tech blog by Ken Newquist</description>
	<lastBuildDate>Sun, 04 Oct 2009 16:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moodle&#8217;s Filtering of Uploaded Files</title>
		<link>http://knewquist.edublogs.org/2008/01/29/moodles-filtering-of-uploaded-files/</link>
		<comments>http://knewquist.edublogs.org/2008/01/29/moodles-filtering-of-uploaded-files/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 16:41:24 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/2008/01/29/moodles-filtering-of-uploaded-files/</guid>
		<description><![CDATA[Last week we had a faculty member upload an HTML photo gallery to his course in Moodle. Suddenly, the pages that had looked just fine offline were a mess within Moodle. A little digging revealed that Moodle was adding on the site&#8217;s style sheets to the uploaded files. Since the HTML documents in question didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we had a faculty member upload an HTML photo gallery to his course in Moodle. Suddenly, the pages that had looked just fine offline were a mess within Moodle. A little digging revealed that Moodle was adding on the site&#8217;s style sheets to the uploaded files. Since the HTML documents in question didn&#8217;t have local styles for all of the Moodle ones, the layout exploded.</p>
<p>The reason for this? We had set &#8220;filteruploadedfiles&#8221; to &#8220;all&#8221; (this option is located under Administration &gt; Appearance &gt; Filter Settings &gt; Filter uploaded files). When it&#8217;s turned on, Moodle will add the site CSS &#8212; but not the site headers and footers &#8212; to any HTML page that&#8217;s been uploaded to it.</p>
<p>It&#8217;s also used for automatic linking filters  (glossary, hyperlinks, etc.) so if you turn it off, you&#8217;ll lose that sort of filtering on  uploaded HTML pages as well. We don&#8217;t anticipate that will be a problem however; the addition of the extra CSS to the page is.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/01/29/moodles-filtering-of-uploaded-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
