Feb 28 2010
Curtis HardGeneral
Hello Folks!
I thought I would do a quick post on how I achieved the “overlaying” NSOutlineView effect within Caffeinated.
Im not going to provide source, meerly the thought process behind it. So here it goes.
Its made up of 2 NSOutlineViews, one embedded within the others NSScrollView. The main NSOutlineView has a custom cell at the top [...]
Nov 30 2009
Curtis HardCOCOA
I was recently having a quick play with threading in COCOA ( because I needed to run some code on another thread ) and stumbled across NSOperationQueue within the docs. Basically, NSOperationQueue handles NSOperation’s, you give it an NSOperation, it will queue it, and run it when it gets to that part in the queue, [...]
Oct 29 2009
Curtis HardGeneral
Today I had come across a weird problem / bug with good old Internet Explorer. I have a custom file uploader created with ActionScript and works fine in pretty much every browser, even IE…well, if you only want to use it once….
Sep 13 2009
Curtis HardCOCOA
This isnt a tutorial, this is just some source code that you might find useful. This class will load images in the background so it wont lock your UI up!
Aug 21 2009
Curtis HardPHP
Simple tutorial / code on how I got my Ember feed on the right. This script is written in PHP!
Older Entries