<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rsoni</title>
    <description>Stories kicked by rsoni</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>Animated Progress Bar without Images in JavaScript</title>
      <description>How to create a cool looking animated progress bar without using any images using javascript, css and html &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fanimated_progress_bar_without_images.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fanimated_progress_bar_without_images.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Animated_Progress_Bar_without_Images_in_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Animated_Progress_Bar_without_Images_in_JavaScript</guid>
      <pubDate>Thu, 04 Sep 2008 03:45:53 GMT</pubDate>
    </item>
    <item>
      <title>Maintaining Dirty and New state of objects</title>
      <description>Explains how to manage Dirty, Clean, New and Old state of business objects in you application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fmaintaining_dirty_and_new_state_of_objects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fmaintaining_dirty_and_new_state_of_objects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Maintaining_Dirty_and_New_state_of_objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Maintaining_Dirty_and_New_state_of_objects</guid>
      <pubDate>Wed, 27 Aug 2008 02:43:30 GMT</pubDate>
    </item>
    <item>
      <title>Object Oriented Programming with JavaScript : Timer Class</title>
      <description>How to do object oriented programming with JavaScript by taking simple example to a timer class.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fobject_oriented_programming_with_javascript__timer_class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fobject_oriented_programming_with_javascript__timer_class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Object_Oriented_Programming_with_JavaScript_Timer_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Object_Oriented_Programming_with_JavaScript_Timer_Class</guid>
      <pubDate>Wed, 13 Aug 2008 19:23:57 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Event != null Check</title>
      <description>Describes about how we can eliminate the repeating check of Event != null every where in code before raising any event.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2favoiding_event__null_check.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2favoiding_event__null_check.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoiding_Event_null_Check</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoiding_Event_null_Check</guid>
      <pubDate>Thu, 07 Aug 2008 18:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Layout Form without Tables with CSS Trick</title>
      <description>Creating a form with lots of field could be a tedious task as it involves playing with TR and TD in html table. Along with that it also increases the size and complexity of the html code of out page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2flayout_form_without_tables_with_css_trick.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2flayout_form_without_tables_with_css_trick.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Layout_Form_without_Tables_with_CSS_Trick</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Layout_Form_without_Tables_with_CSS_Trick</guid>
      <pubDate>Mon, 04 Aug 2008 18:25:20 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Default Text&amp;quot; Fields Using Simple jQuery Trick</title>
      <description>A lots of the time you want to add instructions to text box fields of the page to provide usability information to the users. Alternate way of doing this could be using default text in the input fields. A default text is the text which appears in the text box when it is empty &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fdefault_text_fields_using_simple_jquery_trick.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fdefault_text_fields_using_simple_jquery_trick.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Default_Text_Fields_Using_Simple_jQuery_Trick</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Default_Text_Fields_Using_Simple_jQuery_Trick</guid>
      <pubDate>Fri, 01 Aug 2008 09:08:41 GMT</pubDate>
    </item>
    <item>
      <title>How not to cache a page output in ASP.NET</title>
      <description>Sometime you have requirement like the page should never be cached. Every time user request a particular url it should give you fresh version of the page or file. To achieve this simply added Location=&amp;quot;None&amp;quot; to the OutputCache directives. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhow_not_to_cache_a_page_output_in_aspnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhow_not_to_cache_a_page_output_in_aspnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_not_to_cache_a_page_output_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_not_to_cache_a_page_output_in_ASP_NET</guid>
      <pubDate>Thu, 31 Jul 2008 17:58:47 GMT</pubDate>
    </item>
    <item>
      <title>Creating always visible div using CSS</title>
      <description>Explains how easily we can create an always visible div using very simple CSS trick in html.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreating_always_visible_div_using_css.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreating_always_visible_div_using_css.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_always_visible_div_using_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_always_visible_div_using_CSS</guid>
      <pubDate>Wed, 30 Jul 2008 01:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Are you Throwing Exceptions correctly?</title>
      <description>Discuss practices to throw exceptions to intact the exception stack trace &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fare_you_throwing_exceptions_correctly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fare_you_throwing_exceptions_correctly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Are_you_Throwing_Exceptions_correctly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Are_you_Throwing_Exceptions_correctly</guid>
      <pubDate>Wed, 30 Jul 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Step by Step Guide to Add a SQL Job</title>
      <description>Describes Step by Step process of adding a sql job in SQL Server 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fstep_by_step_guide_to_add_a_sql_job_in_sql_server_2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fstep_by_step_guide_to_add_a_sql_job_in_sql_server_2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Step_by_Step_Guide_to_Add_a_SQL_Job</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Step_by_Step_Guide_to_Add_a_SQL_Job</guid>
      <pubDate>Sat, 12 Jul 2008 06:05:04 GMT</pubDate>
    </item>
    <item>
      <title>Force a file to download in ASP.NET</title>
      <description>This article is about how we can force the user to dowload a particlar file or file type by adding the content-disposition header   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhow_to_force_a_file_to_download_in_aspnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhow_to_force_a_file_to_download_in_aspnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Force_a_file_to_download_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Force_a_file_to_download_in_ASP_NET</guid>
      <pubDate>Tue, 17 Jun 2008 06:29:31 GMT</pubDate>
    </item>
    <item>
      <title>Online regular expression tester with Help</title>
      <description>Cool Online regular expression tester with Help &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fUtils%2fjavascript%2fregexp_tester_javascript.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fUtils%2fjavascript%2fregexp_tester_javascript.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Online_regular_expression_tester_with_Help</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Online_regular_expression_tester_with_Help</guid>
      <pubDate>Thu, 12 Jun 2008 15:06:46 GMT</pubDate>
    </item>
    <item>
      <title>Using Thread Pool for Multi-Threading application</title>
      <description>How to use thread pool for multithreading in a .net application .. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fusing_thread_pool_for_multithreading_application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fusing_thread_pool_for_multithreading_application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_Thread_Pool_for_Multi_Threading_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_Thread_Pool_for_Multi_Threading_application</guid>
      <pubDate>Wed, 11 Jun 2008 14:31:22 GMT</pubDate>
    </item>
    <item>
      <title>int to enum, enum to int, string to enum, enum to string</title>
      <description>This post describes how can we convert enum into different data types. These are very often used operation. This is very simple to achieve thing... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fenum_coversion_operations_int_to_enum_enum_to_int_string_to_enum_enum_to_string.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fenum_coversion_operations_int_to_enum_enum_to_int_string_to_enum_enum_to_string.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/int_to_enum_enum_to_int_string_to_enum_enum_to_string</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/int_to_enum_enum_to_int_string_to_enum_enum_to_string</guid>
      <pubDate>Tue, 10 Jun 2008 06:37:55 GMT</pubDate>
    </item>
    <item>
      <title>Create RSS feed programatically</title>
      <description>This article will explain how can you to create you own utility to generate rss feed from yous data programatically.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreate_rss_feed_programatically_from_data_in_c.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fcreate_rss_feed_programatically_from_data_in_c.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_RSS_feed_programatically</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_RSS_feed_programatically</guid>
      <pubDate>Sat, 24 May 2008 16:06:44 GMT</pubDate>
    </item>
    <item>
      <title> How to cache a page output in ASP.NET </title>
      <description>If your ASP.NET page contains processing and db calls and you know that it's output is not changing that frequently then you must cache you page out. It is easy to do this in ASP.NET.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhowtocacheapageoutputinaspnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhowtocacheapageoutputinaspnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_cache_a_page_output_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_cache_a_page_output_in_ASP_NET</guid>
      <pubDate>Sat, 24 May 2008 11:30:58 GMT</pubDate>
    </item>
    <item>
      <title>How to set 100% table height in html</title>
      <description>This is very commonly faced problem by the html designer/developers. Table height doesn't expanding to 100% of the space even they set it in the style.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhowtoset100tableheightinhtml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fhowtoset100tableheightinhtml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_set_100_table_height_in_html</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_set_100_table_height_in_html</guid>
      <pubDate>Thu, 22 May 2008 17:34:01 GMT</pubDate>
    </item>
    <item>
      <title>Add parameterized queries in MySql (OleDb)</title>
      <description>Adding parameters the queries in System.Data.Odbc works different than System.Data.SqlClient. While using a SqlCommand we add parameters in form of @parameter name. Parameter names are directly mapped to their values. .. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2faddparameterizedqueriesinmysqloledb.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2faddparameterizedqueriesinmysqloledb.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Add_parameterized_queries_in_MySql_OleDb</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Add_parameterized_queries_in_MySql_OleDb</guid>
      <pubDate>Wed, 21 May 2008 03:25:02 GMT</pubDate>
    </item>
    <item>
      <title>Daily Coding</title>
      <description>DailyCoding.com is amiming to point useful coding tips and tricks which one may use while doing day-today coding. This site basically includes daily coding in C#, .net, asp.net, sql, html.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Daily_Coding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Daily_Coding</guid>
      <pubDate>Wed, 21 May 2008 03:23:56 GMT</pubDate>
    </item>
    <item>
      <title>Concatenate colums's data in sql query</title>
      <description>May time we need column?s data into a single row from a database table. This is easy to do if we are doing this at application level.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2fconcatenate_column_row_sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2fconcatenate_column_row_sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Concatenate_colums_s_data_in_sql_query</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Concatenate_colums_s_data_in_sql_query</guid>
      <pubDate>Wed, 23 Apr 2008 12:27:40 GMT</pubDate>
    </item>
    <item>
      <title>Office 2007 style Color Picker control</title>
      <description>Office 2007 has introduced lots of new features with new stylish and cool looking user interface which makes user richer experience. Office 2007 has a new style color picker which is really cool. You may want same kind of color picker in our application. This article explains how you can make one for your use or just directly use this one.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2foffice2007_style_color_picker.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2foffice2007_style_color_picker.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Office_2007_style_Color_Picker_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Office_2007_style_Color_Picker_control</guid>
      <pubDate>Sat, 24 Nov 2007 14:28:24 GMT</pubDate>
    </item>
    <item>
      <title>Run exe from Html - using custom URL Protocol</title>
      <description>Sometimes there is a business need of integrating you windows application with your web application in a manner that you can directly invoke your windows application from the web application with custom parameters.

e.g. in yahoo, you can directly open the message windows of a user from web site by clicking on &amp;quot;Send IM&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2frun_exe_from_javascript.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2frun_exe_from_javascript.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Run_exe_from_Html_using_custom_URL_Protocol</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Run_exe_from_Html_using_custom_URL_Protocol</guid>
      <pubDate>Sun, 18 Nov 2007 10:33:44 GMT</pubDate>
    </item>
    <item>
      <title>Vista style Progress bar</title>
      <description>This is first article under the section of Windows Vista Control. Vista is very cool in its look and feel. So, using vista style controls can improve the visual appearance of our application. This article is about creating a vista style progress bar in .net winforms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2fvista_style_progress_bar.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2fvista_style_progress_bar.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Vista_style_Progress_bar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Vista_style_Progress_bar</guid>
      <pubDate>Sun, 18 Nov 2007 10:20:31 GMT</pubDate>
    </item>
    <item>
      <title>Extended header panel control - Outlook style</title>
      <description>This is another control under the section of office controls. This will explain how you can create outlook style header panel control in .net. Outlook uses this control for all major region displayed in its windows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2foutlook_header_panel_extended.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2foutlook_header_panel_extended.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Extended_header_panel_control_Outlook_style</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Extended_header_panel_control_Outlook_style</guid>
      <pubDate>Sat, 10 Nov 2007 14:36:18 GMT</pubDate>
    </item>
    <item>
      <title>Drawing line patterns in GDI+</title>
      <description>GDI+ has made the windows graphics programming really easy. You can easily draw and control the graphical interface of you application. This section will explain how can you draw pattern lines in GDI+.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2fline_pattern_in_gdi_plus.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2fline_pattern_in_gdi_plus.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Drawing_line_patterns_in_GDI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Drawing_line_patterns_in_GDI</guid>
      <pubDate>Sat, 10 Nov 2007 05:44:31 GMT</pubDate>
    </item>
  </channel>
</rss>