Mark S

Big Image

Mark Is a business and IT professional with over 15 years experience in all aspects of the software development lifecycle.

Mark has extensive experience of working with clients and users in both development and support roles, with a demonstrable track record of success and achievement in analysis, design, development and implementation of both commercial and financial software.

Dom G

Big Image

Dom is a senior software developer based in Wellington with over 10 years development experience. Dom has a strong focus in useable and performant software with a large amount of database and web experience and is excited about the changes currently going on in the rich application space.

Dom has extensive experience working with industry leaders in retail, finance and telco environments as well as a number of smaller projects for small businesses with niche audiences.

Dom is a firm believer in trying to understand the client as well as their needs in order to properly develop the right solution for them.

Stuart Clark

Big Image

Stuart Clark is a senior software developer based in Wellington with nearly 10 years experience in the IT industry. Stuart started his career building and designing satellite networks back in Europe until moving into a development role more than 7 years ago. SInce then he has specialised in the .NET language building enterprise scale applications. Recent clients he has worked with have included Telecom, Meridian and House of Travel.

Stuart is a regular speaker in the .NET community giving presentations on development methodologies, best practices and new technologies. Stuart can often be found coaching and mentoring other developers in the latest development techniques and and holds Microsoft Certified status.

Stuart has a consultative approach to development and has had a lot of success working closely with clients on smaller fixed price projects to ensure that they come in on time and under budget.

Richard Angus

Big Image

Richard Angus is a senior Wellington based .Net developer with 8 years experience in the IT Industry. Richard has 10 years previous experience in a range of technical industries including medical physics, microprocessor based electonic design, lighting engineering and sales.

Blog Feed

StuartC

MVC 3 Preview Is Out…
Scott Gu announced yesterday that the new MVC 3 Preview has been released which includes the new Razor View engine… Download it from here..

StuartC

Isolating Your Configuration Files For Testability
Ben Hall over at CodeBetter just posted a nice article on using the Castle Dictionary Adapter to isolate your code from the ConfigurationManager class to make your unit tests easier to write. I thought I might take the opportunity to talk about a technique that we use to isolate our code from ConfigurationManager and [...]

StuartC

Razor – Unit Testing Your Views in MVC2 with QUnit
Ok this is a bit of a follow up from my earlier blog about the newly announced MVC view engine Razor from Scot Guthries blog a couple of  weeks ago. Below is a quote that Scott has made in the comments to the original post. “The Razor parser and view engine can be instantiated and [...]

StuartC

Wiring Up A UIScrollView With Interface Builder And Monotouch
So you want to add a scrollable view to your iPhone/iPad application and you want to use the power of Interface Builder to make it easier. This is how you do it. In this example we are going add a vertically scrolling window to an iPhone screen in portrait mode. Start by adding your [...]