Tag Archives: networking

HTTPClient — If you’re ever doing any amount of web service calls in your app, HTTPclient, from the developer of the site specific browser Fluid will come in handy. It lets you issue HTTP requests of any type, allows you to set and read all the headers and you can even save requests as files and replay them later. 8/10/10

speedlimit Slows your iPhone Simulator to 3G and Edge Speeds

speedlimit is a Mac OS preference pane to slow your connection speed down to 3G, Edge or slower, to facilitate iPhone/iPad app testing in the simulator. Continue reading

Posted in Code | Tagged intermediate, networking, utility | 3 Comments

Simple iOS Networking with ThoMoNetworking

ThoMoNetworking is a simple Objective-C networking class for Mac and iPhone/iPad development to allow client/server communication on a LAN via Bonjour. Continue reading

Posted in Code | Tagged intermediate, networking | Leave a comment

Seriously Brings Easy HTTP Workflow to Objective-C

Corey Johnson’s Seriously library simplifies HTTP calls to REST services in Objective-C with blocks, automatic NSOperation queuing and added JSON parsing. Continue reading

Posted in Code | Tagged blocks, HTTP, intermediate, JSON, networking | Leave a comment