Freelancer's Playground! Learn Programming, The Freelancer's Way

22Aug/102

Bypass Internet Blocking With ProxyChains

What I love from linux is, it's powerful shell interface. It has full range of utilities. For example, if I want to access something that's denied by local proxy, I could easily tunnel my traffic to my other server. You can use ssh -D for this.

Filed under: Tutorial Continue reading
20Jul/100

Quickly Switch Window Manager With Compiz Fusion Icon

Having compiz (ubuntu's rich desktop experience) activated does increase my desktop experiences as well as the usability. However, having it activated complicate stuff all the time, when it come to gaming.

16Jul/100

PHPExcel: Advanced Read-Write Excel Made Simple

There are many excel reader / writer library all over the net. However, most of it only support partial features. Today, we'll learn a php excel library that support almost all aspect of excel. Well, except VBS, I guess.

Filed under: Tutorial Continue reading
14Jul/100

PHPMiniAdmin:Mini Tool That Get The Job Done

For most of the time, when doing freelance, I have to work with mysql. Given the various server panel available out there, it's quite difficult to find how to access mysql data.

Filed under: Reviews Continue reading
28Jun/102

Fixing WordPress’s Maintenance Mode Caused By Broken Update

WordPress upgrade tools is way AWESOME! It help us upgrade core system, plugins, and themes easily. However, as with many other human products, failed is one of it's features.

25Jun/100

Search Stackoverflow Right From Your Google Chrome

I just recently realized that you can search any content on stackoverflow, right from your chrome's OmniBar. How you do that? We'll you can follow this simple steps:

20Jun/100

Playing With Google’s Virtual Keyboard API

Several days ago I realize that google have been implementing it's virtual keyboard in google.co.id. I know that google already rolling it on several non English languages. I got curious as to wether we will be able to leverage this feature to our own site or not. I know that there are several open source library for this. But, let's stick with google API for now.

Filed under: Tutorial Continue reading
10Mar/101

HOW TO: Display All Your Monthly Archive In One Page

Hi, today I want to talk about archive page. You know, the one that popped when you click on archive link? On normal wordpress themes, archive page will bound to post per page settings you've set on admin. However, what if you want to display it all in one page? Maybe because you just write small amout of posts per month that will only take 2 pages and you don't one your visitor to click next just to see it all?

Filed under: snippet Continue reading
9Mar/100

Setting Up Global Shortcut For Rhythmbox

Global shortcut, I believe some of you didn't know what it is. It is equal to keyboard shortcut in applications. What make it different is, in normal shortcut, you have to have an active applications. In other word, that particular application need to be on focus. While global shortcut doesn't need to be on focus. It can be in minimized state or even hidden from current desktop. Because, global shortcut work by hooking up to system's message (CMIIW here).

Filed under: Tutorial Continue reading
5Mar/100

4 Simple Plugins That Just Do The Job!

Over several years working with wordpress, I've worked with so many plugins. Below is 4 simple plugins I've used that just work!

Filed under: Reviews Continue reading