Blog Archives

Creating Scrollable JDesktopPane on Netbeans

Hi there.. Long time ago, I got some challenge to create some MDI (Multiple Document Interface) application. Why I called it challenge? Because I must create it with Java and I didn’t have experience on using Swing. But thanks to

Tagged with: , ,
Posted in English, Java, Programming

CodeIgniter: Removing index.php

CodeIgniter (CI) is one of the MVC frameworks available. Unlike legacy PHP technique, This framework use different URI format for sending and receive parameters. For example: if we use usual PHP technique, we will use URI like: But in CI,

Tagged with: , ,
Posted in English, PHP, Programming

Blogroll on a Page

Most of the WordPress users place the blogroll on the sidebar. But with the increasing number of links added, the sidebar won’t look so good anymore. This problem finally falls into me. So I wanna find a way to list

Tagged with: , , ,
Posted in English, Internet, PHP, Programming

Lighweight

Did you know the opposite of lightweight? Maybe almost 99% of you said that the opposite was heavyweight. It’s easy. Just take the adjective phrase, which is light, and change it to its opposite, which is heavy. It applied on

Tagged with: , ,
Posted in English, Java, Programming