Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Online Chatting System, Study Guides, Projects, Research of Web Application Development

sOnline chat may refer to any kind of communication over the Internet that offers a real- time transmission of text messages from sender to receiver. Chat messages are generally short in order to enable other participants to respond quickly.

Typology: Study Guides, Projects, Research

2018/2019

Uploaded on 05/27/2019

soundar
soundar 🇮🇳

1 document

1 / 75

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1.Introduction
Online chat may refer to any kind of communicationoverthe Internetthat
offersareal-timetransmissionoftextmessagesfromsendertoreceiver.Chat
messages are generallyshort in order to enable other participants to respond
quickly.
Thereby, a feeling similar to a spoken conversation is created, which
distinguishes chatting from other text-based online communication forms
suchasInternetforumsandemail.
OntheInternet,chattingistalkingtootherpeoplewhoareusingtheInternetatthe
same time you are. Usually, this "talking" isthe exchangeof typed-in messages
requiringonesiteastherepositoryforthemessages(or"chatsite")andagroupof
userswhotakepartfromanywhereontheInternet.
1
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b

Partial preview of the text

Download Online Chatting System and more Study Guides, Projects, Research Web Application Development in PDF only on Docsity!

1. Introduction

Online chat may refer to any kind of communication over the Internet that offers a real- time transmission of text messages from sender to receiver. Chat messages are generally short in order to enable other participants to respond quickly.

Thereby, a feeling similar to a spoken conversation is created, which distinguishes chatting from other text-based online communication forms such as Internet forums and email.

On the Internet, chatting is talking to other people who are using the Internet at the same time you are. Usually, this "talking" is the exchange of typed-in messages requiring one site as the repository for the messages (or "chat site") and a group of users who take part from anywhere on the Internet.

2. Objectives

The main objective of this project is to allow each and every person can get connect with each other. Some of the other objectives are listed below:-

● Providing a social platform to users.

● To allow each person to share their thoughts & views.

● This System can be used as discussion board.

● Connecting people together.

3. System Requirements

3.1 Hardware Requirements

Processor : Intel Pentium core

RAM : 2.00GB

Operating System : 32-bit

Hard disk : 100GB

Mouse : Logitech

Keyboard : 101 keys

Software Used- Software’s used for implementing web application on server are listed below:-

■ Xampp control panel-Starting the services for implementation. ■ Apache-Creating a dummy server on web browser. ■ Mysql-Storing the values from the web application.

3.3 Software Description

Our project “WE WORLD” is developed to make an online chatting

system. Our system allows the group of peoples to message (or chat) with each

other which is great idea to have fun with friends and family members when

they are not closer. Also, we are maintaining the user profile.

We World consists the following pages.

  1. Login
  2. Signup
  3. Home page
  4. Chat
  5. Profile
  6. Logout

Login page consists two input boxes username and password for entering the

chat portal with the help of the submit button and this page have one hyperlink

for go to Signup page from here.

Signup page consists many input boxes like name, email, password, gender, date

of birth, photo finally submit button for signup and hyperlink for to Login page

from here.

Home page consists three hyper links Chat, Profile, Logout.

Chat page consists one input box for typing a message and one div box for

showing the messages from various users.

Profile page consists which user logged in then show the all details like name,

email, gender, dob, profile picture.

Logout page is using for destroyed the session for security purpose

Save the file as mypage.html. Start your Internet browser. Select Open (or Open

Page) in the File menu of your browser. A dialog box will appear. Select Browse

(or Choose File)

and locate the html file you just created - mypage.html - select it and click

Open. Now you should see an address in the dialog box, for example

C:\MyDocuments\mypage.html. Click OK, and the browser will display the page.

To view how the page should look, visit this web page:

http://profdevtrain.austincc.edu/html/mypage.html

Example Explained

What you just made is a skeleton html document. This is the minimum required information for a web document and all web documents should contain these basic components. The first tag in your html document is . This tag tells your browser that this is the start of an html document. The last tag in your document is . This tag tells your browser that this is the end of the html document.

The text between the tag and the tag is header information. Header information is not displayed in the browser window.

The text between the tags is the title of your document. The <title> tag is used to uniquely identify each document and is also displayed in the title bar of the browser window.</p> <p>The text between the <body> tags is the text that will be displayed in your browser.</p> <p>The text between the <b> and </b> tags will be displayed in a bold font.</p> <p><strong>HTM or HTML Extension?</strong></p> <p>When you save an HTML file, you can use either the .htm or the .html extension. The .htm extension comes from the past when some of the commonly used software only allowed three letter extensions. It is perfectly safe to use either .html or .htm, but be consistent. <strong>mypage.htm</strong> and mypage.html are treated as different files by the browser.</p> <p><strong>How to View HTML Source</strong></p> <p>A good way to learn HTML is to look at how other people have coded their html pages. To find out, simply click on the View option in your browsers toolbar and select Source or Page Source. This will open a window that shows you the actual HTML of the page. Go ahead and view the source html for this page.</p> <p><strong>HTML Tags</strong></p> <p><strong>What are HTML tags?</strong></p> <p>● HTML tags are used to mark-up HTML elements</p> <p>● HTML tags are surrounded by the two characters < and ></p> <p>● The surrounding characters are called angle brackets</p> <p>● HTML tags normally come in pairs like <b> and </b></p> <p>● The first tag in a pair is the start tag, the second tag is the end tag</p> <p><html></p> <p><head></p> <p><title>My First Webpage

This is my first homepage. This text is bold

This is an HTML element:

This text is bold

The HTML element begins with a start tag:

The content of the HTML element is: This text is bold

The HTML element ends with an end tag:

The purpose of the tag is to define an HTML element that should be displayed as bold.

This is also an HTML element:

This is my first homepage. This text is

bold

This HTML element starts with the start tag , and ends with the end tag

. The purpose of the tag is to define the HTML element that

contains the body of the HTML document.

Nested Tags

You may have noticed in the example above, the tag also contains other tags, like the tab.

When you enclose an element in with multiple tags, the last tag opened should be the first tag closed.

For example:

**_This is NOT the proper way to close nested tags_** .

**_This is the proper way to close nested tags._**

All Tags