Archive

Author Archive

PHP Debug with Zend Debugger And Eclipse PDT Tutorial Part 2

May 11th, 2009

coming soon…

Author: jarvis Categories: PHP, WAMP Tags: , , , , ,

PHP Debug with Zend Debugger And Eclipse PDT Tutorial Part 1

May 11th, 2009

This tutorial shows how to setup a Zend debugger to work with Eclipse PDT to develop your PHP web program.

If you are still using the “echo <pre> . print_r($val, true) . </pre>” or “var_dump($val)” to debug your PHP web program? This is absolutely a must read for you!

Author: jarvis Categories: PHP, WAMP Tags: , , , , ,

XAMPP Apache Multiple Virtual Hosts Tutorial

May 11th, 2009

This is the extended version of our tutorial showing how to setup a virtual host of apache for development in XAMPP.

1. we add one more fake host entity in the Windows hosts file
2. add the virtual host block of code in apache https-vhosts.conf file

Author: jarvis Categories: WAMP Tags: , , ,

XAMPP Apache Virtual Host Tutorial

May 8th, 2009

This tutorial shows how to setup a virtual host of apache for development in XAMPP.

Suppose your XAMPP installation directory is “C:\xampp” (You may want to see how to setup
Web Development on Windows using Apache + MySQL + PHP Tutorial
). If you do not want to put your html or php files under the default htdocs location “C:\xampp\htdocs”, but instead “D:\htdocs”. You can setup a virtual host to acheive this. To setup a virtual host of apache, we need to edit several files on the system and apache.

For example if you want to match a url “http://my_first_project.localhost” to your local directory “D:\htdocs\my_first_project\web”.

Author: jarvis Categories: WAMP Tags: , , ,

Web Development on Windows using Apache + MySQL + PHP Tutorial

May 8th, 2009

This tutorial shows how to setup a Apcahe + MySQL + PHP development on the Windows platform.

Author: jarvis Categories: WAMP Tags: , , ,

Wordpress SEO Permalink Tutorial

May 7th, 2009

You definitely want to have a pretty url, so do I! Just before you share your posts with other people all around the world, make sure you make your url pretty!

As mentioned before, to do this in Wordpress is just simple. What consume your time is the format you want?

Author: jarvis Categories: WordPress Tags: , ,

Wordpress XAMPP Tutorial

May 7th, 2009

This tutorial shows you how to install a wordpress using XAMPP on Windows.

Of course the first thing we need to do is download wordpress (http://wordpress.org/latest.zip). The version we using in this tutorial is 2.7.1.

After downloading the package. Unzip it under your html doc root. If you like to put it elsewhere you can setup a virtual host (See our XAMPP virtual host tutorial) to point to your desired location.

Author: jarvis Categories: WAMP, WordPress Tags: , ,