Search Results

9
votes

Best Cocoa/Mac OS X programming blogs?

I subscribe to planet cocoa which aggregates some other cocoa blogs and I skim through that once in a while. It has a list of blogs it aggr …
0
votes

Accessing a webserver from a cocoa application.

And another way is using libcurl, which comes preinstalled on any OS X system. You'd better make sure System Settings like proxies etc. are respected though if you use this approach. …