Needs extra legroom on planes
Hey
I’m Nick! I build & lead teams who create products & solutions that help people do more.
I am a passionate technical leader & full-stack software architect with over 14 years’ experience in designing & delivering large–scale commercial cloud SaaS software solutions, predominantly using Microsoft technologies.
As a hands-on leader, I have a proven track record of building effective on-site & remote software teams, based on the sharing of good practice, defining clear processes, implementing best-of-breed systems and shipping quality code.
Latest Posts
Port Fowarding on Cisco IOS
a) We have a webserver on port 80 and we wish to forward port 80 from outside back to internal ip nat inside source static
Enabling Secure Shell (SSH) in Cisco IOS
It is recommended that Secure Shell (SSH) is used for remote administration of Cisco Routers and Switches. To see if SSH is already enabled CISCO877#
Configuring a Cisco 877 Router for Be/O2 Broadband
This post is an amended version of this guide detailing how to set up a Cisco 877 router for BE Broadband or O2 Broadband in
Twitter Brings Back SMS Updates for O2 Subscribers
In August 2008, it was announced that Twitter would stop sending SMS updates free outside the USA. “Even with a limit of 250 messages received
July ’09: Five Favourite Things
Trains – Travelling by train is so much easier than flying. No bags to check, no seat belts, no hours of waiting, no taking your
Service Levels and the Recession
Recent statistics released by the UK Customer Satisfaction Index indicate that the global economic downturn could have benefits for consumers in the form of better
Foriegn Key
You could refer to this guide: Here’s a sample:How to create Foreign Key to establish table relationship ALTER TABLE ObjectiveFeedback ADD CONSTRAINT FK_Objective_ObjectiveFeedback FOREIGN KEY
Fixing “Unable to read data from the transport connection” error when transferring data to web service from WinMo via Orange UK
This post doesn’t have a particularly catchy title and a might be tiny bit dull for non-techies, but I just wanted to share a problem and solution that
Find Inefficient T-SQL Stored Procedures
The following is a stored procedure you can use when you want to quickly identify procedures in your SQL Server database which are taking up excessive CPU time. The script
English to Scots Translations in your .NET Project
You can now use the Scotranslate dictionary in your own project using the new developer API. You simply pass in the English phrase for translation
Friendly URL Rewriting in ASP.NET
This article demonstrates a how to create friendly URLs for user content in ASP.net applications. The examples below are in C#. Convert them to VB