Bulletproof Ajax with ASP.NET MVC
After reading the excellent Bulletproof Ajax by Jeremy Keith, I thought porting the Bulletproof Books sample application to ASP.NET MVC would be a great first attempt at building an ASP.NET MVC...
View ArticleMicrosoft’s Ajax Support for ASP.NET MVC Fails (for now)
But it’s not an epic fail (for now). It’s important that my sites function without javascript or Ajax support. Ajax should be used enhance usability and is not a requirement to access my content. I was...
View ArticleBulletproof Ajax with ASP.NET MVC (this time with jQuery)
As a follow up a recent post about using unobtrusive javascript and Ajax in your ASP.NET MVC applications, I ported the Bulletproof Ajax bookstore application to use jQuery instead of Hijax. This led...
View ArticleUnobtrusive deleting with Rails and jQuery
I’m going to cover creating a sample Rails application, taking a look at how destroy works by default and how we can improve accessibility by writing unobtrusive JavaScript using the jQuery library....
View Article