The Overlaying NSOutlineView

No Comments

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

Quick glance at NSOperationQueue

No Comments

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

IE + Flash uploading = Road to fail

No Comments

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

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

6 Comments

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!

Add your Ember images to your site!

4 Comments

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