ILoggable

A place to keep my thoughts on programming

Tag Archives: ajax

Rich Internet App Development

If you’ve had the misfortune of mentioning AJAX in my presence, then you’ve heard me rant about the crappy user experience we are all willing to accept in the name of net connectness. This really is a lamentation about the … Continue reading

March 15, 2007 .net, geek, javascript , , , , , , , ,

Asynchronous Postback in Web Applications

So a while back I read an an article about the Client Callback Feature in ASP.NET 2.0, which allows ASP.NET 2.0 to do updates to a page without a full page rountrip to the server. But wouldn’t you know it, … Continue reading

February 14, 2005 .net, javascript ,