Web development for iPhone

I'm looking to develop a web site for use by the iPhone. Is there a best practice around development? Should I be detecting and redirecting to a dedicated location (http://iphone.name.com), or detecting and using an iPhone friendly CSS file?

Apple offers extensive documentation and guidance for application and web development for the iPhone, and an iPhone software development kit will be available early next year.
You can register at no charge to be an 'entry level' developer and gain access to the iPhone Development Center by going to this page. The iPhone Reference Library, Tech Talk Videos and sample code projects are all available once you have logged in using your Apple ID.

Similar Messages

  • Need web developer for Firefox 8

    I have Firefox 8.0.1 and really need the 'web devloper' addon. when trying to download it, it says it isn't for Firefox 8.0.1.
    Is there an updated 'web developer' for vs 8.0.1?
    If I uninstall vs 8.0.1 and download an older version, will I lose my bookmarks, etc?
    Thank you,

    Checking for updates doesn't seem to be working at this moment.<br />
    I did some testing and I do not see a response.
    You can download the extension and edit the file install.rdf in the XPI file (ZIP archive) and change the maxVersion to 9.0 or more.
    *http://kb.mozillazine.org/Editing_an_add-on_to_change_its_compatibility

  • Downside of developing for iphone with AIR?

       I've developed a few games with flash and have wanted to try my hand at some mobile apps. Most of my games are point and clicks and since I already know AS3, AIR  seems to be a pretty good option.
    I've asked about Android- which I plan on targeting first- and it appears a major downside is that many AIR apps woud require additional software on older phones and that the required software is a bit of a space hog.
    What are the downsides for developing for iphone? Does IOS require special software to play AIR apps? Do they run particularly slowly on the iphone?

    Whether Flash would be the best tool might depend a lot on whether you know Flash, what kind of game you're doing, and whether all of the features you need to do can be done. For example, if having Game Center and iAds is vital, then you wouldn't want to use Flash for the time being.
    Flash based apps on iOS do include the AIR runtime engine, but it isn't an external engine that gets installed once into the system, each app would have a copy of the engine. That's good, in that you don't have to worry whether someone installing a later app might cause your app to stop working. It does mean that each app is a few megabytes bigger download than the Android equivalent.
    On Android, the when a user downloads an AIR based app for the first time, they automatically get given the AIR runtime too. After that, any AIR apps that use the runtime that is already on the device only has to download the app itself, unless the app requires a later version of AIR, in which case the user is prompted to download the later version of AIR. It's not too painful a process.
    People have requested that the AIR runtime be part of the APK, and I think that will be done one day, but not in the near future.

  • How to promote my book "Beginning Web Development for Smartphones" on iBook

    I have published a book "Beginning Web Development for Smartphones" on iBookStore. The book explains how to use PHP, MySQL and jQTouch for developing mobile web applications. Can anybody guide me the way to promote the above said book?

    See this -> https://linkmaker.itunes.apple.com/us/

  • No vector images in web-app for iPhone !?

    Hello
    I am developping a web-app for the iPhone
    as the bandwith is low (in edge mode) I want to use vector images instead of bitmaps (gif, png ...)
    - but flash (.swf) is not supported
    - SVG is not supported, only Canvas is supported
    - but no "Canvas editor" is available (I don’t want to draw icones using hundreds of javascript lines ! )
    - and no "SVG,SWF -> Canvas" convertor is available
    Am I wrong ?
    Is there any solution ?
    Is 1.1.3 now solving the problem (SVG now supported ?)
    thank you for your help
    Michel

    additional remark:
    I made some tests, a vectorized icon could be 30 times smaller (and therefore faster to load) than its ".png" version !
    15ko in edge mode = about 1 second to wait ...

  • How to setup AutoFill as a web developer for IPAD (html)

    Hey all,
    This is my 1st post on Apple's Forums. Not sure if i can get web-develment info here on Safari but gonna try.
    So I trying to get AutoFill working as a Web Developer across different browser platforms for a contact form webpage.
    We are esp interesting about mobile to make it easier to fill out hte long contact page on mobile phones which would improve our website's success.
    I got IPHONE AutoFill working on a simple HTML contact form.
    But on the same webpage form, IPAD I'm having a heck of a time trying to get the AutoFill working.
    My User Agent is:
    Mozilla/5.0 (Ipad: CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KTHML... Like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53
    Here are all the bases I cover for Safari and other browsers:
    1. Some use regex on the input name attr. so like an attribute of <input name="firstname"/> or fname,etc helps some browsers figure out the context for AutoFill.
    2. Chrome uses a nice context attribute 'autocompletetype="given-name" so dont need to depend on the browser to figure it out via Regexes. also threw on x-autocompletetype maybe if some browsers are viewing it as experimental and decide to implement it as an 'experimental' attribute. This works well for Chrome/Desktop browser.
    3. Also added Placeholder text as some places recommended it.
    4. The label's text is also named nice if some browsers do a regex on the label text to provide context <label for="firstname">First Name</label> <input id="firstname" name="firstname" /> (dont know of any specific browsers that do this... just saying, all bases are covered)
    Here is my super basic form that covers all of those:
    https://dl.dropboxusercontent.com/u/36600570/html-autofillform-test/index.html
    Yet on the IPAD, I don't see the Autofill button on the keyboard when I click on the 'First Name' input like how IPHONE has it (and yes Autofill is turned on in the Settings->Safari->Passwords&Autofill area, and right below that 'on' setting, I picked my contact to associate AutoFill in which has my name/address/phone/email info).
    Why does Ipad-Safari not AutoFill like its supposed to. Do others get that AutoFill button on their IPAD testing the website above and if so, what version are you using (can get version by going to http://www.whatsmyuseragent.com/)
    Thanks for any advice!,
    Ari

    Don't think there's an automatic way to do this, but if you tap the top right corner of your screen it should take you straight to connectivity and you can disconnect wifi there ? Also why do you want to disconnect from the web, is it to save battery or data charges ? A 'smartphone' is of little use without a data package !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Tutorials to learn game development for iPhone

    Hello
    What is the best way for a c# web developer to learn game programming for the iPhone, iPad, etc?

    Apple has several examples of basic OGL ES on the iPhone Developer page be sure to look at those. Also note that if you choose OGL ES as your basic program in Xcode it will create a basic program with all the of the framebuffer housekeeping pre-wired for you so you don't have to slog through that.
    Other good sources are the keepers of OGL ES themselves Khronos: http://www.khronos.org/opengles/
    Also worth checking out is the maker/licensers of the graphics Apple actually uses in the phone PowerVR MBX: http://www.imgtec.com/PowerVR/insider/powervr-sdk.asp
    Good luck,
    =Tod

  • Web page for iphone in iWEB

    A good enhancement to iweb would be to have a model to make a mobile-friendly web site. Somebody knows whether this is in the plan of Apple to provide framework in iWeb to make a web page adapted for iPhone and other smartphone?

    Jacques ~ Welcome to the Support Communities. We're just users like yourself here — so we don't know what Apple's plans are. Alternatives to iWeb adapt their site content to smartphones, e.g.
    http://blog.weebly.com/2/post/2010/12/your-websites-are-now-mobile-friendly.html
    And iWeb's future is unclear:
    https://discussions.apple.com/message/15500319#15500319

  • Web Apps for iPhone Testing Anyone?

    Howdy,
    I got my post removed because it was was regarded "advertisement". My company developed an iPhone Chat service and have noticed that Apple does not have any developer forums. Perhaps one of yous can direct us in the right direction. We would like iPhone users to test our iPhone web app, but do not want to "advertise" any further.
    Thanks,
    Diego
    Message was edited by: Host

    http://www.apple.com/iphone/webapps/

  • OSX Lion is real Slow, was it developed for iPhone apps vs iMac

    I'm concerned that the new OSX Lion is developed for the new market of iphones and Apps not the graphics power of a desktop.
    All the graphics and tools have slowed down terribly. Even the windows move as you would want for your iphone but not for your computer.
    This is terrible. Are there any preferences in OSX lion given to the user to remove some of these terrible programming mistakes.
    I have a 3.06 GHZ intel Core 2 Duo
    8GB MEmeory
    ATI Radeon HD 4850
    Mac OS XLion 10.7.2

    OS X Lion is developed for Mac's, iOS is developed for iDevices.  Although I agree Lion is more iOS like than any other previous version of OS X.  What "terrible programming mistakes" are you looking to remove?

  • Newbie for development for iphone

    Hi there, I wan to start to develop apps for iphone..after few round of research, I know I need basically 2 items to staff: A Mac machine and iphone SDK.
    The question is which mac should i get of which more suitable for development?
    1) Mini Mac
    2) Macbook
    3) IMac
    Im thinking of Mini Mac, as it is cost effective but Im not sure if it is good enough for development. Any expert advise pls? Appreciate your help.
    Note that Im new and never use an Mac before.

    Go for the cheapest (Mac Mini) as it will be good enough for your needs.
    If development goes well and you sell a few apps or love developing soooo much, you could always buy another machine in the future.
    PS It would be a good idea to have an iPhone too - most of your testing can be done in simulator but not all.

  • How do I recommend a game to a developer for iphone?

    I would like a fallout type game for iphone. Can someone tell a developer or develop one?

    If you use the same apple ID on both devices you can download the game for free to your iPad from the App Store.

  • Web development for C or C++ hackers?

    I was wondering if there is some kind of web framework like django for C and C++ programmers.
    I already know quite well those two languages and I know how long it takes learn a language WELL (overall if complex and liberal as C++),
    so I was wondering if I could start web development with those languages.
    Or it is better I start studying Python?
    Advices? Ideas?
    thanks

    I'm not sure it's "scary". It's certainly more work to do properly
    You basically have 4 options:
    A) Use CGI. Simple, because your app is spawned once per request. So, there is no real need to do advanced resource management. OTOH, it's kinda slow - because a new process is spawned for each request. Wikipedia is your friend - http://en.wikipedia.org/wiki/Common_Gateway_Interface
    B) Use FCGI. More complex. Your app stays resident and communicates with the web server via a socket (UNIX or TCP/IP). Read introduction, and find a nice C++ lib, at http://cryp.to/publications/fastcgi/
    C) Write a "native" web server module -- the howto will differ wildly between servers.
    D) Write your own web server with the app baked in. Ouch.

  • No computer,How do I download a web browser for iPhone

    I have an iPhone , and need a browser... I do not own a
    Computer.

    Actually it is due to restrictions that there is no version of Firefox for iOS.
    https://wiki.mozilla.org/Mobile/Platforms
    iPhone/iPad/iPod
    '''We have no plans to release the full Firefox browser for iOS. The iOS SDK agreement requires apps to use Apple's own JavaScript engine''' (or none at all, like Opera Mini which downloads pre-rendered pages from Opera's servers and cannot run JavaScript code in the client). Because of this, w'''e have no supported way to distribute Firefox's rendering and JavaScript engine to iPhone users.'''
    However, you can download Firefox Home for iPhone, an iOS app that uses Firefox Sync to deliver Firefox bookmarks, browsing history, and tabs to your iPhone or iPod Touch.

  • Cool copy/paste web app for iPhone

    Hi, check the Clippy web app from http://clippy.soft-use.com/ that supports copy/paste between webpages in iPhone.
    Its really cool.
    Here is a link for the Youtube video: http://www.youtube.com/watch?v=v_N6JOY4TFg
    It can copy images and url links from the webpage. it stores all your clips online so that you can access them later from PC/Mac.
    Its really worth it, specially after no news from apple for copy/paste..

    Well its not at all bad, and i would say that the interface it a lot better than previous ones.
    and even you email link to someone, you can't specify the text that you are refering to so you can be more specific and it also contains internal links and images that makes it to the point..

Maybe you are looking for

  • System Monitoring and CCMS Monitors

    In our production environment we have working CCMS Monitors set up thru RZ20. However if I go to solution_manager->system monitoring->operations tab, there are no alerts displayed on the page. Does system monitoring use the same backend as CCMS Monit

  • Delete Repeat of the last delta without messing up the daily delta load

    Hi By a mistake we have loaded data from PSA twice in our data targets. It's a delta load, so my question is can we delete the data update 'Repeat of last delta' without destroying the daily delta load. br, John

  • Flash Banner has two hyperlink, how do i make that work in iweb?

    I created an iframe for a banner. It works great. However, the flash banner has two different links depending as to when you click on it it can take you to one of two sites. When using iFrame, the new windows open within that frame. Is there a way to

  • Spell check crashing ID

    We create a monthly current events newsletter that contains many suggested urls for teachers to visit. The entire document is about 32 pages long. When I spell check the entire file (prior to sending it out) there is a mix of regular text and urls in

  • Simple yet doesn't work when ctrl enter to view it

    I am using flash cs4 and I have two movie clips frontpage (which is the front of a sheet of paper page 1) and backpage (which is the back sheet of a page 1). I am trying to get frontpage to flip over to backpage. I have 62 frames in the movie which i