MySQL Case Sensitive On Linux
A good rule to remember. MySQL are case sensitive only table and database identifiers and only on platforms with case-sensitive filenames (Linux/Unix). So, If you’re developing a system. Do remember....
View ArticleWhy Dojo?
Alex has updated the why dojo article. It’s a great article to read for everyone wanting to know what it does and why and also how it compares to the other popular toolkits/ajax framework. The why dojo...
View ArticleHacking Firebug
Dojo 0.9 Beta has been released. In Dojo 0.9 dojo.debug() is no longer your friend. They have ported Firebug. dojo.firebug() is a port of Firebug Lite. What this means is that if you are viewing your...
View ArticleSayonara PHP4?
As a PHP Developer, I think it’s time to move forward to PHP5. Today, I checked GoPHP5.org initiative: PHP developers cannot leverage PHP 5′s full potential without dropping support for PHP 4, but PHP...
View ArticleHTMLHelper : Link With Image
In Cakephp 1.1, if you want to display an image with a link, you’ll need to do something like this: echo $html->link( $html->image(‘myimage.jpg’), ‘/controller/action’, array(), null, false ) You...
View ArticleBaking Mambo
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...
View ArticleWebmaster Malaysia Gathering 2008 – Photos
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,...
View ArticlePHP Security Talk at MyGOSSCON 2010
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.
View ArticleOSX : Installing MongoDB and the PHP MongoDB driver.
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....
View ArticleInstalling OAuth extension in XAMPP for Mac OS X
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....
View Article