Tag Archives: MVC

jMonthCalendar: Minor Release 1.2.0

Wow, let me first start by saying it has been too long since I posted any updates on jMonthCalendar. I hope that the new release of jMonthCalendar 1.2.0 excites you as much as it does me. 1.2.0 sets the stage … Continue reading

Posted in Programming | Tagged , , , | 4 Comments

ASP.Net MVC Release Canidate

If you didn’t know already, ASP.Net MVC framework is int he release candidate stages. Wahoo!!!. As per usual ScottGu over at Microsoft posted insanely detailed remarks on the new features. Check it out here.. Some notable improvements that I have … 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