Monday, April 27, 2009

Malaysian and the dirty habit

Urgh..this morning i drive from house to office, and on the road my car start giving weird sound. gave the hazard light and go out to see a glove with the paint on it stuck on my tire. Seriously, what with this dirty habit of malaysian? does road now become the place where people throw garbage?. I remember i was teach to respect the environment, when i was small, the candy wrapper was kept in my pockets until i can find dustbin. And that habit i believe is plant into every school kids here. But why once they turn into an adult, they ignore it and making this country amongst the dirtiest in the world?. Sheeeh. I don't know who to blame in this situation. But something must be done, and some effort to change this habit is there, but yet it like never happen.

p/s : i'm super mad coz this make me very late to office..i thought the tire punctured or something so drive to nearest workshop instead...

Monday, April 20, 2009

Tips of the day

I was asked about this question on one of my interview, how to change the language of the message box in the window application. I do not know how to answer that question but googled it and found this.

using System;
using System.Windows.Forms;

namespace OpenDental
{
///This is a more efficient version of the MS MessageBox.
public class MsgBox
{


///This is a more efficient version of the MS MessageBox. It also automates the language translation. Do NOT use if the text is variable in any way, because it will mess up the translation feature.
public static void Show(System.Object sender,string text){
MessageBox.Show(Lan.g(sender.GetType().Name,text));
}

///This is a more efficient version of the MS MessageBox. It also automates the language translation. Will show okCancel regardless if you set it to true or false, so always use true.
public static bool Show(System.Object sender,bool okCancel,string question){
if(MessageBox.Show(Lan.g(sender.GetType().Name,question),"",MessageBoxButtons.OKCancel)
==DialogResult.OK)
{
return true;
}
else{
return false;
}

}

}
}

Sunday, April 19, 2009

Red as Blood..Black as Night

I'm soooo mad, freaking mad since last week. What the hell with that stupid boss. I got an sms asking me to give my IC NO asap, at 7.40 pm. Without explaining why he need it. What kind of stupid person would give out personal information like that to a stranger?. If it related to work, then explain it so!!!. Damn that freak not even a bit professional.Seriously i would rather ignore it since the way he asked for it. I'm not his daughter, or sister or his maid where he can order around. I would start respect him as a human when he start treat me as so!!!!!. A few things happen..a lot actually which make me feel better if i had nothing to do with him. Seriously need new work environment.

And at work, i've been staring at same codes for the past 2 years!!! God..this is so frustrating. The same thing over and over again. It never complete. Would help much if we have a bit experience and bla bla bla. My teammate always told me so..but hell doing same thing for 2 years??!!!!!!. So fed up with this thing around my life.


p/s : looking for a new job but not many need .Net developer which around KL, i will have to move to PJ if i want the job..>.<.

About Me

A normal person, who live today to die tommorow