Feb 27, 2008

Tomato Story

You Will Know What Is Better When It Comes To Earning Money

Tomato Story

A Jobless man applied for the position of 'office boy' at Microsoft.
The HR manager interviewed him then watched him cleaning the floor as a test.

'You are employed' he said. Give me your e-mail address and I'll send you the application to fill in, as well as date when you may start.

The man replied 'But I don't have a computer, neither an email'.

'I'm sorry', said the HR manager. If you don't have an email, that means you do not exist. And who doesn't exist, cannot have the job.'

The man left with no hope at all. He didn't know what to do, with only $10 in his pocket. He then decided to go to the supermarket and buy a 10Kg tomato crate.
He then sold the tomatoes in a door to door round. In less than two hours,
he succeeded to double his capital. He repeated the operation three times,
and returned home with $60.

The man realized that he can survive by this way, and started to go everyday earlier, and return late. Thus, his money doubled or tripled everyday.

Shortly, he bought a cart, then a truck, and then he had his own fleet of delivery vehicles.

5 years later, the man is one of the biggest food retailers in the US
He started to plan his family's future, and decided to have a life insurance.

He called an insurance broker, and chose a protection plan.
When the conversation was concluded the broker asked him his email.
The man replied,'I don't have an email.'
The broker answered curiously, 'You don't have an email, and yet have succeeded to build an empire. Can you imagine what you could have been if you had an e mail?!!' The man thought for a while and replied, 'Yes, I'd be an office boy at Microsoft!'

Moral of the story

Moral 1
Internet is not the solution to your life.

Moral 2
If you don't have Internet, but work hard, you can be a millionaire.

Moral 3
If you received this message by email,
you are closer to being an office boy/girl, than a millionaire..........


I am closing my email account & going to sell tomatoes!!!

Feb 26, 2008

Sunset at Teluk Batik











SPR Check

Semak Lokasi Mengundi:

CLICK AT LINK BELOW

http://daftarj.spr.gov.my/daftarbi.asp

Please ask all your friends to check too...

Just key in your IC number & it'll show you the area you are supposed to vote.

Feb 19, 2008

Oracle - Populate List Item from SQL

PROCEDURE epc_pop_list_item (p_item_name varchar2, p_sql varchar2) IS

rg_name VARCHAR2(40) := 'pop_list';
rg_id RecordGroup;
errcode NUMBER;

list_id Item;

BEGIN

rg_id := Find_Group( rg_name );

IF Id_Null(rg_id) THEN
rg_id := Create_Group_From_Query( rg_name, p_sql );
END IF;

errcode := Populate_Group( rg_id );
------------------------------------------------------

list_id := Find_item(p_item_name);
Clear_List(list_id);
Populate_List(list_id, 'pop_list');

END;

Visit Malaysia


http://www.airasia.com/

Redang Island
http://redang.org/

Langkawi
http://www.langkawi-online.com/
http://www.langkawi-info.com/

Penang 槟城
http://www.tourismpenang.gov.my/
http://www.visitpenang.com/

Pangkor Island
http://www.pangkor.com.my/
http://www.pulau-pangkor.com/
http://www.cuti.com.my/Sub/Perak/guide_pangkor.htm

Feb 5, 2008

Happy Chinese New Year

Happy Chinese New Year

and

GONG XI FA CHAI

Oracle - Call Form Function


Oracle Form

Sample code for call form function with parameter.

Declare
Lp_param Paramlist;

Lp_param_xl Paramlist;
Begin

If Id_null(Lp_param_xl) Then
Lp_param_xl := CREATE_PARAMETER_LIST('xl');
ADD_PARAMETER('xl','P_1',text_parameter, p_1);
ADD_PARAMETER('xl','P_2',text_parameter, p_2);

Call_form('UW_FRM_MR_08_10G',no_hide,no_replace,no_query_only,'xl');
Destroy_parameter_list('xl');
End if;

Exception
WHEN FORM_TRIGGER_FAILURE THEN
Raise form_trigger_failure;
End;

Feb 4, 2008

Stephen Chow's CJ7 official trailer

周星馳《長江七號》電影預告



CJ7 2nd Trailer

Feb 1, 2008

Oracle Session Form


Dear Members,

I'm creating a simple form to check the oracle session.

The Advantages :
+ display all/filter session by certain criteria.
+ progress bar and percentage for heavy query.
+ show sql.+ show lock table
+ Login as system / users that able to access session table.



** Please give feedback and comments.Thanks

Download --> http://www.3uonline.com/forum/download.php?id=56