CSS Tips (Part 1): Resolving Div Expansion After Adding Padding

-moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box;

2016-05-04

Read more
WordPress Tutorial - Exclude Display of Certain Specified Category Posts on Homepage

**教程介绍** 今天有一个想法,自己的站点主题很适合放视频,想在自己的博客上做一个页面,只放自己喜欢的视频,文章不在首页显示。于是说动手�

2018-04-26

Read more
Analysis of WordPress Database and Table Structures

# WordPress Database and Table Structure Analysis The default WordPress installation includes the following 11 tables. The table prefix "wp_" is added by default. 1. wp_commentmeta: Stores metadata

2017-03-20

Read more
Generate Beautiful Placeholder Images with holder.js

When developing a website, it is common to consider reserving ad spaces for future use. However, it can be difficult to decide what images to use at the moment. If you don't want the page to look too

2018-08-02

Read more
Implementing MarkDown Syntax Support in WordPress without Plugins

WordPress does not support MarkDown markup by default (not sure if the latest version has implemented it yet). Although there are many third-party MarkDown plugins available, none of them provide sati

2018-07-28

Read more
Online Start-2-XS-SATA 4.99 € Independent Server Simple Review

Online's standalone servers are relatively cheap, but you get what you pay for. These inexpensive servers usually have average performance and are assembled with second-hand hardware. Additionally, th

2018-07-22

Read more
Compiling and Installing/One-Click Installation of Python 3 on CentOS 7

# Installing Python 3 on CentOS 7 ![python](https://cdn.xiaoz.me/wp-content/uploads/2018/07/python_512.gif) ## Compiling and Installing Python 3 The latest version of Python is Python 3.7.0. Here i

2018-07-21

Read more
Installing GoAccess on CentOS for Fast and Convenient Website Log Analysis

GoAccess aims to be a fast terminal-based log analyzer. Its core idea is to analyze and view web server statistics in real-time. GoAccess can analyze web logs from Apache/Nginx and supports generating

2018-07-16

Read more
Using Nginx for TCP/UDP Port Forwarding

Nginx (engine x) is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. After version 1.9.13, Nginx supports port forwarding. I have previously shared "Installing ri

2018-07-15

Read more
Setting up a web interface for DNSmasq with PHPDNS

DNSmasq is a small and convenient tool for configuring DNS and DHCP. It is suitable for small networks and provides DNS functionality and optional DHCP functionality. With DNSmasq, it is easy to set u

2018-07-10

Read more