Sunday, August 27, 2006

waiting for getting some work.........................

now a days i am sitting simply without having any work in the office. my friends are having so much hectic work in their office. its very boaring in office like sitting idle. how long should i sit like that and i am vasting my time also. i should engage my self. reading something in office also boring. Many of the time wasting time in orkut. and chatting and checking my personal mails. i dont know what god is thinking about me. in my bay i am the only girl sitting idle. i dont know why they recruited me and paying rs 10000+ . i will do some google. and sip coffee twice a day in office. some time it will exceed its count. see now i am going for a break to have a coffee. i think CTS is paying for doing this job regularly itseems. thinking for answers my self. but cant able to find the right way of utilising time. planning to take leave on thursday to prepare for my java ccp.(even i registered it before one month still i didnt complete my preparation)
now a days i am not interested in going outings and all. simply eating and sleeping in my room
i dont know answer for my questions. i think god only know about me. i dont know when he is going to give work for me

i'll wait until i'll get my work.................................

Thursday, June 29, 2006

First code in my Cognizant Life

I have been trained in so many technologies. At last i put up in one open source project. They asked me to work on php. Then i studied php.Yesterday i have a test on that(not a serious one).to test my php knowledge how much i understand php.The following is my first code i have written in my cogniant life(dont think this is done by me alone with the help of my team mates because i am not that much birllient). Dont think this is my project. i have been tested by one of my Associate because i am new to PHP.
I struggled a lot(nearly more than 5 hours) for writing this. but very very simple logic.
head_content=$head_content;
}
function body($body_content){
$this->body_content=$body_content;
}
function display_content(){
if(isset($_POST["submit"])) {
$this->display_body();
}
else
{
echo "$this->head_content
";
echo "$this->body_content
";
echo "$this->footer_content.$this->str
";
}
}
function display_body(){
?>

body_content;
?>

footer_content=$footer_content;
$this->str=$str;
}
}
$str="";
$header="This is header information";
$body="This is body of this page";
$footer="This is footer information";
$task=new myTask();
$task->headerr($header);
$task->body($body);
$task->footer($footer,$str);
?>


display_content();?>

Friday, June 09, 2006

About SAS Training

Today the sas training has been completed. Atlast i had a test on it. I only wrote the test because i only got the link to write that test. my team members didnt get. The training was good. i think i learnt some thing . today i can answer whats sas. dont know other than that. I wrote a test also i got 73 marks. out of 15 questions i answered 11 question. but all basic question.
Today is my first time i am writing some thing in my blog. I have created so many times but i never write any thing on that. From today onwards i am planning to write some thing in it