Category: Programming

0

Gardening with Drupal

Drupal is pretty cool right? Probably if you say no then you should go read something else 🙂 One of the cool things Wrodpress has for it is template driven free hosting services. You...

0

Top 10 iOS-Xcode Things I Constantly Forget

I mess around with a bunch of different programming languages. There’s always things you forget how to do as you switch between PHP, Java/’Droid, HTML-CSS-JS, and Obj-C. Rather than constantly google the same thing...

0

Drupal Galleries – Old Times…

Here we are again. Maybe I am obsessed with pictures, but every time I install Drupal I head back to the woodshed for an adventure with Drupal galleries. Here I am again – 1/29/2013...

Using RestKit with HTTP POST Operations 2

Using RestKit with HTTP POST Operations

In my previous article on RestKit I showed how to use HTTP GET with JSON to access remote APIs like Twitter and BestBuy’s open APIs. That’s some really cool stuff, but now I want...

3

Parsing JSON and Object Mapping with RestKit

So now that I’ve got the basics of getting data, what’s a guy to do? Parse it baby! I’m going to be sticking with some pretty basic tasks around store and product location searches....