Archive for the ‘Application’ Category

How to Redirect Wordpress RSS Feed to Feedburner

Tuesday, January 19th, 2010

If you would like to find out your RSS subscriber’s statistic, it’s good to redirect all your RSS feed to Feedburner. One of the reason I like Feedburner’s RSS page is it provides reader with convenience short cut button to add into Google Reader, Yahoo Read, Newsgater and many more. Below is the comparison of Firefox Feed page and Feedburner Feed Page.

Feedburner Feed Page

Firefox Feed Page

(more…)

How To Set Your Blackberry with Tone + Vibrate with BuzzMe

Wednesday, July 15th, 2009

On all the Blackberry model, the incoming call or text messaging (SMS) notification doesn’t support vibrate and tone, you can set maximum 3 vibration and after that the tone will ring out loud. But the problem with the 3 vibrations is most of the caller without good patient will hang up the call after 3 ring tone (For my case ;) ).

There is a software call BuzzMe, Free or Pro edition to set your incoming call or text messaging with Tone and Vibration.

(more…)

Symfony, Unable to get sequence id with PostgreSQL Database

Thursday, May 28th, 2009

postgresql-sequence-id-error

When doing Symfony development, I usually build the database schema manually through phpPgAdmin or writing my own schema file. I like propel-generate-crud in symfony, which can generate the admin form on the fly.

Previously I was having problem with PostgreSQL Database’s sequence id. When I did propel-build-model, the seq_id from Postgresql database is not sync with the model been built by symfony. To solve that, I did manual change on PostgreSQL by renaming the tablename_id_seq to tablename_seq. After I have did some testing, found a way to solve the sequence id problem.

(more…)

iTerm, Screen & Linux is not playing well

Wednesday, November 26th, 2008

Problem :

When connecting to Linux box and use screen from iTerm, the delete does not work as backspace. Rather, it function as delete key. (more…)

How to Convert Video Format from RMVB or RM to AVI in Apple Mac

Tuesday, November 11th, 2008

You have downloaded a lot movies and videos in Real Player rmvb and rm format, and in a sudden you would like to convert rmvb or rm video files to avi in Apple Mac OS X version 10.4, aka Tiger. How can that be done? (more…)