Creating Website
Creating Website
The Objective
The purpose of this write-up is to guide you through all the steps necessary to create
a website and put it on a web server in your local network so that any one on the
Intranet has access to it. You can put it in a on the Internet as your website too. You
can be part of the information technology revolution by creating and maintaining a
website for your organization or library in the Intranet/Internet.
What is a Website?
The website is a multimedia communication tool that can include text graphics,
audio, video and scripts. The website is put on the computer that sends the
information to the computers at the receiving end through the links -in either
Internet or Intranet- that connect both the computers. The network has made it easier
and cheaper to exchange information, ideas and pieces of knowledge to others.
Network consists of computers, communication lines, switches, protocols and
softwares to exchange data/knowledge.
A website in the Intranet can be put to use by posting web pages containing
information that is of interest to others. Even interactivity is possible through
websites. The websites in the Intranet or Internet have practically no difference
except in the difference in visibility limited to intranet or outside. The Intranet uses
protocols such as TCP/IP, HTTP, HTML etc. as in Internet for transferring
information between computers. To do this one computer will act as the Server that
serve information and other computers will be the clients that request for
information from the Server in the client-server mode. The remote server computer will
receive and process a client's request and transfer the information. The basis steps in the
process start with establishing a connection between the client and the server, then client
creates a request, the request is sent to the server, the server processes the request and creates
a response, the response is sent to the client and the connection is terminated. In client-server
mode, a client can activate a server computer from remote location through a browser. The
server works automatically.
Creating a website
A website consists of one or more web pages that are interconnected. The main
webpage is an html page that links to other web pages. It is called homepage of the
website. It will be placed in the web server (document root folder) so that others
connected to the server can access it through their web browser and download the
file to their computer. The web server will be installed in a good computer that
would be set apart to function as a Server.
A webpage can present text, audio, animation or video. Each webpage has an
address called the Uniform Resource Locater such as http://www.google.com, which
indicates a path name to the web page. The format of the web page path name
should be http://servername/home page name In intranet, the address should be
http://library/index.htm
In an Intranet, when a client computer make a request for a website or page with an
address (http://library/index.htm) the domain server routes the request to the
correct location in the network. The actual file name of the homepage usually should
be index.htm or default.htm as default name. The server name library is equivalent of
the numeric domain name 100.0.0.17 So by typing the server name alone, you will
get the home page if it has the home page with default name index.htm. That means
http://library/ will be understood as http://library/index.htm. Even typing the
word library in the browser will take you to the homepage.
One way of showing the hierarchy and structure is the outline form which shows the
top level hierarchy on the flush left and to show each level down with indent to the
right in the proportionate manner as follows:-
1. Classical Music
A Modern
B Romantic
i. Brahms
ii. Chopin
iii.Schubert
The label used for navigation links needed to reflect the material they represent. The
wording for the label should be consistent, with same verb tense, punctuation,
capitalization and so on. Use same labels in different pages.
The left side of the page has become a standard place to put navigation bars.
The homepage becomes more on an index of links to the rest of the web application.
Use descriptive filename with lower case letters.
You can use either text links or navigation buttons. Navigation buttons add beauty
to the site but text links are easier to create or edit. Relevant keywords should be
provided in the meta tags so as to enhance the possibility of search by search engines
easily.
Using Graphics
Graphics refers to the visual elements on a page. Consider the file size of the formats
while using graphics, as the time required to download an graphis is more.
For the sites, which will be hosted in the Internet, the meta tags of the home page
should contain all the possible keywords so as to make it search engine friendly for
keyword search. As well, the automotive page title that gets generated during page
creation should contain some words appropriate for search by the search engines.
Click New button, New site setting boxes will appear provided the following
information.
On establishing the connection, the left hand side of the window displays the
directories on your computer and the right hand side of the window displays the
directories on FTP.
You can transfer files from cute FTP, by cut or copy and paste or by drag-and-drop.
You can stop a transfer by pressing the Stop button on the tool bar.
******