- HTML5 Web Application Development By Example Beginner's Guide
- J.M. Gustafson
- 188字
- 2021-08-13 16:50:18
Chapter 1. The Task at Hand
"I long to accomplish a great and noble task, but it is my chief duty to accomplish small tasks as if they were great and noble."
– Helen Keller
In this first chapter we will learn the basics of creating an HTML5 application. We will create an application template to be used as a starting point for building new applications quickly and with minimal effort. Then, we'll use that template to create a simple tasklist application. Along the way we will discover how to interact with the user and manipulate the application's user interface. We will also learn about our first new HTML5 feature, the Web Storage API.
In this chapter we will learn:
- The three basic components of an HTML5 application, HTML, CSS, and JavaScript
- Some jQuery basics for those of you unfamiliar with the JavaScript library
- How to initialize an application and handle user interactions
- How to manipulate the DOM to add, remove, change, and move elements
- How to create reusable HTML templates
- How to use the HTML5 Web Storage API to store and retrieve an application's state
推薦閱讀
- MySQL數據庫應用與管理 第2版
- AngularJS Web Application Development Blueprints
- Raspberry Pi for Secret Agents(Third Edition)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- C語言程序設計
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Android項目實戰:手機安全衛士開發案例解析
- JSP程序設計實例教程(第2版)
- Learning Splunk Web Framework
- Mastering OAuth 2.0
- Java 9 with JShell
- 嵌入式C編程實戰
- Getting Started with hapi.js
- 網頁設計與制作
- LabVIEW數據采集(第2版)