Brennan's BlogMy Experiences with Software DevelopmentRecommended Books on JavaScript- May 12, 2008 With AJAX spreading to more and more web sites it is becoming increasingly valuable to learn how to use JavaScript. Most web developers cringe at the thought of working with JavaScript after years of bad experiences with no debugging support for very buggy and incompatible web browsers that do ...http://brennan.offwhite.net/blog/2008/05/12/recommended-books-on-javascript/ Writing Better Code and Formatting Tip- May 6, 2008 Sometimes when I work with other developers I inevitably find that all of the code looks different. Some developers like to write really compact code, as if we were still working on cartridges when disk space for the source code really mattered. Some developers also firmly believe that fewer lines ...http://brennan.offwhite.net/blog/2008/05/06/writing-better-code-and-formatting-tip/ ASP.NET: Fixing a Bug in the MS AJAX Client-Side- May 2, 2008 I discovered a problem with the ASP.NET AJAX Client-Side library. It seems it was trying to access a property on a variable when the variable was not defined. The difficult part of the problem was that the function that was being called is a part of a series of events ...http://brennan.offwhite.net/blog/2008/05/02/aspnet-fixing-a-bug-in-the-ms-ajax-client-side... |