Monthly Archives: December 2008

Model Binder

When working with a multi-tier application I often find myself converting from one of the tiers object models to my own similar (but often different) model.  I often write code that would set one by one each property from a … Continue reading

Posted in C# | Leave a comment

Updated JQuery ResizeComplete method

HTML Source EditorWord wrap I made 2 slight changes and I think it works pretty well now.  I now detect if the browser is Firefox and use the regular resize event since its resize behaves like a resizeComplete.  I also … Continue reading

Posted in JQuery, JavaScript | Leave a comment