<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mgibbs</title>
    <description>Stories kicked by mgibbs</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>Reduce the weight of stylesheets by 35% at runtime</title>
      <description>It is always desirable to produce the smallest amount of client-code at any given time. That includes HTML, JavaScript and CSS files. The more client-code you produce, the longer it takes to download and render the web page. This shows how to reduce CSS files by 35% at runtime using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fReduce%2bThe%2bWeight%2bOf%2bStylesheets%2bBy%2b35%2bAt%2bRuntime.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fReduce%2bThe%2bWeight%2bOf%2bStylesheets%2bBy%2b35%2bAt%2bRuntime.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Reduce_the_weight_of_stylesheets_by_35_at_runtime</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Reduce_the_weight_of_stylesheets_by_35_at_runtime</guid>
      <pubDate>Tue, 22 Aug 2006 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL Prompt - Intellisense for SQL Server</title>
      <description>Code completion and intellisense for SQL Server Query Analyzer free until September 1st 2006. No time bombs and no restrictions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fSQL_Prompt%2findex.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fSQL_Prompt%2findex.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/SQL_Prompt_Intellisense_for_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/SQL_Prompt_Intellisense_for_SQL_Server</guid>
      <pubDate>Tue, 23 May 2006 14:05:01 GMT</pubDate>
    </item>
    <item>
      <title>Passing Information Securely Between ASP and ASP.NET</title>
      <description>ou can transfer information between systems using ASP.NET in multiple ways; however, many are cumbersome, complicated, or insecure. For example, many data transfer methods pass information in plain text, which makes the data vulnerable to both interception and misuse. This article centralizes the methods to interact with data used in both ASP and ASP.NET applications. You achieve this by using the same methods of encrypting and data-packaging in ASP.NET as in classic ASP-in other words, by calling .NET code via COM from classic ASP pages.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devx.com%2fwebdev%2fArticle%2f30811"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devx.com%2fwebdev%2fArticle%2f30811" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Passing_Information_Securely_Between_ASP_and_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Passing_Information_Securely_Between_ASP_and_ASP_NET</guid>
      <pubDate>Wed, 15 Mar 2006 17:40:57 GMT</pubDate>
    </item>
    <item>
      <title>A CAPTCHA Control for ASP.NET 2.0</title>
      <description>CAPTCHA is short for &amp;quot;completely automated public Turing test to tell computers and humans apart&amp;quot; and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCaptchaNET_2.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCaptchaNET_2.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_CAPTCHA_Control_for_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_CAPTCHA_Control_for_ASP_NET_2_0</guid>
      <pubDate>Sat, 11 Mar 2006 11:41:00 GMT</pubDate>
    </item>
    <item>
      <title>Using the Gnu Privacy Guard (GnuPG/PGP) within ASP.NET</title>
      <description>This article presents GnuPGWrapper v1.0, a wrapper class  for GnuPG.  GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 2440. As such, GnuPG is a complete and free replacement for PGP (Pretty Good Privacy). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeguru.com%2fcsharp%2f.net%2fnet_security%2fpgp%2farticle.php%2fc4699%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeguru.com%2fcsharp%2f.net%2fnet_security%2fpgp%2farticle.php%2fc4699%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Using_the_Gnu_Privacy_Guard_GnuPG_PGP_within_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Using_the_Gnu_Privacy_Guard_GnuPG_PGP_within_ASP_NET</guid>
      <pubDate>Fri, 10 Mar 2006 14:40:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 2.0 RSS Toolkit</title>
      <description>Microsoft's ASP.NET team has released an RSS toolkit so applications can send and receive RSS feeds.....  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.theserverside.net%2fnews%2fthread.tss%3fthread_id%3d39153"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.theserverside.net%2fnews%2fthread.tss%3fthread_id%3d39153" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_RSS_Toolkit_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_2_0_RSS_Toolkit_1</guid>
      <pubDate>Wed, 01 Mar 2006 18:23:06 GMT</pubDate>
    </item>
  </channel>
</rss>
