<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Jobs Site Starter Kit Readme</title>
</head>
<body topmargin="10" leftmargin="20" rightmargin="20" bottommargin="10">
<h2>
<font face="Arial">Jobs Site Starter Kit (JSSK)</font></h2>
<h3>
<font face="Arial">Introduction</font></h3>
<p>
<font face="Arial" size="2">Jobs Site Starter Kit is a web application that provides a platform for candidates
seeking job and the employers to share their needs.
</font>
</p>
<p>
<font face="Arial" size="2">The candidates seeking job (referred as job seekers now onwards) can perform following
operations:
</font>
</p>
<ul>
<li><font face="Arial" size="2">Register with the web site. </font> </li>
<li><font face="Arial" size="2">Post their resume. </font> </li>
<li><font face="Arial" size="2">Modify their resume. </font> </li>
<li><font face="Arial" size="2">Search for job postings. </font> </li>
<li><font face="Arial" size="2">Browse searched job postings. </font> </li>
<li><font face="Arial" size="2">Add job posting to their favorites list.
</font> </li>
<li><font face="Arial" size="2">Add frequently used searches to their favorites list.
</font> </li>
</ul>
<p>
<font face="Arial" size="2">The employers can perform following operations:
</font>
</p>
<ul>
<li><font face="Arial" size="2">Register with the web site. </font></li>
<li><font face="Arial" size="2">Enter profile of their company. </font></li>
<li><font face="Arial" size="2">Post one or more job postings. </font></li>
<li><font face="Arial" size="2">Modify the job postings. </font></li>
<li><font face="Arial" size="2">Search the resume database. </font></li>
<li><font face="Arial" size="2">Browse searched resumes. </font></li>
<li><font face="Arial" size="2">Add resumes to their favorites list.
</font> </li>
</ul>
<h3>
<font face="Arial">ASP.NET 3.5 Feature utilization in JSSK</font></h3>
<p>
<font face="Arial" size="2">JSSK is developed using ASP.NET 3.5 and uses following features:
</font>
</p>
<ul>
<li><font face="Arial" size="2">Completely based on n-tier architecture </font></li>
<li><font face="Arial" size="2">Forms based authentication </font></li>
<li><font face="Arial" size="2">User management via Membership providers </font></li>
<li><font face="Arial" size="2">Role based security </font></li>
<li><font face="Arial" size="2">Profiles </font></li>
<li><font face="Arial" size="2">Themes </font></li>
<li><font face="Arial" size="2">Master pages </font></li>
<li><font face="Arial" size="2">New data source controls - ObjectDataSource </font></li>
<li><font face="Arial" size="2">Data bound controls � GridView and DetailsView</font></li>
<li><font face="Arial" size="2">Login controls � Login, PasswordRecovery, LoginName and LoginStatus </font></li>
<li><font face="Arial" size="2">Web parts for customization </font></li>
<li><font face="Arial" size="2">User controls for reusing code and markup</font></li>
<li><font face="Arial" size="2">ASP.NET AJAX client script extensions</font></li>
<li><font face="Arial" size="2">Calling web services via ASP.NET AJAX</font></li>
<li><font face="Arial" size="2">UpdatePanel and UpdateProgress controls</font></li>
<li><font face="Arial" size="2">AJAX Control Toolkit</font></li>
</ul>
<h3>
<font face="Arial">User and Roles</font></h3>
<p>
<font face="Arial" size="2">By default there are three roles in the system:</font></p>
<ul>
<li><font face="Arial" size="2">admin</font></li>
<li><font face="Arial" size="2">jobseeker</font></li>
<li><font face="Arial" size="2">employer</font></li>
</ul>
<p>
<font face="Arial" size="2">Following are the users and their roles that are already defined in the system for testing purpose.</font></p>
<p>
<font face="Arial" size="2">
<table width="90%" border="1">
<tr>
<td style="width: 100px; height: 18px">
<strong>User ID</strong></td>
<td style="width: 100px; height: 18px">
<strong>Password</strong></td>
<td style="width: 100px; height: 18px">
<strong>Role</strong></td>
<td style="width: 100px; height: 18px">
<strong>Purpose</strong></td>
</tr>
<tr>
<td style="width: 100px; height: 18px">
ravi</td>
<td style="width: 100px; height: 18px">
pass$word</td>
<td style="width: 100px; height: 18px">
employer</td>
<td style="width: 100px; height: 18px">
This user is an employer. Can post job openings and search resumes.</td>
</tr>
<tr>
<td style="width: 100px">
alok</td>
<td style="width: 100px">
pass$word</td>
<td style="width: 100px">
jobseeker</td>
<td style="width: 100px">
This user is a job seeker. Can post resume and search job openings.</td>
</tr>
<tr>
<td style="width: 100px">
admin</td>
<td style="width: 100px">
pass$word </td>
<td style="width: 100px">
admin</td>
<td style="width: 100px">
This is an administrative user. Can add system parameters such as Experience and
Educational Levels.</td>
</tr>
</table>
</font>
</p>
<h3>
<font face="Arial">Registering as a Job Seeker</font></h3>
<p>
<font face="Arial" size="2">In order to register as a Job Seeker follow these steps:</font></p>
<ul>
<li><font face="Arial" size="2">Start the web site</font></li>
<li><font face="Arial" size="2">Select <strong>Register</strong> option from left hand
menu</font></li>
<li><font face="Arial" size="2">User registration wizard will appear</font></li>
<li><font face="Arial" size="2">Enter registration details such as First Name, Last Name, User ID and so on</font></li>
<li><font face="Arial" size="2">On the last step register as <strong>Job Seeker</strong></font></li>
</ul>
<h3>
<font face="Arial">Registering as an Employer</font></h3>
<ul>
<li><font face="Arial" size="2">Start the web site</font></li>
<li><font face="Arial" size="2">Select <strong>Register</strong> option from left hand
menu</font></li>
<li><font face="Arial" size="2">User registration wizard will appear</font></li>
<li><font face="Arial" size="2">Enter registration details such as First Name, Last Name, User ID and so on</font></li>
<li><font face="Arial" size="2">On the last step register as <strong>Employer</strong></font></li></ul>
<h3>
<font face="Arial">Using Navigation Options</font></h3>
<p>
<font face="Arial" size="2">Once you sign in to the system a
评论0
最新资源