<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jens&#039; Codelog</title>
	<link>http://blog.jenstinfors.com</link>
	<description>All things geek</description>
	<lastBuildDate>Fri, 18 Jun 2010 11:12:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Installing wordpress 3 on Mac OS X 10.6</title>
		<description><![CDATA[Installing wordpress on mac os x should be a simple famous 5 minute job. It is not. (Unless you read this article in advance). The one thing you have to do that differs from the standard installation instruction when installing &#8230; <a href="http://blog.jenstinfors.com/2010/06/installing-wordpress-3-on-mac-os-x-10-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/06/installing-wordpress-3-on-mac-os-x-10-6/</link>
			</item>
	<item>
		<title>JSTL forEach loop and its superscoped varStatus variable</title>
		<description><![CDATA[In the context of Web applications, iteration is primarily used to fetch and display collections of data, typically in the form of a list or sequence of rows in a table. The primary JSTL action for implementing iterative content is &#8230; <a href="http://blog.jenstinfors.com/2010/05/jstl-foreach-loop-and-its-superscoped-varstatus-variable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/05/jstl-foreach-loop-and-its-superscoped-varstatus-variable/</link>
			</item>
	<item>
		<title>Telling xerces to ignore the DTD</title>
		<description><![CDATA[You&#8217;d think flipping off DTD-validation would be an easy thing to do when parsing XML? You&#8217;d think you&#8217;d just turn it off and then it won’t matter? Wrong! Even with validation switched off, it still tries to load the DTD &#8230; <a href="http://blog.jenstinfors.com/2010/05/telling-xerces-to-ignore-the-dtd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/05/telling-xerces-to-ignore-the-dtd/</link>
			</item>
	<item>
		<title>Downloading content from svtplay</title>
		<description><![CDATA[Before I became a father I swore to never dump my kids in front of the TV.. It didn&#8217;t take long before I came to my senses. Currently my son loves a swiss clay animation series called Pingu. It is &#8230; <a href="http://blog.jenstinfors.com/2010/04/downloading-content-from-svtplay/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/04/downloading-content-from-svtplay/</link>
			</item>
	<item>
		<title>Access localhost from virtualbox</title>
		<description><![CDATA[To access services running on localhost from an instance of vmware fusion on mac os x you&#8217;d have to find out the ipaddress of vmnet8, add 1 and use that address from the guest os, like so. Lots of magic &#8230; <a href="http://blog.jenstinfors.com/2010/04/access-localhost-from-virtualbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/04/access-localhost-from-virtualbox/</link>
			</item>
	<item>
		<title>Howto redirect URL&#8217;s containing non-ASCII characters in apache</title>
		<description><![CDATA[Redirection of URL&#8217;s in apache is done using its rewrite module. You&#8217;d normally specify a set of conditions followed by a rewrite statement using regular expressions. Like so: RewriteCond %{HTTP_HOST} !^www\.example\.com [NC] RewriteRule ^/(.*) http://www.example.com/$1 [L,R] To match a URL &#8230; <a href="http://blog.jenstinfors.com/2010/04/howto-redirect-urls-containing-non-ascii-characters-in-apache/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/04/howto-redirect-urls-containing-non-ascii-characters-in-apache/</link>
			</item>
	<item>
		<title>Working from home in a scrum team</title>
		<description><![CDATA[For the past year and a half I&#8217;ve been doing semi scrum, or fake scrum as its more commonly known. Fake because our team is not following the rather strict rules of scrum. We are breaking one of the more &#8230; <a href="http://blog.jenstinfors.com/2010/04/working-from-home-in-a-scrum-team/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/04/working-from-home-in-a-scrum-team/</link>
			</item>
	<item>
		<title>Installing Netgear Raidar on Linux</title>
		<description><![CDATA[Netgears ReadyNAS range of products is a series of network storage devices. I recently bought their DUO model for use as a safe storage of files and for media streaming of both music and movies. I chose the DUO for &#8230; <a href="http://blog.jenstinfors.com/2010/02/installing-netgear-raidar-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/02/installing-netgear-raidar-on-linux/</link>
			</item>
	<item>
		<title>Facebook And Usability</title>
		<description><![CDATA[[UPDATE 2010-02-24] There&#8217;s  an interesting discussion on the subject on the actual facebook. The popularity and broad adoption of facebook is impressive! So is its lack of usability. Not only do they break EVERY usability guideline out there! The UI &#8230; <a href="http://blog.jenstinfors.com/2010/02/facebook-and-usability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/02/facebook-and-usability/</link>
			</item>
	<item>
		<title>Cleaning up all the screenshots</title>
		<description><![CDATA[Im using Scrup in conjunction with its nifty little partner recv, a hungry hungry php script, to automatically upload screenshots from my macbook to my home server. A setup like this is super neat when discussing any screen related things, especially over &#8230; <a href="http://blog.jenstinfors.com/2010/01/cleaning-up-all-the-screenshots/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.jenstinfors.com/2010/01/cleaning-up-all-the-screenshots/</link>
			</item>
</channel>
</rss>
