Book Image

HTML5 iPhone Web Application Development

By : Alvin Crespo
Book Image

HTML5 iPhone Web Application Development

By: Alvin Crespo

Overview of this book

<p>Create compelling web applications specifically tailored for distribution on iOS Safari. Work through real world examples with references, and in-depth discussions on the approach; including its benefits and drawbacks.<br /><br />"HTML5 iPhone Web Application Development" strives to teach all levels of developers, beginners and professionals, the process of creating web applications for iOS Safari. Utilizing current industry standards for frontend development, learn to take advantage of HTML5, CSS3 and JavaScript to create compelling software.<br /><br />Start with reviewing current industry standards for frontend development, and end with creating a native application using the same codebase.</p> <p>Your journey will begin with an overview of current industry standards for frontend technology, quickly moving to solve real world issues; from creating a resizable or responsive gallery, to creating a single page application that utilizes the popular Backbone.js framework.</p> <p>"HTML5 iPhone Web Application Development" aims to make you an expert in developing web applications for the iOS Safari platform.</p>
Table of Contents (17 chapters)
HTML5 iPhone Web Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up the development environment


As with any workflow to creating software, our development environment is critical. So, let's take some time setting up the environment preferred by many engineers to create native applications. In this section, we'll go over the installation of Xcode, and an overview of the Integrated Development Environment (IDE). We'll continue by setting up the PhoneGap framework and lastly look at how the iOS Simulator plays a critical roll in testing our app. As a bonus, we'll look at configuring our application to fit our needs in this chapter. So let's get started.

Getting started with Xcode

Xcode is the preferred IDE for native application development on the iOS operating system, as it is actively supported by Apple and specifically tailored to the OS X and iOS operating systems. The IDE is provided by Apple and can be used to create Mac OS X, iPhone, and iPad applications. While it can also be used for other various types of development, these three platforms...