Call Us On +44 (0)7939092349

Technologies

This area is dedicated to capturing issues related to the technologies I have been using for designing and developing websites.

CRM 2011 Customer Relationship Management

  Plan and track activities, tasks, budgets and details for each marketing activity.Set up product catalogues, price lists and discounts for optimal offers.Tailor messages and offers to highly targeted lists.Save time and money with reusable campaign templates.Use predefined workflows to streamline processes and approvals.Create Internet landing page for campaigns without any coding.Easily create....

Umbraco 6

Umbraco is a fully-featured open source content management system with the flexibility to run anything from small campaign or brochure sites right through to complex applications for Fortune 500's and some of the largest media sites in the world. I am using Umbraco for all my websites going forward in 2013.  This will give my clients a richer online environment and allow them to create and update....

Umbraco 6 Upgrade HTTP Error 403.14

When attempting to upgrade from 6.0.4 to 6.1.5 using WebMatrix I was getting the following error.  The website is in MVC in mode. HTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.

IE10 UnAttaching the Script debugger VS2010

Attaching the Script debugger to process iexplore.exe failed" message after upgrading to Internet Explorer 10 "Attaching the Script debugger to process [####] iexplore.exe failed.  Another debugger may already be attached to the process."  http://development.thatoneplace.net/2013/04/solved-attaching-script-debugger-to.html That was annoying, thanks for that.  

Umbraco Visual Studio Build Controller Error

Having built my Visual Studio Project from the examples http://www.systenics.com/blog/setting-up-umbraco-6-in-visual-studio-2012-for-mvc-development/ and http://www.ben-morris.com/using-umbraco-6-to-create-an-asp-net-mvc-4-web-applicatio Added my own HomeController and ran the project I got the following error. Error The type or namespace name 'RenderModel' could not be found

Umbraco Setup Browser Choice

When setting up Umbraco for the first time getting a blank orange screen? When editting in the back office you cannot pickup the text where the insertion pointer is displayed?

Umbraco Contour License

After installing the Contour package and you have bought a license to use contour on your domain, if you try to register the package you will receive the following error. Could not load file or assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.    

Visual Studio Tips

Tip 1 Tracking opned files in the solution explorer it's off by default, but once it's on, Solution Explorer will expand folders and highlight the current document as you switch between files. You can find that under Tools -> Options -> Projects and Solutions -> "Track Active Item in Solution Explorer".