My Personal Website  

Posted by Shefeek Jinnah

My name is Shefeek Jinnah.I am a Software Engineer by profession.I completed my graduation from Mar Athanasious College Of Engineering,Kothamangalam,Kerala in the year 2008.Coding is my passion and technical expedition is my pursuit.

I have been writing technical blogs for the last few years.But i find myself difficult in managing all the blogs and communities.So i decided to combine all my blogs and keep it under a single roof and here it is.The intention of this website is to share information so that it will be useful for me as well as for the visitors.I will post everything technicaly that goes through my head daily and which i am involved in.

I offer free technical assistance though the discussion forum of this website.You can ask me for any technical assistance.I will provide you with enough information if it is within my range or i can get you the details soon after consulting with my senior’s

http://www.shefeekj.com/

Sending an e-mail in PHP  

Posted by Shefeek Jinnah

Simple Mail

$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "someonelse@example.com";
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Mail Sent.";?>


Html Mail (You can use images and other tags in mail)

// multiple recipients
$to = 'aidan@example.com' . ', '; // note the comma
$to .= 'wez@example.com';

// subject
$subject = 'Birthday Reminders for August';

// message
$message = 'Insert your html code here';

// To send HTML mail, the Content-type header must be set
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

// Additional headers
$headers .= 'To: Mary , Kelly ' . "\r\n";
$headers .= 'From: Birthday Reminder ' . "\r\n";
$headers .= 'Cc: birthdayarchive@example.com' . "\r\n";
$headers .= 'Bcc: birthdaycheck@example.com' . "\r\n";

// Mail it
mail($to, $subject, $message, $headers);
?>

Code Snippets - Programing Tips  

Posted by Shefeek Jinnah

I decided to post the interesting code snippets which i goes through in my everyday life.The new blog will contain programs and other stuffs which seems interesting for me.The new blog address is http://codesnippetsforyou.blogspot.com/

Introduction  

Posted by Shefeek Jinnah


Hi Friends....This is an attempt to re-live our college days,the most wonderful days in our life. And one more thing guys. I dont want to write this blog all by myself. To make it complete, every one's views are needed..So, as a begining, PC(Dileep) is gonna start writing..... [:)].......


For all u guys who are gonna miss ur college, college life and ur college buddies.
The fact that we can never go back in time hurts! Wish life was a tape... So that we could turn it back and play it again and again. May be, one day, science will advance to such a level. That we can travel in time. If ever this happens, ther's only one destination for us. It's the period 2004-2008. Those four years. The best times of our lives.
U could call it nostalgia,reminescence,melancholy. If ur heart is filled with it ull be a regular visitor here. It is a kind of sweet sadness.
REMEMBER - the present ,as the clock ticks right now is going to be NOSTALGIA soon,enjoy it to the fullest. Feel today like there's no tommorow. This is a lesson that could be learned.
Now, since we can't re-do our college days, we are going to do the next best thing. We will re-live those days. What started out as another one of Shefeek's "magnaninmous plans" is going to be a reality.Thanx to my diary-writing habits, I have most of our college days in black and white. And now, we are going to share it all to the world. Well, not the whole thing. The censor board will play it's role for sure. But, we'll try to make it as enjoyable for you as possible. If u guys have half the fun reading it compared to what we had living it - this blog would be a success story.
OK people. Lean back on your chairs and be prepared for a roller-coaster of a journey!!!!!



Lollypop- Coming Soon  

Posted by Shefeek Jinnah

Cast:Prithviraj, Kunjacko Boban, Jayasurya,Bhavvana,Roma Asrani, Rajan P. Dev, Salim Kumar, Suraj Venjaramood .
Director : Shafi
Cinematographer : Azhakappan
Producer : Anto, Benny P. Nayarambalam , Shafi
Banner : ABS Combines
Music Director : Alex Paul

Twenty-20  

Posted by Shefeek Jinnah

We give great importance to Mohanlal and Mammooty Movies. Its been quite long since they act together. So Twenty-20 was a movie with very high expectation for the crowd. Suresh Gopi another great actor who performed many famous roles. Jayaram, Mukesh and Dileep, adds color to the movie.But the question in mind was If they come together, who will take the main role? if all are taking the ‘winner role’ throughout the movie, it will be boring. But in 20-twenty all actors have good roles and the story have some twists. Ya, I like the movie. It is a good movie and it will boost the malayalam film industry. Thanks to the people behind the movie.
Before watching the movie, I thought it would be like everyone make the entry, give some dialogues and quit, and a baseless story.


The entry of Mammuka and Suresh Gopi doesnt bring any impact on the crowd as it is in a quite expected manner. Lalettan s introduction was superb , as a poor ‘malancharakku vyaapari’. The laletan fans gt disappointed for a while as they expect a supernatural role from him. . But a sudden twist in the story caused ‘Lalettan kee jai’ sounds in the theater. Later in the story they fights each other. Mammootty, Mohanlal, Suresh Gopi, Dileep, Jayaram and Mukesh have their own good roles in this movie and no one is having a superior role. Bhavana have the main actress role. Prithviraj, Jayasuriya etc comes only for a song. Oh, Nayan Tara also, comes only for a dance. The best actor Sreenivasan is performing only for 5 minutes. All other actors have charactors that will not disappoint us.
All of us are interested to see a fight between Mammootty and Mohanlal in a movie. In this movie this fight is created very well. I didn’t like the songs in this movie. This movie is interesting like seeing a 20-20 match. This multistar movie surely make a dream run in Box-office.

Micrososft Dot Net Certification  

Posted by Shefeek Jinnah

After few months of frustration and confusion what to do till Wipro calls,we ,i mean me and my friend dileep decided to do .net certification.I will post the details of the exams here.Before going to the course details i want to mention something..If you want to study .net either you work somehwere in .net or join a course.If you want to get certified making the organisation and yourself fool,u can by heart the dumps(Questions) and write the exams.The exam fees is around 2200-2300 Rs per exam...You will get the dumps when you register.And you can write the exam on any date.The dumps consist of 264 multiple choice questions out of which 45 wil be asked for the online exam

MCTS WINDOWS Application
Exam 70–536: TS: Microsoft .NET Framework 2.0 - Application Development FoundationExam 70–528: TS: Microsoft .NET Framework 2.0 - Web-Based Client Development
MCTS WEB Application
Exam 70–536: TS: Microsoft .NET Framework 2.0 - Application Development Foundation
Exam 70–526: TS: Microsoft .NET Framework 2.0 - Windows -based Client Development Course

MCPD: Enterprise Applications Developer
Exam 70–549: PRO: Designing and Developing Enterprise Applications by Using the Microsoft .NET Framework
Required Exams for MCTS Credentials (Four Exams Required*)

Exam 70–536: TS: Microsoft .NET Framework 2.0 - Application Development Foundation
Exam 70–526: TS: Microsoft .NET Framework 2.0 - Windows-Based Client Development
Exam 70–528: TS: Microsoft .NET Framework 2.0 - Web-Based Client Development
Exam 70–529: TS: Microsoft .NET Framework 2.0 - Distributed Application Development

Upgrade Exam for MCSD (Two Exams Required - MCTS not required)
Exam 70–553: UPGRADE: MCSD Microsoft .NET Skills to MCPD: Enterprise Application Developer by Using the Microsoft .NET Framework: Part 1
Exam 70–554: UPGRADE: MCSD Microsoft .NET Skills to MCPD: Enterprise Application Developer by Using the Microsoft .NET Framework: Part 2