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
- Create new Tab Bar Application
- Create a new Cocoa Touch > UIViewController subclass, no xib
- Create a new User Interface > View
- Set new View File’s Owner to your new UIViewController
- Set the View to have a Bottom Bar: Tab Bar
- In MainWindow.xib, add a new Tab Bar Item
- Rename item by double clicking text
- Set Nib Name to your new View
- Set Custom Class, Class: Your new Controller name
- 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 – 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.