<?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>My corner</title>
	<atom:link href="http://www.johanlaidlaw.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johanlaidlaw.dk</link>
	<description>ruby, rails, mac, php, mobile, google, *geek*</description>
	<lastBuildDate>Fri, 14 Oct 2011 17:31:35 +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>Git on Mac</title>
		<link>http://www.johanlaidlaw.dk/2011/10/12/git-on-mac/</link>
		<comments>http://www.johanlaidlaw.dk/2011/10/12/git-on-mac/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:02:16 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=124</guid>
		<description><![CDATA[Two things that I have found really useful when working with Git on a mac: First autocomplete in terminal. When I started using Git I used the client program Github for mac, but because I found it too buggy i switched to only using the terminal. This also gives you a better understanding of what&#39;s [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/10/12/git-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>write to file in linux</title>
		<link>http://www.johanlaidlaw.dk/2011/05/20/write-to-file-in-linux/</link>
		<comments>http://www.johanlaidlaw.dk/2011/05/20/write-to-file-in-linux/#comments</comments>
		<pubDate>Fri, 20 May 2011 10:03:08 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=120</guid>
		<description><![CDATA[If you want to write to a file in linux you can do the following: echo &#34;something&#34; &#62; /var/log/test.log but if the test.log file is only writable by root, then you have to use sudo.&#160; sudo echo &#34;semothing&#34; &#62; /var/log/test.log but this also fails because it is only echo that is running as sudo not [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/05/20/write-to-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Undefined variable: javascript in CakePHP</title>
		<link>http://www.johanlaidlaw.dk/2011/04/17/undefined-variable-javascript-in-cakephp/</link>
		<comments>http://www.johanlaidlaw.dk/2011/04/17/undefined-variable-javascript-in-cakephp/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 12:35:34 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=115</guid>
		<description><![CDATA[I was trying to make CakePHP dynamically add javascript and css files, but I kept getting the error Undefined variable: javascript. I was sure that I had added the Javascript helper in the app_controller. After some results on google I found out that if you misspell a helper name then CakePHP will throw this error. [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/04/17/undefined-variable-javascript-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backspace in nano</title>
		<link>http://www.johanlaidlaw.dk/2011/04/13/backspace-in-nano/</link>
		<comments>http://www.johanlaidlaw.dk/2011/04/13/backspace-in-nano/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:40:30 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=111</guid>
		<description><![CDATA[If backspace in nano does a forward delete instead of deleting the character to the left, then open the file /etc/nanorc and comment out the line&#160;set rebinddelete. This should fix the &#34;problem&#34;.]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/04/13/backspace-in-nano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiz</title>
		<link>http://www.johanlaidlaw.dk/2011/01/12/quiz/</link>
		<comments>http://www.johanlaidlaw.dk/2011/01/12/quiz/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 00:46:57 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=97</guid>
		<description><![CDATA[We found a small bug in our codebase the other days, which led to a funny discussion about how PHP acts in different situations. Try look at the following example. What will $i be? $i = 10; $i = $i + 2 + $i = $i + 5; echo $i; Give an answer before you [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/01/12/quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiring Software Developer</title>
		<link>http://www.johanlaidlaw.dk/2011/01/12/hiring-software-developer/</link>
		<comments>http://www.johanlaidlaw.dk/2011/01/12/hiring-software-developer/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 00:08:08 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=95</guid>
		<description><![CDATA[We are hiring a new Software Developer to our team in London. You can read about the position here: http://www.footballradar.co.uk/job_developer.html]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2011/01/12/hiring-software-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.johanlaidlaw.dk/2010/02/07/94/</link>
		<comments>http://www.johanlaidlaw.dk/2010/02/07/94/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 11:43:06 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[grooveshark.com]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/2010/02/07/94/</guid>
		<description><![CDATA[Grooveshark.com had some problems this morning, but the error page was funny. It took me a second to find the text after &#34;Going down for a bit&#34;]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2010/02/07/94/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter</title>
		<link>http://www.johanlaidlaw.dk/2009/08/27/twitter/</link>
		<comments>http://www.johanlaidlaw.dk/2009/08/27/twitter/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:03:49 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=87</guid>
		<description><![CDATA[&#160;Because of curiosity I have now signed up at twitter. I don&#8217;t know how much I will use it, but who knows. First impression is that it is exactly like facebook status messages. The main difference, as I see it, is the possibility of showing what people are saying (sorry twittering) about a certain word. [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2009/08/27/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Travel blog</title>
		<link>http://www.johanlaidlaw.dk/2009/03/29/travel-blog/</link>
		<comments>http://www.johanlaidlaw.dk/2009/03/29/travel-blog/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:21:11 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=72</guid>
		<description><![CDATA[I&#8217;m leaving for a 5 month adventure on tuesday. The trip starts at Venezuela and ends in Kenya. The trip can be followed at www.johanlaidlaw.dk/into-the-wild&#160;]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2009/03/29/travel-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New phone</title>
		<link>http://www.johanlaidlaw.dk/2009/02/08/new-phone/</link>
		<comments>http://www.johanlaidlaw.dk/2009/02/08/new-phone/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 16:06:56 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.johanlaidlaw.dk/?p=69</guid>
		<description><![CDATA[Depending on the Android market and the upcoming phones supporting Andriod, I think I have found my next mobile phone. The Iphone 4G is a beauty. This is not an apple release and therefore i&#8217;m not sure how trustworthy the design image and the facts are. What I do know is that the titanium and [...]]]></description>
		<wfw:commentRss>http://www.johanlaidlaw.dk/2009/02/08/new-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

