<?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>hondje van Dirkie &#187; Widgets</title>
	<atom:link href="http://dirkie.nu/category/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://dirkie.nu</link>
	<description>gesprokkeld en jut.</description>
	<lastBuildDate>Fri, 09 Dec 2011 09:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title></title>
		<link>http://dirkie.nu/hoes-het-bij-jou/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hoes-het-bij-jou</link>
		<comments>http://dirkie.nu/hoes-het-bij-jou/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 12:01:46 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Naar binnen gekeerd]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dirkie.nu/2006/11/25/hoes-het-bij-jou/</guid>
		<description><![CDATA[Rechts in de balk (lees je dit over 4 maanden in het archief dan is het vast weer anders) staat de bijna affe, nieuwe versie 1.4 van mijn cd hoesjes systeem: het laat zien naar welke cd&#8217;s ik de afgelopen &#8230; <a href="http://dirkie.nu/hoes-het-bij-jou/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Rechts in de balk (lees je dit over 4 maanden in het archief dan is het vast weer anders) staat de bijna affe, nieuwe versie 1.4 van mijn cd hoesjes systeem: het laat zien naar welke cd&#8217;s ik de afgelopen periode (week, 3 of 6 of 12 maanden of alles tot nu toe) het meest geluisterd heb. Iedereen die net als ik een weblog met behulp van <a href="http://www.wordpress.org/">WordPress</a> bijhoudt kan het gemakkelijk <a href="http://dirkie.nu/2006/11/14/run-for-cover/">installeren</a>.</p>
<p> Ik heb er nu wat javascript-wondermiddelen aan toegevoegd: de plaatjes verschijnen als uit een mist en worden in 4 seconden compleet zichtbaar . Ik ben benieuwd hoe dat zich houdt. Trouwe lezer, wil je in het commentaar vertellen hoe het eruit ziet en of het netjes werkt? Zo niet, dan graag met welke browser en op wat voor computer. Dank u!</p>
]]></content:encoded>
			<wfw:commentRss>http://dirkie.nu/hoes-het-bij-jou/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://dirkie.nu/run-for-cover/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=run-for-cover</link>
		<comments>http://dirkie.nu/run-for-cover/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 17:35:34 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dirkie.nu/2006/11/15/run-for-cover/</guid>
		<description><![CDATA[Download widget This is my latest widget for WordPress. If you use Last.fm to remember the music you listen to, this widget finds the cd covers for the music you listen most often to. I already had a widget that &#8230; <a href="http://dirkie.nu/run-for-cover/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="download" href="http://dirkie.nu/downloads/runforcover.zip">Download widget</a></p>
<p>This is my latest widget for WordPress. If you use Last.fm to remember the music you listen to, this widget finds the cd covers for the music you listen most often to. I already had a widget that did this, but it used an XML-feed from Last.fm that never updates, so you always saw the same cd covers.</p>
<p>How to show your favorite cds on your wordpress weblog:</p>
<ul>
<li>Make sure your version of <a href="http://wordpress.org/">WordPress</a> is 2.0 or higher</li>
<li>Make sure your template is <a href="http://automattic.com/code/widgets/">widget-ready</a></li>
<li>Download Run For Cover version 1.4 <a href="http://dirkie.nu/downloads/runforcover.zip">here</a></li>
<li>Extract the file and ftp it to the wp-content/plugins/widgets folder on your server</li>
<li>Configure this widget under Presentation &raquo; Sidebar Widgets</li>
</ul>
<p>
You can choose where the images link to: Last.fm (default) or Amazon. If you choose to link to the Amazon product page, please note that this includes my associate id for Amazon.</p>
<p>The way it works for those interested:</p>
<ul>
<li>it opens an <a href="http://www.last.fm/user/hondjevandirkie/charts/?charttype=weekly&amp;subtype=album">HTML page at last.fm</a></li>
<li>filters the source of that page and finds the data for the cds</li>
<li>writes the data to the javascript file</li>
<li>browser sends an Ajax request to the server to find the cd cover image from Amazon</li>
<li>adds the image to the page</li>
</ul>
<p>
<b>version 1.4</b></p>
<ul>
<li>the period from which to use data is configurable now (last week, last 3 months, last 6 months, last year, all)</li>
<li>check for new version is no longer automatic, version can be checked by clicking on a link in the config</li>
<li>couple of small bugs fixed</li>
<li>you can easily check for a new version of this widget</li>
</ul>
<p>
<b>version 1.3</b></p>
<ul>
<li>added &#8216;Loading&#8230;&#8217; text which is configurable, it disappears when first image is loaded</li>
<li>added &#8216;No images to display&#8217; along with the necessary checks &#8212; this text is also configurable</li>
<li>single quote in artist/album names is replaced with ` to avoid javascript errors</li>
<li>widget now starts loading images after page has finished loading</li>
</ul>
<p>Earlier versions:</p>
<ul>
<li>you can specify in the options if you want to link to Amazon or to Last.fm (Last.fm is default) (version 1.2)</li>
<li>changed to weekly feed (version 1.1)</li>
</ul>
<p>
Let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://dirkie.nu/run-for-cover/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://dirkie.nu/randomly-associative/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=randomly-associative</link>
		<comments>http://dirkie.nu/randomly-associative/#comments</comments>
		<pubDate>Mon, 29 May 2006 20:45:50 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dirkie.nu/2006/05/29/randomly-associative/</guid>
		<description><![CDATA[Version 1.0 RC 1 of the Associative Dictionary widget has just been released. Two new functionalities: option to start with a random word (only works if you have more than one word in the database) option to cancel the form &#8230; <a href="http://dirkie.nu/randomly-associative/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Version 1.0 RC 1 of the <a href="http://dirkie.nu/2006/05/01/associative-dictionary-widget/">Associative Dictionary widget</a> has just been released. Two new functionalities:</p>
<ul>
<li>option to start with a random word (only works if you have more than one word in the database)</li>
<li>option to cancel the form that adds new descriptions</li>
</ul>
<p>You can download the widget <a href="http://dirkie.nu/downloads/assoc_dict.zip">here</a>.</p>
<p>NB. It seems the dictionary gets a permission denied in IE when the url in the bar differs from the url in the wordpress settings, i.e. when one contains &#8216;www.&#8217; and the other doesn&#8217;t. Anyone else notice that?</p>
]]></content:encoded>
			<wfw:commentRss>http://dirkie.nu/randomly-associative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://dirkie.nu/associative-rss-feed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=associative-rss-feed</link>
		<comments>http://dirkie.nu/associative-rss-feed/#comments</comments>
		<pubDate>Fri, 12 May 2006 09:07:56 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dirkie.nu/2006/05/12/associative-rss-feed/</guid>
		<description><![CDATA[Version 0.9.1 of the Associative dictionary widget has been released. It now has an RSS feed, nicely announced in your favorite RSS reader as &#60;&#62;: &#60;&#62; .]]></description>
			<content:encoded><![CDATA[<p>Version 0.9.1 of the <a href="http://dirkie.nu/2006/05/01/associative-dictionary-widget/">Associative dictionary widget</a> has been released. It now has an RSS feed, nicely announced in your favorite RSS reader as</p>
<blockquote><p>&lt;&gt;: &lt;&gt;</p></blockquote>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dirkie.nu/associative-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://dirkie.nu/lastfm-covers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lastfm-covers</link>
		<comments>http://dirkie.nu/lastfm-covers/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 21:17:09 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://dirkie.nu/2006/04/12/lastfm-covers/</guid>
		<description><![CDATA[Update: this widget uses an XML-feed from Last.fm that doesn&#8217;t update regularly. I have written a new widget: Run for cover. It uses a page at Last.fm that updates every week. More information here. Turned my bit of PHP for &#8230; <a href="http://dirkie.nu/lastfm-covers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update: this widget uses an XML-feed from Last.fm that doesn&#8217;t update regularly. I have written a new widget: Run for cover. It uses a page at Last.fm that updates every week. More information <a href="http://dirkie.nu/2006/11/14/run-for-cover/">here</a>.</strong></p>
<p>Turned my bit of PHP for displaying cd covers into a <a href="http://automattic.com/code/widgets/">widget</a> for WordPress. It reads the top-albums feed for a last.fm username and displays the covers for the cds.</p>
<ol>
<li><strike>Download version 1.3</strike> <a href="http://dirkie.nu/2006/11/14/run-for-cover/">Go here for my new last.fm covers widget</a>.</li>
<li>Extract, drop lastfmcovers.php in /wp-content/plugins/widgets and configure it under the &#8220;sidebar widgets&#8221; tab in WordPress.</li>
</ol>
<p>Settings include:</p>
<ul>
<li>title: displayed at the top of the widget</li>
<li>username: last.fm username to display cd covers for (no password needed)</li>
<li>max displayed: number of images to display</li>
<li>description for count: text used in alt/title-tag of the images, % will be replaced with &#8216;count&#8217;</li>
<li>image size: pixels for image width and height. Set this to zero to use <em>img.lastfmimage</em> in your stylesheet</li>
</ul>
<p>What it needs:</p>
<ul>
<li>check if username exists</li>
<li>sample stylesheet code</li>
<li>suggestions</li>
</ul>
<p>Update: last.fm changed their &#8220;no_album&#8221; image, so if you see little grey circles in your sidebar, please install the current version &#8212; version 1.3 is now really 1.3.00001.</p>
]]></content:encoded>
			<wfw:commentRss>http://dirkie.nu/lastfm-covers/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

