Category Archives: AJAX

MODI – The Lightweight DOM Inspector Bookmarklet

There are a ton of HTML DOM inspectors out there. I mean, a lot of them. They’re helpful as hell when you’re in a pinch and you can’t figure out what the DOM is doing. I’ve used all kinds, from FireFox add on’s to IE gadgets, to custom ones… But for the last couple of…

ASP.NET AJAX Always Visible Control Frustrations

Unfortunately I don’t have time to go through and figure out why the Always Visible control wont work with a user control. Although I assume it has something to do with the HTML DOM. Some relationship in there is probably hard coded or assumed. Here’s what I was trying to do: I want to have…