<?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>Jeroen Smeets</title>
	<atom:link href="http://jeroensmeets.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeroensmeets.net</link>
	<description>Running for covers</description>
	<lastBuildDate>Wed, 20 Jan 2010 12:12:40 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New version of Last.fm records</title>
		<link>http://jeroensmeets.net/new-version-of-last-fm-records/</link>
		<comments>http://jeroensmeets.net/new-version-of-last-fm-records/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 09:53:45 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=154</guid>
		<description><![CDATA[I have released version 1.5.1 yesterday:
http://wordpress.org/extend/plugins/lastfm-records/
What has been done?
* complete rewrite, can be used under PHP4 again!
* most of the work is done in javascript, as the php code waited for a response from last.fm which slowed down your weblog
* support for wordpress 2.8/2.8.1, including the automatic updating
* you can set an auto refresh time [...]


Related posts:<ol><li><a href='http://jeroensmeets.net/version-14-of-lastfm-records-released/' rel='bookmark' title='Permanent Link: Version 1.4 of Last.Fm Records released'>Version 1.4 of Last.Fm Records released</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I have released version 1.5.1 yesterday:</p>
<p><a href="http://wordpress.org/extend/plugins/lastfm-records/">http://wordpress.org/extend/plugins/lastfm-records/</a></p>
<p><em>What has been done?</em></p>
<p>* complete rewrite, can be used under PHP4 again!<br />
* most of the work is done in javascript, as the php code waited for a response from last.fm which slowed down your weblog<br />
* support for wordpress 2.8/2.8.1, including the automatic updating<br />
* you can set an auto refresh time (in minutes), if you do, the code will go back to last.fm and update the cd covers dynamically in the webpage<br />
* you can specifiy your time offset from GMT<br />
* new stylesheet built, as a starting point for your own splendid work</p>
<p>* the javascript in the zip at the Wordpress Plugin Directory can be used without Wordpress, see</p>
<p><a href="http://jeroensmeets.net/projects/last.fm/">http://jeroensmeets.net/projects/last.fm/</a></p>
<p>for info and a how to.</p>
<p>There&#8217;s still some work to do, and some things have changed:</p>
<p>* the option to use</p>
<p>&lt;?php lastfmrecords_display(); ?&gt;</p>
<p>has been dropped. Please use the javascript call instead.</p>
<p>* the option to use</p>
<p>[&nbsp;lastfmrecords|overall|4]</p>
<p>in Wordpress pages &amp; posts isn&#8217;t working correctly at the moment. Haven&#8217;t decided yet what to do about this, have no support requests about this. Anyone using it?</p>
<p>* the offset setting seems broken. Will look into that for version 1.5.4<br />
* using other periods (last week, etc.) <del datetime="2009-07-17T16:10:12+00:00">will be back in</del> has been added to version 1.5.3</p>


<p>Related posts:<ol><li><a href='http://jeroensmeets.net/version-14-of-lastfm-records-released/' rel='bookmark' title='Permanent Link: Version 1.4 of Last.Fm Records released'>Version 1.4 of Last.Fm Records released</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/new-version-of-last-fm-records/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Een beetje van jezelf, en een beetje van jQuery</title>
		<link>http://jeroensmeets.net/een-beetje-van-mijzelf/</link>
		<comments>http://jeroensmeets.net/een-beetje-van-mijzelf/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 22:54:39 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=110</guid>
		<description><![CDATA[Ik was Yoursurvey aan het testen, een van onze online applicaties. Gebouwd om enquetes in elkaar te zetten en te versturen, en dat doet het prima. In dit geval was er iets mis op de laatste pagina van een enorme enquete &#8212; en ik moest het hele geval een aantal keer invullen om die laatste [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ik was Yoursurvey aan het testen, een van onze online applicaties. Gebouwd om enquetes in elkaar te zetten en te versturen, en dat doet het prima. In dit geval was er iets mis op de laatste pagina van een enorme enquete &#8212; en ik moest het hele geval een aantal keer invullen om die laatste pagina te testen. En dan begin je te fantaseren over een stukje magische javascript.</p>
<p>jQuery schoot te hulp: dit scriptje vult ieder HTML formulier of enquete in. Sleep deze link naar je bladwijzerbalk en klik erop als je een formulier wilt testen. Als altijd is de versie 1.0beta.</p>
<p><a style="margin: 20px; padding: 5px; text-decoration: none; border: 2px solid #888; background-color: #ddd;" href="javascript:void(z=document.body.appendChild(document.createElement('script')));void(z.language='javascript');void(z.type='text/javascript');void(z.src='http://jeroensmeets.net/js/fill-survey.php');">Vul formulier met dummy data</a></p>
<p>Bij een klik op de bladwijzer wordt het formulier met dummy data gevuld en scrollt de pagina helemaal naar beneden. Er wordt alleen (nog) niet op de &#8220;volgende pagina&#8221; knop geklikt.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/een-beetje-van-mijzelf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup Postfix to forward incoming email to PHP</title>
		<link>http://jeroensmeets.net/setup-postfix-to-forward-incoming-email-to-php/</link>
		<comments>http://jeroensmeets.net/setup-postfix-to-forward-incoming-email-to-php/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:40:20 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=93</guid>
		<description><![CDATA[>Setting this up took me a couple of minutes &#8212; finding the reason why it didn&#8217;t work a couple of hours. The question has hundreds of hits on Google, a simple answer hasn&#8217;t. Hope this helps someone somewhere you.
Create script to parse incoming mail
&#60;?php
  $data = file_get_contents("php://stdin");
?&#62;
Add a new email address to Postfix configuration
sudo vi /etc/aliases
and [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>>Setting this up took me a couple of minutes &#8212; finding the reason why it didn&#8217;t work a couple of hours. The question has hundreds of hits on Google, a simple answer hasn&#8217;t. Hope this helps <del datetime="2009-03-25T12:11:56+00:00">someone somewhere</del> you.</p>
<h3>Create script to parse incoming mail</h3>
<pre class="brush:php">&lt;?php
  $data = file_get_contents("php://stdin");
?&gt;</pre>
<h3>Add a new email address to Postfix configuration</h3>
<pre class="brush:bash">sudo vi /etc/aliases</pre>
<p>and add the following line (everything on one line)</p>
<pre class="brush:bash">email+to+redirect: "| php -q /home/user/full/path/to/your/new/script.php"</pre>
<p>Apply the changes to the aliases by running</p>
<pre class="brush:bash">newaliases</pre>
<p>To make sure Postfix will pick up the newly added alias soon. If you&#8217;re in a hurry, do a</p>
<pre class="brush:bash">/etc/init.d/postfix reload</pre>
<h3>Aaaaaah!</h3>
<p>One thing that took some time to figure out: my php script ran ok from the prompt, I had supplied it with test data and I saw all the expected data in my database. Yet, when I triggered the script by sending an email to the new address, Postfix bounced it right back at me, saying</p>
<pre class="brush:bash">The e-mail system was unable to deliver the message, but did not report a specific reason. Check the address and try again. If it still fails, contact your system administrator.

< xxx.yyy #5.0.0 X-Postfix; Command died with status 255: " php -q /home/user/full/path/to/your/new/script.php"&gt;</pre>
<p>In the end, the reason for this error is simple. It is Postfix telling me PHP stopped executing the script as it found an error. In my case, the error occured when the script ran as user Nobody. When tested from the prompt, I didn't get the error, as the user had sufficient rights.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/setup-postfix-to-forward-incoming-email-to-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open letter to my (ex-) hosting company</title>
		<link>http://jeroensmeets.net/open-letter-to-my-ex-hosting-company/</link>
		<comments>http://jeroensmeets.net/open-letter-to-my-ex-hosting-company/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 10:56:54 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=86</guid>
		<description><![CDATA[This is to let you know I have struggled for hours to resolve an issue with several of my domains &#8212; malicious code added to pages to do damage to me and/or my visitors.
After finding the script that caused all my stress, and several ftp accounts on my account that I didn&#8217;t create, I find [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is to let you know I have struggled for hours to resolve an issue with several of my domains &#8212; malicious code added to pages to do damage to me and/or my visitors.</p>
<p>After finding the script that caused all my stress, and several ftp accounts on my account that I didn&#8217;t create, I find out on several forums that this is something specific to Servage and its lack of security.</p>
<p>I find it unbelievable that you haven&#8217;t notified your clients, or at least ran a script on all your servers to see who got infected.</p>
<p>&lt;postscript&gt;after cleaning up and re-chmodding the whole tree before Christmas, this thing repeated itself just after the holidays. Apologies to those who ran into the silly javascript. I have moved to a new hosting account and switched to VPS.&lt;/postscript&gt;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/open-letter-to-my-ex-hosting-company/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Just like starting over</title>
		<link>http://jeroensmeets.net/just-like-starting-over/</link>
		<comments>http://jeroensmeets.net/just-like-starting-over/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 21:02:01 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=85</guid>
		<description><![CDATA[Over the years, I have started a couple of last.fm projects. All have one thing in common: they provide a way to display covers on your site, and do it more elegantly than the standard last.fm widget. One of the things that really bugged me about my projects was the different pieces of code I [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Over the years, I have started a couple of last.fm projects. All have one thing in common: they provide a way to display covers on your site, and do it more elegantly than the standard last.fm widget. One of the things that really bugged me about my projects was the different pieces of code I maintain; and how difficult it becomes to support all these variants.</p>
<p>As we&#8217;re approaching the new year, here is my resolution: one codebase for all, starting today with a basic object that can be used as-is, or with some additional programming, for platforms as Wordpress and Drupal.  This also means that my Wordpress plugins will be built on this code once it gets out of beta (hey, even Chrome did!).</p>
<p>In case you&#8217;re wondering: yes, the covers on the top right of this page are there thanks to this new code. And no, it&#8217;s not a Wordpress plugin or widget yet, I wrote it directly in themes/sidebar.php</p>
<p>I&#8217;m releasing this code under GPL, so it is available to use in your own projects. If you do, I ask you to</p>
<ol>
<li>keep my info in the javascript file</li>
<li>change the last.fm API key</li>
<li>let me know where you are going with it</li>
</ol>
<p>Once installed, the javascript hands you one object you can configure and run, like this:</p>
<pre>jQuery(document).ready( function() {

  // last.fm username
  lastFmRecords.setUser('hondjevandirkie');
  // id of the div element where script can add covers
  lastFmRecords.setPlaceholder('lastfmrecords');
  // image to show while loading images or when image not found
  lastFmRecords.setDefaultThumb('./lastfm_logo.jpg');
  // TODO: value is ignored at the moment
  lastFmRecords.setPeriod('smart');
  // TODO: value is ignored at the moment
  lastFmRecords.setStyle('lightbox');
  // number of covers, at the moment max. 50
  lastFmRecords.setCount(20);
  // refresh interval (get fresh data from last.fm)
  lastFmRecords.setRefreshMinutes(1);
  // GMT offset
  lastFmRecords.setTimeOffset(1);
  // log to console
  lastFmRecords.debug();

  // run
  lastFmRecords.init();
});</pre>
<p>Most options come from my earlier projects; the refresh is new. And best of all, I found out how to get JSON from last.fm. This means jQuery can make the requests, so all requests now go directly from the browser to last.fm, without a data provider in PHP on your own server.</p>
<p>So what do you need to get this running?</p>
<ul>
<li>include jQuery</li>
<li>include last.fm.records.js<br />
(see download link below)</li>
<li>a last.fm username (you&#8217;re free to use mine when you like Randy Newman)</li>
<li>a div on the page where the script can put the HTML in<br />
(default: &lt;div id=&#8221;lastfmrecords&#8221; /&gt;)</li>
</ul>
<p>
<strike>You can download the beta of Last.Fm Records 3.1 here.</strike><br />
UPDATE: see <a href="http://jeroensmeets.net/lastfmrecords/">this page</a> for the javascript file. It&#8217;s in the Wordpress package, but can be used alone.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/just-like-starting-over/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Geode</title>
		<link>http://jeroensmeets.net/geode/</link>
		<comments>http://jeroensmeets.net/geode/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:38:07 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=81</guid>
		<description><![CDATA[Mozilla is working on location awareness in browsers connected through a wireless network. For Firefox 3 a plugin was released, and it was suggested it will be in the core of Firefox 3.1. It seems silly to let your browser determine where your laptop is &#8212; as a co-worker put it, it&#8217;s at work or [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Mozilla is working on location awareness in browsers connected through a wireless network. For Firefox 3 a <a href="http://labs.mozilla.com/2008/10/introducing-geode/">plugin</a> was released, and it was suggested it will be in the core of Firefox 3.1. It seems silly to let your browser determine where your laptop is &#8212; as a co-worker put it, it&#8217;s at work or on his lap at home. And I can see the <a href="http://labs.mozilla.com/2008/10/introducing-geode/#comment-37752">problem</a> some people have with putting these extras in the core of a browser, especially when privacy is concerned.</p>
<p>Surely this won&#8217;t have the same use it has on mobile devices. But it finally makes the NSFW warnings superfluous.</p>
<p>Anyway, I enjoyed myself writing <a href="http://jeroensmeets.net/geo/">a demo</a> showing wiki articles on places in your neighborhood.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/geode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mazeQuery</title>
		<link>http://jeroensmeets.net/maze/</link>
		<comments>http://jeroensmeets.net/maze/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 22:41:15 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=66</guid>
		<description><![CDATA[On &#8220;Signals vs. Noise&#8221; at 37signals a challenge was published &#8212; first person to solve the (image of the) maze gets a $50 dollar discount. The first (funny) comment was &#8220;I think there’s a jQuery plugin for that.&#8221; and this triggered something in me: I had to solve this in a browser. 
The solution I built [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en--><a class="highslide" onclick="return hs.expand(this)" href="http://jeroensmeets.net/wp-content/uploads/2008/10/37s-maze-big.png"><img style="float: left; margin-right: 8px;" title="big maze" src="http://jeroensmeets.net/wp-content/uploads/2008/10/37s-maze-big-180x180.png" alt="" width="180" height="180" /></a>On &#8220;Signals vs. Noise&#8221; at 37signals <a href="http://www.37signals.com/svn/posts/1243-37maze-first-to-solve-it-saves-50">a challenge was published</a> &#8212; first person to solve the (image of the) maze gets a $50 dollar discount. The first (funny) comment was &#8220;<em>I think there’s a jQuery plugin for that.&#8221; <span style="font-style: normal;">and this triggered something in me: I had to solve this in a browser. </span></em></p>
<p><em><span style="font-style: normal;">The solution I built is solved in one browser for now, Firefox. The javascript copies the image to a canvas element and paints the solution on the canvas. Proudly I present: <a href="http://jeroensmeets.net/mazequery/">mazeQuery</a>.</span></em></p>
<p><em><span style="font-style: normal;">UPDATE (2009/05/23): it works in Chrome 2.0 on Windows.</span></em><!--:--><!--:nl--><a class="highslide" onclick="return hs.expand(this)" href="http://jeroensmeets.net/wp-content/uploads/2008/10/37s-maze-big.png"><img style="float: left; margin-right: 8px;" title="big maze" src="http://jeroensmeets.net/wp-content/uploads/2008/10/37s-maze-big-180x180.png" alt="" width="180" height="180" /></a>Op het &#8220;Signals vs. Noise&#8221; weblog van 37signals stond <a href="http://www.37signals.com/svn/posts/1243-37maze-first-to-solve-it-saves-50">een uitdaging</a> &#8212; de eerste die een (plaatje van een) doolhof oplost krijgt een korting van $50 dollar. De eerste (grappige) reactie was vrij vertaald &#8220;<em>Daar is geloof ik een jQuery plugin voor.&#8221; <span style="font-style: normal;"> en dat maakte iets in me los: dit wilde ik in een browser oplossen. </span></em></p>
<p><em><span style="font-style: normal;">Mijn doolhofoplosser werkt op dit moment in 1 browser: Firefox. De javascript kopieert het plaatje naar een canvas element en tekent de oplossing op de canvas. Trots presenteer ik: <a href="http://jeroensmeets.net/mazequery/">mazeQuery</a>.</span></em></p>
<p><em><span style="font-style: normal;">UPDATE (23 mei 2009): het werkt nu ook in Chrome 2.0 op Windows.</span></em><!--:--></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/maze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Loop alert</title>
		<link>http://jeroensmeets.net/loop-alert/</link>
		<comments>http://jeroensmeets.net/loop-alert/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 20:40:52 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=63</guid>
		<description><![CDATA[My stats software Woopra tells me Safari is now the browser for 10.6% of my visitors; it was 0.9% last week. As both Safari and Chrome are based on Webkit, it seems Woopra doesn&#8217;t report on Chrome yet.
This evening I was frustrated with an array in jQuery and as I was working in Chrome, I [...]


Related posts:<ol><li><a href='http://jeroensmeets.net/programming-brain-teaser/' rel='bookmark' title='Permanent Link: Programming Brain Teaser'>Programming Brain Teaser</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>My stats software <a href="http://woopra.com">Woopra</a> tells me Safari is now the browser for 10.6% of my visitors; it was 0.9% last week. As both Safari and Chrome are based on Webkit, it seems Woopra doesn&#8217;t report on <a href="http://www.google.com/chrome">Chrome</a> yet.</p>
<p>This evening I was frustrated with an array in jQuery and as I was working in Chrome, I couldn&#8217;t use Firebug. So I tried to debug the old fashioned way: by displaying an alert in the each() loop. On the second alert box, Chrome added a checkbox: &#8216;Prevent this page from creating additional dialogs&#8217;. Really helpful.</p>


<p>Related posts:<ol><li><a href='http://jeroensmeets.net/programming-brain-teaser/' rel='bookmark' title='Permanent Link: Programming Brain Teaser'>Programming Brain Teaser</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/loop-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome</title>
		<link>http://jeroensmeets.net/chrome/</link>
		<comments>http://jeroensmeets.net/chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 20:17:19 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=60</guid>
		<description><![CDATA[Just got home, downloaded Chrome and made sure my (heavy on the javascript) plugin Run For Cover works ok. It does. That&#8217;s egocentric browsertesting for ya.
It&#8217;s nice to have a couple of tabs open without the airconditioning going into overdrive. Let&#8217;s explore.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Just got home, downloaded <a href="http://google.com/chrome">Chrome</a> and made sure my (heavy on the javascript) plugin <a href="http://wordpress.org/extend/plugins/run-for-cover/">Run For Cover</a> works ok. It does. That&#8217;s egocentric browsertesting for ya.</p>
<p>It&#8217;s nice to have a couple of tabs open without the airconditioning going into overdrive. Let&#8217;s explore.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run for cover 2.0.1</title>
		<link>http://jeroensmeets.net/run-for-cover-201/</link>
		<comments>http://jeroensmeets.net/run-for-cover-201/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 21:09:51 +0000</pubDate>
		<dc:creator>jeroensmeets</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://jeroensmeets.net/?p=55</guid>
		<description><![CDATA[Back from my holiday in Germany (very nice, thank you). I&#8217;ve updated Run for cover to version 2.0.1 2.0.2 2.0.3, slightly less in beta now. It&#8217;s running in the sidebar. Changes made:

make it work in IE
option to show album title and artist next to image
option to use it with lightbox plugin (not included)

I&#8217;ll be answering [...]


Related posts:<ol><li><a href='http://jeroensmeets.net/run-for-cover-20/' rel='bookmark' title='Permanent Link: Run for cover 2.0'>Run for cover 2.0</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Back from my holiday in Germany (very nice, thank you). I&#8217;ve updated Run for cover to version <span style="text-decoration: line-through;">2.0.1</span> <span style="text-decoration: line-through;">2.0.2</span> 2.0.3, slightly less in beta now. It&#8217;s running in the sidebar. Changes made:</p>
<ul>
<li>make it work in IE</li>
<li>option to show album title and artist next to image</li>
<li>option to use it with lightbox plugin (not included)</li>
</ul>
<p>I&#8217;ll be answering some of the questions in the comments later, but now it&#8217;s Sunday evening and I&#8217;m off to bed to have a good night of sleep before my first day at work tomorrow.</p>


<p>Related posts:<ol><li><a href='http://jeroensmeets.net/run-for-cover-20/' rel='bookmark' title='Permanent Link: Run for cover 2.0'>Run for cover 2.0</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jeroensmeets.net/run-for-cover-201/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
