Auto Ajax - Update your old PHP pages in Ajax including a simple class in your PHP Code
November 9, 2007
What is Auto Ajax?
Auto Ajax is a PHP Class written by Cesar D. Rodas. Surely you had seen many Ajax website that work without browser refresh. If you want implement this function in your php projects, this PHP Class is perfect for you. In fact I’ve test personally this class updating only parts of php code.
Fast installing a Apache Webserver + MySQL Database Server + PHP on Debian
November 7, 2007
Install needed packages
First of all install all the needing packages:
apt-get install mysql-server apache2 php5 libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql
Create a password for the MySQL User root.
mysqladmin -u root password OWNPW
How to Install Eclipse and PHP Eclipse plugin in Ubuntu Gutsy 7.10
November 5, 2007

Eclipse is the best IDE to develop JAVA programs under Linux and Windows. Is possible to use Eclipse as an IDE to deveolp PHP Application and Scripts. There is another fantastic IDE to deveolp PHP Application: “Zend Studio”, but I think that PHP Eclipse is good for every needs. Also, Zend Studio is a commercial software so, I think that PHP Eclipse is better than Zend Studio.
Install Wordpress locally with NanoWeb Server – Ubuntu Gutsy 7.10
October 25, 2007

A Windows user can install EasyPHP to use Wordpress locally and develop new themes for it. A Wordpress theme designer often, don’t want use many resources for Apache installation under linux, because he would only install CMS to make a Theme Design for it.
In this post, we will see how to do this job under Ubuntu Gutsy 7.10.
Brief introduction to NanoWeb Server
NanoWeb server is a light web server for linux written entirely in php. NanoWeb Server is specially design for little website that don’t need Apache as webserver. So, with NanoWeb Server we have a locally installation of our preferred CMS to test it without expensive consume of resources.









