• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Any resources, books, articles about creating web sites optimised for iphone?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Any resources, books, articles about creating web sites optimised for iphone?

    Hi all,

    Have an opportunity to create a website optimised for iphone users.

    It will differ from a normal website in that the resolution will be fixed and the look and feel will mimic an iphone application in the choice of layout, controls, colours and icons.

    Anyone got any reference websites that are meant to be viewed only with an iphone, any CSS and images I can borrow (cough), any articles and iphone specifics (javascript for iphone safari browser) etc.

    The idea is this website will present data to the iphone user for a client application via the web and must look and feel like a native iphone app.

    Cheers all.

    PS. here's something I found.

    http://phonegap.com/
    Last edited by DimPrawn; 25 January 2010, 12:20.

    #2
    NF has been mucking about with iPhones lately, he'll probably have something for you...
    "I can put any old tat in my sig, put quotes around it and attribute to someone of whom I've heard, to make it sound true."
    - Voltaire/Benjamin Franklin/Anne Frank...

    Comment


      #3
      This might fit the bill: http://www.amazon.co.uk/Safari-WebKi.../dp/0470549661

      And for reference/inspiration: http://www.smashingmagazine.com/2009...ed-for-iphone/
      Where are we going? And what’s with this hand basket?

      Comment


        #4
        http://iwebkit.net/

        Comment


          #5
          Excellent chaps, all good stuff.

          Comment


            #6
            Be careful about the use of Apple images and trademarks because they are keen on this.

            Trademarks and web badges
            Behold the warranty -- the bold print giveth and the fine print taketh away.

            Comment


              #7
              There's always Apple's docs which tend to be pretty good.

              For the kind of thing you're describing, you may well find some of the HTML5 features useful, such as appcache, and also the JavaScript Database API, which gives you access to a client-side relational database. There's also the GeoLocation API, if it should be relevant to your app.

              Much of this stuff is also in Safari on the desktop, which is somewhat easier to debug - make sure you enable the "Develop" menu (there's a checkbox on the "Advanced" tab of the preferences dialog) so you have access to the WebInspector tool, which includes such delights as a DOM inspector, JS debugger, JS profiler, client-side database inspector, network timeline, and so on.

              Comment

              Working...
              X