Category Archives: Programming

jMonthCalendar: Patch Relese 1.0.1

I just released my jMonthCalendar (the full month event calendar) with some new enhancements/fixes upon request. The change log can be found here along with updated samples and direct download. Fixes include: month name display in IE, isArray function not … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

jMonthCalendar: A jQuery Event Calendar

While working on a project conversion to MVC I realized I needed a full month calendar that supported events. None existed so I spent a few evenings learning jQuery and developing my own. I just recently posted new pages on … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

ASP.Net MVC “Areas/Modules”

In this post Phil Haack explains how Areas can be accomplished in the ASP.Net MVC framework. I really like this idea of have Areas or Modules in ASP.Net MVC.  I have been in the process of developing a Forum for … Continue reading

Posted in Programming | Tagged , , | Leave a comment

ASP.Net MVC Route Table Ordering

Over the past few weeks I have been working on an MVC forum component for a website I maintain/develop (http://pertnearsandstone.com).  As I was working through the various screens I would set up the intended routes to the route table in … Continue reading

Posted in Programming | Tagged , | 2 Comments

Frustrating IIS7 Configuration 500 Error

Recently I have been putting a lot of my evenings and weekends in to a re-architecting of a site I host and develop for some friends of mine Pert’ Near Sandstone. The Entire site is built using ASP.Net and features … Continue reading

Posted in Programming | Tagged , , , , | 10 Comments