Category: web programming
Many bloggers put ads on their websites. But they spend (like me), lots of time browsing their own articles in order to spot errors or find rooms for improvements. …
Some websites allow you to use some meta tags to denote the URLs, images, links and etc. For example, if you want to include a URL in your comment …
My initial VPS (Virtual Private Server) only had 512M RAM, 1 core and 10G HDD. Later I upgraded to 2 cores, 1G RAM and 20G HDD because of an …
November 13, 2014
BASH Shell, batch script, code, linux, programming languages, tools / utilities, tricks, Virtual Private Server, web programming, webhosting
Linux is a very powerful but tricky Operating System. One tiny mistake on configuration can lead to crash or system hung up. In this tutorial, we know how to …
In ASP, the code is wrapped with <% … %> to distinguish from HTML code. The code is executed dynamically at server side before sending pure HTML to the …