<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ashraf_eme</title>
    <description>Stories kicked by ashraf_eme</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>jBlogMvc : part 1 Building the Administration Area</title>
      <description>In this part, I used some features of the ASP.NET MVC to build an administration area, jQuery too was used on client side (validator plugin).
Used membership for validation, Model Binders, jQuery Client validation,Small validation framework for business rules and server side validation.(originally written by scott gu), Using nested master pages in ASP.NET MVC, Applying the &amp;quot;Post/Redirect/Get&amp;quot; (aka PRG) pattern.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famrelsehemy.net%2fpost%2f2008%2f09%2f25%2fjBlogMvc-part-1-Building-the-Administration-Area.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famrelsehemy.net%2fpost%2f2008%2f09%2f25%2fjBlogMvc-part-1-Building-the-Administration-Area.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/jBlogMvc_part_1_Building_the_Administration_Area</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/jBlogMvc_part_1_Building_the_Administration_Area</guid>
      <pubDate>Thu, 25 Sep 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>What a developer needs from their manager</title>
      <description>I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f06%2fwhat-a-developer-needs-from-their-manager.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f06%2fwhat-a-developer-needs-from-their-manager.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/What_a_developer_needs_from_their_manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/What_a_developer_needs_from_their_manager</guid>
      <pubDate>Tue, 10 Jun 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Building a better web forms: Context highlighting using jQuery </title>
      <description>This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. &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%2f09%2fBuilding-a-better-web-forms-Context-highlighting-using-jQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f09%2fBuilding-a-better-web-forms-Context-highlighting-using-jQuery.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_Context_highlighting_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_a_better_web_forms_Context_highlighting_using_jQuery</guid>
      <pubDate>Wed, 11 Jun 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Rock the iPhone with ASP.NET MVC and iUI</title>
      <description>An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f06%2f08%2frock-the-iphone-with-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f06%2f08%2frock-the-iphone-with-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Rock_the_iPhone_with_ASP_NET_MVC_and_iUI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Rock_the_iPhone_with_ASP_NET_MVC_and_iUI</guid>
      <pubDate>Mon, 09 Jun 2008 19:16:10 GMT</pubDate>
    </item>
    <item>
      <title>CSS Message Boxes for different message types </title>
      <description>Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to &amp;quot;Account available&amp;quot;. But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful.

I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. &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%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</guid>
      <pubDate>Thu, 22 May 2008 23:01:04 GMT</pubDate>
    </item>
  </channel>
</rss>
