<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="Joomla! 1.5 - Open Source Content Management" --><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Blog</title>
		<description>JFoobar, blogging on anything related to content management systems and Open Source</description>
		<link>http://jfoobar.org/blog.html</link>
		<lastBuildDate>Tue, 10 Nov 2009 23:32:57 +0000</lastBuildDate>
		<generator>Joomla! 1.5 - Open Source Content Management</generator>
		<language>en-gb</language>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jfoobar/blog" type="application/rss+xml" /><feedburner:emailServiceId>jfoobar/blog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>Refactoring your code to Fluent Interface</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/i3cUTpXsK9g/328-refactoring-your-code-to-fluent-interface.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/328-refactoring-your-code-to-fluent-interface.html</guid>
			<description>&lt;p&gt;&lt;img src="http://jfoobar.org/images/posts/language-small.jpg" alt="Language image"  class="leftimage" /&gt;With the introduction of chaining methods together in PHP 5 we now have the opportunity to implement &lt;a href="http://en.wikipedia.org/wiki/Fluent_interface" class="ext"&gt;Fluent Interfaces&lt;/a&gt; in PHP which opens up an interesting way of writing more readable and smaller code.&lt;/p&gt;

&lt;p&gt;Fluent Interfaces are not a new programming construct, they provide us with the ability to directly de-reference an object, PHP developers can build objects using fluent interfaces.&lt;/p&gt;


&lt;p&gt;On the first look this might look like &lt;a href="http://en.wikipedia.org/wiki/Abracadabra" class="ext"&gt;abracadabra&lt;/a&gt; if you are totally new to the new buzzword "Fluent Interfaces". Fluent interfaces are best described as way of chaining methods of an object together. By having a method return a reference to the object itself, return $this; you chain methods together like this:&lt;/p&gt;

&lt;pre class="codeblock"&gt;&lt;code class="jsh:php"&gt;$this-&gt;methodOne()-&gt;methodTwo()-&gt;methodThree();&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The point of using fluent interfaces is simple; to make your code easier to read (and in the end also easier to maintain). My interest has been triggered by the articles &lt;a href="http://www.alltogetherasawhole.org/profile/JulioPontes" class="ext"&gt;Júlio Pontes&lt;/a&gt; has been posting on the &lt;a href="http://www.alltogetherasawhole.org/" class="ext"&gt;All Together As A Whole website&lt;/a&gt;. A community initiative to gather community developers together. A full list of the articles written by Júlio can be found at the end of this article.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/i3cUTpXsK9g" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Fri, 06 Nov 2009 22:45:14 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/328-refactoring-your-code-to-fluent-interface.html</feedburner:origLink></item>
		<item>
			<title>eZ Publish News</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/iqQ5C4ihsQA/327-ez-publish-news.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/327-ez-publish-news.html</guid>
			<description>&lt;p&gt;&lt;strong&gt;Book Review&lt;/strong&gt;&lt;br /&gt;
Just the other day I received my review copy of a &lt;a href="http://www.packtpub.com/ez-publish-4-enterprise-web-sites-step-by-step/book" title="eZ Publish 4: Enterprise Web Sites Step-by-Step" class="ext"&gt;new book&lt;/a&gt; titled "eZ Publish 4: Enterprise Web Sites Step-by-Step". &lt;a href="http://www.packtpub.com/" title="Packt Publishing" class="ext"&gt;Packt Publishing&lt;/a&gt; contacted me a few weeks ago about this upcoming release and asked me to review this book. I'll hope to read through it in one or two weeks and I will post my review on our blog here.

&lt;img src="http://jfoobar.org/images/orginal_ez_logo.gif" alt="eZ Publish" title="eZ Publish" class="rightimage" /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;eZ Publish Community Portal&lt;/strong&gt;&lt;br /&gt;
I just read on twitter that the new &lt;a href="http://share.ez.no/" title="Community Portal" class="ext"&gt;Community Portal&lt;/a&gt; of eZ Publish is online. It looks promising, giving the Community a more prominant place in there site structure. Congrats to eZ Publish with the launch.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/iqQ5C4ihsQA" height="1" width="1"/&gt;</description>
			<author>robin.muilwijk@telfort.nl (Robin Muilwijk)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Mon, 02 Nov 2009 19:00:00 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/327-ez-publish-news.html</feedburner:origLink></item>
		<item>
			<title>The Internet turns 40</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/TwBs8gLiV2Q/326-the-internet-turns-40.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/326-the-internet-turns-40.html</guid>
			<description>&lt;p&gt;It was exactly forty years ago on this Friday that the first link on Arpanet was created. On 29 october 1969 at half past ten in the evening a connection was made between the university of Los Angeles and Stanford. The first connection in the Netherlands was there at October 30. ARPANET, a project of the U.S. defense research organization Arpa, was the mainstay of the Internet as we know it today.&lt;/p&gt;

&lt;p&gt;Arpanet was obviously not the only important link in the development of the Internet: tcp / ip, Cyclades and the breakdown of Arpanet in a military research arm and also contributed to much. The www was of great importance, this application of the Internet - by many as a synonym for 'Internet' is used - made sure that the Internet could be rapidly popular among 'ordinary' users.&lt;/p&gt;

&lt;p&gt;Check out &lt;a href="http://www.guardian.co.uk/technology/interactive/2009/oct/23/internet-arpanet" class="ext"&gt;the slideshow on the Guardian website&lt;/a&gt; if you are interested in a quick overview of the development of the Internet. No doubt that the ideas of &lt;a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee"class="ext"&gt;Tim Berner Lee&lt;/a&gt; made the web available for the general public, read his &lt;a href="http://www.w3.org/History/1989/proposal.html"class="ext"&gt;original proposal&lt;/a&gt; and be amazed how this led to the Internet as we know it.&lt;/p&gt;

&lt;p&gt;Happy birthday Internet!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/TwBs8gLiV2Q" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Fri, 30 Oct 2009 07:31:57 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/326-the-internet-turns-40.html</feedburner:origLink></item>
		<item>
			<title>How to download the latest version of Joomla 1.6</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/E5cV0tSpj0Y/325-how-to-download-the-latest-version-of-joomla-16.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/325-how-to-download-the-latest-version-of-joomla-16.html</guid>
			<description>&lt;p&gt;&lt;img src="http://jfoobar.org/images/posts/1.6_balls.jpg" alt="Joomla 1.6 cue ball"  class="leftimage"/&gt;At the current &lt;a href="http://www.joomla.org/download.html" class="ext"&gt;download page of Joomla&lt;/a&gt; you will not find a nightly build download option as it was available earlier on (1.0 and early 1.5 development). There are a lot of people who are eager to see the current state of 1.6 and would like to download a development version. In this article I will explain how you can get a copy of the latest development version.&lt;/p&gt;

&lt;p&gt;Before we show the tools that can make it happen, I would like to explain a bit more on how the Joomla codebase is maintained. The Joomla development team is storing changes to the code into a software versioning system called &lt;a href="http://en.wikipedia.org/wiki/Subversion_%28software%29" class="ext"&gt;Subversion&lt;/a&gt;. The code is stored in a so called commit, saying no more that the changes that de developer has made locally are uploaded to a central repository. That repository can be access by a web browser or tools that have been build for easy maintenance of the software. It is possible to go back to every state of the development by reverting versions since every change is stored in this central repository.&lt;/p&gt;

&lt;p&gt;When an official release is build a copy is extracted from this software repository and from that extract the compressed files are generated that you then can download. For official releases this process is automated, but if you are interested in the last version of the code you can manually export the data from the repository. What I normally do in such a situation is export the data into the webfolder of my development system, in my case that is '/var/www'.&lt;/p&gt;

&lt;p&gt;It is actually pretty straight forward, let me give an example of a command line export on Ubuntu (subversion client is installed of course).&lt;/p&gt;

&lt;pre class="codeblock"&gt;&lt;code class="jsh:text"&gt;cd /var/www
svn export http://joomlacode.org/svn/joomla/development/trunk/ --username anonymous
Authentication realm: &lt;http://joomlacode.org:80&gt; Document repository
Password for 'anonymous':
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;As you can see we do a checkout from the 1.6 trunk location (&lt;a href="http://joomlacode.org/svn/joomla/development/trunk/" class="ext"&gt;http://joomlacode.org/svn/joomla/development/trunk/&lt;/a&gt;) and use anonymous access to retrieve the repository. There are several different clients available that can read the subversion repository on a variety of platforms (Windows, Linux, MAC). Under windows you can use for example &lt;a href="http://tortoisesvn.tigris.org/" class="ext"&gt;Turtoise SVN&lt;/a&gt;, all you then need to do is to right-click on a folder in the explorer en you can select the export option. Obviously it would be the easiest way if the daily build option was re-introduced on &lt;a href="http://www.joomla.org" class="ext"&gt;joomla.org&lt;/a&gt;...&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/E5cV0tSpj0Y" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Fri, 16 Oct 2009 21:00:00 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/325-how-to-download-the-latest-version-of-joomla-16.html</feedburner:origLink></item>
		<item>
			<title>Hierarchical data, nodes and nested sets in 1.6</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/2xEq0JpD8ws/324-hierarchical-data-nodes-and-nested-sets-in-16.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/324-hierarchical-data-nodes-and-nested-sets-in-16.html</guid>
			<description>&lt;p&gt;In this article I will focus on the recently committed library '&lt;strong&gt;&lt;em&gt;libaries/jocularr/database/tablenested.php&lt;/em&gt;&lt;/strong&gt;'. This class initially implemented the unlimited nested categories and is also used for the 'asset' and 'usergroup' tables. The class 'JtableNested' is introduced in Joomla 1.6 and implements the nested data-set logic.&lt;/p&gt;

&lt;p&gt;One of the most requested features for Joomla, beside ACL, was the desire to get rid of the section and category limitation. In Joomla 1.6 this problem is solved by providing the categories to be stored and presented as an hierarchical dataset. Hierarchical data-sets are also available in &lt;a href="http://www.drupal.org" class="ext"&gt;Drupal&lt;/a&gt; for example, the most common known implementation within Drupal is de node structure that is the corner stone of the Drupal data-model.&lt;/p&gt;

&lt;p&gt;Well that is interesting, is it not? Joomla 1.6 is going to provide you with the libraries where you actually can manage data in a hierarchical way, or if you prefer as a node based way. In this article I will go into the underlying theory of managing hierarchical data and the specific implementation that has been chosen by the development team called nested sets. It looks like the nested category work was inspired on &lt;a href="http://dev.mysql.com/tech-resources/articles/hierarchical-data.html" class="ext"&gt;an article by Mike Hillyer&lt;/a&gt; describing the theory behind adjacency list models and the nested set data model and the initials work done by Enno Klassing during the Summer of Code 2007. This Jfoobar article is also based on Mike Hillyer writing.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/2xEq0JpD8ws" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Wed, 14 Oct 2009 20:44:22 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/324-hierarchical-data-nodes-and-nested-sets-in-16.html</feedburner:origLink></item>
		<item>
			<title>FOSDEM is calling you</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/GhskhZTnHNM/323-fosdem-is-calling-you.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/323-fosdem-is-calling-you.html</guid>
			<description>&lt;p&gt;
&lt;a href="http://www.fosdem.org/2010" title="FOSDEM" class="ext"&gt;FOSDEM&lt;/a&gt;, a developer-oriented Free and Opensource conference in Europe, will be taking place in Brussels, Belgium on Saturday 6 and Sunday 7 February 2010. Over the weekend FOSDEM has placed several calls for participation.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/GhskhZTnHNM" height="1" width="1"/&gt;</description>
			<author>robin.muilwijk@telfort.nl (Robin Muilwijk)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Tue, 13 Oct 2009 18:00:00 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/323-fosdem-is-calling-you.html</feedburner:origLink></item>
		<item>
			<title>See you at the Joomladay New York!</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/3jhpUaL7eQs/315-see-you-at-the-joomladay-new-york.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/315-see-you-at-the-joomladay-new-york.html</guid>
			<description>&lt;p&gt;&lt;img src="http://jfoobar.org/images/posts/joomladay_nyc.png" alt="Logo for the Joomladay New York" class="rightimage" /&gt;On my way back home from the &lt;a href="http://www.jfoobar.org/blog/314-see-you-at-the-wisconsin-jug.html" class="ext"&gt;Wisconsin User Group meeting&lt;/a&gt; I decided to stay a bit longer to also visit the &lt;a href="http://www.joomladaynyc.com/" class="ext"&gt;New York Joomladay&lt;/a&gt;. For the first time in years I am not listed as a speaker and attend the Joomladay as a community member which gives me some additional time to talk to people.&lt;/p&gt;

&lt;p&gt;The program has some really interesting topics, if you are close you should consider going there because Joomladays are events you should not misse. Not sure you still can get a ticket, I suggest you check out the Joomladay New York site if this is possible. As with the JUG I expect to meet a lot of old Joomla friends and am looking forward to the talks.&lt;/p&gt;

&lt;p&gt;Hope to meet you there!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/3jhpUaL7eQs" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Wed, 07 Oct 2009 11:00:00 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/315-see-you-at-the-joomladay-new-york.html</feedburner:origLink></item>
		<item>
			<title>Learn what a web browser is by watching a 1 minute video</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/8IwKc1313e4/322-learn-what-a-web-browser-is-by-watching-a-1-minute-video.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/322-learn-what-a-web-browser-is-by-watching-a-1-minute-video.html</guid>
			<description>&lt;p&gt;There you go, finally you have a site to show your mom and dad when they call you again with something like "my search engine want's to update, what should I do?".&lt;/p&gt;
&lt;p&gt;Google has put together a site to simply explain what a browser actually is. And looking at the video below it's certainly needed.&lt;/p&gt;
&lt;p&gt;Check the site out at &lt;a href="http://www.whatbrowser.org" class="ext"&gt;whatbrowser.org&lt;/a&gt; and watch the video.&lt;/p&gt;
&lt;div class="movie clearfix"&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BrXPcaRlBqo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/BrXPcaRlBqo&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/div&gt;
&lt;p&gt;Oh man, it's needed&lt;/p&gt;
&lt;div class="movie clearfix"&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/o4MwTvtyrUQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/o4MwTvtyrUQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/div&gt;
&lt;p&gt;Source: &lt;a href="http://www.techcrunch.com/2009/10/06/google-a-web-browser-is-not-a-computer-not-a-search-engine-and-not-a-ham-sandwich"&gt;Techcrunch&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/8IwKc1313e4" height="1" width="1"/&gt;</description>
			<author>arno.alvaana@gmail.com (Arno Zijlstra)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Tue, 06 Oct 2009 20:02:49 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/322-learn-what-a-web-browser-is-by-watching-a-1-minute-video.html</feedburner:origLink></item>
		<item>
			<title>Ning Community for Joomla Developers - All Together, As a Whole</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/FQ6ydhLX3S4/321-ning-community-for-joomla-developers-all-together-as-a-whole.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/321-ning-community-for-joomla-developers-all-together-as-a-whole.html</guid>
			<description>&lt;p&gt;&lt;img src="http://jfoobar.org/images/posts/ning.jpg" alt="Ning image of the Ning community for Joomla developers" class="rightimage" /&gt;Past week Amy Stephen opened a new social network where "those of us who develop using Joomla can come and share ideas, code snippets, ask questions, and collaborate on projects".&lt;/p&gt;

&lt;p&gt;If you develop Joomla Extensions or Templates, or if you create innovative Joomla web sites, you are welcome and encouraged to participate. You can share your blog post, start or respond to a discussion or find people who are willing to collaborate on a new innovative idea.&lt;/p&gt;

&lt;p&gt;You can join at &lt;a href="http://joomladevelopers.ning.com/" class="ext"&gt;joomladevelopers.ning.com&lt;/a&gt;. Feel free to invite others to join in.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/FQ6ydhLX3S4" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Tue, 06 Oct 2009 12:57:44 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/321-ning-community-for-joomla-developers-all-together-as-a-whole.html</feedburner:origLink></item>
		<item>
			<title>Continuous integation presentation</title>
			<link>http://feedproxy.google.com/~r/jfoobar/blog/~3/TY8g9OfaUJk/320-continuous-integation-presentation.html</link>
			<guid isPermaLink="false">http://jfoobar.org/blog/320-continuous-integation-presentation.html</guid>
			<description>&lt;p&gt;Yesterday I have gave a presentation at the Dutch &lt;a href="http://www.t-dose.org/" class="ext"&gt;T-Dose event&lt;/a&gt; at the &lt;strong&gt;University of Applied Science in Eindhoven&lt;/strong&gt; about continuous integration. I have uploaded my presentation to slideshare for those who are interested.&lt;/p&gt;

&lt;div style="width:425px;text-align:left" id="__ss_2120928"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/willebil/continuous-integration-in-php" title="Continuous Integration In Php"&gt;Continuous Integration In Php&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=20091004continuousintegrationinphp-091004072650-phpapp01&amp;stripped_title=continuous-integration-in-php" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=20091004continuousintegrationinphp-091004072650-phpapp01&amp;stripped_title=continuous-integration-in-php" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;documents&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/willebil"&gt;Wilco Jansen&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jfoobar/blog/~4/TY8g9OfaUJk" height="1" width="1"/&gt;</description>
			<author>jansen.wilco@gmail.com (Wilco Jansen)</author>
			<category>JFoobar Blogs</category>
			<pubDate>Mon, 05 Oct 2009 12:48:41 +0000</pubDate>
		<feedburner:origLink>http://jfoobar.org/blog/320-continuous-integation-presentation.html</feedburner:origLink></item>
	</channel>
</rss>
