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 →I am alive
Hola! Its been a hell of along time since I posted anything on this blog. I wanted to post something a few days back and really hated the look and feel of the site…so I totally went and did it, I totally scrapped the other one and thus this new site was born. Although it [...]
Continue reading →