Twitter

Facebook

Archive

View All

Twitter

Wed 1 Feb 12 @ 11:40Nice summary of January link building tips and links from @PointBlankSEO http://t.co/pfGCGYXm

Wed 1 Feb 12 @ 11:35 @mattbrailsford so was there no real reason you chose Autofac for v5 other than you all knew it and had used it before?

Wed 1 Feb 12 @ 11:28 @cultiv @NetWaveBE thanks for the help though, appreciate your comments.

Follow Us On Twitter

We Finally Gave The Site A Bit Of TLC

We decided to give our site and brand a bit of a face lift over the past month, to try and bring our services and portfolio a bit more up to date and focus on the three main areas where we get a lot work. I have to say it was pretty hard to do! We literally must of have gone through 6 or 7 different designs before we settled on one we all liked. As anyone else in this industry knows, trying ....

n3o Digital Gains nopCommerce Solution Partner Status

We might have only just stepped into 2012, but as we don't like to rest on our laurels, we've already managed to gain our first accolade of the year. n3o Digital are now recognised as nopCommerce Solution Partners - a welcome addition to our Google, Microsoft and Umbraco accreditations and a brilliant way to start the New Year. We've been building eCommerce stores for a number of yea....

Using The New Amazon Product API WSDL With Microsoft.Web.Services3

If you have had the misfortune of trying to use the new Amazon Affiliate Amazon Product API/WSDL based on their .NET C# examples, you will of course have found that nothing has been updated and some of the properties previously used (Especially the one to sign the request) 'SEEM' to have been removed. You'll also find that (as of writing this) the new WSDL they want you to use, actu....

WPF User Controls: Turn Your User Control Into A Data Binding Target

When we create user controls we will usually want to bind some data to them. In other words we want our control to be a data binding target associated with a data binding source. Typically a source is an object from our data model, and we want to associate it with a UI element so that values from our object can be displayed and updated automatically. The UI element is the target in the....

Creating a WPF User Control

I am going to show you how to create and use a user control in WPF, also known as  composite control, using Visual Studio 2010. The control I am going to create will be used within a scheduling application, and it is used to specify the hour and minute in each day that the scheduler becomes active. When the scheduling application was first written, the user had to specify the h....

Multiple SSL Certificates On Single Ec2 Win2008 Instance

As anyone who has moved their webserver from 1&1 to the EC2 infrastructure will know, one of the down sides of using EC2 for a web server is that you can only have a single IP address per instance. This poses a somewhat tricky problem when you need to have multiple SSL driven sites on one instance all with different domains!  This post is set out to try outline and answer most ....

Windows 8 Super Fast Boot Times

A little video has emerged showing how fast the boot times will be in the upcoming Windows 8 - Check out the video below.

Running NopCommerce With SSL Through EC2 ELB

If you are running your hosting environment on Amazon EC2 and have multiple nopCommerce sites setup, you will have no doubt got your ELB setup with a valid SSL certificate then enabled 'UseSSL' in the NopCommerce web.config. Only to fire up the site, and find if you try to go to a secure page the site ends up in a endless loop!  This is because the 'IsCurrentConnectionSecured()'....