Tag: php
If you have noticed, now this page, the first letter is made big for all articles. To enable this, you can use the CSS tricks first-letter and first-child selector: …
The figlet command at *nix allows you to print large-size letters in screen with special characters. For example, if you want to compute some values and print it in …
The web server will have some default filenames (in order by priority) such as index.php, index.html etc if you type in URL of a web folder instead of a …
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 …
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 …