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:
-
- Detailed introduction to HTML5 video playback
- First, we introduce the artifact jPlayer: jPlayer, an audio and video player based on HTML5/Flash, is a completely free and open source (MIT) jQuery multimedia library plug-in written in JavaScript (now also a Zepto plug-in); jPlayer allows you to quickly write a cross-platform The platform's web pages support audio and video playback. jPlayer's rich API allows you to create a personalized multimedia application, and therefore has gained support and support from more and more community members.
- H5 Tutorial 2592 2017-07-23 13:49:34
-
- Implement an example of an HTML5 music player
- Technical points: ES6+Webpack+HTML5 Audio+Sass Here, we will learn step by step how to implement an H5 music player from scratch. First, let’s take a look at the final implementation: Demo link Next, let’s get to the point: to be a music player, you need to have a good understanding of the way audio is played on the Web. The audio tag of HTML5 is usually used. Regarding the audio tag, it has a lot Here I will give a general introduction to its properties, methods and events. Attributes: src: required, audio source
- H5 Tutorial 6129 2017-07-23 13:28:16
-
- html5 new network landscape
- Since the birth of HTML5, a standard principle has been established, that is, all technologies must be open and cannot have patents. During the entire period, Opera donated CSS technology, while Google donated it to developers. WebM provides video. This article will take you to see how HTML5 brings a new network pattern. Interested friends can pay attention to it and prepare for development. Current leaders in HTML5 development include Sencha, Adobe, appcelerator, a
- H5 Tutorial 1501 2017-07-23 11:41:47
-
- Basic introduction and practice of AugularJS
- Preface Front-end AngularJS is designed to overcome the shortcomings of HTML in building applications. (Quote from Baidu Encyclopedia) AngularJS uses a different approach. It tries to make up for the shortcomings of HTML itself in building applications. AngularJS enables browsers to recognize the new syntax by using structures we call directives. (Quote from Baidu Encyclopedia) For example
- H5 Tutorial 1373 2017-07-23 11:33:37
-
- css animation production——CSS animate
- Anyone who is familiar with CSS knows that CSS can achieve many beautiful animations, especially its online functions, which can help people solve many animation effects. Today I particularly recommend an online CSS plug-in function - cssanimate. The biggest feature of this is that it allows you to easily achieve beautiful CSS3 animation effects through a graphical interface. Let's take a look at the introduction of this online tool. CSS3 animation production tool interface introduction Timeline Timeline is an important area to guide animation. Just like making frame-by-frame animation, you can adjust each
- H5 Tutorial 3175 2017-07-23 11:18:56
-
- Understanding HTML5 WebSocket
- WebSocket is a protocol for full-duplex communication on a single TCP connection that HTML5 began to provide. In the WebSocket API, the browser and the server only need to perform a handshake action, and then a fast channel is formed between the browser and the server. Data can be transferred directly between the two. The browser sends a request to the server to establish a WebSocket connection through JavaScript. After the connection is established, the client and the server can directly exchange data through the TCP connection. When you get Web Socket
- H5 Tutorial 1515 2017-07-23 11:03:43
-
- Introduction to examples of drawing circles on canvas in HTML5
- Use arc in canvas to draw circular patterns. The function prototype is: context.arc(x, y, radius, start angle, end angle, whether to rotate counterclockwise); so you can draw an arc by modifying the start angle and end angle.
- H5 Tutorial 2326 2017-07-22 09:56:49
-
- Detailed introduction of H5 rich text editor
- Use the H5 global attribute contenteditable to make DOM elements and their sub-elements editable <div contenteditable id="editor"> </div> style code html,body { overflow: hidden; width: 100%; height: 100% ;}* { margin: 0; paddi
- H5 Tutorial 3421 2017-07-21 14:10:04
-
- Knockoutjs+select2 personnel search function code sharing
- HTML: <select class="form-control PersonEmail" id="txtProjectManager" data-bind="options:{text:ICVInfo.ProjectManager,value:ICVInfo.ProjectManager},optionsText:'text',optionsValue:'val
- H5 Tutorial 2169 2017-07-21 14:07:47
-
- Introduction and usage of AngularJS 'routing'
- This is some learning material from the editor. In theory, it is only for your own future learning needs, but the following content still needs to be taken seriously for reference only. Please use it with caution to learn the definition concept of "routing" in AngularJS. AngularJS has been really popular recently, and there are many Colleagues, classmates, and friends are all using it. I don’t recommend learning it. When I hear the name, I get very excited about it. I won’t explain what AngularJS is. It’s still very interesting. Here I recommend a learning website and tutorial for beginners. Although many of the tutorials in it are very simple, and many of them don’t have
- H5 Tutorial 1318 2017-07-21 14:05:30
-
- Develop Vue using vue-devtools
- Preface: Since Vue is data-driven, there is nothing that can be parsed by viewing the DOM structure during development and debugging. But with the help of the vue-devtools plug-in, we can easily parse and debug the data structure. 1. Download the chrome extension plug-in GitHub download address: https://github.com/vuejs/vue-devtools It is recommended to use the npm Taobao image and follow the dependency package address: http://npm.taobao.org/ command line installation
- H5 Tutorial 2486 2017-07-21 13:47:23
-
- JS desktop application development tutorial
- Preface This article is about various problems encountered in the development of nw. It is only recorded for memo and some solutions for people who have encountered the same problem. 1. The window field in package.json is invalid. Reason: The window field in package.json is only valid when the main field is *.html or an external URL. It is invalid when it is *.js. { "name": "blog", "main": &
- H5 Tutorial 5905 2017-07-21 11:18:32
-
- Getting started with vue basics
- Vue.js is a progressive framework for building user interfaces. Unlike other heavyweight frameworks, Vue adopts a bottom-up incremental development design. Vue's core library only focuses on the view layer. It is not only easy to get started, but also easy to integrate with third-party libraries or existing projects. On the other hand, Vue is also fully capable of powering complex single-page applications when combined with single-file components and libraries supported by the Vue ecosystem. If you know something about Angular, it will be very easy for you to learn Vue. Because on the one hand, you are interested in angu
- H5 Tutorial 1766 2017-07-21 09:16:50
-
- HTML5 new knowledge
- 1. The main new semantic tags in h5 are as follows: 1. header page header, page header 2. nav page navigation 3. atricle an article 4. section chapter in the article 5. aside sidebar 6. footer bottom of the page , the PC side of the footer is compatible with h5 new tags, introduce the js file <script type="text/javascript" src="//cdn.bootcss.c into the page
- H5 Tutorial 1953 2017-07-21 09:16:29
-
- Let me take you to understand what is HTML5?
- Nowadays, H5 is becoming more and more popular among enterprises or developers. It has become an indispensable tool for online promotion. I believe that many friends still don’t know what H5 is. This article will tell you about it. These are some classified questions about H5, allowing you to further learn and develop. Friends who are interested can pay attention to learn more. The first stage: the primary stage. The slideshow method means that you can see the PPT on your mobile phone. This method is actually very simple. What you need to know is that there are online template applications, which basically takes a few hours or even more. short. H5
- H5 Tutorial 1975 2017-07-20 21:00:54