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:
-
- Page pagination subscript generation code (PHP backend method)
- :This article mainly introduces the paging subscript generation code for web pages (PHP back-end method). Students who are interested in PHP tutorials can refer to it.
- H5 Tutorial 1749 2017-06-07 14:32:19
-
- HTML5 slideshow system: H5Slides
- H5Slides is a lightweight slideshow system based on HTML5. In the past, when we presented slideshows to customers, we also needed to install ppt software on the machine. Sometimes the installation failed due to version issues, affecting the progress of the presentation. But if you can use a browser to play ppt, then all this will be much simpler..., HTML5 China, China's largest HTML5 Chinese portal.
- H5 Tutorial 2009 2017-06-03 10:06:11
-
- In-depth understanding of HTML5
- H5 advertising, including the design process of H5 advertising, what are the details and stages. In order to help more people understand H5 advertising, I made a special handout. At the same time, I unexpectedly received very good feedback and recognition! This is a great encouragement to me! There are still many imperfections in my lecture notes and need to be solved..., HTML5 China, China's largest HTML5 Chinese portal.
- H5 Tutorial 1756 2017-06-03 10:05:07
-
- How to maximize HTML5 performance
- Since the actual running environment is in the browser, the performance also depends on the efficiency of the JavaScript interpreter. The specified FPS frame rate may not be reached in a low-performance interpreter, so this part is not something that developers can decide. Developers can What is done is as much as possible through optimization, on low-end devices or low-performance browsers..., HTML5 China, China's largest HTML5 Chinese portal.
- H5 Tutorial 2155 2017-06-03 10:04:10
-
- Quickly play with web page styles
- You want to share a product, a portfolio, or just inspiration on your website. Before you post it online, you want it to look attractive and professional, or at least look like it. So what should you do next? ..., HTML5 China, China's largest HTML5 Chinese portal.
- H5 Tutorial 1629 2017-06-03 09:56:58
-
- How to use flv.js? Comprehensive interpretation of flv.js code
- The code of the flv.js project has a certain scale. If you want to study it, I suggest starting with demux. Once you understand demux, you will master the key steps of media data processing. The previous media data download and the subsequent media data playback will become easy to understand. Got it
- H5 Tutorial 8852 2017-06-02 23:38:42
-
- Detailed explanation of html5 local storage storage instance
- HTML5 storage provides a way for websites to store information locally on your computer and retrieve it when needed later. This concept is similar to cookies, but the difference is that it is designed for larger capacity storage. HTML5storage provides a way for websites to store information locally on your computer and retrieve it when needed later. This concept is similar to cookies, but the difference is that it is designed for larger capacity storage. The size of the cookie is limited and each time you request a new page
- H5 Tutorial 1741 2017-05-31 15:49:30
-
- What are the new features in HTML5.1?
- The release of the HTML5 standard two years ago was a big event for the web development community. Not only because it contains an impressive series of new features, but also because it is the first major version update to HTML since the HTML 4.01 standard was released in 1999. You can still see some websites boasting that they use the "modern" HTML5 standard.
- H5 Tutorial 2044 2017-05-31 15:47:46
-
- Detailed explanation of examples of main element in h5
- The <main> element has been officially added to the W3CHTML specification. At this point, the definition of this element has been very complete, so now it is time to take a deeper look at when it is appropriate to use the <main> element. That...
- H5 Tutorial 3485 2017-05-31 15:41:42
-
- Share an example tutorial on using h5 to call the camera to take pictures
- Technology is advancing all the time. Our needs are also changing all the time. Recently, during development, I encountered the problem that users need a personal image when registering an account, and the website provides an automatic photo taking function. Also, after logging in to the computer, when logging in on the mobile phone, you only need to scan the QR code on the computer to log in. This is extremely difficult for a network. The advancement of technology has led us to encounter HTML5. The simple and crude demonstration below is to complete these functions directly by looking at the code:
- H5 Tutorial 5751 2017-05-31 15:20:39
-
- Share an example tutorial of localStorage in html5
- Use HTML5 storage to save data. I made a small tool to use this new feature. Need description: Sometimes I find a good English expression or an unfamiliar word, and I always want to write it down, but after a few days I can’t remember it, let alone use it.
- H5 Tutorial 1480 2017-05-31 15:09:54
-
- Detailed explanation of several examples of html5 storing data on the client
- HTML5 introduces application caching, which means that web applications can be cached and can be used even when there is no network. Application cache has three characteristics: Offline browsing Cached resources load faster Reduce server load, the browser will only download updated or changed resources from the server
- H5 Tutorial 2327 2017-05-30 10:40:48
-
- What is the principle of resume transfer? How to use html5 to achieve breakpoint resume upload of files
- HTML5's FILE api has a slice method that can split BLOB objects. The front end obtains the corresponding file through the FileList object, divides the large file into segments according to the specified division method, and then passes it to the back end piece by piece, and the back end splices the files piece by piece in order.
- H5 Tutorial 1752 2017-05-30 10:36:32
-
- Detailed explanation of how to distinguish between html5 offline storage and local cache instances
- There is a web application with three files index.html, a.js, and b.css. Now it is necessary to cache the js and css files. 1. Add <html manifest="test.manifest"> to index.html 2. Manifest list The format is as follows
- H5 Tutorial 3427 2017-05-30 10:26:12
-
- How to use HTML5's Page Visibility API to achieve focus js events
- The current window gets the focus js event. Before HTML5 was released, we used window.onfocus and window.onblur to gain and lose window focus.
- H5 Tutorial 2103 2017-05-30 10:06:10