<?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>Notes from Nemo &#187; Development</title>
	<atom:link href="http://www.jamiesutherland.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamiesutherland.com</link>
	<description>Jamiesutherland.com</description>
	<lastBuildDate>Sun, 30 May 2010 21:39:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dojo xhrPost problems with FireFox 3</title>
		<link>http://www.jamiesutherland.com/2009/04/15/dojo-xhrpost-problems-with-firefox-3/</link>
		<comments>http://www.jamiesutherland.com/2009/04/15/dojo-xhrpost-problems-with-firefox-3/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 14:14:33 +0000</pubDate>
		<dc:creator>jsutherland</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Dojo]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=33</guid>
		<description><![CDATA[After working with dojo for the past few months, I&#8217;ve come across a few problems here and there and solutions to these problems. So I&#8217;ll start documenting them here as I feel I&#8217;ll be using dojo quite heaviliy in the future. Anyway, I&#8217;ve been implementing forms within dialog windows within the toolkit so that the [...]]]></description>
			<content:encoded><![CDATA[<p>After working with dojo for the past few months, I&#8217;ve come across a few problems here and there and solutions to these problems. So I&#8217;ll start documenting them here as I feel I&#8217;ll be using dojo quite heaviliy in the future. Anyway, I&#8217;ve been implementing forms within dialog windows within the toolkit so that the form is submitted but the page is not refreshed. For this, you have to use dojo.xhrPost to submit the information AJAX style! the problem with this is it&#8217;s bloody confusing when you use FireFox 3 as your development browser and it never appears to post any information. A quick check with Chrome, IE and Safari proved it was an issue with FF3. So with a bit of googling I came across this <a href="http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/firefox-3-xhrpost-form-failure" target="_blank">http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/firefox-3-xhrpost-form-fail</a> which shows that FF3 adds on an extra tag to the Content-Type header. So if like me you&#8217;ve got a standard Apache installation on ubuntu, you&#8217;ll find your forms not work correctly because this. The fix? is to add this line to your apache2.conf / httpd.conf.</p>
<blockquote><p>AddDefaultCharset UTF-8</p></blockquote>
<p>Under ubuntu it&#8217;s actually just commented out in &#8216;/etc/apache2/conf.d/charset&#8217;. Anyway, hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiesutherland.com/2009/04/15/dojo-xhrpost-problems-with-firefox-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.jamiesutherland.com/2009/01/24/hello-world/</link>
		<comments>http://www.jamiesutherland.com/2009/01/24/hello-world/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.jamiesutherland.com/?p=1</guid>
		<description><![CDATA[Well I&#8217;ve finally taken the plunge into this world of blogging that everyone has been going on about. I&#8217;ve opened this site with the intention of displaying projects I&#8217;ve been involved with and showcasing anything interesting. Also I&#8217;ll be using it as a place to store random information I find useful to gather it in [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;ve finally taken the plunge into this world of blogging that everyone has been going on about. I&#8217;ve opened this site with the intention of displaying projects I&#8217;ve been involved with and showcasing anything interesting. Also I&#8217;ll be using it as a place to store random information I find useful to gather it in one place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamiesutherland.com/2009/01/24/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
