Browsing archives for 'Web Development'

Installing OAuth extension in XAMPP for Mac OS X

Mac OS X,Open Source,PHP Programming,Web Development 4 June 2011 1 Comment

Installing via PECL didn’t really work out for me. So, here is what I did: Install Xcode if you don’t have it Download & install XAMPP for Mac developer package You will need the PHP header files. Create a symlink: ln -s /Applications/XAMPP/xamppfiles/lib /Applications/XAMPP/xamppfiles/include Download the module here: http://pecl.php.net/get/oauth Unpack Run phpize: sudo /Applications/XAMPP/xamppfiles/bin/phpize Configure [...]

OSX : Installing MongoDB and the PHP MongoDB driver.

Mac OS X,Open Source,PHP Programming,Web Development 7 January 2011 0 Comments

1) Grab the latest 64-bit version for OSX from MongoDB website. 2) Untar the file tar -zxvf mongodb-osx-x86_64-1.6.5.tgz 3) I use XAMPP for OS X, need to create a location for it to store databases. sudo mkdir -p /Applications/XAMPP/xamppfiles/var/mongodb sudo cp -r bin/* /Applications/XAMPP/xamppfiles/bin/ 4) Create configuration file, name it mongodb.conf and put it at [...]

Tagged in , ,

PHP Security Talk at MyGOSSCON 2010

Open Source,PHP Programming,Security 11 November 2010 0 Comments

Slide from my recent presentation at MyGOSSCON 2010 PHP Security View more presentations from Sumardi Shukor. A big thank you to those who attended my presentation. Big applause to the organizer.

Webmaster Malaysia Gathering 2008 – Photos

Events,Technology,Web Development 6 July 2008 5 Comments

Date : 5 July 2008 Venue : The Apartment Restaurant, The Curve Damansara. Sponsored By Exabytes. More Photos… Speakers : – LiewCF, Pro Blogger – Rohan Thomas, Microsoft – Adrian, Neowave – Ikram, Freelancer Blog Posts – LawEddie.com – Ricky – Danny – Catzer – Liew CF

Baking Mambo

CakePHP,Open Source 22 July 2007 0 Comments

Yesterday, The Mambo Foundation announced that they will use CakePHP for the next version of Mambo and at the same day I presented about CakePHP at PHP Meetup 3.0. You can download my slide here and the announcement is here.