<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by kimshuree</title>
    <description>Stories kicked by kimshuree</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>HOW TO: Navigate quickly back and forth between Definitions </title>
      <description>How many times have you viewed a defintiion of a class  only to have to cycle through all the tabs to find where you previously were?  This how to shows how to use the back and forth buttons on the mouse and its hot keys to quickly navigate in your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f04%2f05%2f98%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f04%2f05%2f98%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/HOW_TO_Navigate_quickly_back_and_forth_between_Definitions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/HOW_TO_Navigate_quickly_back_and_forth_between_Definitions</guid>
      <pubDate>Wed, 05 Apr 2006 07:17:00 GMT</pubDate>
    </item>
    <item>
      <title>Save Your Visual Studio 2003 Settings</title>
      <description>Need a way to save your Visual Studio 2003 settings when going to another computer? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f02%2f18%2fSaveYourVisualStudio2003Settings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f02%2f18%2fSaveYourVisualStudio2003Settings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Save_Your_Visual_Studio_2003_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Save_Your_Visual_Studio_2003_Settings</guid>
      <pubDate>Sat, 01 Apr 2006 22:57:55 GMT</pubDate>
    </item>
    <item>
      <title>HOW TO: Do Column Text Selection in Visual Studio 2003/2005</title>
      <description>Ever need to do a Column Selection of Text in Visual Studio 2003 or 2005?  Check out this Tip on how to dit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f02%2f12%2f92%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2006%2f02%2f12%2f92%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOW_TO_Do_Column_Text_Selection_in_Visual_Studio_2003_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOW_TO_Do_Column_Text_Selection_in_Visual_Studio_2003_2005</guid>
      <pubDate>Sat, 01 Apr 2006 22:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Encoding and Decoding a string to Base64 for QueryStrings</title>
      <description>A friend of mine asked me today about encoding a string Base64. The scenario was that he has some files that he wants to be allowed for download on their company website and that he doesn't want the people who are downloading the files from his website to see where the downloads are coming from. The files are located in a folder inside the webserver outside of the virtual directory. The decision that the came up with was just to Base64 encode all the paths, pass ito to a new page via querystring and then decode that value on the download page. I gave it a shot and this is the code i gave him to serve as a guide on how he can effectively implement this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</guid>
      <pubDate>Fri, 31 Mar 2006 12:57:00 GMT</pubDate>
    </item>
    <item>
      <title>HOW TO: Using Surrounds with in Visual Studio 2005</title>
      <description>Kick guide on how to use the Surrounds with feature in Visual Studio 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</guid>
      <pubDate>Sun, 26 Mar 2006 09:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Using SharePoint Web Services to Change Subsite Permissions</title>
      <description>Microsoft has provided SharePoint class libraries and web services for not only creating and updating a SharePoint site and its contents manually, but also programmatically. This article introduces how to use SharePoint web services to loop through all the sub sites to add roles, add users to site roles, and update role permissions on site and list levels.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f791"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f791" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</guid>
      <pubDate>Sat, 25 Mar 2006 13:51:45 GMT</pubDate>
    </item>
    <item>
      <title>Eric's weblog - Update User's Session with AJAX</title>
      <description>Shows how to warn or update a users ASP.Net session using AJAX/Atlas &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</guid>
      <pubDate>Sat, 25 Mar 2006 00:17:00 GMT</pubDate>
    </item>
    <item>
      <title>4 ways to send a PDF file to the IE Client in ASP.NET</title>
      <description>This blog entry shows you four different ways to send a PDF file to the IE Client. You also have the full source code zipped along. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f24%2f559980.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f24%2f559980.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/4_ways_to_send_a_PDF_file_to_the_IE_Client_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/4_ways_to_send_a_PDF_file_to_the_IE_Client_in_ASP_NET</guid>
      <pubDate>Sun, 26 Mar 2006 00:17:00 GMT</pubDate>
    </item>
  </channel>
</rss>
