Author: ACMer
wordpress. In order to add Adsense Ads in the forum, the best places to add is before and after forum topics. Add the following code to the child theme …
The wordpress does not automatically add INDEX or NOINDEX meta within the HTML head tag. Some images (or other attachments) they do have their own pages, but these should …
We all know that the 32-bit signed/unsigned integer takes 4 byte while 64-bit signed/unsigned integer takes 8 bytes to store. If there is a very big integer which is …
In this post, we know the easy way to dynamically obtain a QR image for any given text or URL. So in this article, we will explore the method …
On Windows, can a process kill itself? Let’s verify this by writing a small piece of C++ code, compiled by GNU C++ compiler 4.6, Windows 32-bit. First, we would …