Web Programming Category
[TIPS] Write print_r() Output To File
When debugging a php application, print_r() or var_dump() often use to display the data inside the variable, usually an array that store many data inside. print_r() is core php function to displays information... [More...]
Things You Can Do With PHP cURL
Curl is a command line tools to transfer data using various protocol. Curl project was released with libcurl, which is a library for curl that can be use in multi programming language. But it is widely... [More...]
Keep PHP Process Upon Closed Client Connection
PHP process as default will stop or terminate the process when the client close the connection or process timeout. When user stop the process through browser it will automatically send abort header, and... [More...]
Prevent DDoS Attack With mod_evasive in Apache 2
Getting DDoS attack is a very annoying things. Beside make your server slower and worse make your server down. DDoS (Distributed Denial of Service) is an attempt to attack the server target with flood... [More...]
PDO Sqlite3 Not Working In PHP 5.3.3 And WHM/Cpanel 11.26.8
The latest PHP v.5.3.3 doesn’t work good with PDO Sqlite3. I am using a VPS (Virtual Private Server) with Centos 5 and WHM/Cpanel 11.26.8. Everything goes fine except there is an error message “undefined... [More...]
Free Icon and Graphic Packs For Your Web Design
There are tons of free graphic pack and icons on the net. If you are a web designer or graphic designer, this is a gift for you. I have write some for you in another post “More Than 100K Free Icons“,... [More...]
Cross Browser Compatibility Check Tools
Cross browser compatibility is a must if you are working as a web designer, you need to test all your design in different web browser. As today top web browsers are Mozilla Firefox, Google Chrome, Safari,... [More...]
More Than 100K Free Icons
If you are a graphic designer or web designer, it’s a must that you know and have many collection of icons. If you are an expert than you can make your own icon easily but of course it will time... [More...]
Zen Cart v1.3.9c Released
Zen Cart is a free online store management system under the GNU General Public License. It is PHP-based, using a MySQL database and HTML components. Also Support is provided for several languages and currencies.... [More...]
HTML5 – CSS 2.1 – CSS 3 Cheat Sheet (PDF)
As today HTML5 and CSS3 is the newest standard for the web design, all web designers and developer are busy preparing and learning this new standard, including myself. I want to share with you with this... [More...]
[HowTo] Replace String In Mysql With One Query
Yesterday i was helping my friend’s blog. She want to change her domain and move her hosting server for some reasons. She is using wordpress as her blog engine and of course using mysql as database... [More...]
[HowTo] Make Apache User Directory on Ubuntu
On system (in my case is Ubuntu server) with have multiple user and each user permit to have their own home directory, then you need to install mod_userdir on your apache. So you can have the address like... [More...]
[HowTo] Install ImageMagick/Imagick For PHP On Ubuntu
Installing ImageMagick on Ubuntu with PECL is really simple. But i want to share with you how to install it beside to remind myself someday, if i forget how to install it. ImageMagick is a php library... [More...]
5 Best Website To Become Professional Web Designer
In this post i would like to share the 5 best website to become a web designer from novice to professional. Become a web designer especially a template designer for CMS (Content Management System) like... [More...]
[TUTORIAL] Password Protected Directory In Apache Web Server
Apache Logo Sometimes you want to make an online application but only for private use or use by some people only. Or you just made an online application but still in testing phase in development, and don’t... [More...]
[TIPS] Get File Extension Easily in PHP
i want to share a tips for you to get file extension in PHP easily. Before i always use the old way to get the file extension, that is using substring and find the last “.” (dot), and get the... [More...]
[Tutorial] Groovy and Grails Part 2 – Installing Grails
this is the next article from Grovvy and Grails Part 1 – Introduction that you can read it here. Now we continue to install grails in your machine. Before you continue, there are some requirements... [More...]
[Tutorial] Groovy and Grails Part 1 – Introduction
What is Groovy? What is Grails? For those who don’t know about Groovy and Grails, you are lucky because i’m about to explain Groovy and Grails and how powerful they are in Web Application... [More...]
[HowTo]Turn Off Directory Listing in Apache Web Server
Today i found that my web server doesn’t make Directory Listing by default. And this can be a vulnerable for wordpress since wp-content directory can be exploit. So test your blog, if your web server... [More...]
Simple Create Order module – Zen cart
I have created a simple module in zen-cart. This module called Simple Create Order v1.0. I created this module because i can’t find any module for create order from the admin back end. After did... [More...]



