<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BlogEngine.NET Flickr Control</title><link>http://www.codeplex.com/blogengineflickr/Project/ProjectRss.aspx</link><description>With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account (&lt;a href="http://flickr.com" class="externalLink"&gt;http://flickr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Controls\Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Place the Extensions\Flickr.cs source-file in your App_Data\Extensions directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Controls\Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&lt;b&gt;&amp;lt;blog:Flickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;/b&gt; and placing the Extensions\Flickr.cs will make it possible to set the settings for this Control.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;&lt;b&gt;No properties exists anymore! Use the Flickr Extension instead!&lt;/b&gt;&lt;br /&gt;&lt;b&gt;You don't even hav to edit you Web.config file anymore!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Settings in the Extension manager:&lt;/i&gt;&lt;br /&gt;These are pretty strait forward and doesn't really need much of an explanation, but I will give one anyway.&lt;br /&gt;When logged in as to your BlogEngine.NET Blog click the Extensions-tab, and then click Edit on the &lt;br /&gt;&amp;quot;Flickr	0.1	Settings for the Flickr Custom Control&amp;quot;-row, that will give you womething like this:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=blogengineflickr&amp;amp;DownloadId=28593" alt="flickrExt.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;Explanation of the fields:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;User ID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@N00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Number of images (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;/li&gt;&lt;li&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;/li&gt;&lt;li&gt;Height and width (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;/li&gt;&lt;li&gt;API-key (not optional): Your Flickr API-key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Secret key (not optional): Your Flickr secret that belongs to your Flickr API-key.&lt;/li&gt;&lt;li&gt;&amp;quot;Visit my page&amp;quot;-text (optional): If you type something in this box you will get a link to your Flickr photo stream below your images. If left blank no link will appear.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&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:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080316035834P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogengineflickr/SourceControl/ListDownloadableCommits.aspx</link><description>Added some error handling.</description><author>XorXaX</author><pubDate>Sat, 01 Mar 2008 15:31:55 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080301033155P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogengineflickr/SourceControl/ListDownloadableCommits.aspx</link><description>Turned of cache in code.</description><author>XorXaX</author><pubDate>Sat, 01 Mar 2008 09:34:20 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080301093420A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account (&lt;a href="http://flickr.com" class="externalLink"&gt;http://flickr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;A Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Controls\Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Place the Extensions\Flickr.cs source-file in your App_Data\Extensions directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Controls\Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&lt;b&gt;&amp;lt;blog:Flickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;/b&gt; and placing the Extensions\Flickr.cs will make it possible to set the settings for this Control.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;The following properties apply to the control:&lt;/i&gt;&lt;br /&gt;&lt;b&gt;No properties exists anymore! Use the Flickr Extension instead!&lt;/b&gt;&lt;br /&gt;&lt;b&gt;You don't even hav to edit you Web.config file anymore!&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Settings in the Extension manager:&lt;/i&gt;&lt;br /&gt;These are pretty strait forward and doesn't really need much of an explanation, but I will give one anyway.&lt;br /&gt;When logged in as to your BlogEngine.NET Blog click the Extensions-tab, and then click Edit on the &lt;br /&gt;&amp;quot;Flickr	0.1	Settings for the Flickr Custom Control&amp;quot;-row, that will give you womething like this:&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=blogengineflickr&amp;amp;DownloadId=28593" alt="flickrExt.JPG" /&gt;&lt;br /&gt; &lt;br /&gt;Explanation of the fields:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;User ID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@N00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Number of images (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;/li&gt;&lt;li&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;/li&gt;&lt;li&gt;Height and width (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;/li&gt;&lt;li&gt;API-key (not optional): Your Flickr API-key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Secret key (not optional): Your Flickr secret that belongs to your Flickr API-key.&lt;/li&gt;&lt;li&gt;&amp;quot;Visit my page&amp;quot;-text (optional): If you type something in this box you will get a link to your Flickr photo stream below your images. If left blank no link will appear.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt; &lt;br /&gt;Also, have a look at my BlogEngine.NET Last.FM Control at&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;/div&gt;</description><author>XorXaX</author><pubDate>Wed, 27 Feb 2008 20:52:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080227085222P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogengineflickr/SourceControl/ListDownloadableCommits.aspx</link><description>Forgot to add the actual sourcefiles in the previous update.</description><author>XorXaX</author><pubDate>Wed, 27 Feb 2008 20:33:44 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080227083344P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogengineflickr/SourceControl/ListDownloadableCommits.aspx</link><description>Added an Extension for setting the settings and removed the abillity to set properties on the Control.</description><author>XorXaX</author><pubDate>Wed, 27 Feb 2008 20:30:22 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080227083022P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account (&lt;a href="http://flickr.com" class="externalLink"&gt;http://flickr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:Flickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@N00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@N00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt; &lt;br /&gt;Also, have a look at my BlogEngine.NET Last.FM Control at&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;/div&gt;</description><author>XorXaX</author><pubDate>Wed, 20 Feb 2008 21:31:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080220093158P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account (&lt;a href="http://flickr.com" class="externalLink"&gt;http://flickr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:Flickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt; &lt;br /&gt;Also, have a look at my BlogEngine.NET Last.FM Control at&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;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 19:09:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216070913P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account (&lt;a href="http://flickr.com" class="externalLink"&gt;http://flickr.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;).&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:Flickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 18:52:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216065220P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27683" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 18:37:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216063754P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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=blogengineflickr&amp;amp;DownloadId=27638" alt="flickr.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 copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 09:47:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216094744A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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:http://xorxax.haksberg.net/flickr.jpg ]&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 09:46:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216094641A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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:http://xorxax.haksberg.net/flickr.jpg]&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll (&lt;a href="http://codeplex.com/FlickrNet/" class="externalLink"&gt;http://codeplex.com/FlickrNet/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 09:40:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216094053A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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:http://xorxax.haksberg.net/flickr.jpg]&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Sat, 16 Feb 2008 09:39:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216093932A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt;, preferably after the &amp;lt;BlogEngine&amp;gt;-section, add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Fri, 15 Feb 2008 06:27:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080215062750A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/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;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional): CSS style to apply to your thumbnails. No fuzz, just simple old CSS.&lt;br /&gt;HeightWidth (optional): The thumbnails returned from Flickr is square, so the height and width of the thumbnails will be the same.&lt;br /&gt; &lt;br /&gt;You will also have to add some elements to you &lt;b&gt;Web.config&lt;/b&gt; file.&lt;br /&gt;In &amp;lt;configuration&amp;gt;\&amp;lt;configSections&amp;gt; add &amp;lt;section name=&amp;quot;flickrNet&amp;quot; type=&amp;quot;FlickrNet.FlickrConfigurationManager,FlickrNet&amp;quot;/&amp;gt;&lt;br /&gt;Then in &amp;lt;configuration&amp;gt; preferably after the &amp;lt;BlogEngine&amp;gt;-section add&lt;br /&gt;  &amp;lt;flickrNet apiKey=&amp;quot;YOUR FLICKR API-KEY&amp;quot; secret=&amp;quot;YOUR FLICKR SECRET&amp;quot; cacheDisabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/flickrNet&amp;gt;&lt;br /&gt;adding your Flickr API-key and secret.&lt;br /&gt; &lt;br /&gt;This should all do the trick of showing thumbnails of your recent photos on Flickr.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Thu, 14 Feb 2008 20:01:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080214080145P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/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;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional): Your Flickr user ID (this is not the same as username!) in the format 12345678@00, can be obtained at &lt;a href="http://idgettr.com/" class="externalLink"&gt;http://idgettr.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;NumberOfImages (optional, default: 4): The number of images you want display from your Flickr photo stream.&lt;br /&gt;Style (optional):&lt;br /&gt;HeightWidth (optional):&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Thu, 14 Feb 2008 19:54:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080214075454P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/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;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls directory of your BlogEngine.NET root.&lt;br /&gt;Placing the Flickr.cs in your App_Data\Controls directory will make it possible to add this control to your ASP.NET pages (.aspx, .master etc) using&lt;br /&gt;&amp;lt;blog:FLickr id=&amp;quot;flickr1&amp;quot; runat=&amp;quot;server&amp;quot; UserID=&amp;quot;12345678@00&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;UserID (not optional):&lt;br /&gt;NumberOfImages (optional, default: 4):&lt;br /&gt;Style (optional):&lt;br /&gt;HeightWidth (optional):&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Thu, 14 Feb 2008 19:53:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080214075312P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/blogengineflickr/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;With this custom control for BlogEngine.NET you can display thumbnails of your images at Flickr.
&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; &lt;br /&gt;&lt;b&gt;Requirements:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A copy of the FlickrNet.dll ([url:http://codeplex.com/FlickrNet/) in your bin folder.&lt;/li&gt;&lt;li&gt;A Flickr-account.&lt;/li&gt;&lt;li&gt;An Flickr API-key with beloning secret key, can be obtained at &lt;a href="http://www.flickr.com/services/api/keys/" class="externalLink"&gt;http://www.flickr.com/services/api/keys/&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 the Flickr.cs source-file in your App_Data\Controls folder of your BlogEngine.NET root.&lt;br /&gt;
&lt;/div&gt;</description><author>XorXaX</author><pubDate>Thu, 14 Feb 2008 19:50:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080214075019P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/blogengineflickr/SourceControl/ListDownloadableCommits.aspx</link><description>Initial release ov Flickr control for BlogEngine.NET</description><author>XorXaX</author><pubDate>Thu, 14 Feb 2008 15:51:11 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080214035111P</guid></item></channel></rss>