Archive

Archive for February, 2009

In the beginning…

February 28th, 2009

I am preparing to start my next “programming for fun” project which will be a portal for high school athletics departments. It’s a domain I know a bit about since I have already built a one-off portal for Timberline High School called wolvesathletics.com. I built wolvesathletics.com at a time in my career when was poking around in the Java web development stack. The site was built on Struts, Hibernate, and Spring and with a small amount of support has been running for the past couple of years.

In that couple of years I have done nearly all of my development in the Microsoft development stack and DotNetNuke. I have found value in the traditional Microsoft ASP.NET approach and will continue using it when it makes sense. However with ASP.NET MVC, nHibernate, and StructureMap on the .NET scene I am looking forward to revisiting some familiar development patterns and getting exposure to many new ones.

I am pleased to introduce, MidField, a portal and social network for high school athletic departments. My first steps will be to perform a competitive analysis, identify personas, and user stories. I continue to post my progress and pit falls here.

MidField, Web Development

DotNetNuke 5 and the Map Module Error

February 13th, 2009

I have been exploring the changes to DotNetNuke 5 and noticed that the Map module does not work in 5.0. When you go to edit the settings the following error occurs.

Method not found: 'Void DotNetNuke.Services.Exceptions.Exceptions.Process
ModuleLoadException(System.String, DotNetNuke.Entities.Modules.PortalModuleBase, System.Exception, Boolean)'.

I downloaded the Map Module source and found that all that was needed was to recompile the module for DNN 5.0.0.

Download DotNetNuke.Map_v1.0.9_ForDNN5.zip

Web Development

Web Site Uptime and Performance Monitoring Freebie

February 9th, 2009

I recently found basicstate.com. BasicState is a great (especially since it is free) web site uptime and performance monitoring service.  The service doesn’t have a lot of bells and whistles.  It just provides a single service very well.   BasicStats can send email or text alerts when DNS or a web site is unavailable.  The service maintains a history and can email a daily report or show trends in graph format.  The history is great for explaining actual downtime to clients.   

 

Average Response Times for aaronkjackson.com

Average Response Times for aaronkjackson.com

Web Development