I often see some “programming gurus” use strange advanced syntax such as this one: somefunction(\WP_Query $query) { …. } This is a piece of php code. You know, usually php […]

An http header is like: header-name:header-value The header-name is immediately followed by a colon. There can be one or more spaces between the header-value and the colon. There can be […]

Although it seems very easy to understand what an inline element is, I have not found an accurate definition of inline element. Somebody says inline elements are those displayed in […]

When you access a url like https://myprogrammingnotes.com/category/uncategorized of a WordPress site, which file does WordPress use to serve the reply? Do not think there is a file called  uncategorized that […]

css border corner joint and cut

css border property seems easy to use. “border:1px solid red;” will draw a border of 1-pixel thick solid red color around a block. But think a little further, you may […]