Welcome
Hello, I hold the post of Project Technical Lead at Wiggle Limited. I will be posting my thoughts, ideas and comments on technical and managerial solutions I come across on a day to day basis.Please...
View ArticleHow to download, install, configure and upload content to GitHub
IntroductionThis post describes how to download, install, configure and upload content to GitHub.What is GitHub?Git is a distributed version control system. GitHub provides a way for sharing content in...
View ArticleMVC 2.0 with DB4O
Object-Oriented DatabasesThe aim of this blog is to firstly give an introduction of what an object-oriented database is, showing how to install DB4O, any shortcomings and finally to give an example in...
View ArticleIntroduction to Ruby on Rails
IntroductionI am a .NET developer and have been programming ASP.NET in C# for a number of years, I have been hearing some pretty wonderful stuff about Ruby on Rails and wanted to see for myself. This...
View ArticleAgile Software Development
What does it mean to be Agile?There are a number of strategies and working practices available for Agile software development, I have included the process that works for me; this is based on my real...
View ArticleIntroduction to WCF
This blog shows how to create a Visual Studio 2010 C# console application that hosts a Windows Communication Foundation (WCF) service exposing string manipulation methods.The purpose of WCF is to...
View ArticleTDD with ASP.NET MVC 3, Moq and Dependency Injection
IntroductionPurposeThe purpose of this article is to explain what TDD is and give an example in terms of the process.So what does TDD stand for, well according to Wikipedia it is Test Driven...
View ArticleTouchIt: jQuery Plugin for Touch events
Touch to mouse converter and callbacks for touch and pinch eventsX, Y coordinates for touch eventsScale for Pinch eventsConvert touch events to mouse events (move and click)This easy to use jQuery...
View Article