Author Archive

Joomla Day Philippines (06/14/2008)

Venue: Engineering Library and Computer Science Building, Velasquez Street, UP Campus, Diliman, Quezon City Note: Limited seats,First come, first serve basis. Registration is open until June 2, 2008. Your registration expires if no payment is made within 2 days. ########################################### #Joombie Section# 1:00PM – 2:00PM PHP and MySQL for the Lazy! by: Clodelio Delfino (root) [...]

PHPUGPH Event: tri{php}letreat@USAutoPartsPhilippines

Brought to you by PHP User Group Philippines, Inc. (PHPUGPH) In cooperation with US Auto Parts Network (Philippines) Corp. Event Details Date: May 24, 2008 Time: 9:00 AM – 5:00 PM Venue: US Auto Parts Network (Philippines) Corp. (formerly MBSTek) Training Room 6/F RCC Center 104 Shaw Blvd. Pasig City (Near Jade Palace) Topics Search [...]

Colorful phpinfo();

Just for fun and if you have nothing to do, run this custom phpinfo(); to get a view of the old and dull phpinfo with cool colors. <?php ob_start(); phpinfo(); $phpinfo = ob_get_contents(); ob_end_clean(); preg_match_all(‘/#[0-9a-fA-F]{6}/’, $phpinfo, $rawmatches); for ($i = 0; $i < count($rawmatches[0]); $i++) $matches[] = $rawmatches[0][$i]; $matches = array_unique($matches); $hexvalue = ’0123456789abcdef’; $j [...]

NuSphere PHPEd Review

NuSphere PHPEd Review By: Reynold E. Lariza (reynoldlariza.com) NuSphere PhpED is an Integrated Development Environment (IDE) for PHP, a server-side HTML-embedded scripting language. PhpED provides a flexible, easy-to-use platform for developing web sites using PHP, XML, CSS style sheets, and HTML. PhpED also provides streamlined functionality for debugging code, publishing projects to remote servers through [...]

The 7 Habits for Exceptional Performance

The 7 Habits for Exceptional Performance January 7, 2008 Source In July 2007 I took over the reins from Steve Souders (my former boss, performance co-hort, and someone I greatly respect) as manager of Yahoo!’s Exceptional Performance team. I was humbled and excited about the opportunity to lead Yahoo!’s now worldwide effort on accelerating the [...]