<?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"
	>

<channel>
	<title>Kristian Lunde</title>
	<atom:link href="http://www.klunde.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.klunde.net</link>
	<description>www.klunde.net</description>
	<pubDate>Sat, 15 Nov 2008 08:14:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Porting to Mac</title>
		<link>http://www.klunde.net/2008/11/15/porting-to-mac/</link>
		<comments>http://www.klunde.net/2008/11/15/porting-to-mac/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 23:55:20 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=189</guid>
		<description><![CDATA[At Orange Bus we all work on MacBook Pro, and when I started up at Orange Bus it was the very first time I used a Mac and OS X. It is now 12 days since that first experience with an Apple computer and though I am still a bit unfamiliar with certain features I [...]]]></description>
			<content:encoded><![CDATA[<p>At Orange Bus we all work on MacBook Pro, and when I started up at Orange Bus it was the very first time I used a Mac and OS X. It is now 12 days since that first experience with an Apple computer and though I am still a bit unfamiliar with certain features I am getting in to it, and I really like it. The stuff that I have most problem with are:</p>
<p><strong>The keyboard</strong><br />
I have some trouble finding the keys and key combinations I am used to from both Ubuntu and WinXP. And it probably does not help that the keyboard on the laptop is English, and my external keyboard at work is Norwegian (I was thinking it would be a good idea to bring a Norwegian keyboard to the UK, yeah right).</p>
<p><strong>Changing windows</strong><br />
Moving between different set of windows and the different set of their instances are still a bit unfamiliar. In particular moving between a set of windows of the same application.</p>
<p><strong>Universal access</strong><br />
Universal access is a piece of software which enhances for instance the readability on the Mac, and the key command to activating the speach on the mac must be some command I am used to from Windows or Ubuntu. I am always turning it on, very annoying.</p>
<p>That was the &#8220;negative&#8221; part about Mac, but that is just things I need to learn. Now let us have a look at the positive stuff in OS X. </p>
<p><strong>Simplicty</strong><br />
I have heard it a million times by mac users, it is so easy to use a mac but I have never really believed them. But they are correct. Using a mac is extremely simple, Apple must have some of the best UI designers in the world. Everything is so amazingly simple. And another thing you just have to love in OS X is how you install software. You open the install file and drag it into the Application folder, and woosh, the application is installed.  I would go as far to say that if you are a novice computer user, Mac would probably be the best choice. Lets compare it to moving around. Using a mac is not much harder than walking, in comparison to Microsoft Windows which would be something like controlling a space shuttle. </p>
<p><strong>Flexibility</strong><br />
Well I have been praising Mac for their simplicity right now, but even though it is very easy to use you still have the possibility to do advanced stuff. For instance, since Mac is based on Unix you have a terminal easily accessible and you can use almost all your regular commands <img src='http://www.klunde.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Mail</strong><br />
Mail is a Mac application for managing&#8230;.. yes you are right, mail. Well Mail is a okay application it works fine, but it is not as good as Microsoft Outlook, but it is yet another example of how simple and intuitive an Apple product can be. </p>
<p><strong>Quicksilver</strong><br />
Quicksilver is a third party software for easy launch of applications. Type &#8220;ctrl&#8221; + &#8220;space&#8221; and then start typing the name of the application you want to launch, it automatically find the application and launches it when you hit enter. Brilliant!</p>
<p>At this point I can not see one good reason for going back to MS Windows. I am still very fond of Linux distros like Ubuntu, but Mac and OS X have really impressed me. So I suppose I have to line in with all the other Mac fanatics now (no I am not a mac fanatic, at least not yet).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/11/15/porting-to-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Coding standard, coding style</title>
		<link>http://www.klunde.net/2008/11/11/coding-standard-coding-style/</link>
		<comments>http://www.klunde.net/2008/11/11/coding-standard-coding-style/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 22:53:25 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[coding style]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=185</guid>
		<description><![CDATA[In Orange Bus we have been looking at our coding style lately. We have created our very own coding standard. Since we base most of our applications on the drupal we chose to use the drupal coding standard as our main source of inspiration.
During our process of creating this coding standard we found a few [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a> we have been looking at our coding style lately. We have created our very own coding standard. Since we base most of our applications on the drupal we chose to use the <a href="http://www.drupal.org" onclick="urchinTracker('/outgoing/www.drupal.org?referer=');">drupal</a> coding standard as our main source of inspiration.<br />
During our process of creating this coding standard we found a few good links I thought we should share. </p>
<p><a href="http://yeknaa.wordpress.com/" onclick="urchinTracker('/outgoing/yeknaa.wordpress.com/?referer=');">Mike</a> @ <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a> found these two articles about beautiful and practical code, both these are a must read:</p>
<p><a href="http://www.wilshipley.com/blog/2007/05/pimp-my-code-part-14-be-inflexible.html" onclick="urchinTracker('/outgoing/www.wilshipley.com/blog/2007/05/pimp-my-code-part-14-be-inflexible.html?referer=');">http://www.wilshipley.com/blog/2007/05/pimp-my-code-part-14-be-inflexible.html</a></p>
<p><a href="http://www.perforce.com/perforce/papers/prettycode.html" onclick="urchinTracker('/outgoing/www.perforce.com/perforce/papers/prettycode.html?referer=');">http://www.perforce.com/perforce/papers/prettycode.html</a></p>
<p>Another blog post  about line density worth reading is:</p>
<p><a href="http://paul-m-jones.com/?p=276" onclick="urchinTracker('/outgoing/paul-m-jones.com/?p=276&amp;referer=');">http://paul-m-jones.com/?p=276</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/11/11/coding-standard-coding-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The number is 4</title>
		<link>http://www.klunde.net/2008/11/08/the-number-is-4/</link>
		<comments>http://www.klunde.net/2008/11/08/the-number-is-4/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 20:58:49 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=181</guid>
		<description><![CDATA[I got a challenge from Ramona tonight where I should answer a few questions.
1. Name 4 jobs I have had:

Senior developer @ Derdubor AS
Software engineer @ Teleplan AS
Salesman @ Blok Computer Services
Assisting nurse @ Sarpsborg psychiatric center

2. 4 movies I could watch again:

Fabuleux destin d&#8217;Amélie Poulain, Le
Lock, stock and two smoking barrels
Pulp Fiction
In China they [...]]]></description>
			<content:encoded><![CDATA[<p>I got a challenge from <a href="http://ramona.klunde.net" onclick="urchinTracker('/outgoing/ramona.klunde.net?referer=');">Ramona</a> tonight where I should answer a few questions.</p>
<p>1. Name 4 jobs I have had:</p>
<ul>
<li>Senior developer @ Derdubor AS</li>
<li>Software engineer @ Teleplan AS</li>
<li>Salesman @ Blok Computer Services</li>
<li>Assisting nurse @ Sarpsborg psychiatric center</li>
</ul>
<p>2. 4 movies I could watch again:</p>
<ul>
<li>Fabuleux destin d&#8217;Amélie Poulain, Le</li>
<li>Lock, stock and two smoking barrels</li>
<li>Pulp Fiction</li>
<li>In China they eat dogs</li>
</ul>
<p>3. Name 4 places I have lived:</p>
<ul>
<li>Halden</li>
<li>Oslo</li>
<li>Bø</li>
<li>Sarpsborg</li>
</ul>
<p>4. Name four tv shows I like:</p>
<ul>
<li>The king of Queens</li>
<li>Two and a half men</li>
<li>Friends</li>
<li>Seinfeld</li>
</ul>
<p>5. Four places I have been on vacation:</p>
<ul>
<li>Alfas Del Pi (Spain)</li>
<li>Karlstad (Sweden)</li>
<li>Aalborg (Denmark)</li>
<li>Bournemouth (UK)</li>
</ul>
<p>6. Four web sites I visit every day:</p>
<ul>
<li>Google Reader</li>
<li>Google Analytics</li>
<li>Facebook</li>
<li>Twitter</li>
</ul>
<p>I pass this on to Mats and Jan Petter and everyone else that feels like answering these questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/11/08/the-number-is-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All frameworks sucks&#8230;. ?</title>
		<link>http://www.klunde.net/2008/10/25/all-frameworks-sucks/</link>
		<comments>http://www.klunde.net/2008/10/25/all-frameworks-sucks/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:40:01 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=126</guid>
		<description><![CDATA[I&#8217;ve been hearing this a lot lately, that most framework sucks, well do they? 
Mr. Paul M. Jones has a really good article about the subject, he says that when a developer has to do a major change in his mindset and development routines to get used to a new framework, the developer often think [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been hearing this a lot lately, that most framework sucks, well do they? </p>
<p>Mr. <a href="http://paul-m-jones.com/?p=355" onclick="urchinTracker('/outgoing/paul-m-jones.com/?p=355&amp;referer=');">Paul M. Jones</a> has a really good article about the subject, he says that when a developer has to do a major change in his mindset and development routines to get used to a new framework, the developer often think that the &#8220;framework sucks&#8221;.</p>
<p>Personally I&#8217;ve been the kind of developer who like to write my own frameworks from scratch, and yes that also mean that I&#8217;ve written a couple of frameworks for myself, and threw them away. Since I like to write things from the scratch I&#8217;ve also been a bit critical to other frameworks,and I do understand  term &#8220;all frameworks sucks&#8221;. When you&#8217;ve written your own framework, you know how it works, and it works just the way you want it to, at least that was the goal of writing it in the first place. It also gives you the possibility to change or add functionality in the core of the framework rather easily.</p>
<p>The advantages with a &#8220;off the shelf&#8221; framework can sometimes be intriguing, with a little bit of effort you can become darn efficent with this kind of framework, that will of course require a bit from the developer to learn the framework. Another bonus about learning a new framework is that you pick up on some of the bright ideas the developers have implemented in their framework.</p>
<p>I do not think that all frameworks sucks but, there are some frameworks out there that do not match my mindset at all, there is no secret that I&#8217;m not a huge fan of large enterprise frameworks with a wide extent of xml files and structures (I&#8217;m not naming any names, but the Java world have a few of these). Why on earth would you need to define a new page in three different xml files to get it working? </p>
<p>I&#8217;ve heard a lot about <a href="http://codeigniter.com/" onclick="urchinTracker('/outgoing/codeigniter.com/?referer=');">Code Ignitor</a> and it sounds like a promising framework, I have not had the time to have a look at it yet. I am familiar with the <a href="http://framework.zend.com/" onclick="urchinTracker('/outgoing/framework.zend.com/?referer=');">Zend framework</a> and <a href="http://ez.no/ezcomponents" onclick="urchinTracker('/outgoing/ez.no/ezcomponents?referer=');">EZ components</a> which probably are more of a set of building bricks than frameworks, both of these are quite good and comfortable to work with. </p>
<p>Recently I&#8217;ve started to look at the <a href="http://drupal.org" onclick="urchinTracker('/outgoing/drupal.org?referer=');">Drupal</a>. I realize that Drupal is more of a content management system than a framework, but it has its similarities to a framework. So far I still think Drupal &#8220;sucks&#8221; <img src='http://www.klunde.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> but I do however like  the simplicity of writing modules. What I do not like at all is the &#8220;lack&#8221; of OOP, and yes I know Drupal have its own way of implementing OOP, but I still feels thats is a little bit awkward, I am a bit of a OOP junkie <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Anyway I see the potential of Drupal and look forward to getting to know it better. I believe I eventually will  like Drupal because it is easy to extend, you get a lot of stuff for free because someone has already written it for you and it is a big community around it with a lot of smart developers. There is probably a reason why Drupal is one of the largest PHP framework out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/25/all-frameworks-sucks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My car is for sale</title>
		<link>http://www.klunde.net/2008/10/16/my-car-is-for-sale/</link>
		<comments>http://www.klunde.net/2008/10/16/my-car-is-for-sale/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:29:04 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=123</guid>
		<description><![CDATA[Since I am moving to the UK, I do not need a car in Norway anymore, and I am therefore selling my car. 
See the full ad in finn.no (in Norwegian):
http://www.finn.no/finn/car/object?finnkode=15172038

]]></description>
			<content:encoded><![CDATA[<p>Since I am moving to the UK, I do not need a car in Norway anymore, and I am therefore selling my car. </p>
<p>See the full ad in finn.no (in Norwegian):</p>
<p><a href="http://www.finn.no/finn/car/object?finnkode=15172038" onclick="urchinTracker('/outgoing/www.finn.no/finn/car/object?finnkode=15172038&amp;referer=');">http://www.finn.no/finn/car/object?finnkode=15172038</a></p>
<p><a href="http://www.klunde.net/wp-content/uploads/2008/10/img_8417.jpg"><img src="http://www.klunde.net/wp-content/uploads/2008/10/img_8417-300x189.jpg" alt="" title="Passat 1.9 TDI" width="300" height="189" class="alignnone size-medium wp-image-178" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/16/my-car-is-for-sale/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m on skype</title>
		<link>http://www.klunde.net/2008/10/11/im-on-skype/</link>
		<comments>http://www.klunde.net/2008/10/11/im-on-skype/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 14:06:56 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Real Life]]></category>

		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=118</guid>
		<description><![CDATA[The title says it all, I&#8217;m on skype, my username is: kristianlunde. 
That&#8217;s about it for now. 
EOF.
]]></description>
			<content:encoded><![CDATA[<p>The title says it all, I&#8217;m on skype, my username is: <b>kristianlunde</b>. </p>
<p>That&#8217;s about it for now. </p>
<p>EOF.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/11/im-on-skype/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jobs I would like to try out</title>
		<link>http://www.klunde.net/2008/10/06/jobs-id-like-to-try-out/</link>
		<comments>http://www.klunde.net/2008/10/06/jobs-id-like-to-try-out/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 14:07:32 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=62</guid>
		<description><![CDATA[Have you ever wondered how it would be like to have a completely different line of work than your acctual work?
I have had this thought a few times and I&#8217;ve come up with a list of jobs I find interesting, some of them are not realistic at all since it requires years of studies and [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how it would be like to have a completely different line of work than your acctual work?<br />
I have had this thought a few times and I&#8217;ve come up with a list of jobs I find interesting, some of them are not realistic at all since it requires years of studies and work experience, but I still choose to mention them. Other jobs would probably only be interesting in a week or so. The jobs are randomly listed and not listed by most wanted <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Okay here we go:</p>
<ul>
<li>Crosswords author (sounds interesting enough, but just for a week or so).</li>
<li>Helicopter pilot (requires years of studies and flight experience)</li>
<li>Architect</li>
<li>Work at a local recycling factory (only for a week, just to see what they actually do there)</li>
<li>Athlete (but I guess that don&#8217;t count as a line of work)</li>
<li>Carpenter</li>
<li>Professional photographer</li>
<li>Car designer</li>
<li>Chef (I really like cooking)</li>
<li>Millionaire <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
</ul>
<p>Please add a comment if you have a list of jobs you&#8217;d like to try out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/06/jobs-id-like-to-try-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back in Norway</title>
		<link>http://www.klunde.net/2008/10/04/back-in-norway/</link>
		<comments>http://www.klunde.net/2008/10/04/back-in-norway/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 11:27:34 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Real Life]]></category>

		<category><![CDATA[Newcastle]]></category>

		<category><![CDATA[Orange Bus]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=103</guid>
		<description><![CDATA[The past three weeks I&#8217;ve been in Newcastle (UK). I posted a blog entry about a month ago, stating that I&#8217;ll be leaving my current position in Derdubor AS and start up in Orange Bus, well Orange Bus is located in the heart of Newcastle, so I am moving to the UK  
The past [...]]]></description>
			<content:encoded><![CDATA[<p>The past three weeks I&#8217;ve been in Newcastle (UK). I posted a blog entry about a month ago, stating that I&#8217;ll be leaving my current position in <a href="http://www.derdubor.no" onclick="urchinTracker('/outgoing/www.derdubor.no?referer=');">Derdubor AS</a> and start up in <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a>, well Orange Bus is located in the heart of Newcastle, so I am moving to the UK <img src='http://www.klunde.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The past weeks have been used to find a place to live in Newcastle, waiting in offices (there is a lot of waiting when you try to get all the papers and stuff you need) to get a bank account and so on. Everything is now settled, I think <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> My new home is being wired next week, so then I&#8217;ll be able to get online from home. The only thing missing right now is a UK mobile phone, but that will be sorted out in the beginning of November. </p>
<p>Now I am back in Norway to complete my last month at <a href="http://www.derdubor.no" onclick="urchinTracker('/outgoing/www.derdubor.no?referer=');">Derdubor AS</a> before I go back to the UK and Orange Bus</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/04/back-in-norway/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orange Bus wallpaper</title>
		<link>http://www.klunde.net/2008/10/04/orange-bus-wallpaper/</link>
		<comments>http://www.klunde.net/2008/10/04/orange-bus-wallpaper/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 11:06:35 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[Orange Bus]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=100</guid>
		<description><![CDATA[
Torunn in Orange Bus submitted a wallpaper for Smashing Magazines October wallpaper download, and it got in   Congratulations Torunn and Orange Bus, and good work Torunn  
Guess what wallpaper I&#8217;ve got on my computer this month? 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.klunde.net/wp-content/uploads/2008/10/october08-orange-bus-calendar-1600x1200.jpg"><img src="http://www.klunde.net/wp-content/uploads/2008/10/october08-orange-bus-calendar-1600x1200-300x225.jpg" alt="Orange bus wallpaper" title="october08-orange-bus-calendar-1600x1200" width="300" height="225" class="size-medium wp-image-172" /></a></p>
<p><a href="http://www.fuselagetown.com/" onclick="urchinTracker('/outgoing/www.fuselagetown.com/?referer=');">Torunn</a> in <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a> submitted a wallpaper for <a href="http://www.smashingmagazine.com/" onclick="urchinTracker('/outgoing/www.smashingmagazine.com/?referer=');">Smashing Magazines</a> October wallpaper download, and it got in <img src='http://www.klunde.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Congratulations <a href="http://www.fuselagetown.com/" onclick="urchinTracker('/outgoing/www.fuselagetown.com/?referer=');">Torunn</a> and <a href="http://www.orangebus.co.uk" onclick="urchinTracker('/outgoing/www.orangebus.co.uk?referer=');">Orange Bus</a>, and good work <a href="http://www.fuselagetown.com/" onclick="urchinTracker('/outgoing/www.fuselagetown.com/?referer=');">Torunn</a> <img src='http://www.klunde.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Guess what wallpaper I&#8217;ve got on my computer this month? <img src='http://www.klunde.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/10/04/orange-bus-wallpaper/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New layout, again ;)</title>
		<link>http://www.klunde.net/2008/09/05/new-layout-again/</link>
		<comments>http://www.klunde.net/2008/09/05/new-layout-again/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:43:17 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=96</guid>
		<description><![CDATA[I&#8217;ve not been completely satisfied with my previous wordpress theme, it worked okay but it took a lot of dead space on the top (approx 300px). I have been looking at other themes for a while now and today I found one I liked a lot, it is called journalist and is created by Lucian [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve not been completely satisfied with my previous wordpress theme, it worked okay but it took a lot of dead space on the top (approx 300px). I have been looking at other themes for a while now and today I found one I liked a lot, it is called journalist and is created by <a href="http://lucianmarin.com/" onclick="urchinTracker('/outgoing/lucianmarin.com/?referer=');">Lucian E. Marin</a>.</p>
<p>Have a look at his wordpress themes at: <a href="http://lucianmarin.com/page/themes/" onclick="urchinTracker('/outgoing/lucianmarin.com/page/themes/?referer=');">http://lucianmarin.com/page/themes/</a>.</p>
<p>BTW: I added a twitter widget on the site to day as well (widget name: <a href="http://alexking.org/projects/wordpress" onclick="urchinTracker('/outgoing/alexking.org/projects/wordpress?referer=');">Twitter tools</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2008/09/05/new-layout-again/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
