Search Results

2
votes
3answers
750 views

Pattern for wrapping an Asynchronous JavaScript function to make it synchronous

I'm working with a JavaScript API where most of the functions are asynchronous. The API is the W …
11
votes
4answers
5k views

Available iPhone Web Application JavaScript UI Library/Frameworks

I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there. …
3
votes
6answers
1k views

Best Cocoa/Objective-C Wrapper Library for SQLite on iPhone

I'm developing for the iPhone and am looking for a good Cocoa/Objective-C library for working with SQLite. I don't want to use the standard procedural SQLite C API. I see options at …
3
votes

Hidden features of Objective-C

Object Forwarding/Method Missing When an object is sent a message for which it has no method, the runtime system gives it another chance to handle the call before giving up …
0
votes

Ruby on iPhone

rhomobile is an option to run ruby code on the iPhone, but it's essentially web app development. A web server runs locally on the iPhone and your …