Tag Archives: Tutorial

Clean Up Ubuntu Grub Menu After Upgrade Kernel

When you upgrade kernel on ubuntu, you will add grub menu with new kernel version. Ubuntu doesn’t remove the old entries. It’s very dirty. Why Ubuntu do this? How to remove it.. Hmm.. after several time browsing to find the solution…I found the best solution for me.
This is my first Grub menu after upgrade kernel:

The [...]

My Ubuntu Became Leopard

Uhuk2.. I modified my Ubuntu looks to Leopard Looks. This is my works:

Yeah great^^ I have Leopard now.
Do you want it? Follow the tutorial from
http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23
nb: I didn’t apply all.

Install Ubuntu 8.10 on My Vista

Hoho, I’m so boring with my vista.. Today, I recovery my Vista because it’s so dirty. Then all like new. Hehe. Not only that, I install Ubuntu 8.10 on it. So I have dual booting with my Vista installed first.

It’s pretty simple, but you must do this with carefully. Because you can delete any important [...]

Dynamically Dropdown Value On Code Igniter

Yeah, Code Igniter again. I this day i got problem with dynamically dropdown value on Code Igniter. First think i hope I can generate dropdown with values from mySql database. I want to use form helper that provided by Code Igniter to generate form.
Basically to make dropdown input on controller are:

?View Code PHP1
2
3
4
5
6

$data[’input_category’] = [...]

Using Gravatar Without Plugin by Connor Wilson

Connor Wilson has published nice post. He wrote about how to make gravatar without plugin and I’ll share for you. First, add this script to your comments page.

?View Code PHP1
2
3
4
5
6
7
<?
$email = ""; //email that user use in gravatar
$default = ""; // link to your default avatar or if user doesn’t have gravatar
$size = 40; // [...]

Multiple Submit Button On HTML Form

Identifying the submit button in the server side
The name and value of the button that is used to submit the form is passed along with the other data to the server script. For the button above, when you click on the submit button, the data passed to the server side script is mysubmit=Click!
Having Multiple Submit [...]

Get Next Auto Increment on Code Igniter

Today, I got problems to get next auto increment with Code Igniter. In this case, I tried to provide link to view current post page, after users post his blog. For example: blog table contain fields id, title, and body. I used auto increment for id and id as primary key. Users will only fill [...]

Blogroll Link Update