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

Chapter 5. Understanding HTML5 Forms

In this chapter we take a look at forms using the latest HTML5 technology, including new input types and form attributes. We'll briefly review some of the new input types that we'll be using in our sample forms. From there we'll discuss some of the new attributes in the specification, while also looking at the autocapitalize attribute specifically for mobile devices. Before we dive into our sample forms, we consider the layout of forms on iOS devices and the limitations that come up when interacting with these forms. Finally, we create some sample forms, develop some simple validations, and then style our form specifically for iOS - and WebKit-supported browsers.

Once we've reviewed all of these features and have gone through our sample forms, we should have a solid grasp on HTML5 forms and how they relate to developing a web application for iOS.

Here are the topics that we will cover in this chapter:

  • New HTML5 input types

  • New HTML5 form-specific attributes...