ASP.NET

Looking for a windows VPS Solution

01 June 2008 |

The time is near.  My current hosting packages have been outgrown.  I have a couple of projects that require access to resources shared hosting can't offer. This ranges from asp.net trust issues to database performance issues. I can save £5 a month by merging both my windows hosting packages into an Easyspace VPS solution a month.  This does look good on paper but I have my concerns.   Easyspace VPS solutions come with a 12 month minimum contract of which I am dubious about.  On a realistic level  there will only be about 4 websites hosted on this virtual server.  3 low...

Me and MVC - Learning Curve

30 March 2008 |

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 to the subject.  Where can I get it ASP.Net 3.5 Extensions Preview ASP.NET MVC Introduction to the framework What is the MVC pattern (Wiki) Scott Guthries - ASP.NET MVC Framework ...

Out with Galleries in with Flickr

23 January 2008 |

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 Flickr account.  The title isn't really that accurate as I plan on keeping the subtext gallery control on my pages until I am happy I have transferred, backed up and organised everything. The benefits are obvious, all changes are done centrally, files are stored on...

Popup Posts - Some good reading

26 June 2007 |

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 SitePoint What Ajax Library do you use?  

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

14 June 2007 |

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

07 June 2007 |

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 still being "tweaked" but it's not to far off so please bear with me. Also please check out http://site.gravatar.com as the comments section works in conjunction with it :) Till Next time stay safe.....  

1 and 1 hosting with Culture Info Date Specific

21 February 2007 |

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 in the <system.web> element. <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" uiCulture="en-GB"/>   For more information on ASP.NET Globalization and Localization