Facebook FBML Live Testing Tool
Recently i tried to developing an application for Facebook as my client demand. Facebook use XFBML (eXtensible FaceBook Markup Language) as their mark up language to use Facebook UI and API. And it...
View ArticleAJAX and Javascript Live Testing Tools
Ajax and javascript is hard to debug and find where it go wrong. One of the great offline tools to debug your ajax and javascript code is Firebug with Firefly extension. But you need to modify your...
View ArticleFacebook Thumbnail Image
Here come a question from my Facebook fans regarding Facebook thumbnail image: Facebook Thumbnail Image Explanation First we need to find out what cause the issue. Facebook script trying to parse your...
View ArticleDB Cache Reloaded Fix v2.2.4 Released
I’m happily to announce DB Cache Reloaded Fix v2.2.4. For you who don’t know DB Cache Reloaded Fix, it’s a WordPress plugin to cache the queries made to the database whereas improve your WordPress blog...
View ArticleDB Cache Reloaded Fix on Github
First of all i would like to thanks all of you that already support me and using DB Cache Reloaded Fix plugin. And also i would to apologize if lately the DB Cache Reloaded Fix development is delayed....
View ArticleCreate Local VirtualHost For Your Development Environment
If you are using xampp, you can access your local server just by go to http://localhost. So now i would like to share to you how to create your own local domain and add your local domain into apache...
View ArticleJump Start Your Web Application With PHP Composer
If you are a web developer and love to use PHP, i bet you have heard about composer. Composer is dependency manager for PHP. So what is dependency means? In developing a web application you may need...
View ArticlePHP Script To Test Send Email
Sometimes sending email could be pain in the ass for some server. Especially if it is a share hosting that has blacklisted IP, and all the emails it send either go to spam box or doesn’t deliver at...
View ArticleUse PHP Code Sniffer (phpcs) in Sublimetext 3
Today i found a great plugin for Sublimetext 3, it is called sublime-phpcs on Sublimetext 3. This plugin is to check if my php code is good according to the PHP Standard (PSR-1 and PSR-2). After the...
View ArticleFix Strange “Headers already sent by” in Line 1 PHP File
“Cannot modify header information – headers already sent by” error is most common PHP error happen when we develop a web application. Usually when we want to redirect or send cookie. I used to get that...
View Article