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
  • XMLHttps

    XMLHttps

    What's rare is that there is no table on the page... and it won't deform under FF, hahaha* { font-size:13px; line-height:13px; font-family:"Comic Sans MS" Arial
    2025-03-29
  • MediaPlayer Online Player Code

    MediaPlayer Online Player Code

    There are almost all control parameters of the MediaPlayer player. You can test it and choose according to your own requirements.
    2025-03-29
  • MyHTML Player release v1.1

    MyHTML Player release v1.1

    Copy the following code locally and save it as hta file using body { overflow:auto; font-size:12px; cursor:default; padding:3px; margin:0
    2025-03-29
  • JS picture flashing special effects can control the interval time like how many minutes to flash

    JS picture flashing special effects can control the interval time like how many minutes to flash

    As soon as the picture comes out, after 5 seconds, it starts to flash and then stops. var inter={};var i=0;$(document).ready(function(){$("a").each(function(index,item){$(this).bind().c
    2025-03-29
  • Uninterrupted scrolling effect htc

    Uninterrupted scrolling effect htc

    The marquee.htc code is as follows: Description: Uninterrupted scrolling subtitles// Version: 2.0 // Author: Baoyu (WebUC.NET) // Latest update: 2004-10-26 // Preparation:<public:component>
    2025-03-29
  • How to override the original method to implement rewrite

    How to override the original method to implement rewrite

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script>function myblur () {alert("1、离
    2025-03-29
  • Show morning or afternoon on jsp page according to current time

    Show morning or afternoon on jsp page according to current time

    Just assume the following code in the jsp page <%if(new Date().getHours()>=0 && new Date().getHours()<=12){//Look at the current time between 0 o'clock and 12 noon%>Good morning<%}else{%>Good afternoon<%}%>
    2025-03-29
  • js determines whether the image is loaded and implements pre-download of the image

    js determines whether the image is loaded and implements pre-download of the image

    Create an Image object to realize pre-download of the image. If the image already exists in the browser cache, call the callback function directly. Use the onload event to determine whether the image is loaded function loadImage(url, callback) { var img =
    2025-03-29
  • 35 Very Good HTML5+CSS3 Examples

    35 Very Good HTML5+CSS3 Examples

    1. The Apple.com navigation menu created using only CSS3 Apple.com's navigation menu, only CSS3 is used. 2. Free CSS3 button class cross-browser button class. 3. DI
    2025-03-29
  • Developed based on IE10/HTML5

    Developed based on IE10/HTML5

    Comment: IE's support for html5 has to start with IE9. In IE9, it already had good support for HTML5 and CSS3, as well as the hardware acceleration that I have to say, as well as the new javascript parsing engine Chakra (Chakra), Chakra has javascript
    2025-03-29
  • js judges that when the page cannot fall back, close the web page otherwise history.go(-1)

    js judges that when the page cannot fall back, close the web page otherwise history.go(-1)

    When working on a web project, we encountered a requirement. When the page has no predecessor history (that is, the page is currently a newly popped up, and we cannot do goback operation, that is, history.go(-1)), then directly close the page when clickin
    2025-03-29
  • Detailed explanation of event-driven programming in Node.js

    Detailed explanation of event-driven programming in Node.js

    In traditional programming modules, I/O operations are like an ordinary local function call: the program is blocked before the function is executed and cannot continue to run. The blockage I/O originated from the earlier time slice model, under which each
    2025-03-29
  • FCKeditor Source Code Analysis with Chinese Notes

    FCKeditor Source Code Analysis with Chinese Notes

    FCKeditor Source Code Analysis (I) Chinese annotation analysis of fckeditor.js has been studying the source code of FCKeditor in the past few days (FCKeditor is a web editor with a wide range of applications in the network). I need to thank Nileaderblog f
    2025-03-29
  • JavaScript Promise Revelation

    JavaScript Promise Revelation

    This article mainly popularizes the usage of promises. For a long time, JavaScript has always handled asynchronously in the form of callback, and the callback mechanism in the field of front-end development is almost deeply rooted in the hearts of the peo
    2025-03-29
  • html5 canvas usage example

    html5 canvas usage example

    Comment: This is the first article, it has no technical content, so I won’t write any explanation...<!DOCTYPE HTML><html><head><meta charset="UTF-8"><title> HTML5 example</title>
    2025-03-29