current location:Home > Technical Articles > Web Front-end > H5 Tutorial

  • Summary of how to use Uploadify
    Summary of how to use Uploadify
    HTML5/CSS3 classic case - drag-and-drop image upload without plug-in (1): Uploading is basically a common occurrence in projects, generally using: 1. form submission 2. flash3, html5form submission will refresh the page, and it is difficult to upload asynchronously; flash Maybe it’s because I use it more often, because it can take into account almost all browsers. I have always used jquery’s uploadify as the upload tool in the project. Uploadify is also based on HTML5 and seems to be paid. You can go to the official website to take a look; of course Already...
    H5 Tutorial 4264 2017-06-13 10:20:56
  • Summary of 3D focus map function definition and usage
    Summary of 3D focus map function definition and usage
    This is a 3D focus map animation based on HTML5 and jQuery. The images in the focus map use the relevant features of CSS3 to achieve the image tilt effect, thereby giving the image a 3D visual effect. This HTML5 focus map can not only manually click the button to switch pictures, but also supports automatic switching of pictures, which is also very convenient to use. If you need to display product images on your website, then this focus image plugin is perfect for you. Online demo source code download HTML code<section id="dg-container...
    H5 Tutorial 1741 2017-06-13 10:20:53
  • Summary of definition and usage of custom element functions
    Summary of definition and usage of custom element functions
    XML namespace indicates the usage range of XML names. Because XML can customize element tags, there is a high chance that XML names will overlap between different XML applications. Without a way to differentiate between names that don't apply, confusion would result. XML namespaces are designed to solve this problem. Through the XML namespace, we can distinguish the XML names from different XML applications. .
    H5 Tutorial 2091 2017-06-13 10:18:10
  • Summary of related usage of html5 player
    Summary of related usage of html5 player
    The players we see on the web are nothing more than WMP/RealPlayer/Flash Player. The others are just different panels or have other controls added. Some players installed on the computer are also the integration of encoding and decoding. The core encoding and decoding technologies are the same. For example: the most popular windows media streams on the Internet (asf, wma, wmv formats), Real streams (rm, rmvb formats), and MPEG series encoding formats (MP4, MP3 formats). Below is the admin...
    H5 Tutorial 3275 2017-06-13 09:57:07
  • Detailed introduction to mouse animation
    Detailed introduction to mouse animation
    Today we will share some interesting HTML5 mouse animations. When we move the mouse, some magical animation effects will appear on the page. Of course, these animations may not be used in actual applications, but they should be very helpful to everyone's research on HTML5 and CSS3. The 7 HTML5 mouse animations shared in this article all provide source code downloads, which are some good resources. 1. HTML5 whale animation Today I found a whale animation based on HTML5. The whale will swim as the mouse moves. The picture is very three-dimensional and the whale is super realistic. Really, HTML...
    H5 Tutorial 2111 2017-06-13 09:52:48
  • Brief discussion on particle animation and summary of special effects implementation examples
    Brief discussion on particle animation and summary of special effects implementation examples
    Particle animation can be implemented in ThreeJs in several ways. This example uses the Sprite class to construct particles. The official explanation of the Sprite class is SpriteA sprite is a plane that always faces toward the camera, generally with..
    H5 Tutorial 2684 2017-06-13 09:50:45
  • 10 recommended courses on height
    10 recommended courses on height
    The test phone is IPHONE6, developer tool version 0.10.102800. The canvas in the WeChat applet is different from the h5 canvas in many ways. The canvas of the WeChat applet is called wxcanvas below. Here are all the useful information I tested little by little. Please read patiently. : 1.wxcanvas does not have width and height attributes and width and height styles like h5canvas. It only has style, which can be understood as a frame; 2.wxcan...
    H5 Tutorial 1663 2017-06-13 09:49:34
  • Media's 10 content recommendations
    Media's 10 content recommendations
    What is Flv.js? It is an HTML5 Flash video (FLV) player, developed purely with native JavaScript and does not use Flash. Open sourced by bilibili website. Overview: A JavaScript library that implements playing FLV format videos in HTML5 videos. It works by transcoding and multiplexing FLV file streams into ISO BMFF (MP4 fragment) fragments and then passing them through Media Source Ext...
    H5 Tutorial 2221 2017-06-13 09:45:44
  • 6 recommended articles about animation applications
    6 recommended articles about animation applications
    This article will share some useful information for web developers. If you are keen on the development of HTML5 and CSS3, you will definitely be interested in the following HTML5 animation applications. While providing a demonstration, this article will also display and analyze some core codes. I hope you will like it. The jQuery box gradient animation menu has a very unique presentation form. It is not arranged vertically or horizontally like other menus, but is arranged in a rectangular grid, and clicking on the menu item can expand the menu's detailed information in an animated way. , using CSS3 to produce very cool animation effects. D...
    H5 Tutorial 1749 2017-06-13 09:41:45
  • Recommended articles about animation presentations
    Recommended articles about animation presentations
    You can use HTML5 to draw many static images, and you can also create some cool animations. This article shares 8 animation demonstrations implemented using HTML5 and CSS3, and also shares the source code for everyone to download and refer to. 1. HTML5 3D point array wave rolling animation This HTML5 Canvas animation is very spectacular, giving people a visual effect of breaking waves. Online demonstration Source code download 2. Pure CSS3 to implement luminous switch button. This button is very useful...
    H5 Tutorial 1581 2017-06-13 09:39:02
  • 10 recommended articles about online drawing boards
    10 recommended articles about online drawing boards
    Detailed explanation of the super cool HTML5 Canvas network drawing board code example. In today's HTML tutorial, we are going to learn how to use HTML5 Canvas to implement a super cool and simple network drawing board function. In this tutorial, we can choose the type of brush, the size of the brush, and the color of the brush. Of course, as a drawing board, it also needs many functions. Here are only the most basic drawing functions. You can implement complex elements such as rectangles and ellipses by yourself. of drawing. You can also view the DEMO demonstration here. Let's briefly analyze the implementation of this HTML5 network...
    H5 Tutorial 7506 2017-06-13 09:24:31
  • How to use the new features? Summarize the usage examples of new features
    How to use the new features? Summarize the usage examples of new features
    ECMAScript 6 (ES6 for short) is the latest standard for the JavaScript language. Because the current version of ES6 was released in 2015, it is also called ECMAScript 2015. WeChat applet supports most of the new features of ES6. Constants (Constant) ES6 adds the const keyword, which is used to declare constants. Once declared, the value of the constant cannot be changed. const is only valid within the block-level scope where it is declared. Scoping (scope) ES6 adds the let keyword to declare...
    H5 Tutorial 1703 2017-06-13 09:21:20
  • Recommended 3D flop effect special effects (collection)
    Recommended 3D flop effect special effects (collection)
    Today I will bring you a flip effect made with CSS3. When you move the mouse over an element, you can feel that you can see the information behind the element. If you make Lianliankan, poker-type games that test your memory, or even write some words to your girlfriend, you can try it after putting it in the photo album made using this example, ha~ Rendering: Some CSS3 used in the example New attributes: a. -webkit-perspective: 800px; perspective (perspective, perspective): Attribute definition 3...
    H5 Tutorial 5364 2017-06-12 16:10:36
  • How to create a touch screen version of the page
    How to create a touch screen version of the page
    I am new to the front-end. Let me share the implementation process of the touch-screen version of the carousel on the mobile phone. The general functions are as follows: it supports cyclic sliding width and can be set arbitrarily. It does not need to be the same width as the screen. The page can be scrolled vertically. Callbacks can be set to monitor the switching of elements. Pure js. Without using any third-party library principles, assume that the width of the child element .item is 375px. Use absolute positioning to place all child elements within the parent element. Set the width of the parent element .carousel to 375px. The same width as the child element .item is the parent element. .carousel adds touch events: touchstart,...
    H5 Tutorial 3695 2017-06-12 15:42:10
  • About how to make carousel images in H5
    About how to make carousel images in H5
    I am new to the front-end. Let me share the implementation process of the touch-screen version of the carousel on the mobile phone. The general functions are as follows: it supports cyclic sliding width and can be set arbitrarily. It does not need to be the same width as the screen. The page can be scrolled vertically. Callbacks can be set to monitor the switching of elements. Pure js. Without using any third-party library principles, assume that the width of the child element .item is 375px. Use absolute positioning to place all child elements within the parent element. Set the width of the parent element .carousel to 375px. The same width as the child element .item is the parent element. .carousel adds touch events: touchstart,...
    H5 Tutorial 6710 2017-06-12 15:41:16

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28