Web Development Using PHP, MySQL and Flash
PHP and Adobe Flash (formerly Macromedia Flash) are popular scripts used for creating web pages and online multimedia presentations. The two scripts can be combined to create dynamic, interactive pages...
View ArticleTortoiseSVN: Free and Easy To Use Subversion Client
Apache Subversion (SVN) is software version and revision control. You can collaborate with other developer using SVN. As you can commit your revision to the code and also add a comment about the...
View ArticleSend Bulk Email With PHP
With mail() function in PHP you can send email from your system to any email address easily. If you using a Linux system, you don’t have to set anything to use mail() function. But in Windows you need...
View ArticleFacebook 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