json php mySQL iphone webService

Youll be glad to know i got it working. I think this is what a webservice is, maybe ive been calling it something else. Ive got the mySQL db sittin on a server in the cloud. There is a php read.php file and a write.php file. The read php file takes the arguments for user and then reads the mySQL db and returns a json string which iphone reads and presents. The write file takes the arguments input by the user and posts them to mySQL db. So is this it? Now im only missing something that the server can use to update a 3rd updatedread.php file that will read… Read More

Continue Reading

Paparazzi Stanford CS193

I’m starting CS193p this new semester again because the Assignment this time around is Paparazzi, a Flickr client which uses CoreData and it’ll be a good experience! I’ve started with the static view controllers and noticed I was a little rough around the edges in alloc/initting view controllers (mainly nav and tabbar). However I got thru it. Then I moved on to Part 2 where you use the plist file to populate the CoreData model which is where I am currently and am stuck! This time around, unlike the Twitter App, we have to use the plist file to populate the db. I’ve got the object model set up, which… Read More

Continue Reading