The Overlaying NSOutlineView

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 [...]

Continue reading →

Quick glance at NSOperationQueue

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, [...]

Continue reading →

IE + Flash uploading = Road to fail

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….

Continue reading →

A simple COCOA Asynchronous image loader class to use in your iPhone app.

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!

Continue reading →

Add your Ember images to your site!

Simple tutorial / code on how I got my Ember feed on the right. This script is written in PHP!

Continue reading →