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