Speaking At Silicon Valley Code Camp on Sunday 11/9. High Performance ASP.NET Web Sites
Friday 24 October 2008 @ 2:53 pm
I will be speaking in a couple weeks at the UpdatePanel and webservices and how these affect performance and scalability. Hope to see you there!
Comments (0) - Posted in Community  


How To Tell If Ajax is working on your site with ASP.NET’s ajax UpdatePanel and other Controls
Sunday 12 October 2008 @ 8:36 pm
So, I suppose you should just be able to see the fact that Fiddler, or you can do the cheap trip about I’m about to explain. Simply, add a sleep statement to your page_load event (Thread.Sleep(3000);) and run your page.  If you are using

My Two JavaScript Favorite Books:, "JavaScript: The Good Parts" and "JavaScript: The Definitive Guide"
Saturday 11 October 2008 @ 9:20 am
I’ve been working on a project lately that requires a lot of David Flanagan.  It doe a great job of explaining in details all the little parts of JavaScript in a non-dense way.  It’s about 4 times longer than The Good Parts and does get a little wordy at times, but for me, I often [...]