Clicky

Stuart Leeks - Site Home - MSDN Blogs

Stuart Leeks

Stuart Leeks - Application Development Consultant

Search
Posts
  • Stuart Leeks

    ASP.NET MVC: Supplying HTML attributes with EditorFor

    • 0 Comments
    My colleague Simon Ince and I recently discovered that we had been working on the same problem independently so we combined our efforts and have written a joint blog post on our team blog . The problem was something that I’d encountered in a...
  • Stuart Leeks

    ASP.NET MVC & jQuery UI autocomplete Part 2 (EditorFor)

    • 1 Comments
    UPDATE: I've blogged about an more flexible way to wire up the editor template here . I recently blogged about how to enable autocompletion of a text field using jQuery UI , and how to easily hook this behaviour up in ASP.NET MVC . In this post I’ll...
  • Stuart Leeks

    ASP.NET MVC: Adding aria-required attribute for required fields

    • 2 Comments
    UPDATE: I've blogged about an more flexible way to wire up the editor template here . There are a lot of things that you can do to make your site more usable and accessible. The Web Content Accessibility Guidelines (WCAG) includes techniques for Accessible...
  • Stuart Leeks

    ASP.NET MVC & jQuery UI autocomplete

    • 0 Comments
    UPDATE: I've written a follow-up post that shows how to achieve this using Html.EditorFor here . If you get me started talking about ASP.NET MVC then it is quite possible that I’ll end up talking about Progressive Enhancement or Unobtrusive JavaScript...
  • Stuart Leeks

    WebGrid extensions on NuGet

    • 0 Comments
    If you’ve not read my MSDN magazine article on using WebGrid to render tabular data then go read it now: http://blogs.msdn.com/b/stuartleeks/archive/2011/07/03/get-the-most-out-of-webgrid-in-asp-net-mvc.aspx ! This post announces the NuGet package WebGridMvc...
  • Stuart Leeks

    Flexible Conditional Validation with ASP.NET MVC 3

    • 2 Comments
    What? My colleague Simon and I have each written conditional validators with a number of customers, and Simon has blogged about it a number of times . I’ve had another idea in this space that I’ve been meaning to post for a while. Simon’s...
  • Stuart Leeks

    Pluggable Model Conventions

    • 1 Comments
    One of the things that I really like about ASP.NET MVC is its extensibility story. In the recent deliveries of the ASP.NET MVC Ramp Up I’ve shown a sample project with a few extension applied. Some of these have already been published on the...
  • Stuart Leeks

    ASP.NET MVC resources

    • 1 Comments
    One of the fairly common questions I get asked is "what good resources are there for ASP.NET MVC?" The one that people are generally familiar with is www.asp.net/mvc - I think the memorable URL helps ;-) Another one (that's a bit less discoverable...
  • Stuart Leeks

    Get the Most out of WebGrid in ASP.NET MVC

    • 9 Comments
    My first MSDN Magazine article is up: Get the Most out of WebGrid in ASP.NET MVC . So, if you want to find out how to make the WebGrid component from WebMatrix fit in with ASP.NET MVC then take a peek…. http://msdn.microsoft.com/en-us/magazine...
  • Stuart Leeks

    ASP.NET MVC: Partial rendering and AjaxAttribute

    • 0 Comments
    On a number of occasions I’ve been working with a customer on a scenario where we were adding some Ajax partial rendering support.. All too often demos for this scenario are over-simplified and only render a minimal amount of data. I’m guilty...
Page 1 of 6 (52 items) 12345»