Enabling Uploads in FCKeditor in an ASP.NET MVC project

by Matt 10. February 2010 21:22
I just spent as little as 10 minutes enabling uploads in FCKeditor. I was quite surprised how easy it was. [More]
Categories: ASP.NET | C# | Javascript

Injecting HTML into FCKeditor (Working in Firefox)

by Matt 10. February 2010 20:48
I just spent as little as 10 minutes enabling uploads in FCKeditor. I was quite surprised how easy it was. [More]
Categories: ASP.NET | Javascript

Map Your Checkboxes To bool MVC Action Parameters

by Matt 1. February 2010 20:40
Over the past couple of months, I've decided I no longer like accepting a FormCollection object in post actions in my MVC applications. I've decided to strongly type my parameters for easier debugging and, well, it's resulted in a whole lot fewer casts in my code. It just makes sense. [More]
Tags:
Categories: ASP.NET | MVC

Oracle ODP.NET

by Matt 1. February 2010 20:36
For an asp.net app I'm working on, I have to hit an Oracle database and get information from a Stored Procedure. Simple enough, I had thought, but it proved to be quite an adventure in debugging. [More]
Categories: .NET | C#