Newbie wants to convert a simple website into an iPhone app, am I doomed?
March 10, 2008 6:54 AM
Subscribe
Easy way to turn
my medical calculations website into an iPhone app? I tried fooling around with Xcode...
I have no formal programming experience, but I've picked up HTML, Javascript, CSS, and basic PHP/MySQL. I was reading about the iPhone SDK, and how it'll be "as easy to create an app as it is in Cocoa," so I gave Xcode a try this weekend, complete with beginner tutorials, but it was waaaay over my head. I have no experience at all in C or C++ or anything like that.
Basically what I'd like to do would be to copy all the HTML and javascript files from my website into a big folder and install it on an iPhone, using Safari to run the program. (Many hospitals don't have wireless access, and often have poor cell reception from all the thick walls and lead sitting around, hence wanting to allow people to run it locally.)
Is there a way to just call Safari and say, "open this index HTML file" in Cocoa/Xcode/the iPhone SDK? I'm afraid I don't have the time to pick up C or Object-C, even though I'd like to.
posted by gramcracker to computers & internet (7 comments total)
6 users marked this as a favorite
Technically it's possible to run a local server and point your browser at http://localhost , but for the iPhone, getting Apache to run as a background app apparently will violate Apple's conditions for 3rd party apps (I'd love to be proven wrong on that point).
posted by adamrice at 7:08 AM on March 10, 2008