Thursday, March 11, 2010

Wordpress 2.8.1 Release

July 10, 2009 by Ivan  
Filed under Blogging

Today my wordpress upgraded to new version, version 2.8.1. There wasn’t so many change though. But it feels better to upgrade to the newest version.
Here is the change log for Wordpress v.2.8.1:

Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have [...]

[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 [...]

[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 [...]

[HowTo] Install Curl in PHP5 and Apache

April 19, 2009 by Ivan  
Filed under Ubuntu

This time i want to share with you how to install Curl in PHP5 in Linux Environtment (I’m using Ubuntu 8.10) and using apache web server, but if you have any question to install php-curl in other environment, feel free to contact me of leave any comment, i will glad to help you.
Okay, now let’s [...]

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 [...]