<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jeroen Smeets</title>
	<atom:link href="http://jeroensmeets.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeroensmeets.net</link>
	<description>Internet: advies &#38; techniek</description>
	<lastBuildDate>Tue, 17 Aug 2010 10:06:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on last.fm records by jeroensmeets</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9900</link>
		<dc:creator>jeroensmeets</dc:creator>
		<pubDate>Tue, 17 Aug 2010 10:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9900</guid>
		<description>Hi Steph, back from my 2nd holiday ;-) I&#039;m on a Macbook, so can&#039;t find the little red x. I&#039;ll go and check on a Windows computer later this week.</description>
		<content:encoded><![CDATA[<p>Hi Steph, back from my 2nd holiday ;-) I&#8217;m on a Macbook, so can&#8217;t find the little red x. I&#8217;ll go and check on a Windows computer later this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by steph</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9887</link>
		<dc:creator>steph</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9887</guid>
		<description>Hi there, thank you for your well designed widget, however I&#039;m having a tiny problem with it in IE7  &amp; Safari, but it works perfectly in Firefox. 
In IE / Safari a little image box appears above the widget. It&#039;s the little red x the appears if it&#039;s a wrong link to an image or something. Not sure if there is something in the code that I could tweak? If so how do I access this (I downloaded it via the plugin)? I&#039;m currently using V3.0 of WP.
Any help much appreciated :-)</description>
		<content:encoded><![CDATA[<p>Hi there, thank you for your well designed widget, however I&#8217;m having a tiny problem with it in IE7  &amp; Safari, but it works perfectly in Firefox.<br />
In IE / Safari a little image box appears above the widget. It&#8217;s the little red x the appears if it&#8217;s a wrong link to an image or something. Not sure if there is something in the code that I could tweak? If so how do I access this (I downloaded it via the plugin)? I&#8217;m currently using V3.0 of WP.<br />
Any help much appreciated :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by Chris</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9720</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Jul 2010 16:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9720</guid>
		<description>Hi,

Love the plugin, I&#039;m having issues with changing the period.

No matter what I change it to it always shows the same ten images.

I&#039;m using this outside of wordpress, here is my code:

lastfm.js:

var lastFmRecords = (function() {

  // private, reachable through public setters
  var _user          = &#039;c_leckie&#039;;
  var _period        = &#039;lovedtracks&#039;;
  var _count         = 6;
  var _styletype     = &#039;&#039;; // can be highslide, lightbox
  var _refreshmin    = 3;
  var _placeholder   = &#039;lastfmrecords&#039;;
  var _defaultthumb  = &#039;http://cdn.last.fm/depth/catalogue/noimage/cover_85px.gif&#039;;
  var _debug         = false;
  var _gmt_offset    = &#039;+1&#039;;

jQuery(document).ready( function() {
      var _config = {
        // last.fm username
        username: &#039;c_leckie&#039;,
        // number of images to show
        count: 10,
        // period to get last.fm data from
        period: &#039;lovedtracks&#039;,
        // when to get new data from last.fm (in minutes)
        refresh: 1,
        // difference between your timezone and GMT.
        offset: 1
    };
   lastFmRecords.init(_config);
   });

[ lastfmrecords &#124; overall &#124; 10 ]

Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Love the plugin, I&#8217;m having issues with changing the period.</p>
<p>No matter what I change it to it always shows the same ten images.</p>
<p>I&#8217;m using this outside of wordpress, here is my code:</p>
<p>lastfm.js:</p>
<p>var lastFmRecords = (function() {</p>
<p>  // private, reachable through public setters<br />
  var _user          = &#8216;c_leckie&#8217;;<br />
  var _period        = &#8216;lovedtracks&#8217;;<br />
  var _count         = 6;<br />
  var _styletype     = &#8221;; // can be highslide, lightbox<br />
  var _refreshmin    = 3;<br />
  var _placeholder   = &#8216;lastfmrecords&#8217;;<br />
  var _defaultthumb  = &#8216;http://cdn.last.fm/depth/catalogue/noimage/cover_85px.gif&#8217;;<br />
  var _debug         = false;<br />
  var _gmt_offset    = &#8216;+1&#8242;;</p>
<p>jQuery(document).ready( function() {<br />
      var _config = {<br />
        // last.fm username<br />
        username: &#8216;c_leckie&#8217;,<br />
        // number of images to show<br />
        count: 10,<br />
        // period to get last.fm data from<br />
        period: &#8216;lovedtracks&#8217;,<br />
        // when to get new data from last.fm (in minutes)<br />
        refresh: 1,<br />
        // difference between your timezone and GMT.<br />
        offset: 1<br />
    };<br />
   lastFmRecords.init(_config);<br />
   });</p>
<p>[ lastfmrecords | overall | 10 ]</p>
<p>Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by jeroensmeets</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9718</link>
		<dc:creator>jeroensmeets</dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9718</guid>
		<description>excuse my late reply -- holiday season :-) 

@Tiffany: the images and their links are added at lines 219 and 237 (current version) of the javascript file. You could try adding 

.attr(&quot;target&quot;,&quot;_blank&quot;)

just before the last semicolon of these lines. Nice touch, I&#039;ll put it on my list of possible options for the plugin.

@skiddysmith: you would need completely different code to do this, as the current version of my plugin uses javascript to display the covers, so the list of artists is never saved in Wordpress.</description>
		<content:encoded><![CDATA[<p>excuse my late reply &#8212; holiday season :-) </p>
<p>@Tiffany: the images and their links are added at lines 219 and 237 (current version) of the javascript file. You could try adding </p>
<p>.attr(&#8220;target&#8221;,&#8221;_blank&#8221;)</p>
<p>just before the last semicolon of these lines. Nice touch, I&#8217;ll put it on my list of possible options for the plugin.</p>
<p>@skiddysmith: you would need completely different code to do this, as the current version of my plugin uses javascript to display the covers, so the list of artists is never saved in WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by Praktische Widgets, um Twitter, Facebook, Zootool &#38; Co auf deinem Blog zu promoten &#124; Elmastudio</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9683</link>
		<dc:creator>Praktische Widgets, um Twitter, Facebook, Zootool &#38; Co auf deinem Blog zu promoten &#124; Elmastudio</dc:creator>
		<pubDate>Mon, 26 Jul 2010 10:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9683</guid>
		<description>[...] deine aktuelle Last.fm Playlist auch auf deinem Blog weiter empfehlen? Mit dem WordPress-Plugin Last.fm Records kannst du deine Lieblingscover auf deinem Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] deine aktuelle Last.fm Playlist auch auf deinem Blog weiter empfehlen? Mit dem WordPress-Plugin Last.fm Records kannst du deine Lieblingscover auf deinem Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by Tiffany</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9613</link>
		<dc:creator>Tiffany</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9613</guid>
		<description>Hiya!
Thanks for last.fm records.....it&#039;s great!  I&#039;m using it on my WordPress site, but not as a plugin.  Wondering if there&#039;s a way of having the links (album covers) open in a new window?
eg. target=”_blank&quot;?</description>
		<content:encoded><![CDATA[<p>Hiya!<br />
Thanks for last.fm records&#8230;..it&#8217;s great!  I&#8217;m using it on my WordPress site, but not as a plugin.  Wondering if there&#8217;s a way of having the links (album covers) open in a new window?<br />
eg. target=”_blank&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by skiddysmith</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9590</link>
		<dc:creator>skiddysmith</dc:creator>
		<pubDate>Tue, 06 Jul 2010 20:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9590</guid>
		<description>hello! thanks for this awesome plugin! i am currently looking to edit or create my own plugin for last.fm which would have a weekly snapshot of top artists within a post which would hopefully automatically update or which i would post each week at a specific time. i see that you have the weekly option but it stays current to the most recent 7 days not a specific date range... is it possible to edit the code for a specific date range? if not, do you know of any way to accomplish this?

thanks for yr help!</description>
		<content:encoded><![CDATA[<p>hello! thanks for this awesome plugin! i am currently looking to edit or create my own plugin for last.fm which would have a weekly snapshot of top artists within a post which would hopefully automatically update or which i would post each week at a specific time. i see that you have the weekly option but it stays current to the most recent 7 days not a specific date range&#8230; is it possible to edit the code for a specific date range? if not, do you know of any way to accomplish this?</p>
<p>thanks for yr help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by jeroensmeets</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9526</link>
		<dc:creator>jeroensmeets</dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9526</guid>
		<description>Dag Mirthe, de javascript zit in het bestand last.fm.records.js. Als je de code die als voorbeeld in deze pagina (zie boven) kopieert en aanpast waar PATH/TO staat, werkt het. Laat je weten of het gelukt is?</description>
		<content:encoded><![CDATA[<p>Dag Mirthe, de javascript zit in het bestand last.fm.records.js. Als je de code die als voorbeeld in deze pagina (zie boven) kopieert en aanpast waar PATH/TO staat, werkt het. Laat je weten of het gelukt is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by Mirthe</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9525</link>
		<dc:creator>Mirthe</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9525</guid>
		<description>Hee, misschien een domme vraag maar waar staat het javascript in de zip-file? Alvast bedankt!
Groetjes, Mirthe</description>
		<content:encoded><![CDATA[<p>Hee, misschien een domme vraag maar waar staat het javascript in de zip-file? Alvast bedankt!<br />
Groetjes, Mirthe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on last.fm records by steffen</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/comment-page-9/#comment-9522</link>
		<dc:creator>steffen</dc:creator>
		<pubDate>Wed, 16 Jun 2010 22:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-9522</guid>
		<description>Hey Jeroen,

already figured it out by myself by using your css definitions in the wp plug-in php file - everything works fine now but thanks for the offer!

BTW, very nice work and thanks for sharing it!

Steffen</description>
		<content:encoded><![CDATA[<p>Hey Jeroen,</p>
<p>already figured it out by myself by using your css definitions in the wp plug-in php file &#8211; everything works fine now but thanks for the offer!</p>
<p>BTW, very nice work and thanks for sharing it!</p>
<p>Steffen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
