Please find the most recent download in this post: Version 0.99 can be downloaded from: Click here to download Version 0.99
Continue reading →Pixel Perfection – is it worth going the extra step?
Hey, I thought id write a quick post about…well, the things you may not notice, some of you may, some might not, I’m talking about “the little things” which make an application’s UI that extra bit more awesome over competition. Caffeinated took on the 3 column design along time ago, since then, magically after I [...]
Continue reading →Who exactly is this “GeekyGoodness”?
Good question…who actually runs this? Well…, hello, I’m Curtis and thats me below. Theres only one of me, no group, just the one. Im 21, 22 in August and reside which tends to be rainy Portsmouth UK. During the day I work for MindWorks – as a web developer, when it hits home time I [...]
Continue reading →UIImage From URL – Simplified
Heres a simplified version of the very old post I wrote long long time ago, this method uses blocks so will run on iOS4 onwards : void UIImageFromURL( NSURL * URL, void (^imageBlock)(UIImage * image), void (^errorBlock)(void) ) { dispatch_async( dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_DEFAULT, 0 ), ^(void) { NSData * data = [[[NSData alloc] initWithContentsOfURL:URL] autorelease]; UIImage [...]
Continue reading →Caffeinated Beta Update – Very Sparkly…
Hey guys/girls, Its that time again for another build!, since last time the following has happened : Fixed space bar bug with not scrolling down the article before going onto next item Fixed issues with favicons not showing up. Increased storing speed of items in CoreData Read It Later plugin has been added! – Theres [...]
Continue reading →