Archives for: "February 2010"

Debugging AJAX

Use the transport mechanism to send debug information. For example, if you're sending back an array of data, add a new element (or several), and put in the SQL query so you can see exactly what's being executed. Store the returned data in global variab… more »

Advantages of Integrated Content

Seamless, cost-effective integration. Only one instance of the design must be maintained, and, since it is sourced from a single point, it will look better, and adjust as the content changes. Unified search results. A single search function can search… more »

PHP cPanel email address import .CSV file notification script

This script reads a .CSV file with a field order of email address, domain, password, and quota and issues messages to distribute the new passwords. <?php $sData=file_get_contents('email_accounts.txt'); $aData=explode("\n",$sData); foreach ($aDat… more »

Upgrading stock CentOS5 PHP to 5.2.12

To run eZ publish 4.2, I needed to upgrade CentOS's PHP 5.1.6 to PHP 5.2.12. I started at http://php.net, and ended at http://wiki.iuscommunity.org/Doc/ClientUsageGuide#Installing_Packages_from_IUS_Testing The site has a nice collection of RPMs for P… more »
1 2