Industrial Pollution Project Report
Industrial Pollution Project Report
Industrial Pollution Project Report
SYNOPSIS
language code (such as java script) which can affect the behaviour of web browser and CSS (cascade style sheet) which helps to external styling of the webpage and Macromedia Flash 5.0
MODULES: There are five basic modules in this project. They are 1. Home 2. About Industrial Pollutions 3. Effects 4. Control and Measures 5. Reduce Suggestion 6. Feedback HOME MODULE:
This module contains an Introduction of Industrial Pollutions and Control.
EFFECTS: This page explain how human are effected by pollutions. CONTROL AND MEASURES:
Industrial pollution is an important issue of the day and it is getting more and more monstrous. To cope fully with the problem planners efforts are very much needed. REDUCE SUGGESTION: This page expline the peoples suggestion about industrial pollutions. FEEDBACK: This module contains the collection of peoples feedback to reduce and discuse about the pollution caused by industries.
SYSTEM CONFIGURATION
SYSTEM CONFIGURATION
HARDWARE CONFIGURATION
: : : : : : :
INTEL PENTIUM 1 GB RAM DDR11667 156GB ATA 102 Keys LCD Optical 52xs
SOFTWARE SPECIFICATION
: : : :
Windows XP Html, Flash Java Script, CSS Internet Explorer, Mozilla Firefox
10
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
11
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
12
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
13
SOFTWARE USED
14
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
15
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
16
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.
17
SYSTEM DESIGN
18
SYSTEM DESIGN
4.1DATA FLOW DIAGRAM
LEVEL 0:
USER INPUT
USER OUTPUT
19
HIERARCHICAL CHART
20
HOME
EFFECTS
Reduce Suggestion
FEEDBACK
21
SOFTWARE DESIGN
22
23
SYSTEM DESIGN
SOURCE CODE:
HOME:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <!-Created by Artisteer v2.0.2.15338 Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional" --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Project on Industrial Pollutions by Deepika.R </title> <script type="text/javascript" src="script.js"></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><! [endif]--> </head> <body> <div class="PageBackgroundSimpleGradient"> </div> <div class="Main"> <div class="Sheet"> <div class="Sheet-tl"></div> <div class="Sheet-tr"><div></div></div> <div class="Sheet-bl"><div></div></div> <div class="Sheet-br"><div></div></div> <div class="Sheet-tc"><div></div></div> <div class="Sheet-bc"><div></div></div> <div class="Sheet-cl"><div></div></div> <div class="Sheet-cr"><div></div></div> <div class="Sheet-cc"></div> <div class="Sheet-body"> <div class="Header">
24
<div class="Header-jpeg"></div> <div class="logo"> <h1 id="name-text" class="logo-name"><a href="#"><img src="images/logo.png" alt="Industrial Pollution Control"</a></h1> <div id="slogan-text" class="logo-text"></div> </div> </div> <div class="nav"> <ul class="artmenu"> <li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a></li> <li><a href="effect.html"><span><span>Effects</span></span></a></li> <li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">Project on Industrial Pollutions Control</span> </h2> <div class="PostContent"> <center> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5, 0,42,0" id="Movie3" width="950" height="250"
25
> <param name="movie" value="Movie3.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="high"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" name="Movie3" width="950" height="250" src="Movie3.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain" > <noembed> </noembed> </embed> </object> </p> </div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">About Pollution</span> </h2> <div class="PostContent"> <p>Pollution is the introduction of contaminants into an environment that causes instability, disorder, harm or discomfort to the ecosystem i.e. physical systems or living organisms.[1] Pollution can take the form of chemical substances or energy, such as noise, heat, or light. Pollutants, the elements of pollution, can be foreign substances or energies, or naturally occurring; when naturally occurring, they are considered contaminants when they exceed natural levels.
26
Pollution is often classed as point source or nonpoint source pollution. The Blacksmith Institute issues annually a list of the world's worst polluted places. In the 2007 issues the ten top nominees are located in Azerbaijan, China, India, Peru, Russia, Ukraine and Zambia.</p> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div> </div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
27
<ul class="artmenu"> <li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a> <li><a href="effect.html"><span><span>Effects</span></span></a></li> <li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">About Industrial Pollution Control</span> </h2> <div class="PostContent"> <center> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5, 0,42,0" id="Movie2" width="950" height="64" > <param name="movie" value="Movie2.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="high"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash"
29
pluginspage="http://www.adobe.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" name="Movie2" width="950" height="64" src="Movie2.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain" > <noembed> </noembed> </embed> </object> </center> <img class="article" src="images/hd3.png" alt="an image" style="float: left" /> <p>Industries can cause pollution contrary to popular perception that only a chemical industry can cause pollution. The nature and intensity of pollution may be different in different industry. In some industries, the pollution is out rightly visible and substantial. In others, it may be invisible, indirect or negligible.</p> <p>Industrial pollution is pollution which can be directly linked with industry, in contrast to other pollution sources. This form of pollution is one of the leading causes of pollution worldwide; in the United States, for example, the Environmental Protective Agency estimates that up to 50% of the nation's pollution is caused by industry. Because of its size and scope, industrial pollution is a serious problem for the entire planet, especially in nations which are rapidly industrializing, like China.</p> <p>This form of pollution dates back to antiquity, but widespread industrial pollution accelerated rapidly in the 1800s, with the start of the Industrial Revolution. The Industrial Revolution mechanized means of production, allowing for a much greater volume of production, and generating a corresponding increase in pollution. The problem was compounded by the use of fuels like coal, which is notoriously unclean, and a poor understanding of the causes and consequences of pollution. There are a number of forms of industrial pollution. One of the most common is water pollution, caused by dumping of industrial waste into waterways, or improper containment of waste, which causes leakage into groundwater and waterways. Industrial pollution can also impact air quality, and it can enter the soil, causing widespread environmental problems.</P> <a href="1.html"><h5>Environmental Pollution</a> | <a href="1-3.html">Air Pollution</a> | <a href="1-4.html">River water Pollution</a> | <a href="1-6.html">Plastic Pollution</a><h5>
30
</div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader"></span> </h2> <div class="PostContent"> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div> </div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
EFFECTS:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head>
31
<!-Created by Artisteer v2.0.2.15338 Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional" --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Project on Industrial Pollutions by Deepika.R </title> <script type="text/javascript" src="script.js"></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><! [endif]--> </head> <body> <div class="PageBackgroundSimpleGradient"> </div> <div class="Main"> <div class="Sheet"> <div class="Sheet-tl"></div> <div class="Sheet-tr"><div></div></div> <div class="Sheet-bl"><div></div></div> <div class="Sheet-br"><div></div></div> <div class="Sheet-tc"><div></div></div> <div class="Sheet-bc"><div></div></div> <div class="Sheet-cl"><div></div></div> <div class="Sheet-cr"><div></div></div> <div class="Sheet-cc"></div> <div class="Sheet-body"> <div class="Header"> <div class="Header-jpeg"></div> <div class="logo"> <h1 id="name-text" class="logo-name"><a href="#"><img src="images/logo.png" alt="Industrial Pollution Control"</a></h1> <div id="slogan-text" class="logo-text"></div> </div> </div> <div class="nav"> <ul class="artmenu"> <li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a> <li><a href="effect.html"><span><span>Effects</span></span></a></li>
32
<li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">Human Health Effects</span> </h2> <div class="PostContent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5, 0,42,0" id="Movie2" width="950" height="64" > <param name="movie" value="Movie2.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="high"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" name="Movie2" width="950" height="64" src="Movie2.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain"
33
> <noembed> </noembed> </embed> </object> </center> <p>Adverse air quality can kill many organisms including humans. Ozone pollution can cause respiratory disease, cardiovascular disease, throat inflammation, chest pain, and congestion. Water pollution causes approximately 14,000 deaths per day, mostly due to contamination of drinking water by untreated sewage in developing countries. An estimated 700 million Indians have no access to a proper toilet, and 1,000 Indian children die of diarrhoeal sickness every day. Nearly 500 million Chinese lack access to safe drinking water. 656,000 people die prematurely each year in China because of air pollution. In India, air pollution is believed to cause 527,700 fatalities a year. Studies have estimated that the number of people killed annually in the US could be over 50,000</p> </div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader"></span> </h2> <div class="PostContent"> <img src="effect.png"> </img> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div>
34
</div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
35
<ul class="artmenu"> <li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a> <li><a href="effect.html"><span><span>Effects</span></span></a></li> <li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">Industrial Pollution Control and Measures</span> </h2> <div class="PostContent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5, 0,42,0" id="Movie2" width="950" height="64" > <param name="movie" value="Movie2.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="high"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash"
37
pluginspage="http://www.adobe.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" name="Movie2" width="950" height="64" src="Movie2.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain" > <noembed> </noembed> </embed> </object> </center> <p>Industrial pollution is an important issue of the day and it is getting more and more monstrous. To cope fully with the problem planners efforts are very much needed. There is also a need to raise general awareness among common people. There for its is recommended that following aspects should be taken in this connection. It is one of the aims of planning to create a physical environment that will be congenial to the individual family and community and to establish a physical environment that will effectively promote economic development. These face to the measures to tackle the pollution issue within a community is one of the targets of planning. As it leads towards the safer and healthier environment. </p> </div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader"></span> </h2> <div class="PostContent"> <h4>Need for Planners Role in the Issue</h4> <p>Under such circumstances two approaches are necessary to adapt. Firstly research should be conducted to find such alternative operations within these industries that cause minimum of pollution.</p> <p>The possible means that planner can adapt may include:</P> <li>Proper zoning</li> <li>Improvement of living conditions location of industrial units on proper sites</li> <li>Protection of residents from industrial pollution by means of buffer zoning</li>
38
<li>Raising awareness among people</li> <li>Arranging community programmes to take pollution issue</li> <h4>Measures to Control Location of Industries</h4> <p>The main object of an industrialist for locating his industry at a particular place is his profit. The town planning authorities should be concerned in location of an industry from the view point of the public interest. The success of measures adopted to control location of industries will depend on the adjustment of these two motives or interests.</p> <p>Following are the three important ways which are adopted for controlling the location of industries;</p> <li>by developing industrial townships</li> <li>by granting concessions</li> <li>by imposing restrictions</li> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div> </div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
39
REDUCED SUGGESTION:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <!-Created by Artisteer v2.0.2.15338 Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional" --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Project on Industrial Pollutions by Deepika.R </title> <script type="text/javascript" src="script.js"></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><! [endif]--> </head> <body> <div class="PageBackgroundSimpleGradient"> </div> <div class="Main"> <div class="Sheet"> <div class="Sheet-tl"></div> <div class="Sheet-tr"><div></div></div> <div class="Sheet-bl"><div></div></div> <div class="Sheet-br"><div></div></div> <div class="Sheet-tc"><div></div></div> <div class="Sheet-bc"><div></div></div> <div class="Sheet-cl"><div></div></div> <div class="Sheet-cr"><div></div></div> <div class="Sheet-cc"></div> <div class="Sheet-body"> <div class="Header"> <div class="Header-jpeg"></div> <div class="logo"> <h1 id="name-text" class="logo-name"><a href="#"><img src="images/logo.png" alt="Industrial Pollution Control"</a></h1> <div id="slogan-text" class="logo-text"></div> </div> </div> <div class="nav"> <ul class="artmenu">
40
<li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a> <li><a href="effect.html"><span><span>Effects</span></span></a></li> <li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">Industrial Pollution Control and Measures</span> </h2> <div class="PostContent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5, 0,42,0" id="Movie2" width="950" height="64" > <param name="movie" value="Movie2.swf"> <param name="bgcolor" value="#FFFFFF"> <param name="quality" value="high"> <param name="allowscriptaccess" value="samedomain"> <embed type="application/x-shockwave-flash"
41
pluginspage="http://www.adobe.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash" name="Movie2" width="950" height="64" src="Movie2.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain" > <noembed> </noembed> </embed> </object> </center> <p>Industrial pollution is an important issue of the day and it is getting more and more monstrous. To cope fully with the problem planners efforts are very much needed. There is also a need to raise general awareness among common people. There for its is recommended that following aspects should be taken in this connection. It is one of the aims of planning to create a physical environment that will be congenial to the individual family and community and to establish a physical environment that will effectively promote economic development. These face to the measures to tackle the pollution issue within a community is one of the targets of planning. As it leads towards the safer and healthier environment. </p> </div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader"></span> </h2> <div class="PostContent"> <h4>Need for Planners Role in the Issue</h4> <p>Under such circumstances two approaches are necessary to adapt. Firstly research should be conducted to find such alternative operations within these industries that cause minimum of pollution.</p> <p>The possible means that planner can adapt may include:</P> <li>Proper zoning</li> <li>Improvement of living conditions location of industrial units on proper sites</li> <li>Protection of residents from industrial pollution by means of buffer zoning</li>
42
<li>Raising awareness among people</li> <li>Arranging community programmes to take pollution issue</li> <h4>Measures to Control Location of Industries</h4> <p>The main object of an industrialist for locating his industry at a particular place is his profit. The town planning authorities should be concerned in location of an industry from the view point of the public interest. The success of measures adopted to control location of industries will depend on the adjustment of these two motives or interests.</p> <p>Following are the three important ways which are adopted for controlling the location of industries;</p> <li>by developing industrial townships</li> <li>by granting concessions</li> <li>by imposing restrictions</li> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div> </div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
43
FEEDBACK:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <!-Created by Artisteer v2.0.2.15338 Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional" --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>Project on Industrial Pollutions by Deepika.R </title> <script type="text/javascript" src="script.js"></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><! [endif]--> </head> <body> <div class="PageBackgroundSimpleGradient"> </div> <div class="Main"> <div class="Sheet"> <div class="Sheet-tl"></div> <div class="Sheet-tr"><div></div></div> <div class="Sheet-bl"><div></div></div> <div class="Sheet-br"><div></div></div> <div class="Sheet-tc"><div></div></div> <div class="Sheet-bc"><div></div></div> <div class="Sheet-cl"><div></div></div> <div class="Sheet-cr"><div></div></div> <div class="Sheet-cc"></div> <div class="Sheet-body"> <div class="Header"> <div class="Header-jpeg"></div> <div class="logo"> <h1 id="name-text" class="logo-name"><a href="#"><img src="images/logo.png" alt="Industrial Pollution Control"</a></h1> <div id="slogan-text" class="logo-text"></div> </div> </div> <div class="nav"> <ul class="artmenu">
44
<li><a href="main.html" class=" active"><span><span>Home</span></span></a></li> <li><a href="pollution.html"><span><span>About Industrial Pollution</span></span></a> <li><a href="effect.html"><span><span>Effects</span></span></a></li> <li><a href="cm.html"><span><span>Control and Measures</span></span></a></li> <li><a href="rs.html"><span><span>Reduced Suggestion</span></span></a></li> <li><a href="feedback.html"><span><span>Feedback</span></span></a></li> </li> </ul> <div class="l"> </div> <div class="r"> <div> </div> </div> </div> <div class="contentLayout"> <div class="content"> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">Give Us your Feedback</span> </h2> <div class="PostContent"> </div> <div class="cleared"></div> </div> </div> </div> <div class="Post"> <div class="Post-body"> <div class="Post-inner"> <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader"></span> </h2> <div class="PostContent"> <img class="article" src="images/choking_earth.gif" alt="an image" style="float: right" /> <p>Name: <span class="fcp">* </span>
45
<br /> <form onReset="return confirm('Do you really want to reset the form?')" ><input name="txt_Name" type="text" id="txt_Name" class="fs11" style="width:200px;" /> </p> <p>Email(Optional): <br /><input name="txt_Email" type="text" id="txt_Email" class="fs11" style="width:200px;" /> </p> <p>Feedback:<span class="fcp">* </span> <br /><textarea name="tbx_Comment" rows="10" cols="20" id="tbx_Comment" class="fs11" onkeyup="javascript:textKey()" style="width:350px;"></textarea> </p> <br /><p><a class="Button" href="thank.html"> <span class="btn"> <span class="t">Submit Now!</span> <span class="r"><span></span></span> <span class="l"></span> </span> </a> <a class="Button" type=RESET href="feedback.html"> <span class="btn"> <span class="t">Reset Now!</span> <span class="r"><span></span></span> <span class="l"></span> </span> </a> </form> </p><br /> <h2> <a href="index.html">Watch the Intro</a> </div> <div class="cleared"></div> </div> </div> </div> </div> </div>
46
<div class="cleared"></div><div class="Footer"> <div class="Footer-inner"> <div class="Footer-text"> <p></p> </div> </div> <div class="Footer-background"></div> </div> </div> </div> <div class="cleared"></div> <!-- If you'd like to support Artisteer, having the "created with" link somewhere on your blog is the best way; it's our only promotion or advertising. --> </div> </body> </html>
47
SOFTWARE TESTING
48
Testing strategies
While box testing or code testing Black box testing or specification testing
50
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.
51
52
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
54
55
56
EFFECTS
57
58
REDUCED SUGGESTIONS
59
FEEDBACK
60
CONCLUSION
61
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.
62
BIBLIOGRAPHY
63
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 www.flashturorials.com
64