X

php

The performance monitoring tool – newrelic

I come across an useful tool to monitoring web application performance -- newrelic.com It come very handy to find the…

Suppressing HTTPd warning message using PHP

I bumped into an error with the thumbnail generator for some Joomla library. Each of the images generated would not…

PHP tips : how to sort and reverse sort an array

Let's say you had an array as following : $time = array ("0600", "0000", "1200", "1800"); but you wanted it…

Things to do after a series of upgrade in wordpress

Well.. just recently upgraded the whole wordpress from 2.8 to 2.8.3 .. Hmm.. the changelog doesn't tell much.. except some…

How to use SHA1 or MD5 encrypted in user password into MySQL table

Well, there have been a fuss around the globe regarding the user data. And how well we had done to…

Changing the plugin file to utilize wordpress 2.8 optimization

Wordpress 2.8 has been released few days ago. It come with some sort of optimization.. as many had complaint regarding…

PHP Fatal error: Class ‘DOMDocument’ not found in bla..bla..

from the tail -f /var/log/httpd/error [Tue Mar 10 16:01:30 2009] [error] [client 127.0.0.1] PHP Fatal error: Class 'DOMDocument' not found…