Browse by Tags
Earlier this year I worked on an exciting product called the Runtime Page Optimizer (RPO). Originally written by the guys at ActionThis to solve their website’s performance issues, I had the opportunity to develop it with them and help turn the RPO into a product that works on any ASP.NET website. How RPO works At its heart the RPO is a HttpModule that intercepts page content at runtime, inspects it...
Download DetailedErrorEvent - DetailedErrorEvent dll and C# source code One of the least talked about new ASP.NET 2.0 features, and one of my favorites, is the health monitoring system. Designed to help you monitor the status of a deployed website, the ASP.NET health monitoring system makes what could potentially be a chore easy. With just a few lines in your site’s web.config you can automatically...
WebDialog 1.1 has been released. Much improved support for Atlas is the primary feature of this WebDialog release. What's New: New Feature - Improved Atlas support in Internet Explorer and Opera. Bug Fix - Fixed validators nested inside a dialog with client script enabled not displaying their error message when they failed.
The source and dll for the project can be downloaded here: CaptchaControl.zip About A CAPTCHA image displays text that is readable to humans, but not to computers. The concept is useful because it provides a means to filter out automated programs while allowing real users to pass through. Bots for example, which spam comments on weblogs and other dynamic websites, are a fairly pervasive problem and...
Over the past few years a huge jump in the complexity of JavaScript has occured on the browser, resulting in richer, more responsive and user friendly web applications. Unfortunatly this shift does not come without cost. Greater complexity on the client means more room for bugs, and without some effective means to log them you are left in the dark about problems until users are driven to complain....
More Posts
Next page »