current location: Home > Download > Learning resources > Web page production > Beginners learn HTML 5 mobile development - for iOS and Android platforms
Beginners learn HTML 5 mobile development - for iOS and Android platforms
Classify: Learning materials / Web page production | Release time: 2018-01-31 | visits: 2902756 |
Download: 248 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 How to Insert Multiple Rows in a MySQL Table with a Single Query?
- 2 Create an API for AG-Grid with Go
- 3 Explainer.js Release .�
- 4 Why Isn\'t My CSS File Updating in My Browser?
- 5 Why is my iframe throwing an \'X-Frame-Options\' error, and how can I fix it?
- 6 How to Replace Emojis with Regex in Go?
- 7 Why does using `t` vs `*t` as a receiver in Go\'s `fmt.Stringer` lead to a dead loop?
- 8 Why Does My Go Web Server Redirect POST Requests to `/myurl` to `/myurl/`?
- 9 How to Convert a Pandas GroupBy MultiIndex Output from Series to DataFrame?
- 10 Why Does `socket.recv()` Stall When the Server Doesn\'t Send Data Back?
- 11 Introduction to NodeJS [Simple Explanation]
- 12 Why Does My CodeIgniter Application Show a \"Unable to Connect to Server\" Database Error and How Can I Fix It?
- 13 Where Does a Reference Live? Understanding Address Attribution in C
- 14 Why Are String Literals L-Values in C/C ?
- 15 Why Does My PHPMailer Get \"SMTP ERROR: Password Command Failed\" When Sending from a Shared Server?
Latest Tutorials
-
- Go language practical GraphQL
- 2135 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3559 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1873 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2681 2024-03-29
Beginners learn HTML5 mobile development - Part i for ios and android platforms from Chapter 1 to Chapter 8. Chapter 1 first introduces the basic principles of HTML4.01, and Chapter 2 introduces HTML5 through a vivid and complex tutorial, which contains a large number of examples and screenshots. Chapter 3 introduces CSS in detail. After that, Chapter 4 further introduces the powerful functions of CSS3, the latest version of CSS.
The first 4 chapters have laid the foundation for HTML and CSS. Chapters 5 to 7 will introduce JavaScript and PHP languages from the basics. You can use them to write your own programs at any time. Then Chapter 8 introduces the MySQL database program that supports PHP, so that the client and server can be accessed through the Ajax communication protocol. Most network architectures now use ajax in the background.
Part II of "Learning HTML5 Mobile Development for Beginners - For iOS and Android Platforms" starts from Chapter 9 to Chapter 11. This section explains how to use the new knowledge you just learned to create user-friendly mobile websites and mobile web applications. Part III introduces iOS and Android SDKs (software development kits) and shows you how to convert the web application from Part II into a standalone application that can be distributed to Apple and Google in the app store.
Beginners learn HTML5 mobile development - for ios and android platforms Table of Contents
Part I Core Technology
Chapter 1 Introduction to HTML
Chapter 2 New Features of HTML5
Chapter 3 Introduction to CSS
Chapter 4 Enhanced Features of CSS3
Chapter 5 Introduction to JavaScript
Chapter 6 Applying JavaScript in HTML5
Chapter 7 PHP Introduction
Chapter 8 Introduction to mysql
Part ⅱ Mobile Device Development
Chapter 9 Developing Mobile-Friendly Websites
Chapter 10 Using the eml e-book platform
Chapter 11 Developing web applications
Part ⅲCreating a stand-alone application
Chapter 12 Install apple sdk
Chapter 13 Creating a stand-alone ios application
Chapter 14 Installing android sdk
Chapter 15 Creating Standalone Android Applications