Browse by Tags

Profiling your AJAX Applications using AjaxView
Tuesday, June 03, 2008 4:35 PM
Don't know if this has already been discussed at length before, but I found an interesting little tool from Microsoft Research for profiling the Javascript functionality in your AJAX applications. Its called AjaxView and can remotely monitor any AJAX web app that is currently on the web, locally or whatever. You basically, install a small proxy application, then... Read More...
Dodgy Debugging
Thursday, October 11, 2007 4:45 PM
In a previous post , I mentioned an obscure ASP.NET issue that had me scratching my head for a while. In order to track it down, I had to resort some dodgy debugging techniques which I wouldn't call exactly scientific nor particularly complex, but they did help, so thought I'd share. Basically, the page had many controls, and nested controls within many other... Read More...
Debugging Javascript on a Live site - Fun and Games
Thursday, November 02, 2006 8:17 AM
I was discussing debugging of Javascript on one of the ASP.NET Ajax forums recently and thought I'd share how I go about it, as you'd be surprised how many people are unaware of this capability. Note: This only discusses getting the debugging process going, not other debugging techniques such as using tools like Fiddler and others... Scenario: A site is experiencing... Read More...
More Posts