<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BlogEngine.NET Last.FM Control</title><link>http://www.codeplex.com/blogenginelastfm/Project/ProjectRss.aspx</link><description>Whit this custom control for BlogEngine.NET you can display the last song scrobbled to Last.FM&amp;#33;</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogenginelastfm/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Whit this custom control for BlogEngine.NET you can display the last song scrobbled to Last.FM&amp;#33;
&lt;br /&gt;A sample of this control in action can be seen at my blog, &lt;a href="http://jonas.haksberg.net" class="externalLink"&gt;http://jonas.haksberg.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;And just in case my blog doesn't work, here is an image:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=blogenginelastfm&amp;amp;DownloadId=27685" alt="lastfm.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A Last.FM account (&lt;a href="http://last.fm" class="externalLink"&gt;http://last.fm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A BlogEngine.NET blog up and running.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt;Place theLastFM.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the LastFM.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages&lt;br /&gt;(.aspx, .master etc) using &amp;lt;blog:LastFM id=&amp;quot;lastfm1&amp;quot; runat=&amp;quot;server&amp;quot; Username=&amp;quot;yourusername&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;Username (not optional): Your Last.FM username.&lt;br /&gt;NumberOfSongs (optional): The number of songs you want listed, max 10 as it is max 10 in the XML-file generated at Last.FM.&lt;br /&gt; &lt;br /&gt;This would do the trick of showing your lasted scrobbled songs.&lt;br /&gt; &lt;br /&gt;The output generated can easily be examined by viewing the pages source code and consists of a &amp;lt;ul&amp;gt;-list with a id of &amp;quot;lastfm&amp;quot;&lt;br /&gt;and css class of &amp;quot;lastfm&amp;quot;. This list is nested inside of a &amp;lt;div&amp;gt;-element with a id of &amp;quot;lastfmdiv&amp;quot;. This makes it very easy to apply&lt;br /&gt;your custom CSS styles by adding it to your themes CSS stylesheet file.&lt;br /&gt; &lt;br /&gt;As you can see in the source I've been thinking of some way of shortening the list lines. This code is all commented out&lt;br /&gt;and on my blog I am currently using CSS to shorten the lines.&lt;br /&gt; &lt;br /&gt;All my BlogEngine.NET Controls and Extensions:&lt;br /&gt;&lt;a href="http://codeplex.com/blogenginelastfm" class="externalLink"&gt;http://codeplex.com/blogenginelastfm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://codeplex.com/blogengineflickr" class="externalLink"&gt;http://codeplex.com/blogengineflickr&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://codeplex.com/blogengineaddilang" class="externalLink"&gt;http://codeplex.com/blogengineaddilang&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sun, 16 Mar 2008 15:58:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080316035845P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogenginelastfm/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Whit this custom control for BlogEngine.NET you can display the last song scrobbled to Last.FM&amp;#33;
&lt;br /&gt;A sample of this control in action can be seen at my blog, &lt;a href="http://jonas.haksberg.net" class="externalLink"&gt;http://jonas.haksberg.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;And just in case my blog doesn't work, here is an image:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=blogenginelastfm&amp;amp;DownloadId=27685" alt="lastfm.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A Last.FM account (&lt;a href="http://last.fm" class="externalLink"&gt;http://last.fm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A BlogEngine.NET blog up and running.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt;Place theLastFM.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the LastFM.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages&lt;br /&gt;(.aspx, .master etc) using &amp;lt;blog:LastFM id=&amp;quot;lastfm1&amp;quot; runat=&amp;quot;server&amp;quot; Username=&amp;quot;yourusername&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;Username (not optional): Your Last.FM username.&lt;br /&gt;NumberOfSongs (optional): The number of songs you want listed, max 10 as it is max 10 in the XML-file generated at Last.FM.&lt;br /&gt; &lt;br /&gt;This would do the trick of showing your lasted scrobbled songs.&lt;br /&gt; &lt;br /&gt;The output generated can easily be examined by viewing the pages source code and consists of a &amp;lt;ul&amp;gt;-list with a id of &amp;quot;lastfm&amp;quot;&lt;br /&gt;and css class of &amp;quot;lastfm&amp;quot;. This list is nested inside of a &amp;lt;div&amp;gt;-element with a id of &amp;quot;lastfmdiv&amp;quot;. This makes it very easy to apply&lt;br /&gt;your custom CSS styles by adding it to your themes CSS stylesheet file.&lt;br /&gt; &lt;br /&gt;As you can see in the source I've been thinking of some way of shortening the list lines. This code is all commented out&lt;br /&gt;and on my blog I am currently using CSS to shorten the lines.&lt;br /&gt; &lt;br /&gt;Also, have a look at my BlogEngine.NET Flickr Control at&lt;br /&gt;&lt;a href="http://codeplex.com/blogengineflickr" class="externalLink"&gt;http://codeplex.com/blogengineflickr&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 19:09:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216070940P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogenginelastfm/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Whit this custom control for BlogEngine.NET you can display the last song scrobbled to Last.FM&amp;#33;
&lt;br /&gt;A sample of this control in action can be seen at my blog, &lt;a href="http://jonas.haksberg.net" class="externalLink"&gt;http://jonas.haksberg.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;And just in case my blog doesn't work, here is an image:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=blogenginelastfm&amp;amp;DownloadId=27685" alt="lastfm.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A Last.FM account (&lt;a href="http://last.fm" class="externalLink"&gt;http://last.fm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A BlogEngine.NET blog up and running.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt;Place theLastFM.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the LastFM.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages&lt;br /&gt;(.aspx, .master etc) using &amp;lt;blog:LastFM id=&amp;quot;lastfm1&amp;quot; runat=&amp;quot;server&amp;quot; Username=&amp;quot;yourusername&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;Username (not optional): Your Last.FM username.&lt;br /&gt;NumberOfSongs (optional): The number of songs you want listed, max 10 as it is max 10 in the XML-file generated at Last.FM.&lt;br /&gt; &lt;br /&gt;This would do the trick of showing your lasted scrobbled songs.&lt;br /&gt; &lt;br /&gt;The output generated can easily be examined by viewing the pages source code and consists of a &amp;lt;ul&amp;gt;-list with a id of &amp;quot;lastfm&amp;quot;&lt;br /&gt;and css class of &amp;quot;lastfm&amp;quot;. This list is nested inside of a &amp;lt;div&amp;gt;-element with a id of &amp;quot;lastfmdiv&amp;quot;. This makes it very easy to apply&lt;br /&gt;your custom CSS styles by adding it to your themes CSS stylesheet file.&lt;br /&gt; &lt;br /&gt;As you can see in the source I've been thinking of some way of shortening the list lines. This code is all commented out&lt;br /&gt;and on my blog I am currently using CSS to shorten the lines.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 19:00:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216070044P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogenginelastfm/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Whit this custom control for BlogEngine.NET you can display the last song scrobbled to Last.FM&amp;#33;
&lt;br /&gt;A sample of this control in action can be seen at my blog, &lt;a href="http://jonas.haksberg.net" class="externalLink"&gt;http://jonas.haksberg.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;And just in case my blog doesn't work, here is an image:&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:lastfm.jpg]&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A Last.FM account (&lt;a href="http://last.fm" class="externalLink"&gt;http://last.fm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A BlogEngine.NET blog up and running.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Usage:&lt;/b&gt;&lt;br /&gt;Place theLastFM.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the LastFM.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages&lt;br /&gt;(.aspx, .master etc) using &amp;lt;blog:LastFM id=&amp;quot;lastfm1&amp;quot; runat=&amp;quot;server&amp;quot; Username=&amp;quot;yourusername&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;Username (not optional): Your Last.FM username.&lt;br /&gt;NumberOfSongs (optional): The number of songs you want listed, max 10 as it is max 10 in the XML-file generated at Last.FM.&lt;br /&gt; &lt;br /&gt;This would do the trick of showing your lasted scrobbled songs.&lt;br /&gt; &lt;br /&gt;The output generated can easily be examined by viewing the pages source code and consists of a &amp;lt;ul&amp;gt;-list with a id of &amp;quot;lastfm&amp;quot;&lt;br /&gt;and css class of &amp;quot;lastfm&amp;quot;. This list is nested inside of a &amp;lt;div&amp;gt;-element with a id of &amp;quot;lastfmdiv&amp;quot;. This makes it very easy to apply&lt;br /&gt;your custom CSS styles by adding it to your themes CSS stylesheet file.&lt;br /&gt; &lt;br /&gt;As you can see in the source I've been thinking of some way of shortening the list lines. This code is all commented out&lt;br /&gt;and on my blog I am currently using CSS to shorten the lines.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 19:00:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216070002P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogenginelastfm/SourceControl/ListDownloadableCommits.aspx</link><description>Initial release</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 18:46:39 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080216064639P</guid></item></channel></rss>