remake: otakbali.com
Author: Andi Setiawan October 31st, 2009OtakBali.com yang tadinya cuma sebagai host buat proyek2 PHP yang lagi dikerjain, sekarang udah di remake jadi sebuah situs….. situs kategori apa ya tuh??? ga tau… hehehe
.htaccess Tricks: #2 – Essentials
Author: Andi Setiawan October 30th, 2009Commenting your htaccess Files It is an excellent idea to consistenly and logically comment your htaccess files. Any line in an htaccess file that begins with the pound sign ( # ) tells the server to ignore it. Multiple lines require multiple pounds and use letters/numbers/dash/underscore only: # this is a comment # each line [...]
.htaccess Tricks: #1 – Definition
Author: Andi Setiawan October 28th, 2009.htaccess definition: Apache server software provides distributed (i.e., directory-level) configuration via Hypertext Access files. These .htaccess files enable the localized fine-tuning of Apache’s universal system-configuration directives, which are defined in Apache’s main configuration file. The localized .htaccess directives must operate from within a file named .htaccess. The user must have appropriate file permissions to access [...]
write less do more
Author: Andi Setiawan October 27th, 2009How to save the resource in our project code? Should we repeat writing the same code in every page/file? We can save a lot of our time and resource by putting the same code or lines into a function or procedure. In some programming language, such as Pascal, Batch, C, PHP, etc., we can make [...]

