Error handling is that thing that everyone hates to do and is always a second or third thought when it comes to application development. I think it's just easier to say “you're screwed” if you get in this state so we don't even handle it, or maybe we don't know how to recover gracefully from the problem. What if we thought of error handling as a feature of the app?
05/21/2013 04:20:20
I had always envisioned giving my users the ability to contribute language translations for Yinzlate, but how do you really do that for an app that may not catch on?
02/19/2013 04:49:04
Surprisingly I have never needed to chain javascript validation together before. I guess every time I have ever done ajax calls they have either never relied on one another or I just always did my validation in one ajax call. Recently I ran into a situation where I had one process that relied on another to complete.
06/12/2012 10:12:21
Dealing with the frustrations of trying to test the ASP.NET Web API MultipartFormDataStreamProvider.
05/24/2012 06:15:57
I'll be speaking at Pittsburgh TechFest on June 9, 2012 about XNA game development
05/09/2012 11:35:59