Developers Guide 2
Developers Guide 2
INDEX
Acknowledgement……………………………………3
Objectives……………………………………………….4
Introduction To Madam Boutique………………5
Flowchart……………………………………………….6
Gallery…………………………………………………..7
Requirements Specification………………………..8
.Hardware Requirement……………………...8
.Software Requirement………………………..8
Table……………………………………………………..9
Source Code………………………………………10-75
.
Acknowledgement
Working application
Source code
Compiled code
E-Project report
Eproject report should be comprise
Acknowledgement
Eproject synopsis
Eproject analysis
Eproject design
Screen shots
Source code with comment
INTRODUCTION
Madam Boutique
Madam’s Boutique is the leading store of branded and designer clothes for
women. The boutique has tie up with various designers whose collection is
on their display. Also different apparel, accessories collection is also
available with the store. The website must be designed for this boutique
showing the collection of clothing of various brands, designer, unstitched
garments.
Flow Chart
Gallery:
In gallery option you can get to see clothing and
accessories of different brands and different prices.
In gallery you can get different brands of clutches
and also jewelry of different styles. It also contains
some outfits for women.
Hardware/Software Requirements
HARDWARE:
SOFTWARE:
FOR: PROGRAM:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Madam Boutique</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
</div>
<div id="nav">
<ul id="dropmenu">
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Gallery</a>
<ul>
<ul>
<ul>
<ul>
</ul>
</li>
<ul>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Clothing ></a>
<ul>
</ul>
</li>
</ul>
</li>
<li>
</li>
<li class="last">
</li>
</ul>
</div>
</div>
<div id="page">
<div id="slidertron">
<div class="viewer">
<div class="reel">
<div class="slide">
<a href="alkaram.html"><img
src="images/ak.jpg" alt="" width="100%"></a>
</div>
<div class="slide">
<a href="asimjofa.html"><img
src="images/as.jpg" alt="" width="100%"></a>
</div>
<div class="slide">
<a href="strawberry.html"><img
src="images/st.jpg" alt="" width="100%"></a>
</div>
<div class="slide">
<a href="zainab.html"><img
src="images/z1.jpg" alt="" width="100%"></a>
</div>
</div>
</div>
<div class="indicator">
<ul>
<li class="active">1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
</div>
<div class="captionLine1"></div>
<div class="captionLine2"></div>
</div>
<script type="text/javascript">
$('#slidertron').slidertron({
viewerSelector: '.viewer',
navPreviousSelector: '.previous',
navNextSelector: '.next',
navFirstSelector: '.first',
navLastSelector: '.last',
navStopAdvanceSelector: '.stop',
navPlayAdvanceSelector: '.play',
advanceDelay: 3000,
speed: 'slow'
});
</script>
</div>
<div id="products">
<ul>
</ul>
</div>
</div>
<div id="footer">
</div>
<div id="copyright">
</div>
</body
</html>
Contact Us:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
</div>
<div id="nav">
<ul id="dropmenu">
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Gallery</a>
<ul>
<ul>
<ul>
<li><a href="#"> Men ></a>
<ul>
</ul>
</li>
<ul>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<ul>
</ul>
</li>
</ul>
</li>
<li>
</li>
<li class="last">
</li>
</ul>
</div>
</div>
<div id="products">
</div>
</div>
<div id="footer">
</div>
<div id="copyright">
</div>
</body>
</html>