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
  • Adobe Brackets Simple Use Graphics Tutorial

    Adobe Brackets Simple Use Graphics Tutorial

    Adobe Brackets is an open source, simple and powerful integrated development environment for HTML, CSS and JavaScript. It supports adding plug-ins to provide additional functional extensions. Currently available plug-ins, such as adding error detection, b
    2025-04-22
  • Express author TJ bid farewell to Node.js to run towards Go

    Express author TJ bid farewell to Node.js to run towards Go

    First of all, this is a Farewell Node.js translated from TJ. I have indeed suffered some impact after reading this article, but I do not agree with some of the author's views. For example, I think Node.js' package register is one of its many advan
    2025-04-22
  • Instructions for using http.response.write method in node.js

    Instructions for using http.response.write method in node.js

    Method description: Send response content to the requesting client. Before response.end() , response.write() can be executed multiple times. Syntax: Copy the code as follows: response.write(chunk, [encoding]) Parameters: chunk is one
    2025-04-22
  • HTML5 Canvas text color

    HTML5 Canvas text color

    Wulin.com (www.vevb.com) Article Introduction: HTML5 Canvas text color, the attributes of the fonts we can use within the canvas range. HTML5 Canvas text color, we can use the fonts within the canvas range properties. Let's make a simple example to ex
    2025-04-22
  • Promises library for nodejs based on promise.js

    Promises library for nodejs based on promise.js

    Today, I downloaded promise.js from the GIT source code library and found that the source code is written based on Web front-end JavaScript and cannot be used directly for nodejs. Fortunately, the code is not much, nor is it very complicated. After analys
    2025-04-22
  • Examples of several problems in one-dimensional arrays and two-digit arrays in js

    Examples of several problems in one-dimensional arrays and two-digit arrays in js

    Arrays in js can store various data types (values, strings). Arrays in js do not cross bounds. When the output array subscripts exceed the bounds, undefined will be displayed. Arrays in js are an easy way to traverse arrays with dynamic growth by default.
    2025-04-22
  • NodeJS study notes: network programming

    NodeJS study notes: network programming

    Node provides rich network programming modules Node module protocol net TCP dgram UDP http HTTP h
    2025-04-22
  • node.js+Ajax implementation to obtain HTTP server return data

    node.js+Ajax implementation to obtain HTTP server return data

    Let's look at a code example in an HTML5 page to get data returned by HTTP server through AJAX request. Since we specify the server's port as 1337 and will run HTML5 pages from a website with port 80, this is a cross-domain operation and need to a
    2025-04-22
  • Experience of javascript event compatibility in FF and IE (absolutely easy to use)

    Experience of javascript event compatibility in FF and IE (absolutely easy to use)

    Event is incompatible with IE and FF. Today I encountered some problems with the transmission of parameters. Please refer to some methods on the Internet and have some experience: aClassArray[i].onmouseover = function () { //It is OK to write the code dir
    2025-04-22
  • Unit test instance in angularjs

    Unit test instance in angularjs

    When the ng project becomes larger and larger, unit testing has to be put on the agenda. Sometimes the team takes testing first, some implement functions first, and then tests functional modules. There are pros and cons. Today, we mainly talk about using
    2025-04-22
  • Detailed explanation of prototype and inheritance in JavaScript (pictures and texts)

    Detailed explanation of prototype and inheritance in JavaScript (pictures and texts)

    Please forget all the object-oriented knowledge you learned before. Just consider the racing situation here. Yes, it's racing. Recently I'm watching 24 Hours of Le Mans, a popular event in France. The fastest car is called the Le Mans prototype. A
    2025-04-22
  • html5 CSS overuse-webkit-transition usage introduction

    html5 CSS overuse-webkit-transition usage introduction

    Comment: This article will introduce the usage of html5 CSS over-webkit-transition in detail. Interested friends can refer to -webkit-transition: all 0.5s; color: #b91003; margin-left: 4
    2025-04-22
  • Javascript restricts web pages to be accessed only in the built-in browser of WeChat

    Javascript restricts web pages to be accessed only in the built-in browser of WeChat

    Then the problem is. This web page first involves the front-end development of mobile web. I prefer to use HTML5+bootstrap combination to achieve the beautiful effect of the page. Other front-end tasks are handed over to JavaScript to solve (here I use na
    2025-04-22
  • Use documentElement to correctly get the size of the currently visible area

    Use documentElement to correctly get the size of the currently visible area

    No other methods are applicable. Only this documentElement can correctly obtain the size of the current visible area var w = parseInt(document.documentElement.clientWidth);var h = parseInt(docum
    2025-04-22
  • Serious problems encountered by html5 application cache

    Serious problems encountered by html5 application cache

    Comment: html5 application cache is used in the project of our 3G version of the website. Most of the image resources, js, css and other static resources are placed in the manifest file. Friends who need to know can refer to the project of our 3G version
    2025-04-22