Distributed Development with Git and the Single Integrator (Part 1)
November 27th, 2008
On our recent project that Mike and I are working on, we are using Git and a highly defined process for development that is centered around a single integrator (me) and a team of developers that are geographically dispersed on a very complex application. We also have the trouble that the deployment server runs [...]
Key Value Coding and Key Value Observing (KVC & KVO)
November 26th, 2008
We will look at some structure to using Sproutcore’s Key Value Coding (KVC) and Key Value Observing (KVO) framework. KVC and KVO is a direct port from the Cocoa framework, but it is better in Sproutcore because it is a foundational construct rather than an addition as it is in the Cocoa Framework. This [...]
Sproutcore Delegates
November 24th, 2008
Recently I needed to trigger an action when a selection was made on a list view. Writing my own list view would have been to much work so I figured I’d look for a delegate. I started by looking at SC.ListView and found that it extended SC.CollectionView which has SC.CollectionViewDelegate as a mixin. CollectionViewDelegate has [...]
First Post
November 22nd, 2008
This used to be the stupid default post. But I’m officially planting a flag on this little corner of the internet and declaring it mine!