web development project by manohar prasad

13
Presented by- Manohar Prasad WEB DEVELOPMENT PROJECT A T HINDALCO INDUSTRIES LTD. MURI WORKS, RANCHI IB+IT, (2010-12)

Upload: manohar-prasad

Post on 06-Apr-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 1/13

Presented by- Manohar Prasad

WEB DEVELOPMENT PROJECT

AT

HINDALCO INDUSTRIES LTD.

MURI WORKS, RANCHI

IB+IT, (2010-12)

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 2/13

Hindalco Industries Ltd.

• The company was started in the year 1943.

• At present Alumina Refinery operates at 4,50,000

tpa.

• It Produces three types aluminium namely

standard, specialty grade and hydrates alumina.

• It is spread in more than 300 acres of land.

A 30 MW coal-based captive power plantprovides uninterrupted power supply to the

refinery for production.

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 3/13

Website Development Process

• Analysis• Specification

• Design & Development

Content Writing• Coding

• Testing

Promotion• Maintenance & Update

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 4/13

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 5/13

Build the Solution Connection

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 6/13

Building the Default page

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 7/13

Building the Complain page

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 8/13

Building the Complain page

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 9/13

Oracle Server

• The Client: The client is the front-end database

application, accessed by a user through the keyboard,

display, and pointing device, such as a mouse. The

client has no data access responsibilities. It requests,

processes, and presents data managed by the server. 

• The Server: The server runs Oracle software and

handles the functions required for concurrent, shared

data access. The server receives and processes the SQL

and PL/SQL statements that originate from clientapplications.

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 10/13

Oracle Architecture• CREATE TABLE HINDALCO_MURI (SR_NO NUMBER (3),

USER_NAME VARCHAR2 (20), USER_ID NUMBER (10),USER_DOB DATE, USER_PASSWORD NUMBER (10), CITY

VARCHAR (15));

• INSERT INTO HINDALCO_MURI VALUES (001, ’DAVIS’, ’123’, ’14-FEB-1988’, 84721600, ‘PATNA’);

• UPDATE HINDALCO_MURI SET USER_ID=130 WHERE SR_NO=8;• ALTER TABLE HINDALCO_MURI MODIFY (DEPT_NAME

VARCHAR (10));

•  DELETE FROM HINDALCO_MURI WHERE SR_NO=’5’; 

• SELECT * FROM HINDALCO_MURI;

• DESC HINDALCO_MURI;

• CLEAR SCREEN;

• COMMIT;

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 11/13

Introduction to the Oracle Server 

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 12/13

ER-DIAGRAM

IT Department IT ManagerRun byHindalco

ProjectEmployee

ComplainRegistrati

on

Engineer/Superviso

r

1 1

M

M

M

System

Server

System

System

8/3/2019 Web Development Project by Manohar Prasad

http://slidepdf.com/reader/full/web-development-project-by-manohar-prasad 13/13

Bibliography• http://www.web-source.net/ 

• http://www.developmentindia.com/ 

• http://msdn.microsoft.com/en-us/library/ms525070%28v=vs.90%29.aspx

http://www.homeandlearn.co.uk/net/vbnet.html• http://en.wikipedia.org/wiki/Visual_Basic_.NET

• http://www.hindalco.com

• ORACLE DEVELOPER by Ivan Vyross

Thank You !