<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Web</title>
    <description>the latest stories tagged with 'Web' from DotNetKicks.com</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>Basic HTTP authentication in ASP.NET Web API using membership provider</title>
      <description>Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework's AuthotrizeAttribute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.piotrwalat.net%2f%3fp%3d115"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.piotrwalat.net%2f%3fp%3d115" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Basic_HTTP_authentication_in_ASP_NET_Web_API_using_membership_provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Basic_HTTP_authentication_in_ASP_NET_Web_API_using_membership_provider</guid>
      <pubDate>Fri, 18 May 2012 00:08:04 GMT</pubDate>
    </item>
    <item>
      <title>Customize ReportViewerWebPart in C# and render in SharePoint Pages</title>
      <description>This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite

    http://intranetsite - which is Windows based authentication site and for intranet people.
    http://extranetsite - Which is Windows based authentication site and for extranet people
    http://internetsite - Which is Forms based authentication site and for internet people.
..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2011%2f08%2fcustomize-reportviewerwebpart-in-c-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2011%2f08%2fcustomize-reportviewerwebpart-in-c-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Customize_ReportViewerWebPart_in_C_and_render_in_SharePoint_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Customize_ReportViewerWebPart_in_C_and_render_in_SharePoint_Pages</guid>
      <pubDate>Wed, 24 Aug 2011 02:49:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Add HTML5 Microdata to your applications</title>
      <description>HTML5 Microdata vocabularies provide the semantics, or meaning of an Item. You can use Metadata Providers to add microdata to your ASP.NET MVC applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwp.me%2fp1w7gk-6U"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwp.me%2fp1w7gk-6U" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Add_HTML5_Microdata_to_your_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Add_HTML5_Microdata_to_your_applications</guid>
      <pubDate>Sun, 24 Jul 2011 16:00:23 GMT</pubDate>
    </item>
    <item>
      <title>Replacing Web.config settings with Transformations</title>
      <description>Let's say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you'd have to modify your Web.config file manually. This is an easy procedure but you might end screwing up the file in some way.
Visual Studio 2010 comes with a great new feature called Web.config Transformation that allows you to perform transformations in whatever section of your Web.config file.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2011%2f06%2freplace-webconfig-appsetting-transform.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2011%2f06%2freplace-webconfig-appsetting-transform.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Replacing_Web_config_settings_with_Transformations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Replacing_Web_config_settings_with_Transformations</guid>
      <pubDate>Wed, 15 Jun 2011 21:33:49 GMT</pubDate>
    </item>
    <item>
      <title>The benefits to using Cascading Style Sheets (CSS)</title>
      <description>There are several benefits to using cascading style sheets (CSS) in the design of a website, but they have lacked the attention it deserves partially due of a large learning curve needed to fully understand its capabilities. There has been a real emphasis recently on CSS because of the Web 2.0 movement in the industry over the use of table based designs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2009%2f01%2f28%2fThe-benefits-to-using-Cascading-Style-Sheets-(CSS).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2009%2f01%2f28%2fThe-benefits-to-using-Cascading-Style-Sheets-(CSS).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_benefits_to_using_Cascading_Style_Sheets_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_benefits_to_using_Cascading_Style_Sheets_CSS</guid>
      <pubDate>Sat, 15 Jan 2011 02:33:56 GMT</pubDate>
    </item>
    <item>
      <title>ICallback Event Handler</title>
      <description>This article will explain the use of "ICALLBACKEventHandler" in asp.net 2.0.
About ICallbackEventHandler:
ASP.NET 2.0 introduces an interface ICallbackEventHandler (System.Web.UI.ICallbackEventHandler) to allow asynchronous communication with the server. Unlike Postback, in Callback only user defined information is sent back to the server.
ICallbackEventHandler uses DoCallback event to send user defined data to server (instead of postback event), and return the String to client; on client side JavaScript manipulates the string. This interface implements two functions on server side (i.e. c# or vb) and we need to implement two functions on client side i.e. in JavaScript.(You can DOWNLOAD demo Code for Reference)
Check out the Article  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspdotnetmatters.blogspot.com%2f2010%2f08%2ficallback-event-handler.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspdotnetmatters.blogspot.com%2f2010%2f08%2ficallback-event-handler.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ICallback_Event_Handler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ICallback_Event_Handler</guid>
      <pubDate>Fri, 13 Aug 2010 08:25:31 GMT</pubDate>
    </item>
    <item>
      <title>Displaying SOAP XML Messages in a Simple WCF Web Service</title>
      <description>Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle121.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle121.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Displaying_SOAP_XML_Messages_in_a_Simple_WCF_Web_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Displaying_SOAP_XML_Messages_in_a_Simple_WCF_Web_Service</guid>
      <pubDate>Sun, 11 Jul 2010 14:55:30 GMT</pubDate>
    </item>
    <item>
      <title>Ektron and Web Application Projects (Part 3)</title>
      <description>The final part of the series describing how you can work with the Ektron workarea without compromising your code quality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmartinondotnet.blogspot.com%2f2010%2f03%2fektron-compiled-workarea-workaround.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmartinondotnet.blogspot.com%2f2010%2f03%2fektron-compiled-workarea-workaround.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Ektron_and_Web_Application_Projects_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Ektron_and_Web_Application_Projects_Part_3</guid>
      <pubDate>Mon, 29 Mar 2010 20:59:31 GMT</pubDate>
    </item>
    <item>
      <title>jqGrid and XSS Security</title>
      <description>How to protect your site against XSS attacks when using the jqGrid jQuery plug-in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.teamb.com%2fcraigstuntz%2f2010%2f02%2f08%2f38548%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.teamb.com%2fcraigstuntz%2f2010%2f02%2f08%2f38548%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jqGrid_and_XSS_Security</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jqGrid_and_XSS_Security</guid>
      <pubDate>Tue, 09 Feb 2010 13:07:45 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint list view web part and wild card search. Is it possible?</title>
      <description>Yes, It is possible and wonderful article which explains how to solve this problem. You can implement the same with data view web part in different ways. But, with list view web part don't have so many functions to implement partial search. But this post is explaining wonderful way to solve it. Really works great. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2009%2f10%2fsharepoint-list-view-web-part-wild-card.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpraveenbattula.blogspot.com%2f2009%2f10%2fsharepoint-list-view-web-part-wild-card.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SharePoint_list_view_web_part_and_wild_card_search_Is_it_possible</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SharePoint_list_view_web_part_and_wild_card_search_Is_it_possible</guid>
      <pubDate>Tue, 06 Oct 2009 07:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Google's Page Speed tool for web developers - similar to YSlow</title>
      <description>Google have announced some new tools and services for web developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnimtug.org%2fblogs%2fdamien-mcgivern%2farchive%2f2009%2f08%2f11%2fgoogle-page-speed-firefox-firebug-add-on-web-developer-tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnimtug.org%2fblogs%2fdamien-mcgivern%2farchive%2f2009%2f08%2f11%2fgoogle-page-speed-firefox-firebug-add-on-web-developer-tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Google_s_Page_Speed_tool_for_web_developers_similar_to_YSlow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Google_s_Page_Speed_tool_for_web_developers_similar_to_YSlow</guid>
      <pubDate>Tue, 11 Aug 2009 07:05:56 GMT</pubDate>
    </item>
    <item>
      <title>Piwik - Cool Open Source Alternative to Google Analytics</title>
      <description>Piwik is a downloadable, open source (GPL licensed) web analytics software.
It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f06%2fpiwik-cool-open-source-alternative-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f06%2fpiwik-cool-open-source-alternative-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Piwik_Cool_Open_Source_Alternative_to_Google_Analytics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Piwik_Cool_Open_Source_Alternative_to_Google_Analytics</guid>
      <pubDate>Mon, 06 Jul 2009 12:30:05 GMT</pubDate>
    </item>
    <item>
      <title>Handling JSON data securely, Five JavaScript Tips in Five Days</title>
      <description>JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</guid>
      <pubDate>Wed, 11 Mar 2009 06:02:33 GMT</pubDate>
    </item>
    <item>
      <title>What Constitutes Ethical SEO?</title>
      <description>As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning your site? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fWhat-Constitutes-Ethical-SEO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fWhat-Constitutes-Ethical-SEO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/What_Constitutes_Ethical_SEO</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/What_Constitutes_Ethical_SEO</guid>
      <pubDate>Mon, 15 Dec 2008 07:31:02 GMT</pubDate>
    </item>
    <item>
      <title>On-Server AJAX, a paradigm shift that brings the AJAX benefits</title>
      <description>This article tells you the benifits that AJAX can bring for any enterprise. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnavotpeled%2f200711222007073552AM%2f2007.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnavotpeled%2f200711222007073552AM%2f2007.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/On_Server_AJAX_a_paradigm_shift_that_brings_the_AJAX_benefits</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/On_Server_AJAX_a_paradigm_shift_that_brings_the_AJAX_benefits</guid>
      <pubDate>Thu, 27 Nov 2008 12:38:33 GMT</pubDate>
    </item>
    <item>
      <title>HTML is Crap</title>
      <description>HTML is crap for writing applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f11%2fhtml-is-crap.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f11%2fhtml-is-crap.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/HTML_is_Crap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/HTML_is_Crap</guid>
      <pubDate>Thu, 13 Nov 2008 21:33:46 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Web Platform Installer Beta</title>
      <description>Making the Microsoft Web Platform Install like Microsoft Office Suite, More... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fco1piltwb.partners.extranet.microsoft.com%2fmcoeredir%2fmcoeredirect.aspx%3flinkId%3d10685092%26s1%3d101cf332-3d7c-062b-47df-f39354a3979a"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fco1piltwb.partners.extranet.microsoft.com%2fmcoeredir%2fmcoeredirect.aspx%3flinkId%3d10685092%26s1%3d101cf332-3d7c-062b-47df-f39354a3979a" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Microsoft_Web_Platform_Installer_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Microsoft_Web_Platform_Installer_Beta</guid>
      <pubDate>Fri, 17 Oct 2008 04:41:06 GMT</pubDate>
    </item>
    <item>
      <title>Have you ever wanted to monitor a website for changes?</title>
      <description>Here is a free and handy tool to have around for anyone that has ever wanted to monitor when a web site has changed.  This is a very small install and a very small task to alert you when your favorite  page has a new update.  RadPop also hides so that it is nearly unnoticeable. The program nicely alerts you to when changes occur with a MSN style popup.  You can configure it to continually watch for changes to your favorite pages by dragging it to your startup folder.     &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fHave-you-ever-wanted-to-monitor-a-website-for-changes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdink.no-ip.info%2fBlog%2fpost%2fHave-you-ever-wanted-to-monitor-a-website-for-changes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Have_you_ever_wanted_to_monitor_a_website_for_changes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Have_you_ever_wanted_to_monitor_a_website_for_changes</guid>
      <pubDate>Thu, 02 Oct 2008 07:53:07 GMT</pubDate>
    </item>
    <item>
      <title>Javascript Closures</title>
      <description>One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Javascript_Closures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Javascript_Closures</guid>
      <pubDate>Tue, 16 Sep 2008 20:16:22 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Connecting asp.net to mysql database</title>
      <description>This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d59"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.techsvr.com%2f%3fp%3d59" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Connecting_asp_net_to_mysql_database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Connecting_asp_net_to_mysql_database</guid>
      <pubDate>Sun, 31 Aug 2008 04:16:52 GMT</pubDate>
    </item>
    <item>
      <title>Test your web design in different browsers</title>
      <description>Online tool to see what your website looks like in various browsers. http://browsershots.org &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fzainnab%2farchive%2f2008%2f08%2f19%2fhow-does-your-site-look-in-different-browsers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fzainnab%2farchive%2f2008%2f08%2f19%2fhow-does-your-site-look-in-different-browsers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Test_your_web_design_in_different_browsers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Test_your_web_design_in_different_browsers</guid>
      <pubDate>Wed, 20 Aug 2008 08:18:27 GMT</pubDate>
    </item>
    <item>
      <title>New blog on ASP.net and web standards</title>
      <description>Come and see! If you are an ASP.net developer, you cannot ignore the world is turning to web standards! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2facyment%2farchive%2f2008%2f07%2f29%2fasp-net-and-web-standards.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2facyment%2farchive%2f2008%2f07%2f29%2fasp-net-and-web-standards.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_blog_on_ASP_net_and_web_standards</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_blog_on_ASP_net_and_web_standards</guid>
      <pubDate>Sat, 16 Aug 2008 00:11:50 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Microsoft Expression Web</title>
      <description>Your journey through Expression Web begins here with an introduction to the product. Specifically, you will do the following: Become familiar with the Expression Web interface, Learn about the many options available within the menu bar, Understand the role of Task Panes, Use and customize toolbars, 
Learn to recognize and use the Development window, the tag selector, the development area, the tabbed file chooser, and the Design, Split, and Code views. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fIntroducing_Expression_Web"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fIntroducing_Expression_Web" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Introducing_Microsoft_Expression_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Introducing_Microsoft_Expression_Web</guid>
      <pubDate>Thu, 14 Aug 2008 15:42:46 GMT</pubDate>
    </item>
    <item>
      <title>What I want With the Web</title>
      <description>Things (very very) important on the web other than AJAX and Web 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdreamxtream.wordpress.com%2f2008%2f07%2f08%2fwhat-i-want-with-web%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdreamxtream.wordpress.com%2f2008%2f07%2f08%2fwhat-i-want-with-web%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/What_I_want_With_the_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/What_I_want_With_the_Web</guid>
      <pubDate>Mon, 11 Aug 2008 15:57:52 GMT</pubDate>
    </item>
    <item>
      <title>Sams Teach Yourself C# Web Programming in 21 Days</title>
      <description>Learn how to how to use C# for Internet programming with the hands-on techniques and clear explanations. This book discusses some C# features that allow rapid development of solutions such as garbage collection, simplified type declarations, and scalability support. The book explains key concepts in a simple and practical manner. Web Forms and Web Controls usher in an elegant way to make dynamic Web pages. The book covers these topics with how-to code examples and projects. One of the newest developments in Internet programming is the use of XML and the SOAP communication protocol. .NET Web Services harness these two technologies, and is covered in later sections of the book. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbooks.google.co.in%2fbooks%3fid%3druQ36qEBF1cC%26pg%3dPA73%26lpg%3dPA73%26dq%3dworking%2bwith%2bwebcontrols%26source%3dweb%26ots%3dkIyTZTv094%26sig%3d9NlRgGTC2UnUqBImbNnloOmx1L4%26hl%3den%26sa%3dX%26oi%3dbook_result%26resnum%3d1%26ct%3dresult"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbooks.google.co.in%2fbooks%3fid%3druQ36qEBF1cC%26pg%3dPA73%26lpg%3dPA73%26dq%3dworking%2bwith%2bwebcontrols%26source%3dweb%26ots%3dkIyTZTv094%26sig%3d9NlRgGTC2UnUqBImbNnloOmx1L4%26hl%3den%26sa%3dX%26oi%3dbook_result%26resnum%3d1%26ct%3dresult" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Sams_Teach_Yourself_C_Web_Programming_in_21_Days</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Sams_Teach_Yourself_C_Web_Programming_in_21_Days</guid>
      <pubDate>Thu, 10 Jul 2008 18:18:53 GMT</pubDate>
    </item>
  </channel>
</rss>
