Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent

In a html web page, there is code such as <body bgcolor=#ffffff> or color=”#000000″. The “ffffff” is the colour RGB hexadecimal value which will translate into a white, and “000000” is black.

Read Me 9 Comments

phpBB – Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense

This step by step guide will add a vertical cell / pane on the left hand side of the phpBB board, which can be used to accomodate a Google AdSense Skyscraper or Wide Skyscraper ads.

Read Me 17 Comments

Using phpMyAdmin for Effective MySQL Management in Windows XP

Introduction to phpMyAdmin phpMyAdmin is a open source, web-based client that can manage a whole MySQL server (needs a super-user) as well as a single database. It supports PHP5 and MySQL 4.1.

Read Me 2 Comments

Check Oracle Version

There are several ways where you can query or retrieve the version number of installed Oracle products: 1. If you just want to check the version information of the Oracle database, simply connect and login to the Oracle database with SQL *Plus. Upon login, you will see:

Read Me 14 Comments

Install, Setup and Configure CGI and Perl in Windows XP

Prerequisite Obvioulsy, a web server needs to be running on the Windows machine. Refer to this post for instructions on how to install Apache2 in Windows.

Read Me 11 Comments

Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 – Part 4

Part 4 – Install MySQL 4.1 Run the MySQL Essentials Installation package setup.exe that downloaded in Part 1. Follow on screen instruction for the whole installation. Halfway into the installation, choose the installation path you want. Anywhere is fine, but recommended to install inside the Apache2 root level (i.e. C:\Server\mysql).

Read Me 8 Comments

Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 – Part 3

Part 3 – Install PHP 5 Unzip the PHP zip package that downloaded in Part 1 to C:\PHP (Create a new folder named PHP at C:\ root level). Then shut down Apache server.

Read Me 19 Comments

Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 – Part 2

Part 2 – Install Apache 2 Run the Apache Windows Installer that downloaded in Part 1. The installation is easy, just follow the on screen instruction.

Read Me 4 Comments

Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 – Part 1

Part 1 – Downloading Apache2, PHP5 and MySQL4 Binaries Apache 2: Download Win32 Binary (MSI Installer) Donwload the msi installation version of Apache 2, which ended with extension .msi.

Read Me 6 Comments