I come across an useful tool to monitoring web application performance — newrelic.com It come very handy to find the root cause for the bottleneck issue in one of our
Tag: php
Suppressing HTTPd warning message using PHPSuppressing 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 having any image info inside but having error message instead.
PHP tips : how to sort and reverse sort an arrayPHP 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 to be shown as 0000 0600 1200 1800 Use asort
Things to do after a series of upgrade in wordpressThings 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 part of fixing for dynamic themes control… ( which is
How to use SHA1 or MD5 encrypted in user password into MySQL tableHow 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 protect their interest on our side. Online forum, portal.. and
Changing the plugin file to utilize wordpress 2.8 optimizationChanging 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 the placing of JavaScript at the bottom of the page
PHP Fatal error: Class ‘DOMDocument’ not found in bla..bla..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 in /home/namran/src/....php on line 15, referer: http://... the solution turn