Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 32

Computer Accessories System

Chapter 1
INTRODUCTION

Computer accessories are also called computer peripherals and can include printers and
scanners and storage devices.
The best way to assess which computer peripherals would be useful for your business is to
define your IT requirements, then match suitable accessories with these Accessories add
additional functions to your computers. Some come with your computer as standard, while
others can be added as required. It’s important everyone in your business has a computer
monitor which is adequately clear, large and bright.

Larger computer monitors are easier to work with. Computer monitors with a 21” screen
(measured diagonally) should be the minimum, but larger sizes are increasingly affordable.

If you can afford it, a 27" screen will give you an impressive space to work in. Go for a monitor
with a higher resolution too (1920 x 1080 pixels or more) – this measures what you can fit onto
the computer monitor.

Look for computer monitors which can be easily swivelled, tilted and adjusted for height. Some
are touch-sensitive, allowing you to control your software by tapping, swiping and dragging on
the screen.

It is possible to use two computer monitors with one computer. This is often called ‘dual screen’
or ‘dual computer monitors’.

A dual-screen setup can improve productivity by giving you more space to work in, if your
computer supports it. Just bear in mind the law of diminishing returns if you fancy going
beyond two screens!

Most desktop computers come with a cheap keyboard and mouse as standard. These are usually
basic models which may have poor ergonomics or be unpleasant to use.

People who spend all day typing or using the mouse on their computer may see significant
benefits from a better keyboard and mouse. It’s not just about being comfortable – conditions
like repetitive strain injury and carpal tunnel syndrome are associated with poor ergonomics.

Dept
Of CSE,CEC 2018-19 Page 1
Computer Accessories System

Unresponsive keyboards and inaccurate mice can also dent the efficiency of staff, especially if
they’re great touch typers or designers who need pixel-perfect precision. In these cases, it’s
worth finding an input device that fits the needs of the person using it.

Computer projectors are an alternative to computer monitors and allow you to project a large
image onto a blank wall or screen – typically from a laptop. Projectors are useful for
presentations and meetings and can be connected to tablets and digital TV boxes, too.

Other types of input device:

Your business might also use these other types of input device:

• Trackballs and trackpads. Like a mouse, these allow you to control the cursor on your
computer screen. They are useful in limited space, or where people need an alternative to a
mouse.
• Graphics tablets. Most often used by graphic designers, these consist of a stylus and pad
which allow you to 'write' on the screen and offer very fine control. They start at £50.
• Barcode readers. Vital in retail environments and for stock control, these can be connected
to standard PCs, though are often part of a customised point of sale system. You can buy a
barcode reader for less than £50.

Audio computer accessories


Speakers, video cameras, headphones, microphones and headsets are useful for video
conferencing, placing voice over IP (VoIP) calls and listening to music at work (if you allow
it).
For VoIP and conferencing, a comfortable headset (about £20) is best. This leaves hands free
for typing.

Many additional accessories are available for computers and although these are not required,
they can come in handy depending on what you're going to use your computer for. For example,
if you plan on printing, you will need a printer--but it is not required to make the computer run.

Dept
Of CSE,CEC 2018-19 Page 2
Computer Accessories System
Network Card – If you want to connect to a Local Area Network (LAN) or the Internet, you'll
need this card (or a modem). This works by receiving and sending information (data packets)
over a local network or from/to the internet using a high speed cable line.

Modem –This works like a network card, only it's much slower and uses a standard phone line
to communicate to the outside world.

Printer – This is used for transferring data from the PC and printing it on a piece of paper.
Printers can print in either black and white or color.

Scanners – These are similar to printers however, they can scan images that can either be
viewed on the monitor screen or printed out. There are also scanners/printer combinations that
print and scan using one machine.

Speakers – These are used to play sound. They can either be built-in or connected by using
cables.

Webcam – This is a camera that can be used with your computer that will allow you to
communicate with others who have webcams. You can also take photos and record videos with
a webcam.

Desk/Table – Before putting your computer on a desk or table make sure it is set up near an
electrical outlet and network/phone jack. You will need the outlet for power and the
network/phone jack if you plan on using the internet.

Removing the Equipment – You will want to be very careful removing the equipment out of
the box because all the pieces to a computer are fragile and breaking them will create additional
costs. As you unpack the computer, be sure you have all the required parts. Some of the parts
include a power cord, monitor and more. If it is a new computer it will come with a manual so
be sure to save it. Remember, this is a computer. You don't want to zap it with static electricity.
You do not want to have strong magnets near it. You don't want to put it in a place that floods
frequently.

Dept
Of CSE,CEC 2018-19 Page 3
Computer Accessories System
Position – You will want to position the computer and its parts so that they are conveniently
accessible. The keyboard should be reachable, the tower should be well-ventilated, the monitor
should be in full view and the mouse should be set up depending on which hand you plan on
using.

Plug-in – Once the layout of the computer has been sorted out, it is time to plug in all the
computer parts. These parts are usually color-coded and will be plugged into the back of the
tower. Refer to your user manual if you are unsure how to plug something in. Connect the
monitor to the computer. Usually the monitor cable is uniquely shaped because of it's little
hand-screws that will need to be tightened once plugged in.

Other Accessories – Next, plug in the accessories to your computer such as the modem,
speakers, microphone and any other accessories you have such as the printer. Be sure to follow
the instructions that came along with the each device because every device is different and will
have different instructions.

Power Up – Once everything has been plugged in and you double-checked the connections,
you can turn on the computer. Once it boots up, instructions will appear on the screen on how
to complete the installation. Follow the directions.

The whole Project is divided into two parts the front end and the back end.

FRONT END:
The Front end is designed using PHP
PHP is a server-side scripting language designed for web development but also used as a
general-purpose programming language. PHP is now installed on more than 244 million
websites and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1995, the
reference implementation of PHP is now produced by the PHP Group. While PHP originally
stood for Personal Home Page, it now stands for PHP: Hypertext Pre-processor, a recursive
backronym. PHP code is interpreted by a web server with a PHP processor module, which
generates the resulting web page: PHP command can be embedded directly into an HTML
source document rather than calling an external file to process data. It has also evolved to

Dept
Of CSE,CEC 2018-19 Page 4
Computer Accessories System
include a command-line interface capability and can be used in standalone graphical
applications. PHP is free software released under the PHP license. PHP can be deployed on
most web servers and also as standalone shell on almost every operating system and platform, free
of charge.

BACK END:

The back end is designed using MYSQL which is used to design the databases.
MYSQL("My S-Q-L", officially, but also called "My Sequel") is (as of July 2013) the world's
second most widely used open-source relational database management system (RDBMS). It is
named after co-founder Michael Widenius. The SQL phrase stands for Structured Query
Language. The MySQL development project has made its source code available under the terms
of the GNU General Public License, as well as under a variety of proprietary agreements.
MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL
AB, now owned by Oracle Corporation. MySQL is a popular choice of database for use in web
applications, and is a central component of the widely used LAMP open source web application
software stack (and other 'AMP' stacks). LAMP is an acronym for "Linux, Apache, MySQL,
Perl/PHP/Python." Free-software-open source projects that require a full-featured database
management system often use MySQL. For commercial use, several paid editions are available,
and offer additional functionality. Applications which use MySQL databases include: TYPO3,
MODX, Joomla, WordPress, phpBB, MyBB, Drupal and other software. MySQL is also used
in many high-profile, large-scale websites, including Wikipedia, Google (though not for
searches), Facebook, Twitter, Flickr, and YouTube.
The 3 main concepts used are:
 HTML
 CSS
 PHP

HTML is the language for publishing hypertext on the World Wide Web. This scripting
language can be created and processed by a wide range of tools, from simple plain text
editors - to sophisticated WYSIWYG (What You See Is What You Get) authoring tools.
HTML uses tags to structure text into headings, paragraphs, lists, hypertext links

Dept
Of CSE,CEC 2018-19 Page 5
Computer Accessories System

As seen above in the above HTML tag example, there are not many components. Almost all
HTML tags have an opening tag that contains the name with any attributes and a close tag
that

contains a forward slash and the name of the tag that is being closed. For tags that do not
have a closing tag like the <img> tag, it is best practice to end the tag with a forward slash.
Each tag is contained within a less than and greater than angle brackets and everything between
the opening and closing tag is displayed or affected by the tag. In the above example, the <a>
tag is creating a link called "Computer Hope" that is pointing to the hope.html file. Because
HTML is a markup language it can be created and viewed in any text editor as long as it is
saved with a .htm or .html file extension. However, most find it easier to design and create web
pages in HTML using an HTML editor.
Once the HTML file is created it can be viewed locally or uploaded to a web server to be
viewed online using a browser.
CSS or Cascading Style Sheets allow you to control your page layout or a simple way to add
style (e.g. font,colors,spacing). HTML deals with structure while CSS deals with style. With
CSS,you will recognize some similarities with HTML attribute names and values. But in
CSS, you will use curly braces { } colons : and semi colons ; and you will use selectors and
declarations. Good HTML and CSS writing practice it to test one body or block of the codes
at a time instead of writing the code from the start to finish and then test the whole program
more often than not there will be errors that you will encounter and the longer the program to
test the most likely you will have bugs in the code. CSS comes in
three style:

Dept
Of CSE,CEC 2018-19 Page 6
Computer Accessories System
1. In line styles – styles that are placed inside HTML tags. These are primarily used to
format elements which are not part of the general formatting rule. It overrides previously
defined styles. You should avoid using it very often as it will defeat the very purpose of CSS.
EXAMPLE

2. Internal Style Sheets – used for making document-wide style rules. They are placed in
the header of the document. Internal style sheets are defined by the tag.
EXAMPLE
P {text-align:justify; font-size:12px; color:#275A5A}
3. External Style Sheet- these are sheets that you need to use if you want to make a central
formatting control on multiple web pages. This method uses the tag to link the page to the
external style sheet. With external CSS, it is possible to format the entire web site by just
modifying a single file

PHP for Hypertext Processor is one of the most noted scripting languages on the internet. It is
highly used mainly because it provides professional advanced programming features. It can be
utilized for different standard network protocols and web developments. PHP is actually a
webspecific general purpose scripting language designed to generate interactive web pages and
standalone web applications. It is a server-side language meaning that the code is executed on
the web server- not on the web browser- producing an HTML that is by then sent to the client.
The syntax of this scripting language is close to that of C programming language. It is also
quite similar to Perl. Actually PHP is a combination of different programming languages such
as Java, C and Perl. Since PHP is so much embedded into web servers and applications and
widely used by computer programmers, it would be necessary to know when, where, how, and
by whom it was created.

Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML
with embedded code that does "something" (in this case, output "Hi, I'm a PHP script!"). The
PHP code is enclosed in special start and end processing instructions <?php and ?> that allow
you to jump into and out of "PHP mode."

What distinguishes PHP from something like client-side JavaScript is that the code is executed
on the server, generating HTML which is then sent to the client. The client would receive the
results of running that script, but would not know what the underlying code was. You can even

Dept
Of CSE,CEC 2018-19 Page 7
Computer Accessories System
configure your web server to process all your HTML files with PHP, and then there's really no
way that users can tell what you have up your sleeve.

Chapter 2
REQUIREMENTS

2.1 SOFTWARE
1. We authoring tool as frontpage dream weaver.
2. Web browsing Tools Ex. Internet Explorer ,Mozilla firefox.
3. Data SQL server, my SQL
4. User Interface, PHP
5. Windows Platforms
6. Web server Apache

2.2 HARDWARE
1. Higher processor
2. Internet connection least or dial up connection

2.3 OPERATING SYSTEM


1. The Windows, OS X
2. The Windows GUI
3. Ubuntu Linux

Dept
Of CSE,CEC 2018-19 Page 8
Computer Accessories System

Chapter 3
IMPLEMENTATION
In this project, the system is implemented on a Windows NT 4.0 server and subsequent IIS
4.0.We use database management based on SQL server 7.0 and the HTML language for
managing information.In this project we use three languages:

 HTML : Page layout has been designed in HTML.


 CSS: It has been used for all the designing part.
 PHP: All the business and frontend logic has been implemented in PHP.

3.1 FRONT END DESIGN

3.1.1 HOMEPAGE

<html>
<head>
<style> #x{
position:relative;
font-family:sans-serif;
Font-Size:60px;
color:black;
top:200px; Text-
align:Center;
Text-Shadow: 4px 4px 8px yellow;
}
.btn{

font-size:20px; color:#fff;
letter-spacing:2px;
margin:5px; padding:7px
28px; text-
decoration:none;

Dept
Of CSE,CEC 2018-19 Page 9
Computer Accessories System
position:relative;
border:1px solid coral;
border-radius:30px;

} .btn1:hover{
position:bottom;
background:coral;
color:#fff;
transition:.2s; }
.btn2:hover{
background:coral;
transition:.2s; }
#nav{
float:right; list-
style:none; Text-align:left;
background:rgba(0,0,0,0.5);
height:70px;
} .menu{
float:right; list-
style:none;
margin:20px 20px 20px balck;

.menu li{
display:inline-block;
margin:10px 5px;
}
.menu li a{ text-
decoration:none; color:#fff;
padding:5px 10px; font-
family:sans-serif; letter-

Dept
Of CSE,CEC 2018-19 Page 10
Computer Accessories System
spacing:2px; border-
bottom:1px solid #fff;
}
.menu li a:hover{
background:coral;
border-bottom:1px solid coral;
transition:.4s;
}
div x{ text-
decoration:none;
padding-center:60px;

}
fieldset {

positon:absolute;
padding:50px; border-
radius:20px; text-align:center;
center:50px; margin-
left:500px;
}
#z{ border-
radius:300%;
}

.video-background{
position:absolute;
right:0; bottom:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto; z-
index:-100;

Dept
Of CSE,CEC 2018-19 Page 11
Computer Accessories System
}
@media (min-aspect-ratio:16/9) { .video-
background{width:100%; height:auto;
}
}
@media (max-aspect-ratio:16/9) {
.video-background{ width:auto;
height:100%;
}
}
.header{
background:rgba(0,0,400,0.5);
height:100vh;
}
}

</style>
</head>
<body>
<header>
<video autoplay loop class="video-background" muted plays-inline>
<source src="video.mp4" type="video/mp4">
</video>

<div id='x'>
NAKSH COMPUTER ACCESSORIES

</div>

<div id='nav'>
<ul class='menu'>
<li> <a href='insert.html'>Admin </a> </li>

Dept
Of CSE,CEC 2018-19 Page 12
Computer Accessories System
<li> <a href='user.html'>User </a> </li>
<li> <a href='about.html'>About </a> </li>
<li> <a href='contact.html'>Contact </a> </li>

</ul>
</div>
</br>

</header>
</html>

3.1.2 ADMIN
<html>
<head>
<style>
#x{
Font-Size:40px;
color:red; Text-
align:Center;
}
body{
background-image:url(b9.jpg);
}
cs{
opacity: 0.5; filter: alpha(opacity=50); /* For
IE8 and earlier */
}

cs:hover { opacity: 1.0; filter:


alpha(opacity=100); /* For IE8 and earlier */
}

Dept
Of CSE,CEC 2018-19 Page 13
Computer Accessories System
#button{ width:4em;
border:2px solid brown;
background:#fef;
border-radius:5px;
} a{ display:block;
width:100%; line-
height:2em; text-
align:center; text-
decoration:none;
border-radius:none;
border-radius:5px;
} a:hover{
color:red;
background:#fef;
}
</style>
</head>
<body>

<div id="x">
<marquee>ADMIN LOGIN</marquee>
</div>
</head>
<body>

<table border="0" cellspacing="20px" cellpadding="20px" align="right"


style="color:black;weight:20%;border:10px solid white;box-shadow:0px 0px
500px white;background-repeat:no-repeat;width:50%;;box-shadow:0px 0px
5000px;border-radius:40px;background-color:white;opacity: 0.8;filter:
alpha(opacity=80)">
<tr>

Dept
Of CSE,CEC 2018-19 Page 14
Computer Accessories System
<td><input type="text" name="id" id="ID" autofocus
placeholder="ID" required></td>
<tr>
<td><input type="text" name="name" id="name"
placeholder="Name" required></td>
</tr>
<tr>
<td><input type="text" name="email" id="email"
placeholder="Email" required></td>
</tr>
<tr>
<td><input type="password" name="pass" id="pass" placeholder="Password"
required></td>
</tr>
<tr>
<td><a href="insert.php">LOGIN</a>
<input type="submit" value="Clear"><br><br>
<div id="button"><a href="tech.html">Back</a></div>

</td>
</tr>
</table>
</form> </body>
</html>

3.1.3 USER
<html>

<head>

<style>

Dept
Of CSE,CEC 2018-19 Page 15
Computer Accessories System
#x{

Font-Size:50px;

color:black;

Text-align:Center;

Text-Shadow: 4px 4px 8px red;

body{

background-image:url(f.jpg);

#b{ width:4em;

border:2px solid

brown;

background:#fef;

border-radius:5px;

} #b a{

display:block;

width:100%; line-

height:2em; text-

align:center; text-

decoration:none;

border-radius:none;

border-radius:5px;

Dept
Of CSE,CEC 2018-19 Page 16
Computer Accessories System
} #b

a:hover{

color:red;

background:#fef;

</style>

</head>

<body>

<div id="x">

<marquee>USER LOGIN</marquee>

</div>

<form action="newlogin.php" method="post">

<table border="0" cellspacing="30" cellpadding="25" align="right"


style="color:white;border:10px solid white;box-shadow:0px 0px 10px
black;background-image:url(a.jpg);background-repeat:repeat">
<tr>

<td><input type="text" name="name" id="name" autofocus placeholder="Name"

required> </td>

</tr>

<tr>

<td><input type="text" name="email" id="email" placeholder="Email" required>

</td>

</tr>

<tr>

Dept
Of CSE,CEC 2018-19 Page 17
Computer Accessories System
<td><input type="password" name="pass" id="pass"

placeholder="Password" required> </td>

</tr>

<tr>

<td><input type="submit" name="sub" value="submit">&nbsp;&nbsp;&nbsp;

<input type="submit" value="Clear"><br><br>

</td>

</tr>

<tr>

<td>New User?<a href="reg.html">Sign IN</a>

</td>

</tr>

<tr>

<td>

<div id="b"><a href="tech.html">Back</a></div>

</td>

</tr>

</table>

</form>

</body>

</html>

Dept
Of CSE,CEC 2018-19 Page 18
Computer Accessories System
3.1.4 ABOUT

<html>

<head>

</head>

<body> <style> body{

background-

image:url('ab.jpg');

background-repeat:no=repeat;

background-size:100%,100%;

} h1{

color:black

Text-Shadow: 4px 4px 8px yellow;

font:times new roman;

font-size:50px; text-

align:center;

} p{

color:white;

font:courier;

font-

size:25px;

</style>

Dept
Of CSE,CEC 2018-19 Page 19
Computer Accessories System
</head>

<body>

<h1 text align="center">NAKSH COMPUTER ACCESSORIES</h1>

<p>

<br><i>The computer system-shops are increasing day by day.There is lot of work as to sell
computer system accessories,</br>

<br>to store new computer system/part,to maintain customer balance and his information,to
maintain and manage shop's</br>

<br>information and to maintain information of sold computer system/part.</br>

<br>Accessories such as keyboard and mouse may be essential in order to operate the
computer,These accessories are used<br>

<br>in our day to day life.<br>

</p>

</body>

</html>

3.1.5 CONTACT
<html>

<head>

</head>

<body> <style> body{

background-

image:url(con1.jpg);

background-repeat:no=repeat;

background-size:100%,100%;

Dept
Of CSE,CEC 2018-19 Page 20
Computer Accessories System
} h1{

color:yellow;

font:courier;

font-size:300%

text-

align:center; }

p{ color:yellow;

font:courier;

font-size:160%;

text-

align:center;

position:bottom;

.menu{ font-size:20px;

font-style:times new

roman; color:grey; } a{

color:grey; }

</style>

</head>

<body>

<h1 text align="center">NAKSH COMPUTER ACCESSORIES</h1>

<div id='nav'>

Dept
Of CSE,CEC 2018-19 Page 21
Computer Accessories System
<ul class='menu'>

<li> <a href='giv.html'>Call us</a> </li><br>

<li><a href='mail.html'> Mail </a></li>

</ul>

</div>

</br>

<p>

<br>Customer Support Call Timings</br>

<br>Monday-Friday,10:00 AM-9:00 PM</br>

</p>

</header>

<td><marquee>copyright&copy;Naksh Computer Acessories.in</marquee></td>

</body>

</html>

3.2 BACK END DESIGN

• CREATE TABLE `admin` (`Ad_Id` varchar(30) NOT NULL, `Ad_Name`


varchar(30) NOT NULL,`password` varchar(30) NOT NULL) ;

INSERT INTO `admin` (`Ad_Id`, `Ad_Name`, `password`) VALUES

('INT533', 'Kavya', 'shree'),

('INT538', 'Hema', 'vathi'),

('INT536', 'Namratha', 'ravi'),

Dept
Of CSE,CEC 2018-19 Page 22
Computer Accessories System
('INT537', 'Sushma', 'raj');

• CREATE TABLE `category` (`Cid` int(30) NOT NULL,`cname` varchar(30) NOT


NULL);

INSERT INTO `category` (`Cid`, `cname`) VALUES

(1, 'computersystem'),

(2, 'Scanners'),

(3, 'Printers'),

(4, 'Mouse'),

(5, 'Joystick'),

(6, 'WebCam'),

(7, 'Laptops'),

(8, 'Keyboard'),

(9, 'Mouse'),

• CREATE TABLE `feedback` (`comments` varchar(50) NOT NULL, `email`


varchar(50) NOT NULL,`name` varchar(50) NOT NULL);

INSERT INTO `feedback` (`comments`, `email`, `name`) VALUES

('best for online shopping', 'kavyashree@gmail.com', 'kavyashree.c'),

('', '', ''),

('', '', ''),

('', '', ''),

('best for online shopping', 'kavyashree@gmail.com', 'kavyashree.c'),

('best for online shopping', 'kavyashree@gmail.com', 'kavyashree.c'),

('good', 'vhemapoo@gmail.com', 'Hemavathi');

Dept
Of CSE,CEC 2018-19 Page 23
Computer Accessories System
• CREATE TABLE `product` (`cat_name` varchar(30) NOT NULL,`cat_type`
varchar(30) NOT NULL, `prod_price` varchar(30) NOT NULL,`prod_descri`
varchar(100) NOT NULL, `prod_img` varchar(30) NOT NULL);

INSERT INTO `product` (`cat_name`, `cat_type`, `prod_price`, `prod_descri`, `prod_img`)


VALUES

('Computer system', 'Hardware', '4565', 'Better Graphics performance in', 'acer.jpg'),

('Mouse', 'Electronics', '50000', 'Wireless mouse and good performance', 'mou.jpg'),

('Printer', 'Softare', '5000', 'Good performnace', 'acer.jpg');

• CREATE TABLE `register` ( `name` varchar(30) NOT NULL,`email` varchar(30)


NOT NULL,`pass` varchar(30) NOT NULL,`gender` varchar(30) NOT
NULL,`country` varchar(30) NOT NULL,`dob` varchar(30) NOT NULL,‘num`
varchar(30) NOT NULL);

INSERT INTO `register` (`name`, `email`, `pass`, `gender`, `country`, `dob`, `num`)
VALUES

('kavyashree.c', 'kavyashree@gmail.com', '123456', 'Female', 'India',


'1998-09-12', '9876543445'),

('keerthi', 'keerthi@gmail.com', '98765', 'Female', 'Island', '1993-03-13', '9876534563'),

('Hemavathi', 'vhemapoo@gmail.com', 'hema', 'Female', 'India', '1997-09-07', '1234567789');

• CREATE TABLE `search` ( `Device` varchar(50) NOT NULL, `price` varchar(50)


NOT NULL,`description` varchar(50) NOT NULL,`image` varchar(50) NOT NULL);

INSERT INTO `search` (`Device`, `price`, `description`, `image`) VALUES ('Computer

system', '500000', 'faster Memory speed', 'lap.jpg');

Dept
Of CSE,CEC 2018-19 Page 24
Computer Accessories System

Chapter 4

SNAPSHOTS

Fig.4.1 Homepage

Dept
Of CSE,CEC 2018-19 Page 25
Computer Accessories System

Fig.4.2 Admin Login

Fig.4.3 Display Admin Page

Dept
Of CSE,CEC 2018-19 Page 26
Computer Accessories System

Fig.4.4 Add accessories

Fig.4.5 View Accessories

Dept
Of CSE,CEC 2018-19 Page 27
Computer Accessories System

Fig.4.6 User Login

Dept
Of CSE,CEC 2018-19 Page 28
Computer Accessories System

Fig.4.7 User Registration

Fig.4.8 View user registered page

Dept
Of CSE,CEC 2018-19 Page 29
Computer Accessories System

Fig.4.9 About Page

Fig.5.0 Contact Page

Dept
Of CSE,CEC 2018-19 Page 30
Computer Accessories System
CONCLUSION

The Computer Accessories System has rich user interface so that invoice users can access
easily. Our project is only a humble venture to satisfy the needs in a library. Several user
friendly coding have also adopted. This package shall prove to be a powerful package in
satisfying all the requirements of the organization. The objective of software planning is to
provide a framework that enables the manager to make reasonable estimates made within a
limited time frame at the beginning of the software project and should be updated regularly as
the project progresses. Last but not least it is not the work that played the ways to success but
ALMIGHTY

Dept
Of CSE,CEC 2018-19 Page 31
Computer Accessories System

REFERENCES
• Randy Connolly,Ricardo Hour, “Fundamentals of Web Development”,1st Edition,
Pearson Education India.
• W3schools.com
• Stackoverflow.com
• Robin Nixon, “Learning PHP, MySQL and JavaScript with jQuery, CSS and
HTML5”,4th Edition, O’Reilly Publications,2015.

Dept
Of CSE,CEC 2018-19 Page 32

You might also like