Blog Archives

Aggregator Adventures

Howdy. One day, when I surfed the web, I found an interesting site. This site has function like a normal blog, but the post written there was posted from various blog sources. Later, I knew that this blog is called

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

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