Nico Amarilla

My personal notes on programming.

Archives

Use Apache Filter In Windows

In this tutorial we will use Apache’s mod_ext_filter module. To put simply, it allows you to easily process your content through an external program before it’s passed onto the user’s web browser. System Info Windows 7 – 64 bit Apache 2.

Read More

Managing Multiple Logins With Keepass

KeePass is a free, open source, light-weight and easy-to-use password manager. A password manager is a software application that helps a user organize username and passwords. But Why Use a Password Manager? There are many benefits in using a password manager but these three stands out: Password managers remove the burden of remembering passwords.

Read More

How to Manually Install Apache, MySQL, and PHP on Windows

This tutorial will show you how to set up a local web development environment on your personal computer, from scratch! We will start from the bare minimum, from installing Windows to installing Apache, MySQL and PHP. To whom is this tutorial for? This tutorial is for budding web developers who wish to learn about setting up a local web dev environment in order to create PHP apps.

Read More

How to Manually Install PHP on Windows

PHP, which stands for PHP: Hypertext Preprocessor, is a server-side scripting language designed for web development but also used as a general-purpose programming language. This tutorial is on how to manually install PHP on Windows 7. Installation Go to http://windows.php.net/download/ to download PHP.

Read More