Posts Tagged ‘Objective C’
Thursday, August 12th, 2010
I recently started a new project called libanim (home page) which aims at providing support for animated file formats on the iOS and perhaps Android at a later stage. The problem doesn’t seem to be limited to any one platform, support for animated file formats is usually limited to gif files but on some places (e.g. […]
Tags: apng, Cocoa, gif, ios, ipad, iPhone, libanim, libpng, mng, Objective C, png
Posted in Apple, Cocoa, Development, Featured, iPhone, Monologue, Objective C | 3 Comments »
Thursday, November 12th, 2009
Displaying a details view to show data after the user selects something from a table on the iPhone is pretty much the standard and it sure is useful in many cases. Fact is that it’s not always the fastest or correct way of showing details, specially if the amount of details left to show is […]
Tags: Cocoa, expand/collapse, iPhone, Objective C, Tricks, uitableview, uitableviewcell
Posted in Apple, Cocoa, Featured, iPhone, Objective C | 10 Comments »
Thursday, November 27th, 2008
I’m fairly new to the Objective-C and it might not come as a surprise that I’m only learning it because it’s the default iPhone programming language. What geek owns an iPhone and didn’t at some point want to create its own application? Well for me it’s not just for the personal pleasure, it also my […]
Tags: Apple, iPhone, Notifications, Objective C
Posted in Apple, Cocoa, iPhone, Objective C | No Comments »
Tuesday, November 25th, 2008
Updated on 23/10/2009: I’ve updated the code to fix the bogus regex expressions (wordpress editor striped some bits from them) and also to fix the code since Google changed the signin process slightly. For the more interrested, Google now has 2 cookies/hidden vars instead of 1, the code is almost the same though. A simple […]
Tags: AdSense, C#, Cookies, HttpFox, Login, Objective C, Sign in, WebClient
Posted in .Net, Featured, Linux, Mono, Monologue, Security, Web | 9 Comments »