Me and MVC – Learning Curve

After installing Visual Studio 2008 on my laptop and having some spare time I decided to look at the ASP.NET MVC framework.  The framework is an architectural pattern based on model-view-controller.  I’m not going to re-invent the wheel and go into more detail about the framework as there are quite a few good articles dedicated …

Out with Galleries in with Flickr

Subtext comes with a handy little gallery feature which I can’t fault as it does everything you would expect a gallery component to do however, I was finding it a little frustrating putting albums up all over the place so I decided to take the plunge and write a quick control that looks at my …

Popup Posts – Some good reading

Some interesting posts have appeared in the last couple of days which deserve a read Phil Haack 10 Developers For The Price Of One  Please nominate subtext for a sourceforge community choice award Steve Harman Lightbox and Subtext Galleries Integration Simone Chiaretta Nice little article about how to refresh an update panel from javascript From …

.NET utility classes, why re-invent the wheel?

Phil does it again.  Back to basics in relation to using methods that already exist in the .Net Framework. Aswell as his list some of the comments also contain pieces of code that are valuable and over looked. Check out his post http://www.haacked.com/archive/2007/06/13/the-most-useful- .net-utility-classes-developers-tend-to-reinvent.aspx One for the favourites

Website Update

As you may have noticed the website has been updated.  I took the decision to change the CMS from my own one which was really in beta to subtext.  Subtext brings alot more functionality to the site and new features are planned.  If your looking for an asp.net blogging engine then check out subtext. The theme is …

1 and 1 hosting with Culture Info Date Specific

For anyone thinking about using 1 and 1 asp.net hosting it’s worth noting that you will need to change the Culture Information to get days and months from German to English or your desired langauge. To do this is quite straight forward and requires a quick amendment to your web.config Note that this will go …