<?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>Reacties op: last.fm records</title>
	<atom:link href="http://jeroensmeets.net/wordpress/lastfmrecords/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeroensmeets.net</link>
	<description>technische dienst van &#039;t web</description>
	<lastBuildDate>Sun, 15 Apr 2012 09:32:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Door: Kay</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-211</link>
		<dc:creator>Kay</dc:creator>
		<pubDate>Fri, 10 Dec 2010 12:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-211</guid>
		<description>Thanks for tips on targetting a blank page... worked a treat.</description>
		<content:encoded><![CDATA[<p>Thanks for tips on targetting a blank page&#8230; worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: ONE AND ONE MAKES TEN - 90 days</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-210</link>
		<dc:creator>ONE AND ONE MAKES TEN - 90 days</dc:creator>
		<pubDate>Tue, 07 Dec 2010 22:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-210</guid>
		<description>[...] days is a simple Last.fm visualization based on Jeroen&#8217;s last.fm records [...] </description>
		<content:encoded><![CDATA[<p>[...] days is a simple Last.fm visualization based on Jeroen&#8217;s last.fm records [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: jeroensmeets</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-209</link>
		<dc:creator>jeroensmeets</dc:creator>
		<pubDate>Tue, 26 Oct 2010 08:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-209</guid>
		<description>@Grant -- some html got lost in the code ;-)

The javascript first adds temp covers, and when the data from last.fm is received, it replaces them with the actual images and text. You are changing the code for the temp covers. See the function _showCover for the code you need.</description>
		<content:encoded><![CDATA[<p>@Grant &#8212; some html got lost in the code <img src='http://jeroensmeets.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The javascript first adds temp covers, and when the data from last.fm is received, it replaces them with the actual images and text. You are changing the code for the temp covers. See the function _showCover for the code you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Alex Rogahn</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-208</link>
		<dc:creator>Alex Rogahn</dc:creator>
		<pubDate>Mon, 25 Oct 2010 18:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-208</guid>
		<description>Hey, great plugin! I was wondering if there&#039;s a way to get the artist/song info in plain text next to the covers, rather than in the image title? Is it possible, and if so, how could I go about doing it?</description>
		<content:encoded><![CDATA[<p>Hey, great plugin! I was wondering if there&#8217;s a way to get the artist/song info in plain text next to the covers, rather than in the image title? Is it possible, and if so, how could I go about doing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Spexis</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-207</link>
		<dc:creator>Spexis</dc:creator>
		<pubDate>Tue, 12 Oct 2010 16:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-207</guid>
		<description>Finally a LastFM plugin which works for me, many thanks!!</description>
		<content:encoded><![CDATA[<p>Finally a LastFM plugin which works for me, many thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Grant</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-206</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-206</guid>
		<description>Hi Jerome,

Fantastic plug-in.  I set it up in my new tumblr at &lt;a href=&quot;http://grantcuster.tumblr.com/&quot; rel=&quot;nofollow&quot;&gt;grantcuster.tumblr.com&lt;/a&gt;.  I wanted to add a gradient overlay to give the covers a little more depth.  I dug in to the .js file and added a span overlay that worked great, but because it&#039;s positioned on top of the image the image&#039;s title tag no longer appears when you hover over an album.  I think this could be solved if I could place the album title as an an attribute on the anchor tag, rather than the image.  But unfortunately I think I&#039;ve reached the limit of my javascript abilities and I don&#039;t know what variable to use or exactly where to place it.

Here is the part of the js file that I edited:

_logStatus(&#039;adding temporary cd covers&#039;);
var _img, _li, _span;
for (var i = 0; i &lt; _count; i++) {
_li  = jQuery(&#039;&#039;).attr(&#039;style&#039;, &#039;display: inline-block;&#039;);
 _a   = jQuery(&#039;&lt;a&gt;&lt;/a&gt;&#039;).bind(&#039;click&#039;, lastFmRecords.dontFollowLink).attr(&#039;href&#039;, &#039;&#039;).appendTo(_li);
_span  = jQuery(&#039;&#039;).appendTo(_a);

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jerome,</p>
<p>Fantastic plug-in.  I set it up in my new tumblr at <a href="http://grantcuster.tumblr.com/" rel="nofollow">grantcuster.tumblr.com</a>.  I wanted to add a gradient overlay to give the covers a little more depth.  I dug in to the .js file and added a span overlay that worked great, but because it&#8217;s positioned on top of the image the image&#8217;s title tag no longer appears when you hover over an album.  I think this could be solved if I could place the album title as an an attribute on the anchor tag, rather than the image.  But unfortunately I think I&#8217;ve reached the limit of my javascript abilities and I don&#8217;t know what variable to use or exactly where to place it.</p>
<p>Here is the part of the js file that I edited:</p>
<p>_logStatus(&#8216;adding temporary cd covers&#8217;);<br />
var _img, _li, _span;<br />
for (var i = 0; i &lt; _count; i++) {<br />
_li  = jQuery(&#039;&#8217;).attr(&#8216;style&#8217;, &#8216;display: inline-block;&#8217;);<br />
 _a   = jQuery(&#8216;<a></a>&#8216;).bind(&#8216;click&#8217;, lastFmRecords.dontFollowLink).attr(&#8216;href&#8217;, &#8221;).appendTo(_li);<br />
_span  = jQuery(&#8221;).appendTo(_a);</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Coding a Stylish Blog Design Layout in HTML &#38; CSS &#124; LionWebMedia.com</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-205</link>
		<dc:creator>Coding a Stylish Blog Design Layout in HTML &#38; CSS &#124; LionWebMedia.com</dc:creator>
		<pubDate>Mon, 04 Oct 2010 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-205</guid>
		<description>[...] tutorial from Ninanet. The Last.FM top tracks list is generated using this fantastic plugin from Jeroen Smeets, which can either be used as a WordPress plugin, or directly through jQuery. Finally, the Flickr [...] </description>
		<content:encoded><![CDATA[<p>[...] tutorial from Ninanet. The Last.FM top tracks list is generated using this fantastic plugin from Jeroen Smeets, which can either be used as a WordPress plugin, or directly through jQuery. Finally, the Flickr [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Andrew D F</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-204</link>
		<dc:creator>Andrew D F</dc:creator>
		<pubDate>Sat, 02 Oct 2010 00:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-204</guid>
		<description>Hi!  Thank you for js widget!  it works wonderfully.  I&#039;m curious if there is a way in the javascript version to make all the album covers the same size  (i.e. small)</description>
		<content:encoded><![CDATA[<p>Hi!  Thank you for js widget!  it works wonderfully.  I&#8217;m curious if there is a way in the javascript version to make all the album covers the same size  (i.e. small)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: macone</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-203</link>
		<dc:creator>macone</dc:creator>
		<pubDate>Mon, 13 Sep 2010 22:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-203</guid>
		<description>Hi,
I really love your plugin, but I have one little problem. The mouseover that shows the albumtitle and artist works on my website only on the first cd . If I move the cursor above another cover nothing happens. That error only appears in firefox, chrome and IE work fine.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I really love your plugin, but I have one little problem. The mouseover that shows the albumtitle and artist works on my website only on the first cd . If I move the cursor above another cover nothing happens. That error only appears in firefox, chrome and IE work fine.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Coding a Stylish Blog Design Layout in HTML &#38; CSS &#171; iBlogger</title>
		<link>http://jeroensmeets.net/wordpress/lastfmrecords/#comment-202</link>
		<dc:creator>Coding a Stylish Blog Design Layout in HTML &#38; CSS &#171; iBlogger</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://jeroensmeets.net/?page_id=22#comment-202</guid>
		<description>[...] tutorial from Ninanet. The Last.FM top tracks list is generated using this fantastic plugin from Jeroen Smeets, which can either be used as a WordPress plugin, or directly through jQuery. Finally, the Flickr [...] </description>
		<content:encoded><![CDATA[<p>[...] tutorial from Ninanet. The Last.FM top tracks list is generated using this fantastic plugin from Jeroen Smeets, which can either be used as a WordPress plugin, or directly through jQuery. Finally, the Flickr [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

