Jump 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 ArticleModSecurity Error: UNSUPPORTED DELAYED Rules: Remote File Injection attempt...
ModSecurity is an open source web application firewall. Working embedded in the web server, or standalone as a network appliance, it detects and prevents attacks against web applications. ModSecurity...
View ArticleInstall Git From Source On Centos
If you install Git from repository On Centos 6.5, you will the the old version of git v1.7.x. But i need to use a feature that only available on git v1.8.x or more, for example git pull –recursive,...
View ArticleInstall PHP Common Libraries on Ubuntu
I’m using LAMP Stack on my Ubuntu desktop for my development environment. So i’m writing this article so i know what to install when i move or change my laptop. There are some PHP libraries that i must...
View ArticleGit Ignore File Permission
Using Ubuntu for web development is a perfect match. Since i migrate to Ubuntu a month ago, i could code faster and deliver more result. Instead of great environment, i also found an issue with Git and...
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 ArticleConnecting Evernote with Sublime Text 3
I love Sublime text 3 and use Evernote a lot. And today I would like to share how to connect Evernote with Sublime Text 3. This is useful because most of the times i store my code snippet on my...
View ArticleCalibreworks Devstack, LAMP Stack for Developer
Calibreworks\devstack is a vagrant based on virtualbox for a LAMP stack that works. I created a virtual box for my development environment stack.We are using this in our day to day development cycle....
View Article