Western Data

Recent updates

 The website successfully checked in to Alibaba Cloud server through registration and changed the theme

The website successfully checked in to Alibaba Cloud server through registration and changed the theme

Industry trends three hundred and nineteen
In the past 10 years, the blog bar has used free space to go online, and then switched to a paid host. In the past four years, it has tried American Space, Domestic Space, Hong Kong Space, and Japanese Space, most of which were American Space. Maybe because it bought a host provided by a small service provider, the host experience is very ordinary, and there are often problems of one kind or another, and it is difficult to follow up after sales, Therefore, I have always wanted to change the domestic space, but I have been struggling with the filing problem. The latest change of Hong Kong
 Method code for realizing delayed loading of website images to improve website opening speed

Method code for realizing delayed loading of website images to improve website opening speed

Technical Tutorial seven hundred and seventy-four
Generally speaking, the delayed loading of web page images means that when the web page is loaded, the images that should be loaded together are temporarily replaced with small images to reduce the loading volume. When the user browses to the image area, the original image is loaded back (roughly this meaning)! The delayed loading of images is very helpful to improve the loading speed of web pages. At the same time, the delayed loading of website images is not cumbersome, so predecessors have prepared all the work for us
 Solution to the problem of error returned by the zblog php upload image display server

Solution to the problem of error returned by the zblog php upload image display server

Technical Tutorial four hundred and seventy-four
Zblog php uses the UEditor editor. When uploading an image, the image is uploaded successfully but cannot be inserted into the content. The display server returns an error. The solution told by the zblog administrator is to clean the BOM header. The zblog application center provides a plug-in for checking the BOM header, through which you can check and remove the BOM header of website files. 1. Enter
 Solution to zti file upload failure during background installation theme

Solution to zti file upload failure during background theme installation

Technical Tutorial three hundred and sixty-eight
When the blog bar browses the z-blog forum or other bloggers' z-blog blogs, it occasionally finds that the theme zti file upload fails when the blogger indicates that the theme is installed in the background of the z-blog. The failure to upload zti theme files may be due to the server used by the blogger does not support uploading. zti format files or the size of zti theme files exceeds the limit of the space provider where the z-blog blog is located. Here is the corresponding
 A complete list of commonly used ping centers and reference notification sender addresses on websites

A complete list of commonly used ping centers and reference notification sender addresses on websites

Technical Tutorial two hundred and seventy-three
After the installation is completed, a ping plug-in named Ping Center and Notice of Reference Sender comes with it by default. The function of this plug-in is to send a ping notification to the network update service provider in XML-RPC protocol after Z-Log updates the article through the ping search engine address entered in advance, so that the content can be included more quickly. The following blog collects the main available ping addresses at present
 Method code to realize the statistical effect of running days of Z-Blog blog

Method code to realize the statistical effect of running days of Z-Blog blog

Technical Tutorial two hundred and seventy-four
By default, the z-blog system carries statistics on the total number of articles, comments, references, browses, and messages, but there is no statistics on the running days of z-blog blogs since they were installed to the present day. Therefore, to implement the statistics on the running days of z-blog, you need to manually add code. The implementation method is also very simple, just add a few javascript statements. The following is the steps of adding javascript introduced by the blog bar