Archive for the ‘Programming’ Category

‘AJAXControlToolkit’ is undefined – iislog sc-win32-status = 64 and sc-status = 200

So I deployed a killer internal application today that well over 400 employees will be using on a daily basis. I decided to use the AJAX control toolkit to give the application better error checking and more of a windows application feel without having to deal with the deployment and maintenance of a windows app. [...]

Posted on December 13, 2007 at 4:23 pm by Matthew Williams · Permalink · One Comment
In: Programming, Troubleshooting

Advanced Cookie Compression With .NET & Ajax.NET

So I have been working on a project where we want to store more information in the cookie. I was trying to figure out the best way to store an object to the cookie and get it back out so it was easy to use. I personally hate the flat nature of a cookie [...]

Posted on September 28, 2007 at 4:04 pm by Matthew Williams · Permalink · Leave a comment
In: Programming

Visual Studio 2005 Slow & How to Speed it up…

I am working with our corporate website which is to say the least, huge. I was compiling the site the other day after making some major mods. The thing took about 20 minutes to compile!!
Simple solution! Close all of your open docs that you are no longer using. The compile time will [...]

Posted on June 5, 2006 at 11:03 am by Matthew Williams · Permalink · Leave a comment
In: Programming