- 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
推薦閱讀
- TypeScript Essentials
- 我的第一本算法書
- MATLAB應用與實驗教程
- Scratch真好玩:教小孩學編程
- 網絡爬蟲原理與實踐:基于C#語言
- 大學計算機基礎(第2版)(微課版)
- SQL Server 2012數據庫管理與開發項目教程
- EPLAN實戰設計
- Kinect for Windows SDK Programming Guide
- 深入RabbitMQ
- Python算法從菜鳥到達人
- Mathematica Data Analysis
- Mastering JavaScript Design Patterns(Second Edition)
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Python High Performance Programming