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
  • js dynamically create upload form to simulate Ajax through iframe to achieve refresh-free

    js dynamically create upload form to simulate Ajax through iframe to achieve refresh-free

    The code copy is as follows:<script> window.onload=function(){ upfile('file.php'); } /* ** url 路径 **/ function upfile(url){ //创建iframe var
    2025-02-08
  • Solution to embed any font in a web page

    Solution to embed any font in a web page

    Font usage is an indispensable part of web design. Often, we want to use a specific font in a web page, but the font is not a built-in font for mainstream operating systems, so that users may not be able to see the real design when browsing the page.
    2025-02-08
  • Detailed explanation of how to invoke local app through H5 (browser/WebView/other)

    Detailed explanation of how to invoke local app through H5 (browser/WebView/other)

    I received a wireless request two days ago. As a novice, I have been busy for several days... There is a link on the page. If the user has installed the APP, click to open the corresponding APP. If the user has not installed it, click to open the correspo
    2025-02-08
  • JavaScript to get the method of elemental value in the page in iframe

    JavaScript to get the method of elemental value in the page in iframe

    IE method: document.frames ['myframe']. Document.GetelementByid ('test'). Value; Firefox method: document.GetelementByid ('myframe'). Contentwin
    2025-02-08
  • Function to determine whether the input is Chinese using js

    Function to determine whether the input is Chinese using js

    Examples are as follows: Copy the code code as follows: function ischinese(s){var ret=true;for(var i=0;i<s.length;i++)ret=ret && (s.charCodeAt(i)> =10000);return r
    2025-02-08
  • Set up LNMP environment

    Set up LNMP environment

    Building an LNMP environment. The system environment of the website server is mainly Linux and Windows. Since Linux is more secure than Windows, not to mention Dotcpp is a place to cultivate professional talents, so our tutorial abandons Windows and uses
    2025-02-08
  • Teach you how to customize Editplus' HTML toolbar

    Teach you how to customize Editplus' HTML toolbar

    The shortcut key in Editplus is associated with the toolbar. What’s depressing is that although “Use XHTML tag” is set in “Parameters”, the bold inserted with the shortcut key is still used.<b></b> .
    2025-02-08
  • CSS document streams and block-level elements (blocks), inline elements (inlines)

    CSS document streams and block-level elements (blocks), inline elements (inlines)

    CSS document streaming, block level elements (block), inline elements (inline). I have read many books and read many articles. I have seen a lot of fragmented basic knowledge of CSS layout, which is relatively superficial. I have read O' Reilly's<
    2025-02-08
  • Differences of CSS in Internet Explorer 6, 7 and 8 (2)

    Differences of CSS in Internet Explorer 6, 7 and 8 (2)

    An element can be positioned by a selector behind the :hover pseudo-class, just like a descendant selector. In the example above, when the mouse hovers, the color of the text in the span element in element a will be changed.
    2025-02-08
  • Website planning: Planning of website columns and pages

    Website planning: Planning of website columns and pages

    Websites need to be "people-oriented". Only by accurately grasping user needs can we create a website that users really like. If you do not consider user needs, no matter how beautiful the page of the website is designed or powerful, it can only
    2025-02-08
  • Three common naming rules for CSS normalized naming

    Three common naming rules for CSS normalized naming

    Camel-style nomenclature has become increasingly popular in recent years, and it is used quite well in many new libraries and environments like Microsoft Windows. On the other hand, the underscore method became popular after c appeared, and it was very co
    2025-02-08
  • A js-controlled navigation menu example code

    A js-controlled navigation menu example code

    This menu effect is controlled through scripts and styles. It is a very good learning content for novices: This small code was used to organize this menu while watching Strictly Come Dancing last night. Let’s take a look at it. Once you learn it, you can
    2025-02-08
  • Differences of CSS in Internet Explorer 6, 7 and 8 (1)

    Differences of CSS in Internet Explorer 6, 7 and 8 (1)

    One of the most bizarre statistics about browsers is that Internet Explorer versions 6, 7 and 8 coexist. As of this article, Internet Explorer versions account for approximately 65% ​​of the market share in total. In the website development community, thi
    2025-02-08
  • Example of using the new HTML5 features to easily monitor the return key of any App

    Example of using the new HTML5 features to easily monitor the return key of any App

    1. Preface There are many new features, new tags, new specifications, etc. in h5 nowadays, and they are constantly being improved. The support of major browser vendors for them is also quite strong. As front-end programmers, I think we still need to activ
    2025-02-08
  • How to improve the existing website to xhtml+CSS structure

    How to improve the existing website to xhtml+CSS structure

    Most of our designers are still using the traditional table layout, presentation and structure mixed together to build websites. Learning how to use XHTML+CSS requires a process, and making an existing website comply with website standards cannot be done
    2025-02-08