29/09/2011 – 8:47 AM

This is so convenient!

17/08/2011 – 8:46 AM

Good easy to use Framework:

https://github.com/stig/json-framework/

Getting started tutorial:

http://mobileorchard.com/tutorial-json-over-http-on-the-iphone/

17/08/2011 – 8:28 AM

Steps to create a new tab for iPhoneOS

  1. Create new Tab Bar Application
  2. Create a new Cocoa Touch > UIViewController subclass, no xib
  3. Create a new User Interface > View
  4. Set new View File’s Owner to your new UIViewController
  5. Set the View to have a Bottom Bar: Tab Bar
  6. In MainWindow.xib, add a new Tab Bar Item
  7. Rename item by double clicking text
  8. Set Nib Name to your new View
  9. Set Custom Class, Class: Your new Controller name
  10. Compile and run!

13/04/2011 – 8:59 AM

An easy to follow walkthrough on creating a Windows Service Application in VS2010.

12/04/2011 – 6:14 PM

StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project. StyleCop has also been integrated into many third-party development tools.

12/04/2011 – 6:00 PM

A neat extension to provide an 80 character guide line for Visual Studio 2010.

10/04/2011 – 6:02 PM

Introduction videos to node.js.

10/04/2011 – 6:01 PM

An article about writing a singleton in C#.

10/04/2011 – 5:59 PM

Interesting backup process for a Subversion Repository. Blogged by Mark W. Shead.

05/04/2011 – 9:27 AM

Video tutorials, they provide some nice basic info about developing ASP .NET MVC 3 applications.