• Programming

    Posted on July 25th, 2009

    Written by Emad Ibrahim

    Tags

    ,

    jQuery Wildcard Selector

    This post is a reminder for me on how to do wildcard selection in jQuery.  It comes up more than you think and for some reason, I can never remember it. <div id=’pnlUsers’></div> <div id=’pnlMessages’></div> <div id=’pnlStatus’></div> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ [...]

  • ASP.NET MVC

    Posted on September 8th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , ,

    Client & Server Side Validation in ASP.NET MVC

    [Update: The code is open-sourced at http://code.google.com/p/mvcvalidation/] The asp.net mvc codeplex preview 5 version just came out a few days ago and it includes a lot nice enhancements.  For the best introduction read Scott’s post.  Some of my favorite changes happened in validation.  Incidentally, I was already working on a post to talk about doing [...]

  • Programming, Testing

    Posted on August 10th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , , , , , ,

    The Best JavaScript Library

    I am in the process of creating a new web application using asp.net mvc and I am trying to choose the best JavaScript library to use.  I am pretty much sure that I am going to go with jQuery but nonetheless I wanted to review the libraries out there.  One reason is that I am [...]

  • ASP.NET, ASP.NET MVC

    Posted on April 13th, 2008

    Written by Emad Ibrahim

    Tags

    , , , , , , ,

    CMAP Code Camp 2008 Spring Edition

    Yesterday, I gave a talk at CMAP Code Camp about the asp.net mvc framework and AJAX using JQuery. This is my first time speaking, so I was a little nervous. I think I did ok but I can’t really tell. Of course, the talk didn’t go as planned, because Visual Studio didn’t cooperate. Thankfully, I [...]