Archive For Web Programming
[TIPS] Convert Your Numbers To Human Readable Format
Sometimes your code produce a large numbers which is hard for user to read it. For example 17753392783 bytes or 18293753038 unit. For human eyes, it is easier to get 17MB or 1 million rather than lot of... [More...]
[TIPS] Write print_r() Output To File
When debugging a php application, print_r() or var_dump() often use to display the data inside the variable, usually an array that store many data inside. print_r() is core php function to displays information... [More...]
Vi and Vim Editor Cheat Sheet PDF
Vi editor is a lightweight text editor on linux and derived from name visual. The original vi program was written by Bill Joy in 1976 for an early BSD Unix release. Some current implementations of vi... [More...]



