<?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>Eagle Eyes Software</title>
	<atom:link href="http://www.qwerios.nl/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.qwerios.nl</link>
	<description>Developing is your skill. The language is merely a choice.</description>
	<lastBuildDate>Thu, 21 Jan 2010 12:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript type and Internet Explorer</title>
		<link>http://www.qwerios.nl/?p=24</link>
		<comments>http://www.qwerios.nl/?p=24#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:41:47 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.qwerios.nl/?p=24</guid>
		<description><![CDATA[Here&#8217;s a fun little discovery. I was working on a web application for the iPhone and the javascript includes were declared as follows:

&#60;script src=&#34;lib/jquery-1.3.2.min.js&#34; type=&#34;application/x-javascript&#34;&#62;
&#60;/script&#62;

I wanted to test a more generic XML handling pattern so I loaded one of the test pages in IE. Unfortunatly Internet Explorer doesn&#8217;t understand the application/x-javascript and doesn&#8217;t execute the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fun little discovery. I was working on a web application for the iPhone and the javascript includes were declared as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;lib/jquery-1.3.2.min.js&quot;</span> type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;application/x-javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>I wanted to test a more generic XML handling pattern so I loaded one of the test pages in IE. Unfortunatly Internet Explorer doesn&#8217;t understand the application/x-javascript and doesn&#8217;t execute the code. Not even IE8 knew what to do with this type. So just stick with text/javascript or text/ecmascript I suppose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qwerios.nl/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans 6.5, Java 1.6 and Mac OSX</title>
		<link>http://www.qwerios.nl/?p=6</link>
		<comments>http://www.qwerios.nl/?p=6#comments</comments>
		<pubDate>Mon, 02 Mar 2009 13:11:53 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Netbeans]]></category>

		<guid isPermaLink="false">http://www.qwerios.nl/?p=6</guid>
		<description><![CDATA[Had a lot of fun today trying to get my Netbeans to work on my MacBook. Apple tends to lag behind on Java versions and defaults to JDK1.5 to this very day. In order to use some plugins in Netbeans I needed Java 1.6 to work. At first I tried to set the global Java [...]]]></description>
			<content:encoded><![CDATA[<p>Had a lot of fun today trying to get my Netbeans to work on my MacBook. Apple tends to lag behind on Java versions and defaults to JDK1.5 to this very day. In order to use some plugins in Netbeans I needed Java 1.6 to work. At first I tried to set the global Java through the Java preferences application you can find in your utilities. This did not fix my issue since Netbeans ended up using 1.5 anyway. After some googling I stumbled across the following blog post: http://point2blog.wordpress.com/2009/02/17/defaulting-to-jdk-16-in-netbeans-65-on-osx/</p>
<p>What I found there fixed my netbeans without changing the default Java version on my Mac (which can mess up other java applications). What it boils down to is the following:</p>
<ol>
<li>Go to &#8220;/Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/etc/&#8221;</li>
<li>Edit &#8220;netbeans.conf&#8221;</li>
<li>Change the &#8220;netbeans_jdkhome&#8221; to something like &#8220;netbeans_jdkhome=<br />
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.qwerios.nl/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added old projects</title>
		<link>http://www.qwerios.nl/?p=5</link>
		<comments>http://www.qwerios.nl/?p=5#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:45:22 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.qwerios.nl/?p=5</guid>
		<description><![CDATA[I managed to find an old backup of the CowControl and FileMerger sites. I used those to (re)create their project pages. You can now find them on this website in an updated form. I&#8217;m still planning on adding the page links to the upper left corner of the site for easy access.
]]></description>
			<content:encoded><![CDATA[<p>I managed to find an old backup of the CowControl and FileMerger sites. I used those to (re)create their project pages. You can now find them on this website in an updated form. I&#8217;m still planning on adding the page links to the upper left corner of the site for easy access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qwerios.nl/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.qwerios.nl/?p=1</link>
		<comments>http://www.qwerios.nl/?p=1#comments</comments>
		<pubDate>Thu, 13 Dec 2007 12:06:47 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.qwerios.nl/?p=1</guid>
		<description><![CDATA[And another Wordpress blog is added to the world wide web. This blog will focus on my live as a software developer. Any past, present and future projects should end up on here in one way or another.
]]></description>
			<content:encoded><![CDATA[<p>And another Wordpress blog is added to the world wide web. This blog will focus on my live as a software developer. Any past, present and future projects should end up on here in one way or another.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qwerios.nl/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
