<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ke3bzkick</title>
    <description>Stories kicked by ke3bzkick</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>IE8, Microsoft and the Reverse Fanboys</title>
      <description>As the beta test of IE8 recently became available we are quickly approaching the release of another version of Internet Explorer. Much frustration has been expressed about the issues (or supposed issues ) in this beta. Some of this concern is definitely understandable, however, I think some of the negativity is present just because IE is a Microsoft product. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fIE82c-Microsoft-and-the-Reverse-Fanboys.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fIE82c-Microsoft-and-the-Reverse-Fanboys.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE8_Microsoft_and_the_Reverse_Fanboys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE8_Microsoft_and_the_Reverse_Fanboys</guid>
      <pubDate>Sun, 09 Mar 2008 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET runs on Linux, Mac OSX and FreeBSD ?</title>
      <description>Good news. GNU adds support for .net apps in OpenSource world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</guid>
      <pubDate>Fri, 07 Mar 2008 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>New BlogEngine.NET Extension - SlideShow Photo Gallery</title>
      <description>I've wanted to build a BlogEngine.NET extension to display a photo gallery since I first starting using this product.  Vertigo has made my job easier with Slide.Show, a rich Silverlight application that provides an elegant and simple photo sharing user experience.  It also supports direct Flickr integration that I have included as a part of this extension.  All you have to do is change one configuration value in the configuration.xml and you are all set to hook into your Flickr account.

A live demo can be found at http://dannydouglass.com/page/photogallery.aspx.  My website offers a popup version of this gallery (click the &amp;quot;photos&amp;quot; tab above) that I would be glad to explain in a follow-up post if there is any interest. [Requires Silverlight 1.0] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-BlogEngine-Extension-SlideShow-Photo-Gallery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-BlogEngine-Extension-SlideShow-Photo-Gallery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/New_BlogEngine_NET_Extension_SlideShow_Photo_Gallery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/New_BlogEngine_NET_Extension_SlideShow_Photo_Gallery</guid>
      <pubDate>Tue, 12 Feb 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a transparent Panel in .NET</title>
      <description>Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</guid>
      <pubDate>Thu, 31 Jan 2008 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Expression Tree Basics</title>
      <description>Newcomers to LINQ often find expression trees difficult to grasp. In this post I hope to show that the subject is not quite as difficult as it might appear at first. Any reader who has an intermediate level understanding of LINQ should find the material in this post easy to grasp. An expression tree provides a method of translating executable code into data. This can be very valuable if you want to modify or transform code before executing it. In particular, it can be useful if you want to transform C# code such as a LINQ query expression into code that operates on another process, such as a SQL database. But I'm getting ahead of myself. By the end of this post you will find it easy to understand why it is helpful to translate code into data. First I need to provide a little background. Let's start by seeing the relatively simple syntax for creating an expression tree.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f01%2f31%2fexpression-tree-basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f01%2f31%2fexpression-tree-basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Expression_Tree_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Expression_Tree_Basics</guid>
      <pubDate>Fri, 01 Feb 2008 04:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Best VS Fonts and Settings EVER</title>
      <description>Okay the title is a bit over the top :)  Recently I was playing around with the vs settings after reading Scott Hanselman's article on black/white IDE colors and came up with this.  Take a look and let me know what you think. Maybe it will be your new color scheme in VS... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fBest-VS-Fonts--Colors-EVER.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fBest-VS-Fonts--Colors-EVER.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Best_VS_Fonts_and_Settings_EVER</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Best_VS_Fonts_and_Settings_EVER</guid>
      <pubDate>Fri, 01 Feb 2008 04:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>