Wednesday, March 10, 2010

[HowTo] Make Apache User Directory on Ubuntu

January 8, 2010 by Ivan  
Filed under Ubuntu, Web Server

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 this: www.anyurl.com/~username/. Each user will have their own subdirectory specified by UserDir driective in the configuration.

[HowTo] Install ImageMagick/Imagick For PHP On Ubuntu

July 2, 2009 by Ivan  
Filed under Web Programming

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 for image processing. But they are not developed just for PHP library only, now they have library for [...]

5 Best Website To Become Professional Web Designer

June 18, 2009 by Ivan  
Filed under Web Design

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 Wordpress, Joomla, Mamboo, or many else, need practice and and knowledge to support you to make a creative web design. [...]

[TUTORIAL] Password Protected Directory In Apache Web Server

May 18, 2009 by Ivan  
Filed under Web Server

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 want to make the site go live yet. Or you want a web site or a directory to be protected [...]

[TIPS] Get File Extension Easily in PHP

May 5, 2009 by Ivan  
Filed under Web Programming

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 extension. For those who still doing this, i have a tips for you to get [...]

[Tutorial] Groovy and Grails Part 2 – Installing Grails

April 19, 2009 by Ivan  
Filed under Web Programming

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 to run Grails in your machine, so please read it carefully
Requirements to install Grails:

[Tutorial] Groovy and Grails Part 1 – Introduction

April 9, 2009 by Ivan  
Filed under Web Programming

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 Technology. Also i will give you some example to help you to understand and start using it!
What is Groovy?
“Groovy is a [...]

[HowTo]Turn Off Directory Listing in Apache Web Server

January 18, 2009 by Ivan  
Filed under 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 doesn’t turn off the directory listing by default please follow this steps (only works for Apache web server):

Simple Create Order module – Zen cart

January 16, 2009 by Ivan  
Filed under E-Commerce

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 some search on google and looking in Zen-Cart forum.  I found that there are 2 modules related to mine: those are [...]