Easy Error Logging for ASP.NET

Scott Mitchell wrote recently about a plug & play ASP.NET error-logging framework that he and Atif Aziz wrote for an MSDN article a while back.  The framework is called ELMAH (Error Logging Modules […]

Continue Reading
Written By DevelopmentNow

The project location is not fully trusted by the .NET runtime

So I was downloading the latest version of Anthem.NET to use for a Visual Studio 2003 project. I downloaded the zip, extracted, made the virtual directory, but kept getting weird […]

Continue Reading
Written By DevelopmentNow

AJAX Links

I forgot to include links for some of the libraries I used in my talk at Code Camp: Atlas — http://atlas.asp.net Anthem — http://www.anthemdotnet.com Prototype — http://prototype.conio.net/ script.aculo.us — http://script.aculo.us/ […]

Continue Reading
Written By DevelopmentNow

script.aculo.us and Atlas — Ajax buddies?

I’ve spent a lot of time lately playing with Atlas & I’m enjoying working with it, despite the huge javascript payload. I wanted to incorporate some script.aculo.us effects into an […]

Continue Reading
Written By DevelopmentNow

Code Camp 2006 Presentation Download

You can download the slides & code from Code Camp 2006 (Ajax and ASP.NET) here. Note the projects are for VS2005.

Continue Reading
Written By DevelopmentNow

Free and Cheap Replacements for Notepad

Instead of using Notepad all the time for viewing random text files, why not check out one of the many replacements mentioned on Rick Strahl’s post on Notepad replacements. FWIW […]

Continue Reading
Written By DevelopmentNow

Function to convert any base to decimal

Up to base 36, anyhow. This is a port from old C. I think it works (did it on paper). // return decimal version of any number up to base […]

Continue Reading
Written By DevelopmentNow