Jump to content

iPhone API for updating website listings?


xeelogix

Recommended Posts

Dear friends,

This is my first post on this forum and hope i will get lot of help from this.

I have to do a task which i have not done before. My client need an application for iphone thru which he can update his listing records on website

Just i need a CMS type module for his iphone, But i have no idea about this.

I need some help about this that what i need for implementing this?

Any one please who know about this that how can i do this for my codeigniter website.

 

Very thanks to all

 

Cheers

Link to comment
Share on other sites

Welcome!

 

There are two types of iPhone applications. Web applications, which are run through Safari, and native apps (like the sort you buy through the App Store).

 

If you're going for web apps, just create your a PHP script that does the updating, host it on your server then place a bookmark on their iPhone pointing to your script. If they want an "iPhone" feel to their applications, check out http://code.google.com/p/iui/ which is a great set of javascript and CSS files. You drop it in, make a few unordered lists (eg. <ul><li>Testing</li><li>Hello</li></ul>) and your site looks and behaves similar to an iPhone. I used it for the iPhone version of my website (http://iphone.solidinc.org) and it was dead simple to use! Also see Apple's documentation on making web apps http://developer.apple.com/safari/library/codinghowtos/Mobile/GraphicsMediaAndVisualEffects/index.html

 

If you're looking at making a native iPhone application that has all the cool stuff like GPS that isn't run through Safari, it gets more complicated. You have to own a Mac with Mac OS X, download the iPhone SDK, develop it in Object-C, submit it to Apple for approval, get it in the store blah blah blah and it's more hassles than it's worth.

 

So I say the web app is the way to go. It's just a standard HTML page that has CSS, Javascript, whatever else you need, and you simply host it on your own site and tell your client to go there in Safari. Easy!

 

Hope that helps.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.