I'll be presenting "Introduction to Android Development" and "ASP.NET MVC2 with the Spark View Engine". Sign up for yopur sessions here: http://www.desertcodecamp.com If you're in the area, I hope …
Android: Odd Error in DefaultHttpClient
I'm working on a couple of projects that interact with REST api's and consume JSON data and in doing so I use the DefaultHttpClient from apache, located in the Android framework. The Error Last …
Continue Reading about Android: Odd Error in DefaultHttpClient →
Android: Escaping Strings in Eclipse
I'm in the middle of writing some unit tests (jUnit) and I'm testing that my parsing/etc is working correctly from a JSON data source. However, this HUGE JSON data structure needs to be escaped. I was …
Continue Reading about Android: Escaping Strings in Eclipse →
New TekPub Episode is Live
Episode 2 of my TekPub series, Introduction to Android is now live on TekPub.com! If you want a sneak peak at some of the material I cover in the series and you're in the Midwest area come on by my …
MVC: Unit Testing Action Filters
Certain parts of ASP.NET MVC can be a real pain to test. Namely Model Binders, Action Filters and anything that relies on some magic "Context" that seems to derive from HttpContext, ControllerContext, …
jQuery Tip: Brute Force Dirty Form Detection
If you disable your "save" button on your MVC views when the page first loads and want them to be auto-enabled when any input on the form changes, you can do that with the following jQuery …
Continue Reading about jQuery Tip: Brute Force Dirty Form Detection →