<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Gili51</title>
    <description>Stories kicked by Gili51</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>Browser Performance - What's Changed with Chrome in the Mix?</title>
      <description>This week Google released their new browser, Chrome. There has been so much buzz about it that it's been deafening. It is seriously amazing how passionate people get about a browser. But let's face it, a browser is likely what most people use more than any other software on their computer now days. I spend so much of my time online. Performance is important to me, just like anyone else. Since Chrome's release, I've spent some time reading performance metrics in an attempt to see past the marketing hype, and I've been pleased with what I've found. Not specifically with Chrome, but with the improvements across the board with many, but certainly not all, browsers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f09%2f03%2fbrowser-performance-whats-changed-with-chrome-in-the-mix.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f09%2f03%2fbrowser-performance-whats-changed-with-chrome-in-the-mix.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Browser_Performance_What_s_Changed_with_Chrome_in_the_Mix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Browser_Performance_What_s_Changed_with_Chrome_in_the_Mix</guid>
      <pubDate>Thu, 04 Sep 2008 00:18:39 GMT</pubDate>
    </item>
    <item>
      <title>NVelocity Server Control</title>
      <description>A light weight server control which wraps the NVelocity implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsimpable.com%2fcode%2fnvelocity-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsimpable.com%2fcode%2fnvelocity-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NVelocity_Server_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NVelocity_Server_Control</guid>
      <pubDate>Tue, 02 Sep 2008 21:31:05 GMT</pubDate>
    </item>
    <item>
      <title>My Dev Kit -- Alvin Ashcraft</title>
      <description>With a nod to John Lam and Shawn Wildermuth for the inspiration, here is a rundown of the things I use on a daily basis to develop software. This includes hardware, software and online resources. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f09%2f01%2fmy-dev-kit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f09%2f01%2fmy-dev-kit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/My_Dev_Kit_Alvin_Ashcraft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/My_Dev_Kit_Alvin_Ashcraft</guid>
      <pubDate>Tue, 02 Sep 2008 20:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Scraping, or Programatically Accessing, a Secure Webpage</title>
      <description>There are many secure websites out there that provide useful information but do not have a public API to access it's data. A prime example of this is the LinkedIn website. You might love to gather some info from LinkedIn, but their promise to deliver a public API has yet to come to fruition. The problem is, the pages with all the good data are secure, requiring the user to log in before accessing these pages. Let's say we want to scrape this data from these pages programatically? We need to authenticate to access these pages. We can do that by reusing the authentication cookie from the site that we receive when we log in with a browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f25%2fscraping-or-programatically-accessing-a-secure-webpage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f25%2fscraping-or-programatically-accessing-a-secure-webpage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Scraping_or_Programatically_Accessing_a_Secure_Webpage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Scraping_or_Programatically_Accessing_a_Secure_Webpage</guid>
      <pubDate>Wed, 27 Aug 2008 14:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Why I Am No Longer Supporting IE6</title>
      <description>In the recent relaunch of this site, I created a new custom skin for Subtext. Since this is just a personal site, I threw things together fairly quickly, testing along the way with Firefox3 and IE7. Once I was getting closer to complete, I took a look at my new site in all the usual browsers, including IE6. Ugh, it looked terrible. I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site and not on others that I have a say in. I'm not talking about leaving my site unusable for IE6 users - they just won't get as good of an experience. I'm not alone with this decision. Read on to see why I am no longer supporting IE6. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f18%2fwhy-i-am-no-longer-supporting-ie6.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f18%2fwhy-i-am-no-longer-supporting-ie6.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Why_I_Am_No_Longer_Supporting_IE6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Why_I_Am_No_Longer_Supporting_IE6</guid>
      <pubDate>Tue, 19 Aug 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Handling &amp;quot;GO&amp;quot; Separators in SQL Scripts - the easy way</title>
      <description>use SMO to run SQL scripts on .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f11%2f07%2fHandling-_2200_GO_2200_-Separators-in-SQL-Scripts-_2D00_-the-easy-way.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f11%2f07%2fHandling-_2200_GO_2200_-Separators-in-SQL-Scripts-_2D00_-the-easy-way.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Handling_GO_Separators_in_SQL_Scripts_the_easy_way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Handling_GO_Separators_in_SQL_Scripts_the_easy_way</guid>
      <pubDate>Mon, 18 Aug 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Accessing the Windows RSS Platform with C#</title>
      <description>Internet Explorer 7 introduced the Windows RSS Platform. The Windows RSS Platform will be a core part of Windows Vista, but with IE7 it is now avilable on XP as well. The new functionality in IE7 to consume RSS feeds is made capable by the Windows RSS platform. This new functionality exists in Outlook 2007 also, giving you the ability to consume RSS feeds in Outlook folders ala Newsgator style, which can also synchronize with the Windows RSS Platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2006%2f10%2f24%2f35190.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2006%2f10%2f24%2f35190.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Accessing_the_Windows_RSS_Platform_with_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Accessing_the_Windows_RSS_Platform_with_C</guid>
      <pubDate>Fri, 15 Aug 2008 10:46:54 GMT</pubDate>
    </item>
    <item>
      <title>More on Device Filtering With ASP.NET Server Control Properties</title>
      <description>Details about setting ASP.NET Browser control properties differently for different browsers by using device filtering syntax for setting the properties. Shows that this can be used for more than just setting control properties, but for page directives, templated controls and more. Also explains how device filtering in ASP.NET works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f14%2fmore-on-device-filtering-with-asp.net-server-control-properties.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f14%2fmore-on-device-filtering-with-asp.net-server-control-properties.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_on_Device_Filtering_With_ASP_NET_Server_Control_Properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_on_Device_Filtering_With_ASP_NET_Server_Control_Properties</guid>
      <pubDate>Fri, 15 Aug 2008 01:22:50 GMT</pubDate>
    </item>
    <item>
      <title>Browser Specific Server Control Properties and Taking a Site Offline</title>
      <description>Isn't it great when you work with a tool day after day and you thought you knew everything there was to know about it? Then find out something that has been there for a long time that you somehow missed? Here's two things that have been in ASP.NET since version 2.0 that I somehow missed until just recently. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f14%2fset-browser-specific-asp.net-server-control-properties-and-taking-an.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f14%2fset-browser-specific-asp.net-server-control-properties-and-taking-an.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Browser_Specific_Server_Control_Properties_and_Taking_a_Site_Offline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Browser_Specific_Server_Control_Properties_and_Taking_a_Site_Offline</guid>
      <pubDate>Thu, 14 Aug 2008 20:23:58 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 SP1 Allows managed code to be launched from network</title>
      <description>Hurray, its finally fixed!  manage code 'just works' from network file share!

Now I know that some of you are probably just saying 'who cares' or 'huh?' but for those of us who have hit this problem, this has been a major deployment headache, and I am happy to say that the end of this particular problem is in sight.

The problem scenario is this.  If you have a managed applications like 'MyApp.exe' it works great if you run it locally (eg C:\bin\MyApp.exe), but fails when you try to run it from a network location (eg \\Myhost\bin\MyApp.exe).   The problem is that the security system for the runtime treats network locations as less trustworthy than local locations, and thus throws an security exception.     The problem is that failing to run managed code WHILE STILL ALLOWING UNMANAGED EXE's to run, does not provide any security (because hackers will simply use unmanaged code) but does cause nontrivial deployment headaches (manage apps can't be run from network locations).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fvancem%2farchive%2f2008%2f08%2f13%2fnet-framework-3-5-sp1-allows-managed-code-to-be-launched-from-a-network-share.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fvancem%2farchive%2f2008%2f08%2f13%2fnet-framework-3-5-sp1-allows-managed-code-to-be-launched-from-a-network-share.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/NET_Framework_3_5_SP1_Allows_managed_code_to_be_launched_from_network</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/NET_Framework_3_5_SP1_Allows_managed_code_to_be_launched_from_network</guid>
      <pubDate>Thu, 14 Aug 2008 05:15:33 GMT</pubDate>
    </item>
    <item>
      <title>Keep Your Link-Juice by Using a Custom HTTP Module for 301 Redirects </title>
      <description>In my process of turning www.aspforblondes.com into www.crazeegeekchick.com I had some concerns regarding broken links, search engine rank etc. I decided to write an ASP.NET custom HTTP Module to achieve my goals.  After reading tons of information about 301 permanent redirects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2fkeep-your-link-juice-by-using-a-custom-http-module-for-301-redirects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2fkeep-your-link-juice-by-using-a-custom-http-module-for-301-redirects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Keep_Your_Link_Juice_by_Using_a_Custom_HTTP_Module_for_301_Redirects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Keep_Your_Link_Juice_by_Using_a_Custom_HTTP_Module_for_301_Redirects</guid>
      <pubDate>Wed, 13 Aug 2008 20:46:18 GMT</pubDate>
    </item>
    <item>
      <title>Link blogs. do yourself a favor</title>
      <description>I'm currently subscribed to 110 feeds and everyday the number of unread posts is going up. It seems like i just can't catch up anymore. Of all those unread posts, a lot will be very interesting, but there will also be quite a few that won't interest me that much. So i'm going to cut back on the number of feeds i'm subscribed to, and i'm going to rely on some fantastic links blogs to point me to the best posts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f08%2flink-blogs-do-yourself-a-favor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f08%2flink-blogs-do-yourself-a-favor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Link_blogs_do_yourself_a_favor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Link_blogs_do_yourself_a_favor</guid>
      <pubDate>Mon, 11 Aug 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Send Trackbacks and Pingbacks in ASP.NET</title>
      <description>This is an excellent article from Keyvan Nayyeri showing how to create trackbacks and pingbacks in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fhow-to-send-trackback-and-pingback-requests-in-asp.net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fhow-to-send-trackback-and-pingback-requests-in-asp.net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Send_Trackbacks_and_Pingbacks_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Send_Trackbacks_and_Pingbacks_in_ASP_NET</guid>
      <pubDate>Thu, 07 Aug 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Work-at-Home Developer's Guide to Happiness</title>
      <description>As a long time work-at-home developer, I've come to realize over the years how important it is to have the right work routine and balance to remain happy in both your professional and personal life. I've worked from my home 100% of the time for the last 6-7 years and had often worked from my home in spurts before that. Without question, it requires the right mindset and dedication. There's an upside as well as a downside to working from home, but with the right routine you can be successful at it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f03%2fthe-work-at-home-developers-guide-to-happiness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f03%2fthe-work-at-home-developers-guide-to-happiness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Work_at_Home_Developer_s_Guide_to_Happiness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Work_at_Home_Developer_s_Guide_to_Happiness</guid>
      <pubDate>Tue, 05 Aug 2008 00:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>
