<?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>Burobjorn.nl &#124; digitaal vakmanschap // digital craftsmanship &#187; wordpress</title>
	<atom:link href="http://www.burobjorn.nl/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burobjorn.nl</link>
	<description>Burobjorn houdt zich bezig met open source software en online media. Van advies tot concept. Van prototype tot implementatie.</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Test mail during PHP development without a mailserver</title>
		<link>http://www.burobjorn.nl/blog/2011/11/21/test-mail-during-php-development-without-a-mailserver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-mail-during-php-development-without-a-mailserver</link>
		<comments>http://www.burobjorn.nl/blog/2011/11/21/test-mail-during-php-development-without-a-mailserver/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 16:56:27 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=1095</guid>
		<description><![CDATA[During development I usually don&#8217;t want to send out email to recipients. I just want to make sure it will get sent, but I don&#8217;t care about it reaching it&#8217;s destiny (yet). Basically testing that my code does indeed send out mails when I ask it to do so After searching for some time I&#8217;ve [...]<br /><a href="http://www.burobjorn.nl/blog/2011/11/21/test-mail-during-php-development-without-a-mailserver/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>During development I usually don&#8217;t want to send out email to recipients. I just want to make sure it will get sent, but I don&#8217;t care about it reaching it&#8217;s destiny (yet). Basically testing that my code does indeed send out mails when I ask it to do so <img src='http://www.burobjorn.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
After searching for some time I&#8217;ve found <a href="http://seancoates.com/blogs/mail-replacement----a-better-hack" title="send email during development hack">a brilliant little one-liner written by Sean Coates some time ago</a>. It&#8217;s a quick and dirty hack, but it works brilliantly for my purposes. </p>
<p>I&#8217;ve elaborated a bit more on <a href="http://seancoates.com/blogs/mail-replacement----a-better-hack" title="send email during development hack">Sean&#8217;s piece</a> mainly on the installation, so even if you&#8217;re not that experienced you should be able to follow along. Also read Sean&#8217;s article as it contains a more sophisticated solution as well!</p>
<p><strong><br />
Preamble</strong><br />
I use Linux on my development machines, but I suppose it should work with any Unixish type of OS, such as OS X or *BSD. Probably doesn&#8217;t work on Windows (leave a comment for a Windows based solution).    </p>
<ol>
<li>Ok, first put the following line in a file called &#8216;logmail&#8217; (without the quotes!):<br />
<code>cat >> /tmp/test-emails-sent.log</code></li>
<li>Save the file somewhere you can find it back <img src='http://www.burobjorn.nl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  In my case, like Sean, I&#8217;ve used <code>/usr/local/bin</code> as the directory for this file.
</li>
<li>Then make sure it has execute rights. You may set it by typing in: <code>chmod +x /usr/local/bin/logmail</code></li>
<li>Finally if you use PHP you need to change the sendmail_path variable in your php.ini. In my case (I&#8217;m using Ubuntu 11.04 and 11.10) I&#8217;ve added a file called mail.ini to the <code>/etc/php5/conf.d</code> directory with the following line:<br />
<code>sendmail_path=/usr/local/bin/logmail</code>  </li>
<li>Restart Apache by typing <code>sudo service apache2 restart</code></li>
<li>Test your application&#8217;s mail sending capabilities by looking at the test-emails-sent.log in your /tmp directory</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2011/11/21/test-mail-during-php-development-without-a-mailserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep track of configuration settings during development with multiple developers and WordPress Multisite</title>
		<link>http://www.burobjorn.nl/blog/2011/06/22/keep-track-of-configuration-settings-during-development-with-multiple-developers-and-wordpress-multisite/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=keep-track-of-configuration-settings-during-development-with-multiple-developers-and-wordpress-multisite</link>
		<comments>http://www.burobjorn.nl/blog/2011/06/22/keep-track-of-configuration-settings-during-development-with-multiple-developers-and-wordpress-multisite/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 14:04:19 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=1036</guid>
		<description><![CDATA[In this post I&#8217;ve written down my methods to make deployment and changing locations of WordPress Multisite installations easier by adhering to certain assumptions Deploying WordPress from a local machine to another location such as a testserver is annoying, because there is no easy way to export and import settings (although menu&#8217;s and other content [...]<br /><a href="http://www.burobjorn.nl/blog/2011/06/22/keep-track-of-configuration-settings-during-development-with-multiple-developers-and-wordpress-multisite/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>In this post I&#8217;ve written down my methods to make deployment and changing locations of <a href="http://codex.wordpress.org/Create_A_Network">WordPress Multisite</a> installations easier by adhering to certain assumptions</p>
<p>Deploying WordPress from a local machine to another location such as a testserver is annoying, because there is no easy way to export and import settings (although menu&#8217;s and other content can be exported and imported!). WordPress saves configuration options in the database and often these settings are part of serialized arrays (see <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Serialization">Serialization</a>) . Making it hard to change these by hand or using a deployment script. Imagine working with multiple developers, several plugins and it becomes a real pain in the ass to keep track of configuration changes.<br />
<span id="more-1036"></span><br />
Some problems are more or less solved for the single WordPress install: moving a single WordPress installation is a lot easier than a WordPress Multisite installation. Using <a href="http://codex.wordpress.org/Editing_wp-config.php">certain constants in the wp-config.php file</a>, such as WP_SITEURL or RELOCATE, you may alter the domain name used to access the WordPress installation. Et voila the installation has been moved!</p>
<p>Keep in mind though, all other settings have not been automagically altered. So you still need to change these, but at least for a single WordPress install there are some constants to help you out. Such constants are, as far as I know, not available in a WordPress Multisite installation and we still have the issues with all the other settings which need to be changed. Basically WordPress at the moment lacks a good approach for dealing with multiple installations and sharing settings.</p>
<p>Therefor my current approach towards development with multiple developers on WordPress Multisite uses database dumps and a simple search-replace. This is a bit &#8216;hackish&#8217; and certainly not a magic silver bullet, but it at least makes developing with multiple developers a bit easier.</p>
<p><strong>Assumptions</strong></p>
<ul>
<li>The WordPress Multisite installation uses subdirectories for the seperate sites.</li>
<li>There are at least two WordPress Multisite installations. One locally on the developer&#8217;s machine and one on a common test server. Both use a domain name and extension, which has the exact amount of characters regardless of it being locally installed or on a test server.</li>
</ul>
<p>For instance I&#8217;ve started to use the following scheme:</p>
<ul>
<li>http://domain.mine for my local test installation on my laptop</li>
<li>http://domain.test for a test server which we use with multiple developers</li>
</ul>
<p>It doesn&#8217;t matter what the domain names and extensions are as long as you are using the exact same amount of characters for both. This &#8216;fixes&#8217; the issue with settings being tied to a domain name in a serialized array. Due to the nature of serialized arrays, changes in the length or type of the new value will affect the serialized array. By keeping the amount of characters used in the domain name and extension exactly the same we prevent any issues with the length or type. Now I can dump the test server&#8217;s database, search &#8216;domain.test&#8217;, replace it with &#8216;domain.mine&#8217; and use this on my local machine. </p>
<p>For the search and replace I use <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Sed">sed</a>, a nice little Unix commandline tool which makes it very easy to do search-and-replaces. Check out <a href="http://www.grymoire.com/Unix/Sed.html">this great tutorial on sed by Bruce Barnett</a>, even if you have used sed before. This is the one-liner I use: </p>
<p><code>sed 's/bnn.test/bnn.mine/g' < database-dump-original.sql > database-dump-renamed.sql</code></p>
<p><em>Note:</em> this implies the test server is the leading example for all installations, so be careful with the test server and make regular dumps (I try to do this with every configuration change). </p>
<p>Although this approach does not solve deployment on a production or live server, keeping track of configuration changes during development is made a bit easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2011/06/22/keep-track-of-configuration-settings-during-development-with-multiple-developers-and-wordpress-multisite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Meetup Amersfoort</title>
		<link>http://www.burobjorn.nl/blog/2011/05/12/wordpress-meetup-amersfoort/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-meetup-amersfoort</link>
		<comments>http://www.burobjorn.nl/blog/2011/05/12/wordpress-meetup-amersfoort/#comments</comments>
		<pubDate>Thu, 12 May 2011 11:04:56 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=957</guid>
		<description><![CDATA[Afgelopen dinsdag was er weer een WordPress Meetup. Deze keer in het pittoreske Amersfoort. De opkomst was met ruim 70 mensen veel groter dan het jaar daarvoor. De nog immer toenemende populariteit van WordPress zal hier vast aan bij hebben gedragen. Er waren een aantal (veelal) korte presentaties die vanuit diverse invalshoeken WordPress belichten. Wat [...]<br /><a href="http://www.burobjorn.nl/blog/2011/05/12/wordpress-meetup-amersfoort/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Afgelopen dinsdag was er weer een <a href="http://wordcampnl.org/meetups/2011/03/24/wordpress-meetup-amersfoort-dinsdag-10-mei/">WordPress Meetup</a>. Deze keer in het pittoreske Amersfoort. De opkomst was met ruim 70 mensen veel groter dan het jaar daarvoor. De nog <a href="http://www.google.com/trends?q=WordPress&amp;ctab=0&amp;geo=all&amp;geor=all&amp;date=all&amp;sort=0">immer toenemende populariteit van WordPress</a> zal hier vast aan bij hebben gedragen.</p>
<p>Er waren een aantal (veelal) korte presentaties die vanuit diverse invalshoeken WordPress belichten. Wat mij opviel was de verscheidenheid aan mensen die er aanwezig waren en met WordPress bezig zijn. Van hardcore (web)ontwikkelaars zoals ondergetekende en (web)ontwerpers tot vertalers en geïnteresseerden die hun eerste stapjes met WordPress nog moesten nemen.</p>
<p>Persoonlijk vond ik het erg leuk om te horen dat er meer mensen zijn die WordPress inmiddels inzetten voor grotere projecten, zoals ik dat inmiddels ook al voor een <a title="Portfolio" href="http://www.burobjorn.nl/portfolio/">aantal projecten</a> heb gedaan. Mooi voorbeeld deze avond was de website van <a href="http://slagharen.com/">Attractiepark Slagharen</a> die in samenwerking met <a href="http://orangevalley.nl/">Orangevalley</a> was ontwikkeld. <a href="http://www.milanvanbruggen.nl/">Milan van Bruggen</a> gaf ook nog een goede promotie presentatie  voor zijn online webdesign magazine <a href="http://heeftstijl.nl">Heeftstijl.nl</a> Daarnaast kreeg ik ook nog de kans om het intranet project wat ik samen met Roy Tanck (<a href="http://this-play.nl">this.play</a>) voor de <a href="http://www.vara.nl">VARA</a> heb gedaan te mogen delen met de aanwezigen. Dank nog voor de leuke reacties hierop!</p>
<p>Al met al weer veel leuke mensen leren kennen en gezellig met oude bekenden kunnen bijpraten. Hieronder nog een korte sfeerimpressie door <a href="http://kar.im/2011/05/11/wordpress-meetup-amersfoort-video/">Karim Osman</a></p>
<p><embed type="application/x-shockwave-flash" width="610" height="390" src="http://s0.videopress.com/player.swf?v=1.02" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=xB0rIrJv"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2011/05/12/wordpress-meetup-amersfoort/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Presentation of bbAggregate at WordCamp NL</title>
		<link>http://www.burobjorn.nl/blog/2010/11/08/presentation-of-bbaggregate-at-wordcamp-nl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=presentation-of-bbaggregate-at-wordcamp-nl</link>
		<comments>http://www.burobjorn.nl/blog/2010/11/08/presentation-of-bbaggregate-at-wordcamp-nl/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 10:33:51 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=766</guid>
		<description><![CDATA[Yesterday I gave a presentation at (soldout!) WordCamp NL on my plugin bbAggregate. It was fun and I got some nice feedback on how to make this plugin even better. Download the presentation as pdf. Oh and Roy Tanck (plugin author of WP-Cumulus) has posted a nice explanation of what bbAggregate is and why he [...]<br /><a href="http://www.burobjorn.nl/blog/2010/11/08/presentation-of-bbaggregate-at-wordcamp-nl/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I gave a presentation at (soldout!) WordCamp NL on my plugin bbAggregate. It was fun and I got some nice feedback on how to make this plugin even better. <a href='http://www.burobjorn.nl/blog/wp-content/uploads/2010/11/20101106-WordCampNL-Utrecht.pdf'>Download the presentation as pdf.</a></p>
<p>Oh and <a href="http://www.roytanck.com">Roy Tanck</a> (plugin author of <a href="http://wordpress.org/extend/plugins/wp-cumulus/">WP-Cumulus</a>) has posted a nice explanation of what bbAggregate is and why he likes it sometime ago. <a href="http://www.roytanck.com/2010/09/30/bbaggregate-lets-you-mix-and-match-wordpress-content/">Check it out</a>!  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/11/08/presentation-of-bbaggregate-at-wordcamp-nl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Presentatie: Een subjectieve kijk op WordPress plugins</title>
		<link>http://www.burobjorn.nl/blog/2010/09/16/presentatie-een-subjectieve-kijk-op-wordpress-plugins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=presentatie-een-subjectieve-kijk-op-wordpress-plugins</link>
		<comments>http://www.burobjorn.nl/blog/2010/09/16/presentatie-een-subjectieve-kijk-op-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 22:56:07 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=759</guid>
		<description><![CDATA[Afgelopen avond heb ik een presentatie gegeven op de WordPress Meetup in de Fabriek te Deventer over WordPress plugins. Het is een korte introductie in wat een WordPress plugin een plugin maakt en hoe je met behulp van deze basiskennis een doordachte(r) keuze kan maken over welke plugin te gaan gebruiken of niet. Het is [...]<br /><a href="http://www.burobjorn.nl/blog/2010/09/16/presentatie-een-subjectieve-kijk-op-wordpress-plugins/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Afgelopen avond heb ik een presentatie gegeven op de <a href="http://wordcampnl.org/meetup/">WordPress Meetup</a> in <a href="http://www.fabriekdeventer.nl/index.php?menu=762">de Fabriek</a> te Deventer over WordPress plugins. Het is een korte introductie in wat een WordPress plugin een plugin maakt en hoe je met behulp van deze basiskennis een doordachte(r) keuze kan maken over welke plugin te gaan gebruiken of niet. Het is met name gericht op beginnende WordPress gebruikers die meer willen weten over WordPress plugins. <strong>Update:</strong> <a href="http://wordcampnl.org/blog/2010/09/16/wordpress-meetup-deventer-groot-succes/">Lees hier het verslag van de avond op WordCamp.nl</a></p>
<p><a href='http://www.burobjorn.nl/blog/wp-content/uploads/2010/09/20100915-WordPress-Meetup-Deventer.zip'>Download de presentatie inclusief voorbeeld plugin als een zipbestand</a></p>
<p>ps: Op 6 november zal ik ook een <a href="http://wordcampnl.org/blog/2010/09/14/spreker-op-wordcamp-bjorn-wijers/">presentatie</a> geven op WordCamp Nederland te Utrecht. Voor meer info zie de <a href="http://wordcampnl.org/">WordCamp site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/09/16/presentatie-een-subjectieve-kijk-op-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nederlandse vertaling voor Limit Login Attempts WordPress plugin</title>
		<link>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin</link>
		<comments>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:12:38 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[NL]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=718</guid>
		<description><![CDATA[Ik heb voor de WordPress plugin Limit Login Attempts &#8211; ontwikkeld door Johan Eenfeldt &#8211; een Nederlandse vertaling gemaakt. Het is gebaseerd op versie 1.4.1 van de plugin. Schroom niet om contact op te nemen voor wijzigingen of op- en/of aanmerkingen op de Nederlandse vertaling. De vertaling is hier (update 2011/02/11: In de oude zip [...]<br /><a href="http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Ik heb voor de <a href="http://wordpress.org/">WordPress</a> plugin <a href="http://wordpress.org/extend/plugins/limit-login-attempts/">Limit Login Attempts</a> &#8211; ontwikkeld door <a href="http://devel.kostdoktorn.se/limit-login-attempts">Johan Eenfeldt</a> &#8211; een Nederlandse vertaling gemaakt. Het is gebaseerd op versie 1.4.1 van de plugin. Schroom niet om contact op te nemen voor wijzigingen of op- en/of aanmerkingen op de Nederlandse vertaling.</p>
<p>De vertaling is <a href="http://www.burobjorn.nl/blog/wp-content/uploads/2010/03/limit-login-attempts-dutch-translation.zip">hier</a> (<strong>update 2011/02/11</strong>: In de oude zip miste het *.po bestand) te downloaden.</p>
<p><strong>Installatie: </strong></p>
<ol>
<li>Gedownload zip bestand uitpakken.</li>
<li>Bestanden in Limit Login Attempts directory plaatsen</li>
<li>WordPress op Nederlands als taal instellen</li>
</ol>
<p>ps: Ik heb Johan inmiddels ook <a href="http://devel.kostdoktorn.se/limit-login-attempts/comment-page-1#comment-52">op de hoogte gesteld van de Nederlandse vertaling</a> en ik hoop dat de vertaling zo spoedig mogelijk toegevoegd wordt aan de plugin zelf zodat je deze vertaling niet meer extra hoeft te downloaden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/03/19/nederlandse-vertaling-voor-limit-login-attempts-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nieuwe site NOiV gelanceerd!</title>
		<link>http://www.burobjorn.nl/blog/2010/01/12/nieuw-site-noiv-gelanceerd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nieuw-site-noiv-gelanceerd</link>
		<comments>http://www.burobjorn.nl/blog/2010/01/12/nieuw-site-noiv-gelanceerd/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:14:24 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[client]]></category>
		<category><![CDATA[NL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=702</guid>
		<description><![CDATA[De nieuwe website voor Nederland Open in Verbinding (NOiV) staat live. Tezamen met het Utrechtse bedrijf Eend heeft Burobjorn de website van NOiV op basis van WordPress Mu ontwikkeld. Hierbij was Burobjorn verantwoordelijk voor het opzetten van WordPress Mu inclusief de structuur, het ontwikkelen van op maat-gemaakte functionaliteiten zoals een filter systeem en het omzetten [...]<br /><a href="http://www.burobjorn.nl/blog/2010/01/12/nieuw-site-noiv-gelanceerd/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://noiv.nl"><img class="aligncenter size-medium wp-image-703" title="NOiv website" src="http://www.burobjorn.nl/blog/wp-content/uploads/2010/01/noiv-1-300x261.png" alt="NOiv website" width="300" height="261" /></a><br />
De nieuwe website voor <a href="http://noiv.nl">Nederland Open in Verbinding (NOiV)</a> staat live. Tezamen met het Utrechtse bedrijf <a href="http://eend.nl">Eend</a> heeft Burobjorn de website van NOiV op basis van <a href="http://mu.wordpress.org">WordPress Mu</a> ontwikkeld. Hierbij was Burobjorn verantwoordelijk voor het opzetten van WordPress Mu inclusief de structuur, het ontwikkelen van op maat-gemaakte functionaliteiten zoals een filter systeem en het omzetten van de door Eend aangeleverde HTML en CSS (conform de <a href="http://www.webrichtlijnen.nl/">Webrichtlijnen</a>) tot WordPress templates. Het ontwerp van de site is door <a href="http://www.maaikedelaat.nl/">Maaike de Laat</a> ontworpen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/01/12/nieuw-site-noiv-gelanceerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most stupid function in WordPress?</title>
		<link>http://www.burobjorn.nl/blog/2010/01/12/most-stupid-function-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=most-stupid-function-in-wordpress</link>
		<comments>http://www.burobjorn.nl/blog/2010/01/12/most-stupid-function-in-wordpress/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 12:59:14 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=699</guid>
		<description><![CDATA[[...]Will only output the date if the current post&#8217;s date is different from the previous one output. Source: the_date() function in the WordPress source code. WTF! Why on earth is this function only returning a date when the post date differs from the previous one and does nothing if the two are equal. I don&#8217;t [...]<br /><a href="http://www.burobjorn.nl/blog/2010/01/12/most-stupid-function-in-wordpress/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>[...]Will only output the date if the current post&#8217;s date is different from the<br />
previous one output.</p></blockquote>
<p>Source: <a href="http://core.svn.wordpress.org/trunk/wp-includes/general-template.php">the_date() function in the WordPress source code</a>.</p>
<p>WTF! Why on earth is this function only returning a date when the post date differs from the previous one and does nothing if the two are equal. I don&#8217;t get this. I guess I&#8217;m going to supply a bugreport and a patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/01/12/most-stupid-function-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nieuwe site Bits of Freedom gelanceerd!</title>
		<link>http://www.burobjorn.nl/blog/2009/12/09/nieuwe-site-bits-of-freedom-gelanceerd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nieuwe-site-bits-of-freedom-gelanceerd</link>
		<comments>http://www.burobjorn.nl/blog/2009/12/09/nieuwe-site-bits-of-freedom-gelanceerd/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:36:39 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=694</guid>
		<description><![CDATA[De nieuwe site van Bits of Freedom is gelanceerd! UncInc is verantwoordelijk voor de frisse huisstijl, Burobjorn ism Erik Borra voor de techniek en XS4ALL voor de hosting. De nieuwe site draait uiteraard op het zeer gebruiksvriendelijke WordPress.]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.bof.nl"><img src="http://www.burobjorn.nl/blog/wp-content/uploads/2009/12/bof-300x85.png" alt="bof" title="bof" width="300" height="85" class="aligncenter size-medium wp-image-695" /></a><br />
De nieuwe site van Bits of Freedom is gelanceerd!<br />
<a href="http://www.uncinc.nl">UncInc</a> is verantwoordelijk voor de frisse huisstijl, Burobjorn ism <a href="http://erikborra.net/">Erik Borra</a> voor de techniek en XS4ALL voor de hosting. De nieuwe site draait uiteraard op het zeer gebruiksvriendelijke WordPress. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/12/09/nieuwe-site-bits-of-freedom-gelanceerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Released WordPress plugin bbRedirector</title>
		<link>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=released-wordpress-plugin-bbredirector</link>
		<comments>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:59:54 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[open-source]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=665</guid>
		<description><![CDATA[I&#8217;ve just released another WordPress plugin. This one is called bbRedirector: bbRedirector makes it easy to redirect a page to another location using absolute urls from within WordPress. No mod_rewrite nor .htaccess is needed. You just create a page, add a specific customfield and choose the redirect template included with this plugin. It even allows [...]<br /><a href="http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/">Lees verder &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released another <a href="http://wordpress.org">WordPress</a> plugin. This one is called bbRedirector:</p>
<blockquote><p>bbRedirector makes it easy to redirect a page to another location using absolute urls from within WordPress.  No mod_rewrite nor .htaccess is needed. You just create a page, add a specific customfield and choose the redirect template included with this plugin. It even allows you to set the required http status code (302 or 301). You can also set a default sitewide redirection or setup your own custom redirection.</p>
<p>The included templates should give you an easy start using this plugin.</p></blockquote>
<p>Download the plugin from <a href="http://wordpress.org/extend/plugins/bbredirector/">http://wordpress.org/extend/plugins/bbredirector/<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/11/24/released-wordpress-plugin-bbredirector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

