0

Hii Friends,

i m newbie to iphone development , i have to design a iphone webapp,have found these three have the best features, 

Plz point out these pros and cons of these mobile frameworks?

Does php is needed for form processing or we can use xml,feeds etc?

Karthikeyan
  • 1,790
  • 12
  • 19
  • please post some info about your app scenario. It's hard to give you some peace of advice without some details. – microspino Oct 26 '10 at 17:46
  • yes sure & thanks, My app is to create a college alumini site where users can access feeds, articles etc. does php is needed or i can use client side storage? – Karthikeyan Oct 26 '10 at 17:51

1 Answers1

1

You can find a little survey here. Also, I suggest you to look at this answer from the user Adrian Kosmaczewski here, and at his slides (see the link inside the his answer).

Then...

If you don't want to code it yourself: A good solution would be to use Wordpress with this or some other mobile plugin. You will easily get a robust blog/cms(sort of), feeds and a lot more.

If you want to code It yourself: Any server side technology could be good but I'm a strong fan of ruby and rails. I will add to It jquerymobile because it have John Resig (jquery creator and lead developer) behind :) and because supports a lot of mobile platforms.

Community
  • 1
  • 1
microspino
  • 7,693
  • 3
  • 48
  • 49