May 2009 - Posts
Today I want to keep extending my series on Thin ASP.NET by adding some more user experience features, Default Focus and Default Button. Early in my windows experience (circa 1992) I learned a truth, that keyboarding through a form is so much faster than
Read More...
Several times over the past week I have had some conversations with folks about code generation, some pro (like me), some con and some that find it scary. My first real exposure to a serious code generation tool was at TechEd 2003 in Dallas. I remember
Read More...
Yesterday I walked through applying the JQuery Validation plugin to an ASP.NET web page . Today I want to extend the concept of guiding user input as they complete an online form by demonstrating the JQuery Masked Edit plugin . The ASP.NET AJAX Control
Read More...
Now that I have demonstrated how to create a thin Contact form in ASP.NET using JQuery and some AJAX it is time to start making it even better. One of the first rules I learned back in my youth was users will enter anything in any field despite what logic
Read More...