Learn Developing | Jobs portal project in ASP.NET, Free Download Online job portal system project in asp.net, Free Download Online Shopping Project in PHP
Friday, March 23, 2018
Online Shopping Project In PHP
Online Shopping Project In PHP with source code free download.
this project is about online shopping so we have all the functionally that are required for the online shopping system.
in this we have two part first one is user side and second one is admin side.
user can do register after the login user can order the product view their profile manage cart and view products and category.
at the admin side admin manage user,manage product ,manage category all the required functionality are available in this project.
following are the table of the online shopping project:-
- Admin_login
- User_registration
- Cate
- Sub_cate
- Product
- User_order
- Order_manage
- Contact_us
- Feedback
Client :-
User Login:
From here any valid user can
enter into the site. Here user has to give User Name and Password which are
provided at the registration time. These will compared with the database, if
match entry found then user can enter into the site. If the entry will not
matched then user get the error message and will have to re-enter the User Name
and Password again.
Product Information:
User can view
all the information about our all product see image, price, description etc.
Cart:
The cart page allows users
to display all the selected items and
also give a facility to add or remove more items to the cart.
Feedback:
The Feedback page gives the
facility for the users to provide their review on our products or give any suggestions.
Contact us:
From this page we give
facility to user for contact us.
Admin :-
This is Home page for the
Admin; here admin can access all other pages. They also get the list of the
Tables in this page.
User:
This page allows
administrator to sign in for administration.He can view all visited user’s
list, order details & insert products.
Data will be store in one table User.
Insert Product:
Administrator can enter
newly available products & items.
Data will be store in
product table.
Order Detail:
Administrator can see the pending & also delievered
order list in this page.
Data will be store in
order_details able.
Feedback:
In this Page Administrator
can see all the Feedbacks provided by the Users and can delete as well after
processing on it.
Data
will be used from one table Feedback.
![]() |
| HOME PAGE |
![]() |
| ADMIN DASHBOARD |
Online job portal project In Asp.Net.
Online job portal project in asp.net with source code
The Following are the functionalities of this project:
Employee :-
User Login:
From here any valid user can
enter into the site. Here user has to give User Name and Password which are
provided at the registration time. These will compared with the database, if
match entry found then user can enter into the site. If the entry will not
matched then user get the error message and will have to re-enter the User Name
and Password again.
Apply Job:
User can view all the information
about all job and description and apply for the job.
View Advertisement:
User
can view job’s available advertisements and related news about job.
Feedback:
The Feedback page gives the
facility for the users to provide their review or give any suggestions.
Contact us:
From this page
we give facility to user for contact us.
Company :-
In this phase registered
company can login with password and username after login done company owner can manage their profile,
manage vacancy etc.
Login:
This page allows registered company owner to manage related information .
Add Vacancy:
This page allows company
owner to add required vacancy for company.
Manage Vacancy :
This page allows company
owner to manage vacancy details like edit or delete .
Manage Apply Job :
This page allows company
owner to Manage all applied jobs information.
Feedback:
This page allows company
owner to give feed to the administrator.
Admin :-
This is Home page for the
Admin; here admin can access all other pages. They also get the list of the
Tables in this page.
Manage Admin:
Here administrator can
manage admin details like insert, update or delete admin user.
Manage Employee:
Here administrator can
manage employee details like insert, update or delete employee user.
Manage Company:
Here administrator can
manage company details like insert, update or delete company user.
Manage Feedback:
Here administrator can manage feedback details
like view or delete user’s feedback .
Manage Vacancy:
Here administrator can manage vacancy details
like view or delete company vacancy.
Manage News:
Here administrator can
manage new’s details like insert, update or delete news.
Manage Advertisement:
Here administrator can
manage advertisement details like insert, update or delete advertisement.
Manage Apply Job:
Here administrator can
manage apply Job details like view or delete apply job information.
Following are the table of online Job Portal
- Admin_login
- employee registration
- advertisement_info
- company_registration
- apply_job
- feed_back
- news_info
- vacancy_info
![]() |
| HOME PAGE |
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="Style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<style type="text/css">
.style1
{
width: 100px;
}
.style2
{
width: 4px;
}
.style3
{
width: 100%;
}
.style4
{
width: 75px;
}
.style5
{
font-family: "Arial Rounded MT Bold";
font-size: x-small;
color: #006666;
}
.style6
{
height: 42px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="right">
<div id="wowslider-container1">
<div class="ws_images">
<a href="#"><img src="data1/images/1.jpg" alt="Facebook-Profile-Background" id="wows0"/></a>
<a href="#"><img src="data1/images/2.jpg" alt="JOBSEARCH-SLIDER1" id="wows1"/></a>
<a href="#"><img src="data1/images/3.jpg" alt="online-job-re" id="wows2"/></a>
</div>
<div class="ws_bullets"><div>
<a href="#wows0" title="Facebook-Profile-Background"><img src="data1/tooltips/1.jpg" alt="Facebook-Profile-Background"/>1</a>
<a href="#wows1" title="JOBSEARCH-SLIDER1"><img src="data1/tooltips/2.jpg" alt="JOBSEARCH-SLIDER1"/>2</a>
<a href="#wows2" title="online-job-re"><img src="data1/tooltips/3.jpg" alt="online-job-re"/>3</a>
</div></div>
<div class="ws_shadow"></div></div><marquee >WELCOME TO RAJKOT JOB PORTAL</marquee>
</div>
<script type="text/javascript" src="engine1/script.js"></script>
</asp:Content>
![]() |
| USER SIDE |
![]() |
| Company Side |
![]() |
| Admin Side |
Wednesday, March 21, 2018
Java Example Of Moving Circle
import java.applet.*;
import java.awt.*;
import java.awt.color.*;
/*<applet code="movinovel.class" width=400 height=200>
* </applet>
* */
public class movingovel extends Applet implements Runnable
{
Thread t;
int x=0;
int y=0;
public void start()
{
t=new Thread(this);
t.start();
}
public void paint(Graphics g)
{
setSize(2000,2000);
g.fillOval(x,10,100,100);
}
public void run()
{
try
{
for(;;)
{
for(;;)
{
if(y==360)
{
y=0;
break;
}
else
{
x=x+20;
y=y+20;
Thread.sleep(200);
repaint();
}
}
for(;;)
{
if(y==360)
{
y=0;
break;
}
else
{
x=x-20;
y=y+20;
Thread.sleep(200);
repaint();
}
}
run();
}
}
catch(InterruptedException e)
{
}
}
}
import java.awt.*;
import java.awt.color.*;
/*<applet code="movinovel.class" width=400 height=200>
* </applet>
* */
public class movingovel extends Applet implements Runnable
{
Thread t;
int x=0;
int y=0;
public void start()
{
t=new Thread(this);
t.start();
}
public void paint(Graphics g)
{
setSize(2000,2000);
g.fillOval(x,10,100,100);
}
public void run()
{
try
{
for(;;)
{
for(;;)
{
if(y==360)
{
y=0;
break;
}
else
{
x=x+20;
y=y+20;
Thread.sleep(200);
repaint();
}
}
for(;;)
{
if(y==360)
{
y=0;
break;
}
else
{
x=x-20;
y=y+20;
Thread.sleep(200);
repaint();
}
}
run();
}
}
catch(InterruptedException e)
{
}
}
}
How Change Background Color Using Checkbox In Java
package abcde;
import java.applet.*;
import java.awt.Checkbox;
import java.awt.CheckboxGroup;
import java.awt.Color;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.Label;
import java.awt.event.*;
import javax.swing.*;
public class rgbcolor extends Applet implements ItemListener
{
Checkbox a1,a2,a3;
public void init()
{
a1=new Checkbox("RED");
a2=new Checkbox("GREEN");
a3=new Checkbox("BLUE");
a1.addItemListener((ItemListener)this);
a2.addItemListener((ItemListener)this);
a3.addItemListener((ItemListener)this);
add(a1);
add(a2);
add(a3);
}
public void itemStateChanged(ItemEvent IE)
{
if("RED".equals(IE.getItem()))
{
this.setBackground(Color.red);
}
else if ("GREEN".equals(IE.getItem()))
{
this.setBackground(Color.green);
}
else
{
this.setBackground(Color.blue);
}
}
}
import java.applet.*;
import java.awt.Checkbox;
import java.awt.CheckboxGroup;
import java.awt.Color;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.Label;
import java.awt.event.*;
import javax.swing.*;
public class rgbcolor extends Applet implements ItemListener
{
Checkbox a1,a2,a3;
public void init()
{
a1=new Checkbox("RED");
a2=new Checkbox("GREEN");
a3=new Checkbox("BLUE");
a1.addItemListener((ItemListener)this);
a2.addItemListener((ItemListener)this);
a3.addItemListener((ItemListener)this);
add(a1);
add(a2);
add(a3);
}
public void itemStateChanged(ItemEvent IE)
{
if("RED".equals(IE.getItem()))
{
this.setBackground(Color.red);
}
else if ("GREEN".equals(IE.getItem()))
{
this.setBackground(Color.green);
}
else
{
this.setBackground(Color.blue);
}
}
}
Tuesday, March 20, 2018
List Of All Basic Html Tags
<!--...-->
Defines a comment
<!DOCTYPE>
Defines the document type
<a> Defines an anchor
<b> Defines
bold text
<base /> Specifies
the base URL/target for all relative URLs in a document
<basefont /> Deprecated. Specifies a default color, size, or font
for all the text in a document TF
<big> Defines
big text
<blockquote>
Defines a long quotation
<body> Defines the
document's body
<br /> Defines a
single line break
<button> Defines
a clickable button
<caption>
Defines a table caption
<center> Deprecated. Defines centered text TF
<cite>
Defines a citation
<code>
Defines a piece of computer code
<dd> Defines a
description of an item in a definition list
<del> Defines text
that has been deleted from a document
<dir> Deprecated. Defines a directory list TF
<div> Defines a
section in a document
<dl> Defines a
definition list
<dt> Defines a term
(an item) in a definition list
<em>
Defines emphasized text
<fieldset>
Groups related elements in a form
<font> Deprecated. Defines font, color, and size for text TF
<form> Defines an
HTML form for user input
<frame /> Defines
a window (a frame) in a frameset F
<frameset>
Defines a set of frames F
<h1> to <h6>
Defines HTML headings
<head> Defines
information about the document
<hr /> Defines a
horizontal line
<html> Defines the
root of an HTML document
<i> Defines
italic text
<iframe> Defines
an inline frame TF
<img /> Defines an
image
<input /> Defines
an input control
<label> Defines a
label for an <input> element
<legend> Defines
a caption for a <fieldset> element
<li> Defines a list
item
<link /> Defines
the relationship between a document and an external resource
<map> Defines a
client-side image-map
<menu> Deprecated. Defines a menu list TF
<meta /> Defines
metadata about an HTML document
<noframes>
Defines an alternate content for users that do not support frames TF
<noscript>
Defines an alternate content for users that do not support client-side scripts
<object> Defines
an embedded object
<ol> Defines an
ordered list
<optgroup>
Defines a group of related options in a drop-down list
<option> Defines
an option in a drop-down list
<p> Defines a
paragraph
<param /> Defines
a parameter for an object
<pre> Defines
preformatted text
<q> Defines a short
quotation
<s> Deprecated. Defines strikethrough text TF
<script> Defines
a client-side script
<select> Defines
a drop-down list
<small>
Defines smaller text
<span> Defines a
section in a document
<strike> Deprecated. Defines strikethrough text TF
<strong>
Defines strong text
<style> Defines
style information for a document
<sub> Defines
subscripted text
<sup> Defines
superscripted text
<table> Defines a table
<tbody> Groups the
body content in a table
<td> Defines a cell
in a table
<textarea>
Defines a multiline input control (text area)
<tfoot> Groups the
footer content in a table
<th> Defines a header
cell in a table
<thead> Groups the
header content in a table
<title> Defines a
title for the document
<tr> Defines a row in
a table
<tt> Defines
teletype text
<u> Deprecated. Defines underlined text TF
<ul> Defines an
unordered list
Monday, March 19, 2018
What is AJAX.
AJAX :
this allows updating parts of a web page instead of reloading a whole new page.
Example applications using AJAX includes Google Maps, Gmail, Google Docs.
History:
In 1999, XMLHttpRequest was introduced in IE
and other browsers. In 2005, Jesse James Garrett coined the term “
- HTML
and CSS for the structure and presentation
- The
Document Object Model (DOM) for dynamic changes
- XML
(and JSON) for the data exchange
- The
XMLHttpRequest object for asynchronous communication
Subscribe to:
Posts (Atom)
Generate Even Numbers in a Range In PHP.
$start = 1; $end = 20; for ($i = $start; $i <= $end; $i++) { if ($i % 2 == 0) { echo $i . " is even.<br>"; ...
-
This PPT Is About What Is Location Based Service In Android. In This PPT Brief Description About Location Based Service Given. Downl...
-
this PPT is about what is domain name system and ip bench marking in sql server Download PPT Here
-
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/...





