Supporting Multiple Versions of jQuery
Oct 31,
2013
I was in New York recently teaching my ASP.NET Web Forms class while one of my colleagues was teaching my jQuery class a couple of doors away. One of the students in the jQuery class asked an interesting question, and since another instructor – Randy Casburn – was sitting in the back of the room, […]
New ASP.NET Training Course at Learning Tree
Dec 15,
2012
I was back in Learning Tree’s Reston offices last week, presenting the beta of my new ASP.NET course – Building ASP.NET Web Applications: Hands-On. (The beta is part of our course development process where we try out the course in front of students for the first time. Their feedback is an important part of refining […]
Uploading to GitHub from Visual Studio
Dec 2,
2012
For a while now, my friend and fellow Learning Tree instructor Nigel Armstrong has been urging me to put my jQuery ratings plugin (jquery.rate) on GitHub. So today I finally decided to do something about it. I found it considerably more complicated than I expected – sufficiently so that I thought it might be useful […]
Back to the Real World
Oct 10,
2012
I have not made a post in some time. My excuse is that I have returned, for a period, to the “real world”. I am taking a break from teaching for Learning Tree to pursue a very interesting consulting opportunity that has come my way. I am now working with a streaming media application providing synchronous […]
Web Forms Data Annotation Validation – Part 2
Aug 6,
2012
In my last post I reviewed the new Web Forms support for server-side validation using Data Annotations, and ended with my frustration at not being able to find out how (or if) Microsoft had implemented the matching client-side validation. I promised to look at two different implementations that would provide client-side validation. This post is […]