Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • Be a difficult hta downloader

    Be a difficult hta downloader

    1. Let’s first talk about two relatively novel vbs downloaders on this blog. One is made using the CDO.Message component and the other is made using Microsoft.XMLDOM. See http://www.jb51.net/article/15506.htm. One of these two downloaders is to use it in
    2025-04-05
  • Dynamically generate html pages based on html page templates (c# class)

    Dynamically generate html pages based on html page templates (c# class)

    I always thought that dynamically generating static pages is not easy to do. I looked it online yesterday and I was dizzy. It was actually very simple. The idea is roughly like this: 1: Create an html page template and use a special string to represent th
    2025-04-05
  • js click button button to jump to another new page

    js click button button to jump to another new page

    How to jump to another page when clicking the button? We may need it in website production, because sometimes we need to do such an effect, especially when we make a button into an image, and when clicking on the image to jump to a new page, how can we do
    2025-04-05
  • html5 guide - 1.html5 global attributes

    html5 guide - 1.html5 global attributes

    Today I will start a new HTML5/">html5 series course, which is my study notes on "The Definitive Guide to HTML5". I will organize the chapters or meaningful content that I think are good, for everyone to learn. An element can define its
    2025-04-05
  • HTML5 canvas element detailed tutorial 1

    HTML5 canvas element detailed tutorial 1

    HTML5 canvas element detailed tutorial 1: Basic usage.<canvas> It is a brand new element in Html5, which can be used by JavaScript to draw graphics. First<canvas> It was introduced on Apple's Mac OS X Dashboard, which was applied to Saf
    2025-04-05
  • html5 Canvas drawing tutorial (6) - arcTo method for drawing curves in canvas

    html5 Canvas drawing tutorial (6) - arcTo method for drawing curves in canvas

    The previous article talked about the arc method of canvas, and this article talked about the arcTo method related to it. arc and arcTo can be seen from the names of them. arcTo is also a method of drawing curves, and the curve he draws is also an arc of
    2025-04-05
  • Egret Engine Development Guide to Create Projects

    Egret Engine Development Guide to Create Projects

    Egret provides a very convenient creation tool, and we call the sum of created files a project. In the following operations, we operate on the created project. The specific creation steps are as follows: It should be noted that Egret supports two platform
    2025-04-05
  • Javascript drawing process of sin curve

    Javascript drawing process of sin curve

    Javascript drawing sin curve code is as follows:<!DOCTYPE html><html><head><style type="text/css"> #MyCanvas { background-color: cornflowerb
    2025-04-05
  • JavaScript design pattern appearance pattern example

    JavaScript design pattern appearance pattern example

    Appearance mode (facade mode) is a relatively simple and ubiquitous mode. Appearance mode provides a high-level interface, which makes it easier to call clients or subsystems. Use a simple piece of code to express it: the copy code is as follows: var getN
    2025-04-05
  • js get input length and set its size and center alignment according to page width

    js get input length and set its size and center alignment according to page width

    1. js get the page width and screen resolution. The visible area width of the web page: document.body.clientWidth.Visible area height of the web page: document.body.clientHeight.Visible area width of the web page: document.body.offsetWidth
    2025-04-05
  • A brief analysis of js preload/delay loading

    A brief analysis of js preload/delay loading

    There are generally two common ways to preload Preloader: xhr and dynamically insert nodes. Dynamic insertion of nodes is the simplest and most extensive asynchronous loading method. Then files loaded using dynamic insertion of nodes will be executed imme
    2025-04-05
  • How to make time ICON method practice using css

    How to make time ICON method practice using css

    Recently I was redesigning my own blog site and decided to use a calendar-style icon to display the time. The previous solution was generally to use background images. Thanks to css3, now we can implement such functions by using css3. I will use some line
    2025-04-05
  • window.open implements web page dialog

    window.open implements web page dialog

    Since there is very little content on a page, if you open it directly, the entire page feels very empty, so you need to use a web page dialog box to display only the part with content. Usage format: SCRIPTLANGUAGE=javascript>
    2025-04-05
  • Just five steps to quickly create sticky notes with HTML5/CSS3 (picture)

    Just five steps to quickly create sticky notes with HTML5/CSS3 (picture)

    What this article will show you is how to use HTML5/CSS3 to create an HTML page with sticky sticky sticker effect in just 5 steps. The effect is as follows: (Note: The text in the picture is purely fabricated and funny. If there is any similarity, it is p
    2025-04-05
  • How to handle multiple window.onload events at the same time when referring to other js

    How to handle multiple window.onload events at the same time when referring to other js

    Sometimes when referring to other js, its js uses the window.onload event. In this way, the onload event of the imported page may not be executed. How can both run? In addition to the method of writing two together, there are other methods if(window.onloa
    2025-04-05