Recent Posts  RSS


Use SoundCloud for Authentication in ASP.NET MVC

by Mike on Tuesday, Mar 12, 2013 8:14 PM

After much fruitless searching combined with the lack of a .NET SDK from SoundCloud, I wrote my own OAuth2Client for to handle authenticating with SoundCloud.

How is Response.Redirect() Impacting My Site?

by Mike on Wednesday, Nov 14, 2012 8:37 PM

How are you using Response.Redirect(), and what are the consequences? If you use Response.Redirect(), you want to read this.

Error Handling with Elmah in .NET

by Mike on Wednesday, Nov 7, 2012 10:10 PM

Recently I've seen multiple posts in various LinkedIn Web Developer groups about handling errors, and many comments discussed how to manually catch and log errors. Consider using Elmah instead.

jQuery FullCalendar - Event Description with Modal Pop-up

by Mike on Tuesday, Oct 30, 2012 6:08 PM

Adding a modal pop-up to FullCalendar to provide the user with more information about your event is actually a very easy thing to do, and only requires two things: a custom field that will hold the extra information, and a few lines of code.

jQuery FullCalendar Event Filtering

by Mike on Monday, Oct 29, 2012 7:24 AM

Allow users to show and hide events from your single JSON feed for the FullCalendar jQuery tool.

Debugging a Stack Overflow Exception

by Mike on Saturday, Oct 27, 2012 1:57 PM

Stack overflow exceptions can be tricky to locate, and left unchecked they can bring down your server or cause IIS to terminate the application pool serving your site. This article covers how to locate the source of the stack overflow exception.