current location:Home > Technical Articles > Web Front-end > H5 Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- A preliminary understanding of the basic structure and tags of HTML
- 1. Preliminary understanding of HTML HTML is a hypertext tag language, and the browser is a tool used to "interpret and execute" HTML source code. Basic structure of HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> &l
- H5 Tutorial 2259 2017-06-23 14:51:11
-
- Canvas learning series 1: First introduction to canvas
- Recently, you have started to learn canvas, and you plan to record some notes and summaries of the entire learning process of canvas. If there are any deficiencies, please point them out. 1. Introduction to canvas The emergence of the Canvas element can be said to open the door to drawing animations and graphics in the Web world. Its function is very powerful. The canvas element is the most powerful element in HTML5. Its ability is mainly through the Context (drawing context/drawing environment) in Canvas. ) shown by the object. The object is derived from
- H5 Tutorial 1662 2017-06-23 14:50:41
-
- Angular-command collection
- 2017-06-08 Angular directive. ng-init: initialize data Use the = symbol in the attribute value to separate the variable value, user; and var cannot be used. ng-app: Enable angular application mode, a page can only appear once There can be attribute values, but the item must be defined in js. If there is no attribute value, it can be used directly in the view. ng-model: two-way data binding ng-b
- H5 Tutorial 1846 2017-06-23 14:48:40
-
- WebSocket+MSE——HTML5 live broadcast technology analysis
- Author | Liu Bo (also Paiyun Multimedia Development Engineer) Currently, in order to meet the relatively hot demand for live broadcast on mobile web, a series of HTML5 live broadcast technologies have been rapidly developed. Common live streaming technologies that can be used for HTML5 include HLS, WebSocket and WebRTC. Today I will introduce to you the technical points related to WebSocket and MSE, and finally demonstrate the specific usage through an example. Article outline Introduction to WebSocket protocol WebSocket Client
- H5 Tutorial 4290 2017-06-23 14:45:59
-
- of-model of-show
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <script src="http://apps.bdimg.com/libs/angular.js/1.4.6/angular.min.js?1.1.10"></script> </head> <
- H5 Tutorial 2017 2017-06-23 14:45:37
-
- Move the database from the server to the browser--indexedDB basic operation encapsulation
- It is a matter of course that the database belongs to the server, but sometimes the data may not need to be stored on the server, but the data is also recorded one by one. What should I do? Today I will lead you to experience a new feature of H5 - the charm of indexedDB. You can't help but sigh - incredible! 1. Link to database IndexedDB does not have the concept of creating a database. You can directly link to the database. If the database you link to does not exist, a database will be automatically created. Look at this example below. <
- H5 Tutorial 1847 2017-06-23 14:04:45
-
- Use JSSDK to obtain geographical location from web pages
- Copy a copy of the JSSDK environment and create an index.html file with the structure as shown in Figure 7.1. Figure 7.1 Section 7.1 file structure is in location.js, encapsulating the "getLocation" interface, as follows: 01 wxJSSDK.location = function(locationApi){02 if(wxJSSDK.isReady){ //w
- H5 Tutorial 3765 2017-06-23 14:00:55
-
- Teach you a technique to quickly build a website
- H5 Tutorial 3146 2017-06-23 13:38:58
-
- Implement a high-quality H5 responsive website example
- H5 Tutorial 2121 2017-06-23 11:54:53
-
- What aspects should be paid attention to when building H5 responsive website?
- H5 Tutorial 1424 2017-06-23 11:52:48
-
- What are the requirements for H5 responsive website design?
- H5 Tutorial 1719 2017-06-23 11:50:25
-
- How to make an H5 responsive website?
- H5 Tutorial 2343 2017-06-23 11:38:36
-
- What is responsive website design?
- H5 Tutorial 2258 2017-06-23 11:34:19
-
- Combining Gaode map + canvas drawing to realize a small project
- A friend of mine commissioned a startup project before and wanted me to help. I happened to have some free time at that time, so I agreed half-heartedly. After joining the team, I discovered that the front-end and back-end of the project were separated. The back-end engineer was already in place to mainly implement the interface, and the IOS-side engineer was also in place. There was still a web front-end engineer missing. A chill ran down my spine. Although I had written some js and css before, although I had some skills, I was still far from being a front-end engineer. After explaining the situation to my friend, my friend was bold and asked me to give it a try. The main reason was that he couldn't find anyone (it's also possible that the current quotations for front-end engineers are too expensive, and starting a business,
- H5 Tutorial 4507 2017-06-23 11:12:09
-
- Example tutorial of h5History mode
- Recently I saw the implementation of vue-router's HTML5 History mode routing, and then I went to study the HTML5 History. Here are some of my understandings. By the way, I used jquery to write an implementation similar to the HTML5 History mode router in vue-router to achieve Practice and become familiar with familiar purposes. 1. history.pushStatehistory.pushState(state, title, url);
- H5 Tutorial 2090 2017-06-23 11:10:27