<?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 contributions</title>
	<atom:link href="http://jeppe.liisberg.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeppe.liisberg.dk</link>
	<description>...to life, the universe and everything</description>
	<lastBuildDate>Sat, 24 Sep 2011 22:04:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Compiling assets during slug compilation on heroku cedar stack with rails 3.1</title>
		<link>http://jeppe.liisberg.dk/2011/09/24/compiling-assets-during-slug-compilation-on-heroku-cedar-stack-with-rails-3-1/</link>
		<comments>http://jeppe.liisberg.dk/2011/09/24/compiling-assets-during-slug-compilation-on-heroku-cedar-stack-with-rails-3-1/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 20:30:21 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[rails3]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=288</guid>
		<description><![CDATA[Trying to deploy a rails 3.1 app to heroku, I got the following error during slug compilation: path/to/image.png isn&#8217;t precompiled &#8230; Precompiling assets failed, enabling runtime asset compilation Turns out ...]]></description>
			<content:encoded><![CDATA[<p>Trying to deploy a rails 3.1 app to heroku, I got the following error during slug compilation:</p>
<blockquote><p>
path/to/image.png isn&#8217;t precompiled<br />
&#8230;<br />
Precompiling assets failed, enabling runtime asset compilation
</p></blockquote>
<p>Turns out it is a <a href="https://github.com/rails/rails/issues/2765">rails 3.1.0 bug</a> and upgrading rails to 3.1.1 (3.1.1.rc1 as of the time of this writing) solves the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/09/24/compiling-assets-during-slug-compilation-on-heroku-cedar-stack-with-rails-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use windows for Ruby on Rails development</title>
		<link>http://jeppe.liisberg.dk/2011/03/21/dont-use-windows/</link>
		<comments>http://jeppe.liisberg.dk/2011/03/21/dont-use-windows/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 11:38:00 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=287</guid>
		<description><![CDATA[Starting a new task at a major company, I was given a PC running windows 7 (believe it or not, they never bothered to ask me for preferences) for developing ...]]></description>
			<content:encoded><![CDATA[<p>Starting a new task at a major company, I was given a PC running windows 7 (believe it or not, they never bothered to ask me for preferences) for developing an internal rails app.</p>
<p>I took the challenge &#8211; here&#8217;s my story.<br />
<span id="more-287"></span></p>
<p>I <a href="http://stackoverflow.com/questions/82611/is-there-textmate-like-editor-for-windows">quickly found</a> two editors for windows I wanted to try out: <a href="http://www.e-texteditor.com/">E TextEditor</a> and <a href="http://www.sublimetext.com/">Sublime Text</a>. I tried out E and it seemed to work very nice and a lot like my beloved TextMate for mac. First problem solved.</p>
<p>On to ruby, rubygems and native extensions. Welcome to hell.</p>
<p>First obstacle: there doesn&#8217;t seem to be a decent console/terminal application for windows, I tried cmd, powershell and console 2. Simple stuff like copy/paste is a pain. Really discouraging.</p>
<p>Then, I tried it all. Starting out with cygwin I managed to almost get there. Actually got SQLite 3 running and managed to create, migrate and run a scaffold rails app. Installing MySQL proved to be the show stopper. After having tried every trick in the book, I ended up with the compiler crashing due to a type error when trying to compile the mysql client from source. I started looking for alternative solutions.</p>
<p>But wait, there is a ruby installer for windows. Native windows ruby &#8211; why not? Ruby installs allright, but then trouble emerges. I didn&#8217;t manage to get anything running, and I don&#8217;t remember the exact problem anymore. I quickly handed over the workstation to helpdesk to get it reinstalled with Debian.</p>
<p>In conclusion: DO NOT use windows for Rails development.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/03/21/dont-use-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Prototyping: Axure vs. Rails</title>
		<link>http://jeppe.liisberg.dk/2011/02/13/prototyping-axure-vs-rails/</link>
		<comments>http://jeppe.liisberg.dk/2011/02/13/prototyping-axure-vs-rails/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 19:20:41 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[axure]]></category>
		<category><![CDATA[rails3]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=283</guid>
		<description><![CDATA[Since I want to do prototypes using my favorite tool, Ruby on Rails, I thought I'd better check out Axure to see what the competition is.]]></description>
			<content:encoded><![CDATA[<p>In my quest to conquer the prototyping arena, I&#8217;ve met a tool called Axure a couple of times now. Since I want to do prototypes using my favorite tool, Ruby on Rails, I thought I&#8217;d better check out Axure to see what the competition is.<span id="more-283"></span></p>
<p>I&#8217;ve tried to compare the two approaches and line up the pros and cons in the context of the other. Here&#8217;s what I found:</p>
<table>
<thead>
<tr>
<th style="width: 8%;"></th>
<th style="width: 46%;">Axure</th>
<th style="width: 46%;">Ruby on Rails</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Pros</strong></td>
<td style="text-align:left; vertical-align:top;">
<ul style="margin-left:20px; margin-bottom:0;">
<li>Scoped documentation(<a href="#documentation">1</a>)</li>
<li>Commonly used (known and tried)</li>
<li>Little technical skill required
<ul>
<li>drag and drop</li>
<li>standard elements</li>
</ul>
</li>
</ul>
</td>
<td style="text-align:left; vertical-align:top;">
<ul style="margin-left:20px; margin-bottom:0;">
<li>Reusable prototype (html, css, js)</li>
<li>Real interaction with real data</li>
<li>Proof of concept on key features
<ul>
<li>data harvest and integration</li>
<li>real, branching workflows</li>
<li>search and faceted navigation</li>
<li>data aggregation</li>
<li>relational mapping</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Cons</strong></td>
<td style="text-align:left; vertical-align:top;">
<ul style="margin-left:20px; margin-bottom:0;">
<li>Throwaway prototype(<a href="#throwaway">2</a>)</li>
<li>Time consuming when high complexity/fidelity</li>
</ul>
</td>
<td style="text-align:left; vertical-align:top;">
<ul style="margin-left:20px; margin-bottom:0;">
<li>Requires programming/specialist skills</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><a name="documentation"></a><strong>(1)</strong> Axure has a neat set of documentation features, providing context and team scoped documentation &#8211; notes can be attached to each element and marked with eg. &#8220;customer&#8221; or &#8220;developer&#8221;. Nice &#8211; I might have to come up with something to counter that.</p>
<p><a name="throwaway"></a><strong>(2)</strong> I heard that Axure can actually export html/css, which means that the development phase could benefit from reusable design/markup elements. So I downloaded a trial and made a quick prototype, consisting of standard elements. I then exported it to look at the generated html. All very easy.  But the generated html/css was worse than I had feared. A mixture of upper- and lowercase tags with a ton of inline styles and all positioned using inline-styled divs with a transparent image inside. I was choking. No competition there at least.</p>
<h3>Conclusion</h3>
<p>First and foremost: there&#8217;s something more general in this comparison, than just Axure vs. Rails. I think it&#8217;s safe to substitute Axure with more or less any of the commonly used wysiwyg wireframing tools out there today. Likewise, it&#8217;s not a matter of Ruby on Rails rather than any MVC web programming framework (you could use web2py if you&#8217;re more of a python kind of person). So the comparison could have been named &#8220;Wireframing tools vs. MVC frameworks&#8221;, but it&#8217;s much more fun to pick on specific tools than giving a generalized criticism of something no one really relates to.</p>
<p>There is a key parameter, that the comparison does not take into account. And that is the time used to build a prototype. I have no evidence giving me any foundation to compare time consumption between the two approaches. It&#8217;s a pity, because that is what it comes down to in the end: the cost of the prototype.</p>
<p>That said, I think there is a tipping point around the complexity of a prototype, where Rails seems to be the better choice, when enough complexity is added.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/02/13/prototyping-axure-vs-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails + jQuery request datatypes condensed</title>
		<link>http://jeppe.liisberg.dk/2011/02/04/rails-jquery-request-datatypes-condensed/</link>
		<comments>http://jeppe.liisberg.dk/2011/02/04/rails-jquery-request-datatypes-condensed/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 12:57:09 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=280</guid>
		<description><![CDATA[Recently I've noticed that the default behaviour for the <a href="https://github.com/rails/jquery-ujs">jQuery UJS adapter</a> has changed a couple of times. This is my condensed take on getting ajax working smooth with jQuery UJS and Rails 3]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve noticed that the default behaviour for the <a href="https://github.com/rails/jquery-ujs">jQuery UJS adapter</a> has changed a couple of times.</p>
<p>This is my condensed take on getting ajax working smooth with jQuery UJS and Rails 3<br />
<span id="more-280"></span><br />
It seems <a href="https://github.com/rails/jquery-ujs/issues/issue/74">a discussion</a> has been taking place, determining how Rails 3 and jQuery&#8217;s default behavior would work the best. If you want in-depth understanding, I certainly recommend reading <a href="http://www.alfajango.com/blog/rails-3-remote-links-and-forms-data-type-with-jquery/">this really great article on the Alfa Jango blog</a>, explaining the whole issue with thorough examples.</p>
<p>If you just want to copy paste and get on with what&#8217;s important to you, this post might be for you&#8230;</p>
<p>First off: I&#8217;m using rails 3.0.3 and jquery-rails 0.2.6, which in turn uses jQuery 1.4.4. I expect jQuery 1.5 will <strong>not</strong> affect the way jQuery UJS and Rails works together.</p>
<p>jQuery UJS has gone from defaulting to JS (resulting in a missing template error by default), through defaulting to anything (*/*) (resulting in rails returning the first format it finds available) to now accepting any format, but preferring JS. Let me show you how to utilize this.</p>
<p>In your view:</p>
<pre class="brush:ruby">link_to "My ajax function", rails_path,
  :id =&gt; 'something-new', :remote =&gt; true</pre>
<p>In your controller:</p>
<pre class="brush:ruby">class SomeController &lt; ApplicationController
  respond_to :html, :js

  def new
    respond_with(@some = Some.new, :layout =&gt; !request.xhr?)
  end
end</pre>
<p>Now the respond_with will first try to render the new.js.erb file, and if that doesn&#8217;t exist, it will render the new.html.erb.<br />
Note that the layout will not be rendered if this is an ajax call (:layout =&gt; !request.xhr?) &#8211; very neat.</p>
<p>For an in-depth view on respond_with, I can recommend <a href="http://ryandaigle.com/articles/2009/8/6/what-s-new-in-edge-rails-cleaner-restful-controllers-w-respond_with">Ryan Daigles post</a> about that.</p>
<p>Or if you want to render an html partial only, you&#8217;ll have to respond explicitly to the JS format:</p>
<pre class="brush:ruby">  def new
    respond_with(@some = Some.new) do |format|
      format.js { render :partial =&gt; "partial",
        :content_type =&gt; 'text/html', :layout =&gt; false }
    end
  end</pre>
<p>And don&#8217;t forget to listen for the response on the client (if it&#8217;s html format) &#8211; in application.js:</p>
<pre class="brush:javascript">$(document).ready(function(){
  $('#something-new').bind('ajax:success',
    function(evt, data, status, xhr){
    $('ul#things').append(xhr.responseText);
  })
});</pre>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/02/04/rails-jquery-request-datatypes-condensed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate presence of at least one associated record</title>
		<link>http://jeppe.liisberg.dk/2011/02/03/validate-presence-of-at-least-one-associated-record/</link>
		<comments>http://jeppe.liisberg.dk/2011/02/03/validate-presence-of-at-least-one-associated-record/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 15:05:26 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[rails3]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=278</guid>
		<description><![CDATA[I've previously had the need to validate, that at least on record in a has_many association existed. For that I used a custom validator. But today i realized that the presence validator in rails 3 will do exactly that]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve previously had the need to validate, that at least on record in a has_many association existed. For that I used a custom validator. But today i realized that the presence validator in rails 3 will do exactly that:<br />
<span id="more-278"></span></p>
<pre class="brush:ruby">
class Parent < ActiveRecord::Base
  has_many :children
  validates :children, :presence => true
end
</pre>
<p>If you need a custom message, that&#8217;s built into the new validation syntax for rails 3:</p>
<pre class="brush:ruby">
  validates :children, :presence =>
    { :message => 'there should be at least one child' }
</pre>
<p>Simply wanted to share this, just in case it could save someone the hassle of building a custom validator.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/02/03/validate-presence-of-at-least-one-associated-record/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bridging the gap: from prototype to development</title>
		<link>http://jeppe.liisberg.dk/2011/02/02/bridging-the-gap/</link>
		<comments>http://jeppe.liisberg.dk/2011/02/02/bridging-the-gap/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 11:43:22 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Prototyping]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/?p=271</guid>
		<description><![CDATA[Choose the right prototyping technique and gain benefits in the entire value chain.]]></description>
			<content:encoded><![CDATA[<p>Every project owner dreams of an approach with users and goals first. An approach where technology, requirements specifications and contracts are tools to support your business, not constrain it.</p>
<p>But too often, the opposite is the case. Users and goals are constrained by technology, specifications, and contracts. This is depressingly true. But it doesn&#8217;t have to be this way. Just choose the right prototyping technique and gain benefits in the entire value chain.<span id="more-271"></span></p>
<p>We all know the setting. Starting up a new project should be fun and inspiring. The success of the project often depends on this. But sadly, too often the enthusiasm of the project manager and her team comes to an abrupt end, when the ideas and visions has to be formalized in a requirements specification.</p>
<p>Now, we all agree that requirements should be documented and communicated in a concise manner, but does it really need to be a written specifications with lots and lots of paragraphs, trying to describe an interface and a workflow, that is then interpreted in as many ways as the number of people involved?</p>
<p>Of course not.</p>
<blockquote><p>&#8230; a modest investment in interactive prototyping will usually pay for itself several times over, given the savings in medium-term development and long-term support costs. Just as you wouldn’t dream of building a house without deciding whether it was an apartment or a semi-detached house, you really shouldn’t embark upon any software development without pinning down the exact nature of the system, and the best way to do that is to use prototyping techniques&#8230;</p></blockquote>
<p><cite><a href="http://www.reynardthomson.com/what-is-prototyping.html">Reynard Thomson</a></cite></p>
<p>A Painting Says a Thousand Words. We all know, and of course, we also apply that knowledge when specifying our new, revolutionizing web application. Most projects employ usability specialists and makes use of the fine art of interaction design (if you don&#8217;t, you must be living on the moon), producing sets of wireframes and sketches or design mockups that paint a decent painting of our beloved baby-web-app.</p>
<p><img class="alignright size-full wp-image-274" title="Windturbines on the ocean" src="http://jeppe.liisberg.dk/wp-content/uploads/2011/01/windmill-high.jpg" alt="" width="180" height="490" /></p>
<blockquote><p>I want to bridge those gaps. I want to bridge those gaps using truly agile development.</p></blockquote>
<p>So what&#8217;s all the fuss about?</p>
<p>Well, there are still gaps. There&#8217;s a gap between the mockup and the final html/css template. There&#8217;s a gap between the wireframes or the clickable presentation slides and the logic dealing with external data sources and presentation of complex information sets. There&#8217;s still a gap between project stakeholders taking part in the interaction design process, and the developers in the cubicles out there that&#8217;s going to implement that baby. You can probably think of more.</p>
<p>I want to bridge those gaps. I want to bridge those gaps using truly agile development. And I want to start by taking your prototypes to the next level. I give you:</p>
<p style="text-align: center;"><strong>High Fidelity Evolving Prototypes</strong></p>
<p>Imagine a room full of enthusiastic people, throwing ideas at a usability specialist, sketching it all on a whiteboard while discussion is going on, and new ideas pop up. Imagine a lunch break, with people so engaged that they keep coming up with new ingenious ideas during the break, discussing, laughing, having fun. Imagine coming back from the lunch break and <strong>WHAM</strong> &#8211; there&#8217;s a working prototype, deployed and all. Everyone can see it, access it and try it out, everyone can have opinions, and the next iteration can begin.</p>
<p>That&#8217;s me doing that prototype. It&#8217;s me doing 20 iterations over the course of 20 days, delivering a working prototype with prioritized features in a proof-of-concept state. That&#8217;s that requirements specification no one wanted to write, right there, embedded in the prototype. That&#8217;s when the project owner embarks on a journey, where only the process is known, not the result, letting true agility show it&#8217;s worth. And that&#8217;s how the project owner will:</p>
<ul>
<li>gain <strong>stakeholder support</strong></li>
<li>improve <strong>estimate accuracy</strong></li>
<li>improve the <strong>quality of requirements</strong></li>
<li><strong>prevent misunderstandings</strong> and miscommunications</li>
<li><strong>reduce costly changes</strong> late in the development phase</li>
</ul>
<p>That&#8217;s when technology, requirements specifications and contracts are tools to support your business, not constrain it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2011/02/02/bridging-the-gap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New York Bikers</title>
		<link>http://jeppe.liisberg.dk/2010/10/11/new-york-bikers/</link>
		<comments>http://jeppe.liisberg.dk/2010/10/11/new-york-bikers/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 21:51:22 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Bikes]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Traveling]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[cyckling]]></category>
		<category><![CDATA[new york]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/2010/10/11/new-york-bikers/</guid>
		<description><![CDATA[While visiting New York last week, I managed to shoot a couple of the wonderful people riding bikes in the city&#8230; View the full photo-set on flickr]]></description>
			<content:encoded><![CDATA[<p>While visiting New York last week, I managed to shoot a couple of the wonderful people riding bikes in the city&#8230;</p>
<p>View the <a href="http://www.flickr.com/photos/10066581@N06/sets/72157625144099434/show/">full photo-set on flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2010/10/11/new-york-bikers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Billeder fra Flensburg med Viktoria 2010</title>
		<link>http://jeppe.liisberg.dk/2010/05/23/billeder-fra-flensburg-med-viktoria-2010/</link>
		<comments>http://jeppe.liisberg.dk/2010/05/23/billeder-fra-flensburg-med-viktoria-2010/#comments</comments>
		<pubDate>Sun, 23 May 2010 12:31:00 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Traveling]]></category>
		<category><![CDATA[Vacation]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/2010/05/23/billeder-fra-flensburg-med-viktoria-2010/</guid>
		<description><![CDATA[Billederne ligger på mit picasa web album.]]></description>
			<content:encoded><![CDATA[<p>Billederne ligger på <a href="http://picasaweb.google.com/jeppe.liisberg/FlensborgMedViktoria2010#">mit picasa web album</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2010/05/23/billeder-fra-flensburg-med-viktoria-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Se billeder fra turen til Flensborg</title>
		<link>http://jeppe.liisberg.dk/2009/06/02/se-billeder-fra-turen-til-flensborg/</link>
		<comments>http://jeppe.liisberg.dk/2009/06/02/se-billeder-fra-turen-til-flensborg/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:11:22 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sailing]]></category>
		<category><![CDATA[Traveling]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Viktoria]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/2009/06/02/se-billeder-fra-turen-til-flensborg/</guid>
		<description><![CDATA[Så er der billeder fra min sejltur til Flensborg, hvor vi deltog i årets rom-regatta. Billederne ligger på Viktorialaugets picasa album. Se også Viktorialaugets hjemmeside.]]></description>
			<content:encoded><![CDATA[<p>Så er der billeder fra min sejltur til Flensborg, hvor vi deltog i årets rom-regatta. Billederne ligger på <a href="http://picasaweb.google.com/viktorialaug/ViktoriaTilFlensborg2009#">Viktorialaugets picasa album</a>.</p>
<p>Se også <a href="http://www.viktorialaug.dk/">Viktorialaugets hjemmeside</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2009/06/02/se-billeder-fra-turen-til-flensborg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kulingræs med Viktoria</title>
		<link>http://jeppe.liisberg.dk/2009/05/29/kulingr%c3%a6s-med-viktoria/</link>
		<comments>http://jeppe.liisberg.dk/2009/05/29/kulingr%c3%a6s-med-viktoria/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:26:22 +0000</pubDate>
		<dc:creator>Jeppe Liisberg</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sailing]]></category>
		<category><![CDATA[Traveling]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Viktoria]]></category>

		<guid isPermaLink="false">http://jeppe.liisberg.dk/2009/05/29/kulingr%c3%a6s-med-viktoria/</guid>
		<description><![CDATA[Kulingræs med Viktoria from Jeppe Liisberg on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/4900327" width="500" height="375" frameborder="0"></iframe>
<p><a href="http://vimeo.com/4900327">Kulingræs med Viktoria</a> from <a href="http://vimeo.com/user1825312">Jeppe Liisberg</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeppe.liisberg.dk/2009/05/29/kulingr%c3%a6s-med-viktoria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

