PDA

View Full Version : Requirements for web development for iPhone Mac/Windows?




Amit Jain
Jul 10, 2009, 08:25 AM
Hi All,

Very basic query I am planning to make an iPhone web application .
I just wanted to know about what all is required for web development?

Can I do the web development in windows machine?
Does Apple provide any iPhone plugin so that we can develop web application using Windows ?
What all is required for developing on Mac ?

Regards..
Amit



kainjow
Jul 10, 2009, 08:57 AM
You don't need anything special, but Safari for Windows will help. You can enable Debug mode and set the user agent to Mobile Safari and then resize the window's width to be the same as the iPhone.

fishkorp
Jul 10, 2009, 09:24 AM
Technically, all you need for web development in Windows is to open Notepad. There is no special plugin or toolkit for anything. iPhone webapps are no different from any other web development out there. Many people will use custom javascript and CSS libraries to give the webapps an iPhone look and feel though (like iUI). Webapp development is platform independent and you don't need any special tools. Just a text or HTML editor. And as pointed out, install Safari for Windows to see how it will render on an iPhone. Firefox and IE do not render things the same way.