You are on page 1of 131

SYNOPSIS

SYNOPSIS

INTRODUCTION ABOUT THE PROJECT:

The main aim of this project is to create a highly interactive website for our college. The user can get the clear idea about the college. The home page will contain vital detail of the college. As this project gives the details information of a particular department, Bachelor of Computer Applications (BCA) and Master of Computer Applications (MCA). The department of Computer Applications has one UG course Bachelor of Computer Applications (BCA) and 1 PG course Master of Computer Applications (MCA) to its credit. BCA course was started in the year 2000 and MCA course in the year 1992 respectively. This project is developed using Hyper Text Markup Language (HTML). HTML is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document-by denoting certain text as links,heading, paragraphs and so on. It can include embedded scripting

language code (such as java script) which can affect the behaviour of web browser and other HTML processors.

MODULES: There are five basic modules in this project. They are 1. Home 2. Syllabus 3. Rank Holders 4. Laurels 5. Contact us HOME MODULE:
This module contains a vital detail of the college. The user can get clear idea about the college in this module.

SYLLABUS MODULE:
In this module semester-wise syllabus are given for both BCA and MCA.

RANK HOLDERS: This module contains pass-percentage details of BCA and MCA. The various subdivision of this module are Admission details, Community details, Semester-wise Details, Scholarship details. LAURELS:

This module contains the details of Laurels during the year 2005-2006. The various subdivision of this module are 2006-2007, 2007-2008, 2008-2009. CONTACT US: This module contains the address of the college.

SYSTEM

CONFIGURATION

SYSTEM CONFIGURATION

HARDWARE CONFIGURATION

Processor RAM Hard Disk Key Board Monitor Mouse CD-ROM

: : : : : : :

INTEL PENTIUM 1 GB RAM DDR11667 156GB ATA 102 Keys LCD Optical 52xs

SOFTWARE SPECIFICATION

Operating System Front End Script Web Browser

: : : :

Windows XP Html Java Script Internet Explorer

PROLOGUE TO OPERATING SYSTEM

2.1 PROLOGUE TO OPERATING SYSTEM


WINDOWS XP
Windows XP features friendly new screens, simplified menus and a whole lot more. Discover the fresh, streamlined design of Windows XP. Get acquainted with key tasks and basic commands.

FEATURES OF WINDOWS XP
SAFE AND EASY PERSONAL COMPUTING Windows XP makes personal computing easy and enjoyable! Power, Performance, a bright new look, and plenty of help when you need it Windows XP has it all, along with unmatched dependability and security. FASTER, SMARTER, SAFER Windows XP packs the punch you need for top performance and enjoyment! You get all the power and dependability of Microsofts most advanced operating system technology .And to ensure that your version of Windows XP is always the very latest, automatic updates. EASIER TO LEARN AND USE Windows XP brings a brand-new visual style to your computer friendly, fresh, and streamlined. Youll notice cleaner lines, richer colors, smarter

organization, and easier ways to get where you want to go and do what you want to do. An automatic cleanup wizard keeps everything on the desktop neat and tidy. MULTIPLE USERS-A CINCH TO SWITCH With Windows XP its easier than ever to share a single compute among several users. Each person using the computer can create a separate password-protected account with personalized settings and private files.

DATA PROTECTION , INSIDE AND OUT Windows XP contains powerful new features designed to keep your computer network running no matter what. Sophisticated protection software guards each computers operating system. ON THE ROAD AND AROUND THE WORLD Read e-mail, view files, and run programs on your office compute from anywhere in the World Windows XP Professionals advanced communication features put you in command of the latest mobile computing and cutting-edge wireless technologies . Use Remote Desktop to view the screen of a computer running Windows XP. That means you can go to the office from your laptop, your home computer, or from a clients office on the other side of the globe. MORE SECURE , EASIER TO MANAGE

Windows XP Professional features a secure file system with encryption for sensitive information. Security-related administrative settings assure your system remains safe, secure, and private. Windows XP Professional is also designed for easy management Automated System Recovery can ever restore your operating system in case of disk failure. Windows XP Professional can be deployed incrementally throughout your organization. Upgrading individual computers only as needed reduces costs and lets you take advantage of the new technology of Windows XP at your own space.

PROLOGUE TO

SOFTWARE USED

HYPER TEXT MARKUP LANGUAGE (HTML):

Hypertext Markup Language is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document by denoting certain text as links, headings, paragraphs, lists, and so on and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets.HTML can also describe, to some degree, the appearance and semantics of a document and can include embedded scripting language code.

DYNAMIC HTML: Dynamic HTML, or DHTML, is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language( such as CSS), and the Document Object Model. DHTML allows scripting languages to change variables in a web pages definition language, which in turn affects the look and function of otherwise static HTML page content, after the page has been fully loaded and during the

viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.

DHTML is often used to make rollover buttons or drop-down menus on a web page and interactive web pages. A less common use is to create browserbased action games. During the late 1990s and early 2000s, a number of games were created using DHTML, such as Kingdom of Loathing, but differences between browsers made this difficult , many techniques had to be implemented in code to enable the games to work on multiple platforms. Recently browsers have been converging towards the web standard, which has made the design of DHTML games more viable. Those games can be played on all major browsers and they can also port to Widgets for Mac OS X and Gadgets for Windows Vista, which are based on DHTML code. The term has fallen out of use in recent years, as DHTML scripts often tended to not work well between various web browsers. Newer techniques, such as unobtrusive JavaScript coding (DOM Scripting), allow similar effects, but in an accessible, standards-complaint way through Progressive Enhancement. Some disadvantage of DHTML are that it is difficult to develop debug due to varying degrees of support among web browsers of the technologies

involved, and that the variety of screen sizes means the end look can only be finetuned on a limited number of browser and screen-size combinations.

SYSTEM DESIGN

SYSTEM DESIGN
4.1DATA FLOW DIAGRAM

LEVEL 0:

USER INPUT

COLLEGE WEBSITE

USER OUTPUT

HIERARCHICAL CHART

4.2 HIERARCHICAL CHART COLLEGE WEBSITE

HOME

BCA/MCA

SYLLABUS

RANK HOLDERS

LAURELS

LAB DETAILS

CONTACT US

2006-2007

STAFF DETAILS

BCA PROFILE

BCA/MCA RESULT

2007-2008

2008-2009

LAB 2
ADMISSION DETAILS COMMUNITY DETAILS SEMESTER-WISE DETAILS

SCHOLARSHIP DETAILS

LAB 3

LAB 4

LAB 5

SOFTWARE DESIGN

SYSTEM DESIGN
SOURCE CODE:
HOME:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0">

<tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td>

<!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li>

</ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Welcome to our web site</h2></td> </tr> </table> </td> </tr> <tr> <td>

<table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width ="35%"class="valliammal4"><h4> <b><h3><center>Our Vision:</center></h3></b> To build our institution into a Modern Research Centre serving the society through quality education to women in emerging areas to play purposeful role in the years to come. </h4> </td> <td width="25%"><img src="images/Founder.jpg" width="150" height="150" alt=""></td> <td width="45%" class="valliammal4"><h4> <b><h3><center>Our Mission:</center></h3></b> To inculcate the pursuit of scientific knowledge with preservation of traditional values leading to empowerment of women in particular to bring qualitative changes in society and thus achieve social growth and stability by education as a tool of human resource development </h4> </td> </tr> </table> </td> </tr> </table> </td> <td width="29%" rowspan="2" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="8%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="92%" class="valliammal3"><h2>Latest Events</h2></td> </tr> </table> </td> </tr>

<tr class="valliammal2"> <td class="p" > <marquee ALIGN="Top" LOOP="infinite"DIRECTION="up" scrollamount ="2"> <p class="yellow-text-underline"> October1st, 09 </p> <p ><h2>Tour,</h2> </p> <p align="right"><a href="images/tour1.jpg" class="yellow-text-underline" rel="lightbox[roadtrip]" > read more</a> <a href="images/tour3.jpg" rel="lightbox[roadtrip]"></a> <p class="yellow-text-underline">June 23th, 08 </p> <p class="yellow-text-underline"><h2>Cultural,</h2> </p> <p align="right"><a href="images/Cultural1.jpg" class="yellow-text-underline" rel="lightbox[roadtrip1]"> read more</a> <a href="images/Cultural2.jpg" rel="lightbox[roadtrip1]"></a> <a href="images/Cultural3.jpg" rel="lightbox[roadtrip1]"></a> </p> </marquee> </td> </tr> </table> </td> </tr> </table> <!-- first row in within fourth row ends--> <!-- second row in within fourth row--> <tr> <td> <table class= "bg1" width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="40%" class="valliammal4">

<h4>True to its motto, 'Valliammal' always aspires to reach greater heights in its quest for excellence and in imparting human values to the students for their tireless efforts in building a women empowered society.</h4> </td> <td width="10%"><img src="images/Chairman.jpg" width="100" height="100" alt=""> </td> <td width="40%" class="valliammal3"><h4><br> In the pursuit of our avowed objective of facilitating empowerment of women through quality education, 'Valliammal' equips the young women who join the institution with the king of creativity that the 21st century would anticipate.<br> <H4> </td> <td width="10%"><img src="images/cores.jpg" width="100" height="100" alt=""> </td> </tr> </table> </td> </tr> <!-- second row in within fourth row--> </table> </td> </Tr> <!-- fouth row ends--> </table> <!-- main table ends--> </table> </body> </html>

Course Details:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

<title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style7 { color: #CCFF66; font-weight: bold; } --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table>

</td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li>

<li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> <ul> <br style="clear: left;" /> </div>

</td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2 class="style7"><font size="5" face="Bookman Old Style">Course Details </font></h2></td> </tr> </table> </td> </tr> <td width="95%" class="valliammal4"><align="left"> <p><b><i><font color="#FFFFFF">The Department of Computer Applications has one U.G. Course Bachelor of Computer Applications (BCA) and 1 P.G. Course Master of Computer Applications (MCA) to its credit. B.C.A Course was started in the year 2000 and M.C.A Course in the year 1992 respectively.</font></b></p> <p><strong><font color="#FFFFFF">The Department of Computer Science has 1 U.G. Course Bachelor of Computer Science (B.Sc Shift-I &amp; Shift-II) and 1 P.G. Course Master of Computer Science (M.Sc Computer Science) to its credit. B.Sc-Shift I Course

was started in the year 1987, B.Sc Shift II Course was started in the year 2006 and M.Sc Computer Science Course in the year 2000 respectively. </font></strong></p> </body> </html>

STAFF DETAILS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr>

<td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0>

<tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li>

<li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Staff Details </h2></td> </tr> </table> </td> </tr> <tr> <td>

<center><b><marquee direction="right"><font color="#00FF55" size="6">DEPARTENT OF COMPUTER APPLICATIONS</font></b></marquee><font color="#00FF55"></font> </center> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="95%" class="valliammal4"><ul TYPE = "square"><li type="square"><font color="#FFFFFF">Ms. R. Samundeswari, MCA, M.Phil. </font> <li><font color="#FFFFFF">Ms. M. Umamaheswari, MCA, M.Phil, B.Ed. </font> <li><font color="#FFFFFF">Ms. P. Sudha, MCA, M.Phil. </font> <li><font color="#FFFFFF">Ms. J. Gokila, Msc., M.Phil., DCA. </font> <li><font color="#FFFFFF">Ms. D. Kalpana, Msc., M.Phil., DP&CS. </font> <li><font color="#FFFFFF">Ms. S. Ramya Devi, MCA, M.Phil. </font> <li><font color="#FFFFFF">Ms. R. Anitha Prabha, Msc., M.Phil. </font> <li><font color="#FFFFFF">Ms. K. Rajalakshmi MCA., M.Phil. </font> <li><font color="#FFFFFF">Ms. J. Jayanthi Ponraviraj, Msc., M.Phil. </font> <li><font color="#FFFFFF">Ms. A. Padmini, MCA, M.Phil. </font></ul> </i></font> </body> </html>

BCA PROFILE:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>

<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td>

<td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul>

<li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0">

<tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>BCA Profile </h2></td> </tr> </table> </td> </tr> </tr> <tr> <td width="95%" class="valliammal4" align="center"> <table align="center" border=2 bordercolor="#82CAFF" cellpadding=9 cellspacing=2> <tr> <th rowspan=2><span class="style1">Sl.No</span></th> <th rowspan=2><span class="style1">Name</span></th> <th rowspan=2><span class="style1">Year Joined</span></th> <th rowspan=2><span class="style1">Designation</span></th> <th rowspan=2><span class="style1">Highest Qualification</span></th> <th colspan=4><span class="style1">No.Of Publication</span></th> </tr> <tr> <th><span class="style1">Books</span></th> <th><span class="style1">National Journal</span></th> <th><span class="style1">International Journal</span></th> <th><span class="style1">Sem & Conf</span></th> </tr> <tr> <td>1</td> <td>Dr. V. Shankaran</td> <td>2009</td> <td>Professor</td> <td>Ph.D.,M.Sc.</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <td>2</td> <td>R.Samundeeswari</td> <td>2001</td> <td>Lecturer</td> <td>M.C.A,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td>

</tr> <tr> <td>3</td> <td>M.Umamaheswari</td> <td>2001</td> <td>Lecturer</td> <td>M.C.A,M.Phil,B.Ed</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <td>4</td> <td>P.Sudha</td> <td>2003</td> <td>Lecturer</td> <td>M.C.A,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <td>5</td> <td>J.Gokila</td> <td>2003</td> <td>Lecturer</td> <td>M.Sc,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <td>6</td> <td>D.Kalpana</td> <td>2004</td> <td>Lecturer</td> <td>M.Sc,M.Phil</td> <td>-</td> <td>1</td> <td>-</td> <td>-</td> </tr> <tr>

<td>7</td> <td>S.Ramya Devi</td> <td>2009</td> <td>Lecturer</td> <td>M.C.A,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <td>8</td> <td>R. Anith Prabha</td> <td>2009</td> <td>Lecturer</td> <td>M.C.A.,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <tr> <tr> <td>9</td> <td>J. Jayanthi</td> <td>2009</td> <td>Lecturer</td> <td>M.Sc.,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> <td>10</td> <td>A. Padmini</td> <td>2009</td> <td>Lecturer</td> <td>M.C.A.,M.Phil</td> <td>-</td> <td>-</td> <td>-</td> <td>-</td> </tr> </table>

BCA/MCA RESULT:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td></tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td>

</tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a>

<ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>BCA/MCA Result </h2></td> </tr> </table> </td> </tr>

</tr> <tr> <td width="95%" class="valliammal4" align="center"><table align="center" border=2 bordercolor="#82CAFF" cellpadding=9 cellspacing=2> <tr> <th rowspan=3><span class="style1">Sl.No</span></th> <th rowspan=3><span class="style1">Name Of Course</span></th> <th rowspan=3><span class="style1">No.Of Seats</span></th> <th colspan=4><span class="style1">Enrolment</span></th> <th colspan=3><span class="style1">Performance in Final Exam</span></th> </tr> <tr> <th rowspan=2 ><span class="style1">Within State</span></th> <th rowspan=2 ><span class="style1">Outside The State</span></th> <th rowspan=2 ><span class="style1">NRI/PIO/Foreign</span></th> <th rowspan=2 ><span class="style1">Total</span></th> <th rowspan=2><span class="style1">No Appeared</span></th> <th colspan=2 ><span class="style1">No Passed</span></th> </tr> <tr> <th><span class="style1">Total</span></th> <th><span class="style1">First Div</span></th> </tr> <tr> <td>1</td> <td>II BCA</td> <td>55</td> <td>55</td> <td>-</td> <td>-</td> <td>54</td> <td></td> <td></td> <td></td> </tr> <tr> <td>1</td> <td>III BCA</td> <td>49</td> <td>49</td> <td>-</td> <td>-</td> <td>49</td> <td>49</td> <td>24</td> <td>18</td>

</tr> <tr> <td>3</td> <td>II MCA</td> <td>6</td> <td>6</td> <td>-</td> <td>-</td> <td>6</td> <td>6</td> <td>3</td> <td>3</td> </tr> <tr> <td>3</td> <td>III MCA</td> <td>18</td> <td>18</td> <td>-</td> <td>-</td> <td>18</td> <td>18</td> <td>18</td> <td>18</td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td>PASSED OUT</td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <tr> <td>2</td> <td>BCA</td> <td>31</td> <td>31</td> <td>-</td> <td>-</td> <td>31</td>

<td>29</td> <td>23</td> <td>19</td> </tr> <tr> <td height="40">2</td> <td>MCA</td> <td>20</td> <td>10</td> <td>-</td> <td>-</td> <td>10</td> <td>10</td> <td>10</td> <td>10</td> </tr> </table>

SYLLABUS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%">

<table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0><tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li>

<li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0">

<tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2><strong><font size="5" face="Bookman Old Style">BCA SYLLABUS </font></strong></h2></td> </tr> </table> </td> </tr> <td width="95%" class="valliammal4"><ul> <li><align="left"><b><i></b> <a href="BCA/BCA RULES.doc" ><strong>BCA Rules</strong></a></li> <li><a href="BCA/bca i sem.doc"><strong>BCA I Semester II Semester Syllabus</strong></a></li> <li><a href="BCA/BCA III-IV.doc"><strong>BCA III Semester IV Semester Syllabus</strong></a></li> <li ><a href="BCA/BCA V-VI.doc"><strong>BCA V Semester VI Semester Syllabus</strong></a></li> </ul> <a href="mcasyll.html" class="style5">Next</a> </body> </html>

RANK HOLDERS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style>

</head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td>

</tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul>

<br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Pass Percentage BCA/MCA </h2></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="95%" class="valliammal4"><align="left"> <center> <font color="#00FF00" size="4" face="Bodoni" mt="MT">Pass Percentage for the past 5 years<br> BCA </font> </center> <table border=1 cellspacing=1 width=90% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Year</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> No.of Students Appeared</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Pass</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> II Class</span></th>

<th bgcolor="00f0f0" rowspan=1><span class="style1"> I class</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> I class with Distination</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Pass % </span></th> <tr align="center"> <td><font color="#FFFFFF">2004-2005 </font></td> <td><font color="#FFFFFF">32 </font></td> <td><font color="#FFFFFF">29 </font></td> <td><font color="#FFFFFF">5 </font></td> <td><font color="#FFFFFF">24 </font></td> <td><font color="#FFFFFF">- </font></td> <td><font color="#FFFFFF"> 90.6% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2005-2006 </font></td> <td><font color="#FFFFFF">25 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">4 </font></td> <td><font color="#FFFFFF">15 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF"> 80% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2007-2008 </font></td> <td><font color="#FFFFFF">30 </font></td> <td><font color="#FFFFFF">26 </font></td> <td><font color="#FFFFFF">3 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">3 </font></td> <td><font color="#FFFFFF"> 87% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2008-2009 </font></td> <td><font color="#FFFFFF">31 </font></td> <td><font color="#FFFFFF">23 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">18 </font></td> <td><font color="#FFFFFF">3 </font></td> <td><font color="#FFFFFF"> 74% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2005-2006 </font></td> <td><font color="#FFFFFF">25 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">4 </font></td> <td><font color="#FFFFFF">15 </font></td>

<td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF"> 80% </font></td> </tr> </table> <br> <br> <center> <font color="#FF0000" size="4" face="Bodoni" mt="MT">Pass Percentage for the past 5 years<br> MCA </font> </center> <table border=1 cellspacing=1 width=90% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Year</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> No.of Students Appeared</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Pass</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Pass with I class</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> I class with Distination</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Pass %</span></th> <tr align="center"> <td><font color="#FFFFFF">2004-2005 </font></td> <td><font color="#FFFFFF">8 </font></td> <td><font color="#FFFFFF">8 </font></td> <td><font color="#FFFFFF">100% </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2005-2006 </font></td> <td><font color="#FFFFFF">18 </font></td> <td><font color="#FFFFFF">18 </font></td> <td><font color="#FFFFFF">50% </font></td> <td><font color="#FFFFFF"> 50% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2006-2007 </font></td> <td><font color="#FFFFFF">7 </font></td> <td><font color="#FFFFFF">7 </font></td> <td><font color="#FFFFFF">71.4% </font></td> <td><font color="#FFFFFF">28.6% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center">

<td><font color="#FFFFFF">2007-2008 </font></td> <td><font color="#FFFFFF">12 </font></td> <td><font color="#FFFFFF">12 </font></td> <td><font color="#FFFFFF">58% </font></td> <td><font color="#FFFFFF">42% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2008-2009 </font></td> <td><font color="#FFFFFF">10 </font></td> <td><font color="#FFFFFF">10 </font></td> <td><font color="#FFFFFF">70% </font></td> <td><font color="#FFFFFF">30% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> </table> <td width="5%">&nbsp;</td> </body> </html>

ADMISSION DETAILS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <script type="text/JavaScript"> <!-function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } //--> </script> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0>

<!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td>

<!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table>

<!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" ><!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"><table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td><table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Admission Details of BCA/MCA </h2></td> </tr> </table></td> </tr> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><center> <font color="#00FF00" size="4" face="Bodoni" mt="MT">Admission details for the past 5 years<br> BCA </font> </center> <table border=1 cellspacing=0 width=70% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1> S.No</th> <th bgcolor="00f0f0" rowspan=1> Year</th> <th bgcolor="00f0f0" rowspan=1> Strength Permitted</th> <th bgcolor="00f0f0" rowspan=1> Strength Admitted</th> <tr align="center"> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">2004-2005 </font></td> <td><font color="#FFFFFF">32 </font></td> <td><font color="#FFFFFF">32 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">2006-2007 </font></td> <td><font color="#FFFFFF">32 </font></td> <td><font color="#FFFFFF">32 </font></td> </tr>

<tr align="center"> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">2007-2008 </font></td> <td><font color="#FFFFFF">50 </font></td> <td><font color="#FFFFFF">50 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">4. </font></td> <td><font color="#FFFFFF">2008-2009 </font></td> <td><font color="#FFFFFF">55 </font></td> <td><font color="#FFFFFF">55 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">5. </font></td> <td><font color="#FFFFFF">2009-2010 </font></td> <td><font color="#FFFFFF">50 </font></td> <td><font color="#FFFFFF">43 </font></td> </tr> </table> <br> <br> <font face=Bodoni MT color=Green size=4></font> <center> <font color="#FF0000" size="4" face="Bodoni" mt="MT">Admission details for the past 5 years<br> MCA </font> </center> <table border=1 cellspacing=0 width=70% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1> S.No</th> <th bgcolor="00f0f0" rowspan=1> Year</th> <th bgcolor="00f0f0" rowspan=1> Strength Permitted</th> <th bgcolor="00f0f0" rowspan=1> Strength Admitted</th> <tr align="center"> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">2005-2006 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">12 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">2006-2007 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">10 </font></td> </tr> <tr align="center">

<td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">2007-2008 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">20 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">4. </font></td> <td><font color="#FFFFFF">2008-2009 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">06 </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">5. </font></td> <td><font color="#FFFFFF">2009-2010 </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">17 </font></td> </tr> </table> </body> </html> COMMUNITY DETAILS: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr>

<td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0>

<tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td>

</tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" class= "bg1"> <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Community Details BCA/MCA</h2></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <td width="50%"> <tr> <td width="95%" class="valliammal4"><align="center"> <center> <center> <center> <font color="#FF0000" size="4" face="Bodoni" mt="MT">Community details for the past 5 years<br> BCA / MCA</font> </center> <table border=1 cellspacing=1 width=100% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style1"> S.No</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Class</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> No. of candidates</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Year</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> OC</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> BC</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> MBC</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> SC</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> ST</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Ex-service Man</span></th>

<th bgcolor="00f0f0" rowspan=1 width=17%><span class="style1"> Farmer</span></th> <tr align="center"> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">BCA </font></td> <td><font color="#FFFFFF">32 </font></td> <td><font color="#FFFFFF">2005-2008 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF">22 </font></td> <td><font color="#FFFFFF">7 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">BCA </font></td> <td><font color="#FFFFFF">32 </font></td> <td><font color="#FFFFFF">2006-2009 </font></td> <td><font color="#FFFFFF">3 </font></td> <td><font color="#FFFFFF">17 </font></td> <td><font color="#FFFFFF">7 </font></td> <td><font color="#FFFFFF">4 </font></td> <td><font color="#FFFFFF"> 1 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF">B. Nithyakala D/o K. Bose </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">BCA </font></td> <td><font color="#FFFFFF">50 </font></td> <td><font color="#FFFFFF">2007-2010 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">28 </font></td> <td><font color="#FFFFFF">11 </font></td> <td><font color="#FFFFFF">9 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">4. </font></td> <td><font color="#FFFFFF">BCA </font></td> <td><font color="#FFFFFF">55 </font></td> <td><font color="#FFFFFF">2008-2011 </font></td> <td><font color="#FFFFFF">2 </font></td>

<td><font color="#FFFFFF">34 </font></td> <td><font color="#FFFFFF">13 </font></td> <td><font color="#FFFFFF">6 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF">P. Latha D/o K. Palani </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">5. </font></td> <td><font color="#FFFFFF">BCA </font></td> <td><font color="#FFFFFF">43 </font></td> <td><font color="#FFFFFF">2009-2012 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">23 </font></td> <td><font color="#FFFFFF">8 </font></td> <td><font color="#FFFFFF">10 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">5. </font></td> <td><font color="#FFFFFF">MCA </font></td> <td><font color="#FFFFFF">12 </font></td> <td><font color="#FFFFFF">2005-2008 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">7 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">6. </font></td> <td><font color="#FFFFFF">MCA </font></td> <td><font color="#FFFFFF">10 </font></td> <td><font color="#FFFFFF">2006-2009 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF">8 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td>

</tr> <tr align="center"> <td><font color="#FFFFFF">7. </font></td> <td><font color="#FFFFFF">MCA </font></td> <td><font color="#FFFFFF">20 </font></td> <td><font color="#FFFFFF">2007-2010 </font></td> <td><font color="#FFFFFF">3 </font></td> <td><font color="#FFFFFF">13 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF">2 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> P. Monisha D/o M. Palani Swamy </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">8. </font></td> <td><font color="#FFFFFF">MCA </font></td> <td><font color="#FFFFFF">6 </font></td> <td><font color="#FFFFFF">2008-2011 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF">4 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">10. </font></td> <td><font color="#FFFFFF">MCA </font></td> <td><font color="#FFFFFF">17 </font></td> <td><font color="#FFFFFF">2009-2012 </font></td> <td><font color="#FFFFFF">1 </font></td> <td><font color="#FFFFFF">5 </font></td> <td><font color="#FFFFFF">5 </font></td> <td><font color="#FFFFFF">6 </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> <td><font color="#FFFFFF"> - </font></td> </tr> </table> </center> </center> </body> </html>

SEMESTER-WISE DETAILS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table>

</td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul>

</li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" class= "bg1"> <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Semester Details BCA</h2></td> </tr> </table> </td>

</tr> <tr> <td> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <td width="50%"> <tr> <td width="95%" class="valliammal4"><align="center"> <center> <center> <font color="#00FF00" size="4" face="Bodoni" mt="MT">Semester wise Result Details for the past 5 years<br> BCA </font> </center> <table border=1 cellspacing=1 width=70% align="center"> <tr align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style1"> Year</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> I BCA</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> II BCA</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style1"> III BCA</span></th> <tr align="center"> <td><font color="#FFFFFF">Apr-2009 </font></td> <td><font color="#FFFFFF">56% </font></td> <td><font color="#FFFFFF">71% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Nov-2008 </font></td> <td><font color="#FFFFFF">44% </font></td> <td><font color="#FFFFFF">78% </font></td> <td><font color="#FFFFFF">84% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Apr-2008 </font></td> <td><font color="#FFFFFF">49% </font></td> <td><font color="#FFFFFF">74% </font></td> <td><font color="#FFFFFF">83% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Nov-2007 </font></td> <td><font color="#FFFFFF">82% </font></td> <td><font color="#FFFFFF">87% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Apr-2007 </font></td> <td><font color="#FFFFFF">58% </font></td>

<td><font color="#FFFFFF">97% </font></td> <td><font color="#FFFFFF">93% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Nov-2006 </font></td> <td><font color="#FFFFFF">75% </font></td> <td><font color="#FFFFFF">93% </font></td> <td><font color="#FFFFFF">100% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Apr-2006 </font></td> <td><font color="#FFFFFF">63% </font></td> <td><font color="#FFFFFF">89% </font></td> <td><font color="#FFFFFF">96% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Nov-2005 </font></td> <td><font color="#FFFFFF">71% </font></td> <td><font color="#FFFFFF">79% </font></td> <td><font color="#FFFFFF">92% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Apr-2005 </font></td> <td><font color="#FFFFFF">48% </font></td> <td><font color="#FFFFFF">89% </font></td> <td><font color="#FFFFFF">94% </font></td> </tr> <tr align="center"> <td><font color="#FFFFFF">Nov-2004 </font></td> <td><font color="#FFFFFF">75% </font></td> <td><font color="#FFFFFF">82% </font></td> <td><font color="#FFFFFF">- </font></td> </tr> </table> <div align="left"><a href="semester mca.html">Next</a> </div> </center> </head> </html>

SCHOLARSHIP MCA:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #0000FF} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr>

<!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul>

</li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Scholarship Details MCA </h2></td> </tr> </table> </td> </tr> <tr> <td> <center> <center>

<font color="#FF0000" size="5" face="Bookman" style="Style" old="Old">SC Scholarship details for the past 5 years <br> MCA</font> </center> <div align="left"><I> <left> <font color="#FF0000" size="3">MCA [2009 - 2012]</font></I></font> <font color="#FF0000" size="3"></font> <font face=Times New Roman size=4></font> <ul TYPE=square> <LI><font color="#FFFFFF">M. Aswini </font> <LI><font color="#FFFFFF">C. Sangeetha </font> <LI><font color="#FFFFFF">M. Santhi </font> <LI><font color="#FFFFFF">M. Nadthiya </font> <LI><font color="#FFFFFF">A. Sivaranjani </font> <LI><font color="#FFFFFF">K. Surya </font> </ul> <font face=Times New Roman color=#FF0000 size=3> <I>MCA [2008 - 2011] </I></font> <ul TYPE=square> <LI type="square"><font color="#FFFFFF">P. Premalatha </font> </ul> <font face=Times New Roman color=#FF0033 size=3> <I>MCA [2007 - 2010] </I></font> <ul TYPE=square> <LI type="square"><font color="#FFFFFF">D. Gowthami </font> </ul> <font face=Times New Roman color=#FF0000 size=3> <I>MCA [2006 - 2009] </I> </font> <ul TYPE=square> <LI type="square"><font color="#FFFFFF">Nil (no SC) </font> </ul> <font face=Times New Roman color=#FF0000 size=3> <I>MCA [2005- 2008] </I></font> <ul TYPE=square> <LI type="square"><font color="#FFFFFF">Nil (1 SC no scholarship) </font> </ul> <font face=Times New Roman color=#FF0000 size=3> <I>MCA [2004 - 2007] </I></font> <ul TYPE=square> <LI type="square"><font color="#FFFFFF">Nil (no SC) </font> </ul> <span class="red-text-regular style1"></b> <a href="Scholarship BCA.html">Back</a></span> </div> </center> <tr><td width="95%" class="valliammal4"><div align="left"></i></font></div> </body> </html> LAURELS:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr>

</table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a>

<ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Inter-collegiate Events </h2></td> </tr> <table width="101%" border="0" cellspacing="5" cellpadding="0"> <tr>

<td width="98%" class="yellow-text-underline"><h2>Laurels 2005-2006 </h2></td> </tr> </table> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="95%" class="valliammal4"><table border=1 cellspacing=1 width=99% align="center"> <tr cellspacing=1 cellpadding=1 align="center"> <th width="5%" rowspan=1 bgcolor="00f0f0"><span class="style1"> S.No</span></th> <th width="15%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Name</span></th> <th width="9%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Class</span></th> <th width="14%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Competition</span></th> <th width="21%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Venue</span></th> <th bgcolor="00f0f0" rowspan=1 width=36%><span class="style1"> Prize </span></th> </tr> <tr> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">E. Vanitha Mari </font></td> <td><font color="#FFFFFF">II MCA </font></td> <td><font color="#FFFFFF"> Collage </font></td> <td><font color="#FFFFFF">Women's Christian College </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">&nbsp;</font> </td> <td><font color="#FFFFFF">K.B. Bhuvaneswari </font></td> <td><font color="#FFFFFF">II MCA </font></td> <td><font color="#FFFFFF"> Collage </font></td> <td><font color="#FFFFFF">Women's Christian College </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">H. Indujah </font></td> <td><font color="#FFFFFF">II MCA </font></td> <td><font color="#FFFFFF"> Debugging </font></td> <td><font color="#FFFFFF">Anna Adarsh College </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">H. Indujah </font></td> <td><font color="#FFFFFF">II MCA </font></td>

<td><font color="#FFFFFF"> Debugging </font></td> <td><font color="#FFFFFF">Meenakshi College </font></td> <td><font color="#FFFFFF">II </font></td> </tr> <tr> <td><font color="#FFFFFF"> 4. </font></td> <td><font color="#FFFFFF">S.Jayshree </font></td> <td><font color="#FFFFFF">III MCA </font></td> <td><font color="#FFFFFF"> Chess </font></td> <td><font color="#FFFFFF">Stella Maris College </font></td> <td><font color="#FFFFFF"> Selected to represent the Madras University 'B' zone for Inter Zonal Chess Team </font></td> </tr> <tr> <td><font color="#FFFFFF"> 5. </font></td> <td><font color="#FFFFFF">S.Jayshree </font></td> <td><font color="#FFFFFF">III MCA </font></td> <td><font color="#FFFFFF"> Chess </font></td> <td><font color="#FFFFFF">Anna Adarsh College </font></td> <td><font color="#FFFFFF"> II </font></td> </tr> <tr> <td><font color="#FFFFFF"></font></td> <td><font color="#FFFFFF">S.Gayathri </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF"> Chess </font></td> <td><font color="#FFFFFF">Anna Adarsh College </font></td> <td><font color="#FFFFFF"> II </font></td> </tr> </table> </li> </td> <tr><td> </body> </html>

LAURELS 2006-2007:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script>

<script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #000000} .style2 {color: #ECE9D8} .style3 { font-size: 18px; color: #0000FF; } --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td>

</tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a>

</ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%" height="30"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2 class="style2">Inter-collegiate Events </h2></td> </tr> </table> </td> </tr> <tr> <td>

<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width ="35%"class="valliammal4"><h4> <div align="center"><font color="#FFFFFF" size="4" face="Bookman Old Style"><u> LAURELS 2006-2007</u> </font> </div> <table border=1 cellspacing=0 width=90%> <tr cellspacing=0 cellpadding=0 align="center"> <th width="6%" rowspan=1 bgcolor="00f0f0"><span class="style1"> S.No</span></th> <th width="16%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Name</span></th> <th width="9%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Class</span></th> <th width="14%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Competition</span></th> <th width="35%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Venue</span></th> <th width="11%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Date</span></th> <th width="9%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Prize</span></th> </tr> <tr> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">S. Saranya </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF"> Fashion Show </font></td> <td><font color="#FFFFFF">Sargon '07 GSS Jain College For Women </font></td> <td><font color="#FFFFFF"> 18.01.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">&nbsp;</font> </td> <td><font color="#FFFFFF">G. Gayathri </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF"> Fashion Show </font></td> <td><font color="#FFFFFF">Sargon '07 GSS Jain College For Women </font></td> <td><font color="#FFFFFF"> 18.01.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">&nbsp;</font> </td> <td><font color="#FFFFFF">K.S. Mayura Priya </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF"> Fashion Show </font></td> <td><font color="#FFFFFF">Sargon '07 GSS Jain College For Women </font></td> <td><font color="#FFFFFF"> 18.01.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr>

<tr> <td><font color="#FFFFFF">&nbsp;</font> </td> <td><font color="#FFFFFF">P. Limimol </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF"> Fashion Show </font></td> <td><font color="#FFFFFF">Sargon '07 GSS Jain College For Women </font></td> <td><font color="#FFFFFF"> 18.01.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">R. Gayathri </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF"> Atitude Testing </font></td> <td><font color="#FFFFFF"> 'Bonaventura 06' Soka Ikeda College </font></td> <td><font color="#FFFFFF"> 20.12.06 </font></td> <td><font color="#FFFFFF">II </font></td> </tr> <tr> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">R. Gayathri </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF"> Pot Pourri </font></td> <td><font color="#FFFFFF"> Jayaprakash Forum </font></td> <td><font color="#FFFFFF"> 19.08.06 </font></td> <td><font color="#FFFFFF">II </font></td> </tr> </table> <a href="annual 06-07.html" class="style3">Next</a> </body> </html> LAURELS 2007-2008: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

<style type="text/css"> <!-.style1 {color: #000000} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/>

</td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul>

</li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%" height="30"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2 class="style2">Inter-collegiate Events </h2></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width ="35%"class="valliammal4"><h4> <div align="center"><font color="#FFFFFF" size="4" face="Bookman Old Style"><u> LAURELS 2007-2008</u> </font> </div> <table border=1 cellspacing=0 width=100% align="center"> <tr align="center"> <th width="6%" rowspan=1 bgcolor="00f0f0"><span class="style1"> S.No</span></th>

<th width="21%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Name</span></th> <th width="11%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Class</span></th> <th width="12%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Competition</span></th> <th width="28%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Venue</span></th> <th width="12%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Date</span></th> <th width="10%" rowspan=1 bgcolor="00f0f0"><span class="style1"> Prize</span></th> </tr> <tr> <td><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">K.R. Ashwini </font></td> <td><font color="#FFFFFF">II MCA </font></td> <td><font color="#FFFFFF">Ice Breakers </font></td> <td><font color="#FFFFFF">Mar Greforious College </font></td> <td><font color="#FFFFFF"> 07.09.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">M. Sri Vidhya </font></td> <td><font color="#FFFFFF">II MCA </font></td> <td><font color="#FFFFFF"> Ice Breakers </font></td> <td><font color="#FFFFFF">Mar Gregorious College </font></td> <td><font color="#FFFFFF"> 07.09.07 </font></td> <td><font color="#FFFFFF">III </font></td> </tr> <tr> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">P.R. Lakshmi </font></td> <td><font color="#FFFFFF">III MCA </font></td> <td><font color="#FFFFFF"> Debugging </font></td> <td><font color="#FFFFFF">Mar Gregorious College </font></td> <td><font color="#FFFFFF"> 07.09.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">4. </font></td> <td><font color="#FFFFFF">P.R. Lakshmi </font></td> <td><font color="#FFFFFF">III MCA </font></td> <td><font color="#FFFFFF"> Online Quiz </font></td> <td><font color="#FFFFFF">Mar Gregorious College </font></td> <td><font color="#FFFFFF"> 07.09.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr>

<tr> <td><font color="#FFFFFF">5. </font></td> <td><font color="#FFFFFF">Thamizhselvi Manivelu </font></td> <td><font color="#FFFFFF">III MCA </font></td> <td><font color="#FFFFFF"> Online Quiz </font></td> <td><font color="#FFFFFF">Mar Gregorious College </font></td> <td><font color="#FFFFFF"> 07.09.07 </font></td> <td><font color="#FFFFFF">III </font></td> </tr> <tr> <td><font color="#FFFFFF">6. </font></td> <td><font color="#FFFFFF">M. Sujithra </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF"> Fashion Show </font></td> <td><font color="#FFFFFF">Sargam '07 G.S.S.Jain College </font></td> <td><font color="#FFFFFF"> 18.09.07 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">7. </font></td> <td><font color="#FFFFFF">Saranya Sundararajan </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF"> Folk Dance </font></td> <td><font color="#FFFFFF">Chainika '08 CTTE College </font></td> <td><font color="#FFFFFF"> 25.07.08 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> </table> <a href="annual 07-08.html">Next </a> </body> </html>

LAURELS 2008-2009
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script>

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style1 {color: #0000FF} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850">

<img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li>

<li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td><table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%" height="30"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2 class="style2">Inter-collegiate Events </h2></td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width ="35%"class="valliammal4"><h4> <font color="#FFFFFF" size="4" face="Bookman Old Style"><u>LAURELS 20082009</u> </font> <table border=1 cellspacing=0 width=92% align="center">

<tr cellspacing=1 cellpadding=1 align="center"> <th width="5%" rowspan=1 bgcolor="00f0f0"><font color="#000000"> S.No</font></th> <th bgcolor="00f0f0" rowspan=1 width=13%><font color="#000000"> Name</font></th> <th bgcolor="00f0f0" rowspan=1 width=10%><font color="#000000"> Class</font></th> <th width="11%" rowspan=1 bgcolor="00f0f0"><font color="#000000"> Competition</font></th> <th bgcolor="00f0f0" rowspan=1 width=34%><font color="#000000"> Venue</font></th> <th bgcolor="00f0f0" rowspan=1 width=13%><font color="#000000"> Date</font></th> <th bgcolor="00f0f0" rowspan=1 width=14%><font color="#000000"> Prize</font></th> </tr><tr> <td height="24"><font color="#FFFFFF">1. </font></td> <td><font color="#FFFFFF">S. Anjana </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF">Singer </font></td> <td><font color="#FFFFFF">Ethiraj Women's College </font></td> <td><font color="#FFFFFF"> 05.08.08 </font></td> <td><font color="#FFFFFF">I </font></td> </tr> <tr> <td><font color="#FFFFFF">2. </font></td> <td><font color="#FFFFFF">S. Anjana </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF">Singer </font></td> <td><font color="#FFFFFF">S.D.N.P Vaishnava College </font></td> <td><font color="#FFFFFF"> 27.08.08 </font></td> <td><font color="#FFFFFF">III </font></td> </tr> <tr> <td><font color="#FFFFFF">3. </font></td> <td><font color="#FFFFFF">S. Anjana </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF">Singer </font></td> <td><font color="#FFFFFF">Anna Adarsh College </font></td> <td><font color="#FFFFFF"> 06.01.09 </font></td> <td><font color="#FFFFFF">III </font></td> </tr> <tr> <td><font color="#FFFFFF">4. </font></td> <td><font color="#FFFFFF">S. Gnanaselvi </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF">Quiz </font></td> <td><font color="#FFFFFF">Indian Red Cross Building 'Geneva Convention Day Celebration </font></td> <td><font color="#FFFFFF"> 05.08.08 </font></td> <td><font color="#FFFFFF">I </font></td>

</tr> </table><a href="annual 08-09.html" class="style1">Next </a> </body> </html> ANNUAL SPORTS 2006-2007: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style6 {font-weight: bold; color: #000000;} .style7 {font-weight: bold; color: #0000FF; } --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table>

</td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul>

<li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0">

<tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2><font color="#7FFF00" size="5" face="Bookman Old Style"><u><strong>Annual Sports Meet 2006-2007 </strong></u></font></h2></td> </tr> </table> </td> </tr> <td width="95%" class="valliammal4"><align="left"><b><i><font color="#FFFFFF">Athletics</font></b> <table border=1 cellspacing=1 width=83% align="center"> <tr cellspacing=1 cellpadding=1 align="center"> <th width="10%" rowspan=1 bgcolor="00f0f0"><span class="style6"> S.No</span></th> <th width="21%" rowspan=1 bgcolor="00f0f0"><span class="style6"> Name</span></th> <th width="16%" rowspan=1 bgcolor="00f0f0"><span class="style6"> Class</span></th> <th width="22%" rowspan=1 bgcolor="00f0f0"><span class="style6"> Competition</span></th> <th width="31%" rowspan=1 bgcolor="00f0f0"><span class="style6"> Prize</span></th> </tr> <tr> <td><font color="#FFFFFF"> 1. </font></td> <td><font color="#FFFFFF">S. Archana </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF"> Chess Team </font></td> <td><font color="#FFFFFF"> Winners </font></td> </tr> <tr> <td>&nbsp; </td> <td><font color="#FFFFFF">M. Archana </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF"> Chess Team </font></td> <td><font color="#FFFFFF"> Winners </font></td> </tr> <tr> <td>&nbsp; </td> <td><font color="#FFFFFF">G. Gayathri </font></td> <td><font color="#FFFFFF">II BCA </font></td> <td><font color="#FFFFFF"> Chess Team </font></td> <td><font color="#FFFFFF"> Winners </font></td> </tr> <tr> <td>&nbsp; </td> <td><font color="#FFFFFF">K. Gayathri </font></td> <td><font color="#FFFFFF"> II BCA </font></td>

<td><font color="#FFFFFF"> Chess Team </font></td> <td><font color="#FFFFFF"> Winners </font></td> </tr> <tr> <td><font color="#FFFFFF"> 3. </font></td> <td><font color="#FFFFFF">B. Nithyakala </font></td> <td><font color="#FFFFFF">I BCA </font></td> <td><font color="#FFFFFF"> Javelin </font></td> <td><font color="#FFFFFF"> Winner </font></td> </tr> </table> <a href="Laurels 06-07.html" class="style7">Back</a> </body> </html>

ANNUAL SPORTS 2007-2008:


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style7 {color: #000000; font-style: italic; } .style5 {color: #0000FF} --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif">

<table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li>

<li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0">

<tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2><strong><font color="#7FFF00" size="5" face="Bookman Old Style"><u>Annual Sports Meet 2007-2008 </u></font></strong></h2></td> </tr> </table> </td> </tr> <tr> <td width="95%" class="valliammal4" align="left"><p align="left"><strong><font color="#FFFFFF">A</font></strong><b><font color="#FFFFFF">thletics</font></b> </p> <table border=1 cellspacing=2 width=90% align="center"> <th rowspan=1 bgcolor="00f0f0" class="style7"> S.No</th> <th rowspan=1 bgcolor="00f0f0" class="style7"> Name</th> <th rowspan=1 bgcolor="00f0f0" class="style7"> Class</th> <th rowspan=1 bgcolor="00f0f0" class="style7"> Competition</th> <th rowspan=1 bgcolor="00f0f0" class="style7"> Prize</th> </tr> <tr> <td><em><font color="#FFFFFF"> 1. </font></em></td> <td><em><font color="#FFFFFF">N. Deepika </font></em></td> <td><em><font color="#FFFFFF">I BCA </font></em></td> <td><em><font color="#FFFFFF"> Long Jump </font></em></td> <td><em><font color="#FFFFFF">III </font></em></td> </tr> <tr> <td><em><font color="#FFFFFF"> 2. </font></em></td> <td><em><font color="#FFFFFF">N. Deepika </font></em></td> <td><em><font color="#FFFFFF">I BCA </font></em></td> <td><em><font color="#FFFFFF"> Triple Jump </font></em></td> <td><em><font color="#FFFFFF"> II </font></em></td> </tr> <tr> <td><em><font color="#FFFFFF"> 3. </font></em></td>

<td><em><font color="#FFFFFF">S. Saranya </font></em></td> <td><em><font color="#FFFFFF">I MCA </font></em></td> <td><em><font color="#FFFFFF"> Table Tennis(Singles) </font></em></td> <td><em><font color="#FFFFFF"> Runner </font></em></td> <tr> <td><em><font color="#FFFFFF"> 4. </font></em></td> <td><em><font color="#FFFFFF">S. Saranya </font></em></td> <td><em><font color="#FFFFFF">I MCA </font></em></td> <td><em><font color="#FFFFFF"> Table Tennis(Doubles) </font></em></td> <td><em><font color="#FFFFFF"> Runner </font></em></td> </tr> <tr> <td>&nbsp; </td> <td><em><font color="#FFFFFF">K.R. Aswini </font></em></td> <td><em><font color="#FFFFFF">II MCA </font></em></td> <td><em><font color="#FFFFFF"> Table Tennis(Doubles) </font></em></td> <td><em><font color="#FFFFFF"> Runner </font></em></td> </tr> </table> <a href="laurels 07-08.html" class="style5">Back</a> </body> </html> ANNUAL SPORTS 2008-2009: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style7 {color: #000000} .style1 {color: #0000FF; } --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()">

<table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts-->

<tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td>

</tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2><font color="#7FFF00" size="5" face="Bookman Old Style"><u><strong>Annual Sports Meet 20082009</strong></u></font></h2></td> </tr> </table> <tr> <td>&nbsp;</td> </tr> <tr> <td><tr><td width="95%" class="valliammal4"><b><font color="#FFFFFF">Athletics</font></b> <table border=1 cellspacing=2 width=90% align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style7"> S.No</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Name</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Class</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Competition</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Prize</span></th> </tr> <tr> <td><font color="#FFFFFF"> 1. </font></td> <td><font color="#FFFFFF">D. Anusha </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF">Badminton (Singles) </font></td> <td><font color="#FFFFFF"> Runner </font></td> </tr> <tr> <td><font color="#FFFFFF"> 2. </font></td>

<td><font color="#FFFFFF">D. Anusha </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF">Badminton (Doubles) </font></td> <td><font color="#FFFFFF"> Winner </font></td> </tr> <tr> <td><font color="#FFFFFF">&nbsp;</font> </td> <td><font color="#FFFFFF">B. Nithya Kala </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF">Badminton (Doubles) </font></td> <td><font color="#FFFFFF"> Winner </font></td> </tr> </table> <h3><font color="#FFFFFF">Outstanding Player</font></h3> <table border=1 cellspacing=1 width=50% align="center"> <th bgcolor="00f0f0" rowspan=1><span class="style7"> S.No</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Name</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Class</span></th> <th bgcolor="00f0f0" rowspan=1><span class="style7"> Event</span></th> <tr> <td><font color="#FFFFFF"> 1. </font></td> <td><font color="#FFFFFF">B. Nithiya Kala </font></td> <td><font color="#FFFFFF">III BCA </font></td> <td><font color="#FFFFFF"> Handball </font></td> </tr> </table> </center> <br> <br> <h3> <font color="#FFFFFF">Extramural Tournaments</font></h3> <left> <ul type=fillround> <li><font color="#FFFFFF">S. Archana of III BCA won Fourth Place in <b><font color="#FFFF00">Chess</font></b> at State Level Intercollegiate meet conducted by <i> D.G.Vaishnav College</i>on 7th August 2008. </font> <li><font color="#FFFFFF">B. Nityiyakala of III BCA were selected for<i> University of Madras 'B' zone</i> <font color="#FFFF00"><b>Hand Ball Team</b> </font>and represented <i>Inter Zone Tournament</i> </font> <li><font color="#FFFFFF"> B. Nityiyakala of III BCA won II Place at the <b><font color="#FFFF00">Karate Tournament</font> </b>held on 6th July 2008 at the Govt.Higher Secondary School, MKB Nagar. </font> <li><font color="#FFFFFF"> G. Vimala of III BCA won II Place at the <b><font color="#FFFF00">Karate Tournament</font> </b>held on 6th July 2008 at the Govt.Higher Secondary School, MKB Nagar.</font> </ul> </left>

<a href="Laurels 08-09.html" class="style1">Back</a> </body> </html>

LAB DETAILS:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <style type="text/css"> <!-.style5 { color: #FFFFCC; font-weight: bold; } .style7 {color: #FFFFCC} .style8 { font-weight: bold; color: #FF0099; } --> </style> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr>

<td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td> <td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1">

<li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="bcapp.html" style="width:150px;">BCA Profile</a></li> <li><a href="bcares.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li> <li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts-->

<table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2 class="style5"><font size="5" face="Times New Roman"><span class="style7">Lab Detail</span>s</font></h2></td> </tr> </table> </td> </tr> <tr> <td width="95%" class="valliammal4" align="left"><CENTER> <B>Lab1 Software Details</B> </CENTER> <UL TYPE = "square"> <LI>Windows 98 <LI>Microsoft Office 2000 <LI>Turbo C <LI>Turbo C++ <LI>Cobol <LI>Unix <LI>Java <LI>Epson Printer Software </UL> <CENTER> <B>Lab1 Hardware Details</B> </CENTER> Total Machine 20 (Client)+1(Server) <UL TYPE = "square"> <LI>Pentium II-17 Machines,350MHZ,96MBRAM/128MBRAM,4.3GB <LI>Celeron-II-2Machines,366MHZ,4.5GB <LI>Cxgxm-1Machines,96MBRAM,3.5GB <LI>14"Mono VGA Monitor <LI>104 Keyboard <LI>Ethernet Card(1/10MBPS) <LI>CD-ROM

<LI>Unix-Server Machine </UL> </CENTER> </CENTER> </body> </html>

CONTACT US:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>college.com</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen"/> <script type="text/javascript" src="dropdown.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> <body bgcolor="#3090C7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload = "start()"> <table style cellSpacing=0 cellPadding=0 width=1024 align=center border=0> <!-- First Row of Main Table--> <tr> <td> <!-- Header Table Starts--> <table cellSpacing=0 cellPadding=0 width=1024 height=20 border=0> <tr> <td height="30" background="images/index_01.gif"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td class="p" width="64%"> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td width="2%"><img src="images/home.gif" width="12" height="11"></td> <td width="98%"> <a href="index.html"><font color="#F6358A"><strong>Home page</strong></Font></a></td> </tr> </table> </td>

<td width="36%" align="center"><font color="#F6358A"><strong>Today's date is</strong> <div id="article" style="position : absolute; color:#FFFFFF ;top: 11px; left: 1010pxhalign=right"></font></div></td> </tr> </table> </td> </tr> </table> <!-- Header Table Starts Ends--> </td> </tr> <!-- First Row of Main Table Ends--> <!-- Second Row of Main Table for Embelem and name--> <tr> <td class="bg1"> <table cellSpacing=0 cellPadding=0 width=1024 height=80 border=0> <tr> <td width="850"> <img src="images/college.jpg" width=1024/> </td> </tr> </table> </td> </tr> <!-- Second Row of Main Table for Embelem and name ends--> <!-- Third Row of Main Table for Menu Starts--> <tr> <td> <!--Menu Starts--> <table class="bg1" cellSpacing=0 cellPadding=0 width=1024 border=0> <tr> <td class="link_top" > <div class="haritreemenu"> <ul id="treemenu1"> <li><a href="index.html" style="width:70px;">Home</a></li> <li><a href="Coursedetails.html" style="width:130px;">BCA/MCA</a> <ul> <li><a href="staff details.html" style="width:150px;">Staff Details</a></li> <li><a href="BCAProfile.html" style="width:150px;">BCA Profile</a></li> <li><a href="BCAResult.html" style="width:150px;">BCA/MCA Result</a></li> </ul> </li> <li><a href="Syllabus.html" style="width:110px;">Syllabus</a></li> <li><a href="pass percentage.html" style="width:130px;">Rank Holders</a> <ul> <li><a href="admission.html" style="width:150px;">Admission Details</a></li>

<li><a href="community.html" style="width:150px;">Community Details</a></li> <li><a href="semester bca.html" style="width:150px;">Semester-wise Details</a></li> <li><a href="scholarship bca.html" style="width:150px;">Scholarship Details</a></li> </ul> </li> <li><a href="laurels 05-06.html" style="width:200px;">Laurels</a> <ul> <li><a href="laurels 06-07.html" style="width:200px;">2006-2007</a></li> <li><a href="laurels 07-08.html" style="width:200px;">2007-2008</a></li> <li><a href="laurels 08-09.html" style="width:200px;">2008-2009</a> </ul> </li> <li><a href="lab1.html" style="width:150px;">Lab Details</a> <ul> <li><a href="lab2.html" style="width:150px;">Lab 2</a></li> <li><a href="lab3.html" style="width:150px;">Lab 3</a></li> <li><a href="lab4.html" style="width:150px;">Lab 4</a></li> <li><a href="lab5.html" style="width:150px;">Lab 5</a></li> </ul> </li> <li><a href="cont1.html" style="width:112px;">Contact Us</a> </li> </ul> <br style="clear: left;" /> </div> </td> </tr> </table> <!--Menu Ends--> </td> </tr> <!-- Third Row of Main Table for Menu Ends--> <!-- Fourth Row of Main Table Starts--> <table class= "bg1" width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1024" > <!-- first row in within fourth row--> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td width="71%" valign="top" class="bord"> <table width="100%" border="0" cellspacing="10" cellpadding="0" > <tr> <td> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr>

<td width="2%"><img src="images/index_14.gif" width="11" height="11" alt=""></td> <td width="98%" class="valliammal2"><h2>Contact</h2></td> </tr> </table> </td> </tr> </tr> <tr> <td width="95%" class="valliammal4" align="center"> <h1><font color="#FBB117"> <b><i>VALLIAMMAL COLLEGE FOR WOMEN</i></b></font></h1><br><br><h2><font color="#FBB117"><b><i><u>PRINCIPAL</u></i></b></font></h2>E-9,Anna Nagar East, Chennai- 600 102<br>Phone : 044-2626 2816, 2620 4300<br><br><br><br><h2><font color="#FBB117"><b><i><u>OFFICE</u></i></b></font></h2> E-9,Anna Nagar East, Chennai- 600 102<br>Phone : 044-2626 2816, 2620 4300<br>E-mail : valliammal@vsnl.com<br>www.valliammal.com </body> </html>

SOFTWARE TESTING

SOFTWARE TESTING TESTING:


Testing is the process of executing a Program with the explicit intention of finding errors that is, making the program fail. A successful test is one that finds and as yet an undiscovered error. As an additional benefit, testing demonstrates that software functions appear to be working according to the specifications.

Testing strategies
While box testing or code testing Black box testing or specification testing

WHITE BOX TESTING:


The code testing strategy checks for the correctness of the every statement in the program. Follow this strategy; there should be cases that result in executing of every instruction in the program of module; that is every path in the program is tested. The test cases should guarantee that is independent paths within a module are executed once. Exercise all logical decision on the true or false sides. Exercise all loops at their boundaries and within their operational bounds. This testing strategy the face of it sounds exhaustive. If every statement in the program is checked for its validity, there doesnt seem to be much scope of error.

BLACK BOX TESTING:


To perform a black box testing, the analyst examines the specifications taking what the program or module should do and how it should perform on the various conditions. Then, test cases are developed for various conditions and submitted for processing. By examining the result, the analyst can examine whether the program performs according to the specified requirements. Software testing consists of serious of tests, which are implemented sequentially. These tests are, Unit testing Integration testing System testing UNIT TESTING: Instead of testing as a whole, unit testing focuses on the module that makeup the system. Each module is taken up individually and testing for correctness in the coding and logic. An error resulting from interaction of modules in initially avoided. The advantage of the unit testing, Size of the module is quite small that errors can be easily located. Confusing interaction of multiple errors in widely different parts of the software eliminated. INTEGRATION TESTING: If tests for the errors resulting from integration of the modules. One specifies target of integration testing is interface: whether parameters match on both as to type. Permissible ranges and meaning. Analysts try to find areas where modules have been designed with different specification for data length, data type and data element name. Integration is functional or black box testing method.

SYSTEM TESTING: The main objective of system testing is to find out discrepancies between the developed system and its original objective, current specification and the system documentation. It also verifies for compatibility of the system with the operational environment. PEAK LOAD TESTING: It is done to determine whether the system will handle the volume of activities that occur when the system is at the peak of its processing demand. STRESS TESTING: This is performed to determine the capacity of the system to store transaction data. PERFORMANCE TIME TESTING: It is done to determine the length of the time used by the system to process a transaction or user request. PROCEDURE TESTING: It is to determine the clarity of the documentation on operation and use system.

INPUT AND OUTPUT SYSTEM DESIGN

INPUT AND OUTPUT DESIGN


INPUT DESIGN:
Input design is the process of converting user-oriented inputs to a computer based to a computer based format in the system design phase, identifies logical data flows, data stores, sources and destination input data are collected and organized into groups od similar data.

MAIN OBJECTIVE OF INPUT DESIGN


User- friendly Interface. Input processes that ensure data quantity, accuracy and timeless.

INPUT DESIGN CONSIDERATION


Suitable Data Entry Method Reduce Input Volume Design Effective Data Entry Screen Reduce Input Errors Design Source Documents Develop Effective Input Controls There are six important key tasks associated with input design. They are, Design data entry and input procedures Design input data records Design data entry screens Design user interface screens

Design system security measures

OUTPUT DESIGN
Output design is the most important and direct source of information of the user. Efficient intelligible output design should improve the system relationship[s with the user and help on design making. A major form of output to the user. The characteristic of the screen design are: Summary picture of a project Provides information about details that need attention Used by manager with authority affect change Used as basis for decision making

CONCLUSION

CONCLUSION
It is concluded that the application works well. The application is tested very well and errors have been properly debugged. The site is simultaneously accessed from more than one system. Further enhancement could be made in this website by including more informations about the college website.

BIBLIOGRAPHY

BIBLIOGRAPHY
1. Web Enabled Commercial Application Development Using HTML, DHTML. -IVAN N.BAYROSS 2. Software Engineering -ROGER S. PRESSMAN 3. HTML goodies - JOE BURNS WEBSITE USED www.htmlfreecodes.com www.java.happycodings.com

You might also like