<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Design</title>
    <description>the latest stories tagged with 'Design' 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>All 40 Design Patterns  FAQ</title>
      <description>This article has all design patterns abstract factory pattern ,builder pattern,  prototype pattern , shallow copy and deep copy  in prototype patterns , singleton pattern ,  command patterns , Interpreter pattern,  iterator  pattern , mediator pattern , memento  pattern , observer pattern , state pattern ,  strategy  pattern , visitor pattern , difference  between  visitor and strategy pattern , adapter  pattern ,fly  weight pattern , bridge pattern ,  composite  pattern , decorator pattern , Fa&amp;#231;ade  pattern , chain of responsibility ( COR) , proxy  pattern and  template pattern, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</guid>
      <pubDate>Tue, 30 Sep 2008 18:17:43 GMT</pubDate>
    </item>
    <item>
      <title>'Linq to Gac' : Use Linq to Power Query your Gac via C# to Fusion</title>
      <description>This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later:  

* All files we can find (if you specify them)   
* The Gac (all of it and even the other two 'sub-gacs' if you want    
* Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code)    
* A lot more (think all things inside you box)

You can even join all this data if you can find the right keys. We joined our registry to our file system 'where the registry key value as a path' (where is was a valid path) didn't exist. Earth-shattering? No. Faster then any virus checker we've tried? ABSOLUTELY. Relevant to virus checkers? No not really actually..  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f09%2f20%2ffusion_c_sharp_wrapper_for_linq_to_gac_access%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f09%2f20%2ffusion_c_sharp_wrapper_for_linq_to_gac_access%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_Gac_Use_Linq_to_Power_Query_your_Gac_via_C_to_Fusion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_Gac_Use_Linq_to_Power_Query_your_Gac_via_C_to_Fusion</guid>
      <pubDate>Sun, 21 Sep 2008 00:59:03 GMT</pubDate>
    </item>
    <item>
      <title>Use objects insted of primitives as method parameters</title>
      <description>Don't send entity id's in method calls because sooner or later they will have to do unnecessary calls to the database. Instead, use objects which have a conceptual meaning in that message &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.akcedo.com%2fandrei%2fpost%2fMethods-communicate-well-through-classes-representing-concepts-not-through-primitives.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.akcedo.com%2fandrei%2fpost%2fMethods-communicate-well-through-classes-representing-concepts-not-through-primitives.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Use_objects_insted_of_primitives_as_method_parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Use_objects_insted_of_primitives_as_method_parameters</guid>
      <pubDate>Fri, 19 Sep 2008 07:06:14 GMT</pubDate>
    </item>
    <item>
      <title>Screen monitor calibration for Web designers</title>
      <description>Very good methods of Color management for designers.
Free Gamma and Monitor Profile tools here:
http://www.quickgamma.de/indexen.html
http://quickgamma.de/QuickMonitorProfile/indexen.html
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fepaperpress.com%2fmonitorcal%2findex.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fepaperpress.com%2fmonitorcal%2findex.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Screen_monitor_calibration_for_Web_designers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Screen_monitor_calibration_for_Web_designers</guid>
      <pubDate>Fri, 12 Sep 2008 12:31:46 GMT</pubDate>
    </item>
    <item>
      <title>Why SOLID? Gimme an &amp;quot;S&amp;quot;!</title>
      <description>The first in what looks to be series of posts in which Dave Laribee dives into the reasons why you should care about the SOLID principles, and what do they buy you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f09%2f09%2fwhy-solid-gimme-an-s.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f09%2f09%2fwhy-solid-gimme-an-s.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Why_SOLID_Gimme_an_S</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Why_SOLID_Gimme_an_S</guid>
      <pubDate>Tue, 09 Sep 2008 20:26:34 GMT</pubDate>
    </item>
    <item>
      <title>Linq Framework Design Guidelines - evolve into optimized frameworks</title>
      <description>This is from the team that brought you 'Framework Design Guidelines' led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example : 

defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</guid>
      <pubDate>Wed, 30 Jul 2008 16:08:03 GMT</pubDate>
    </item>
    <item>
      <title>Episode 7: Talking Domain-Driven Design with David Laribee - Part 2</title>
      <description>Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee wraps up his discussion with hosts Keith and Woody about the growing design practice and how it can be used with the .NET platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeepfriedbytes.com%2fpodcast%2fepisode-7-talking-domain-driven-design-with-david-laribee-ndash-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeepfriedbytes.com%2fpodcast%2fepisode-7-talking-domain-driven-design-with-david-laribee-ndash-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Episode_7_Talking_Domain_Driven_Design_with_David_Laribee_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Episode_7_Talking_Domain_Driven_Design_with_David_Laribee_Part_2</guid>
      <pubDate>Fri, 25 Jul 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>55 Free High Quality Icon Sets</title>
      <description>A lot of freebie icons. Another great article from Smashing Magazine &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smashingmagazine.com%2f2008%2f07%2f02%2f55-free-high-quality-icon-sets%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smashingmagazine.com%2f2008%2f07%2f02%2f55-free-high-quality-icon-sets%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/55_Free_High_Quality_Icon_Sets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/55_Free_High_Quality_Icon_Sets</guid>
      <pubDate>Mon, 07 Jul 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 100 Best Software Engineering Books, Ever</title>
      <description>In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</guid>
      <pubDate>Fri, 20 Jun 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Building a better web forms: Labels in form layouts </title>
      <description>The project that I'm currently working on is really challenging. Together with my team, I am refactoring the presentation layer of some complex web application which user interface caused very bad user experience. One of the things we are working on is a form layout refactoring. In this article I'll show you how we tried to improve common form layouts by using underlined labels.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f06%2fBuilding-a-better-web-forms-Labels-in-form-layouts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f06%2fBuilding-a-better-web-forms-Labels-in-form-layouts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_a_better_web_forms_Labels_in_form_layouts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_a_better_web_forms_Labels_in_form_layouts</guid>
      <pubDate>Fri, 06 Jun 2008 10:04:10 GMT</pubDate>
    </item>
    <item>
      <title>Detailed code metrics with NDepend</title>
      <description>A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</guid>
      <pubDate>Fri, 30 May 2008 08:01:12 GMT</pubDate>
    </item>
    <item>
      <title>When does design happen in Agile?</title>
      <description>Someone at work, new to agile approaches, asked me about when agile projects do design. I thought I would share my answer in case others were still wondering, and to try and explain where experience may have lead to us activities that are not textbook... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f05%2f29%2fwhen-does-design-happen-in-agile.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f05%2f29%2fwhen-does-design-happen-in-agile.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/When_does_design_happen_in_Agile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/When_does_design_happen_in_Agile</guid>
      <pubDate>Thu, 29 May 2008 16:02:31 GMT</pubDate>
    </item>
    <item>
      <title>Print Designer Doing Web</title>
      <description>A story about good print designers trying to design web sites and not wanting to learn a thing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f04%2fWeb-Designers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f04%2fWeb-Designers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Print_Designer_Doing_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Print_Designer_Doing_Web</guid>
      <pubDate>Tue, 15 Apr 2008 08:22:01 GMT</pubDate>
    </item>
    <item>
      <title>Atlanta Web Design &amp;amp; Development Company Pushthingsforward.com</title>
      <description>Atlanta Web Design and web development company offering logical online solutions to small and medium businesses worldwide. Custom Web Site Design, SEO Services, Ecommerce Solutions. Contact us today for your online needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.pushthingsforward.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.pushthingsforward.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Atlanta_Web_Design_Development_Company_Pushthingsforward_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Atlanta_Web_Design_Development_Company_Pushthingsforward_com</guid>
      <pubDate>Mon, 31 Mar 2008 08:38:52 GMT</pubDate>
    </item>
    <item>
      <title>Web user controls design pattern and data binding part 1</title>
      <description>A lot of people are using user controls in asp because they are very easy to use, have design time support and so on.
The purpose of this article is to prevent making mistakes when design a web control and to present a pattern that works for me perfectly &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetfix.blogspot.com%2f2008%2f03%2fweb-user-controls-design-pattern-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetfix.blogspot.com%2f2008%2f03%2fweb-user-controls-design-pattern-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_user_controls_design_pattern_and_data_binding_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_user_controls_design_pattern_and_data_binding_part_1</guid>
      <pubDate>Mon, 31 Mar 2008 08:05:18 GMT</pubDate>
    </item>
    <item>
      <title>Richard Feynman, the Challenger, and Software Engineering</title>
      <description>When Richard Feynman investigated the Challenger disaster, he issued a brilliant report with many insights into the nature of engineering. These apply directly to modern software development. Not sure if this one is on topic - it's about general software engineering. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fduartes.org%2fgustavo%2fblog%2fpost%2f2008%2f02%2f20%2fRichard-Feynman-Challenger-Disaster-Software-Engineering.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fduartes.org%2fgustavo%2fblog%2fpost%2f2008%2f02%2f20%2fRichard-Feynman-Challenger-Disaster-Software-Engineering.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Richard_Feynman_the_Challenger_and_Software_Engineering</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Richard_Feynman_the_Challenger_and_Software_Engineering</guid>
      <pubDate>Wed, 20 Feb 2008 17:16:04 GMT</pubDate>
    </item>
    <item>
      <title>8 Web Design Mistakes That Developers Make</title>
      <description>An excellent website takes a particularly savvy blend of both great design and great code. Because of this, you often find designers having to figure out code and developers trying their hand at design. Speaking as a developer who spent his university years studying among other developers, I can safely say that programmers are not designers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wakeuplater.com%2fwebsite-building%2f8-web-design-mistakes-that-developers-make.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wakeuplater.com%2fwebsite-building%2f8-web-design-mistakes-that-developers-make.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/8_Web_Design_Mistakes_That_Developers_Make</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/8_Web_Design_Mistakes_That_Developers_Make</guid>
      <pubDate>Thu, 31 Jan 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Agile, Multidisciplinary Teamwork</title>
      <description>This article presents techniques and tools used to create requirements with a team composed of the different participants of agile projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devagile.com%2fmodules%2fnews%2farticle.php%3fstoryid%3d102"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devagile.com%2fmodules%2fnews%2farticle.php%3fstoryid%3d102" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Agile_Multidisciplinary_Teamwork</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Agile_Multidisciplinary_Teamwork</guid>
      <pubDate>Wed, 23 Jan 2008 14:56:26 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 7: UITypeEditor Introduction</title>
      <description>This post gives a brief introduction on what is an UITypeEditor and what enhancements it gives for the design time environment, and some built in examples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-7-UITypeEditor-Introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-7-UITypeEditor-Introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_7_UITypeEditor_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_7_UITypeEditor_Introduction</guid>
      <pubDate>Thu, 17 Jan 2008 15:01:03 GMT</pubDate>
    </item>
    <item>
      <title>More Silk-style icons</title>
      <description>Everybody's heard of the fantastic silky-smooth &amp;quot;Silk Icons&amp;quot; set from FamFamFam. This new set complements that original 1,000 png icon set with over 450 more of the same for use in Windows or Web applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fcreative%2ficons%2fsilk-companion-1-icons"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fcreative%2ficons%2fsilk-companion-1-icons" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/More_Silk_style_icons</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/More_Silk_style_icons</guid>
      <pubDate>Tue, 04 Dec 2007 15:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Interactive Application Architecture Patterns</title>
      <description>An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fctrl-shift-b.blogspot.com%2f2007%2f08%2finteractive-application-architecture.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fctrl-shift-b.blogspot.com%2f2007%2f08%2finteractive-application-architecture.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Interactive_Application_Architecture_Patterns</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Interactive_Application_Architecture_Patterns</guid>
      <pubDate>Thu, 29 Nov 2007 09:33:11 GMT</pubDate>
    </item>
    <item>
      <title>Don't be a keyloader</title>
      <description>Make your page titles they ways they should be... and don't load them down with keywords. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.eagleenvision.net%2farchive%2f2007%2f09%2f30%2fdont-be-a-keyloader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.eagleenvision.net%2farchive%2f2007%2f09%2f30%2fdont-be-a-keyloader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Don_t_be_a_keyloader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Don_t_be_a_keyloader</guid>
      <pubDate>Sun, 30 Sep 2007 16:22:26 GMT</pubDate>
    </item>
    <item>
      <title>The Tree &amp;amp; Wind Analogy</title>
      <description>How to convince fresh meat that OOP is necessary. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f09%2ftree-wind-analogy.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f09%2ftree-wind-analogy.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Tree_Wind_Analogy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Tree_Wind_Analogy</guid>
      <pubDate>Wed, 05 Sep 2007 04:39:37 GMT</pubDate>
    </item>
    <item>
      <title>What Screen size should we be building sites for?</title>
      <description>Monitors are getting cheaper and cheaper, is 800 x 600 a thing of the past??? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView79ED7260-EC5C-42DC-ADAD-407A64C1AB88.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView79ED7260-EC5C-42DC-ADAD-407A64C1AB88.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/What_Screen_size_should_we_be_building_sites_for</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/What_Screen_size_should_we_be_building_sites_for</guid>
      <pubDate>Thu, 26 Jul 2007 02:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Eat Your Own Dog Food</title>
      <description>This is a simple technique.  Avoid the ivory tower speak and put your ideas into practice.  Notice I didn't say to have your team put your ideas into practice.  The best leaders are those who lead by example.  The rest are simply managers. Be creative and be edgy, but never forget where the rubber meets the road.  Architecture is worthless until it is implemented.  Be a coder and lead by example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f04%2f23%2f4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f04%2f23%2f4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Eat_Your_Own_Dog_Food</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Eat_Your_Own_Dog_Food</guid>
      <pubDate>Fri, 11 May 2007 09:38:13 GMT</pubDate>
    </item>
  </channel>
</rss>