Originally posted on 26 Nov 2008
THE BASICS – Part 1

Introduction
This chapter will make you familiar with a few terms which constitute the basic knowledge required for creating or getting started with websites.
Part 1 will include the discussion about the following terms:
1. Web Hosting
2. Domains
3. Web Pages
4. Scripting languages
Hosting
What is meant by web hosting?
Web hosting allows you to make your site available to anyone using internet. Your website can’t accessed without being hosted on a web server.
Kinds Of Hosting
1. Free Hosting – Hosting on a shared server(i.e. many sites on one server) with all the basic features. This is what you should prefer when starting.
2. Paid Hosting
1. Shared Hosting – Similar to free hosting but may have advanced features.
2. Dedicated Server – A server dedicated to your sites, you get a server on lease and you may use it to your own wish but under some conditions.
3. VPS (Virtual Private Server) – Its like a virtual dedicated server on a big server.
We’ll discuss about “how to use” in the following chapters.
Domain Names
Domain names are a specific identity or address to your website. How do they work? We’ll discuss this in the following chapters.
Web Pages
It is a document which is suitable for the internet can be accessed through a web browser when hosted on a web server. They are generally created using html and css.
Scripting Languages
These kind of languages are used to add functionality to web page. They help you create dynamic sites.
What are dynamic sites?
Using only html would create sites which will be static, ie. there will be no changes in your web page unless you do them manually. When dealing with dynamic sites, you can modify pages or part of pages using a scripting language in a single click. You see tags plugin in the sidebar of this site, it updates as soon as I post an article.
Hope you got what dynamic means.
Scripting languages offer high functionality
You should have seen some web sites which allow to register, login , logout, etc. and that is what I mean by functionality.
Continued in Part 2 . . . . . . .
Popularity: 21% [?]