Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ChrisWilder07

macrumors regular
Original poster
Jun 18, 2008
125
0
Would it be possible to make a mobile version of a website and make it an application to go in the App Store? How does that work?
 

Angelo95210

macrumors 6502a
Jan 7, 2009
972
15
Paris, France
Yes you can do that with Ajax, with some Javascript things. The website Remember the Milk for example enables you to use it offline thanks to this, have a look.
 

ChrisWilder07

macrumors regular
Original poster
Jun 18, 2008
125
0
What is Ajax and Javascript? Is that a code language? Could i make an application of a website and write it in the code of objective c?
 

CommanderData

macrumors 6502
Dec 1, 2007
250
3
*facepalm*

I think you need to take a deep breath and start at the top of this forum. There's a lot of reading to do before you can even understand the questions you want to ask.

iPhone Developer FAQ

How do I get started programming on the Mac (or iPhone)

AJAX is technically just a particular style of writing javascript. Javascript has been in use with HTML on web pages to script actions practically since they evolved beyond simple text browsers.

No, you cannot magically turn a webpage into an app. You could create an app that contains a webview to locally display your web pages, or display some pulled from a server.

But what would stop your users from just visiting the mobile site with Safari instead of buying your "app"? Nothing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.