Jump to content

Website: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Veinor (talk | contribs)
m Removed inappropriate links added by 167.135.25.98 per the external link guidelines. If you have any questions, ask away. (|help the fight against spam!)
Poweroid (talk | contribs)
Various changes, clean up, corrections, gr, spelling, punctuation
Line 1: Line 1:
A '''website''' (or '''Web site''') is a collection of [[web page]]s, typically common to a particular [[domain name]] or [[subdomain]] on the [[World Wide Web]] on the [[Internet]].
A '''website''' (or '''Web site''') is a collection of [[web page]]s, images, videos and other digital assets and hosted on a particular [[domain name|domain]] or [[subdomain]] on the [[World Wide Web]].


A web page is a document, typically written in [[HTML]], that is almost always accessible via [[HTTP]], a protocol that transfers information from the website's [[server]] to display in the user's [[web browser]].
A web page is a document, typically written in [[HTML]], that is almost always accessible via [[HTTP]], a protocol that transfers information from the website's [[server]] to display in the user's [[web browser]].


All publicly accessible websites are seen as constituting a mammoth "[[World Wide Web]]" of information.
All publicly accessible websites are seen collectively as constituting the "[[World Wide Web]]".


The pages of a website will be accessed from a common root [[URL]] called the [[homepage]], and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the [[hyperlink]]s between them control how the reader perceives the overall structure and how the [[Web traffic|traffic]] flows between the different parts of the sites.
The pages of websites can usually be accessed from a common root [[URL]] called the [[homepage]], and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the [[hyperlink]]s between them control how the reader perceives the overall structure and how the [[Web traffic|traffic]] flows between the different parts of the sites.


Some websites require a [[subscription]] to access some or all of their content. Examples of subscription sites include many [[business]] sites, parts of many [[news]] sites, gaming sites, [[Internet forum|message boards]], Web-based [[e-mail]] services, and sites providing [[real-time]] [[stock market]] data.
Some websites require a [[subscription]] to access some or all of their content. Examples of subscription sites include many [[business]] sites, parts of many [[news]] sites, gaming sites, [[Internet forum|message boards]], Web-based [[e-mail]] services, and sites providing [[real-time]] [[stock market]] data.
Line 13: Line 13:


==Overview==
==Overview==
Organized by function a website may be
A website may be the work of an individual, a business or other organization and is typically dedicated to some particular topic or purpose. Any website can contain a hyperlink to any other website, so the distinction between individual sites, as perceived by the user, may sometimes be blurred.
* a personal website
* a business website
* a government website or
* a non-profit organization website.<ref name='experienced-people'> {{cite web|url=http://www.experienced-people.co.uk/1052-why-buy-a-website/ |title=Reasons behind the trade of domains and sites |accessdate=2007-03-06 }}</ref>

It could be the work of an individual, a business or other organization and is typically dedicated to some particular topic or purpose. Any website can contain a hyperlink to any other website, so the distinction between individual sites, as perceived by the user, may sometimes be blurred.


Websites are written in, or dynamically converted to, HTML (Hyper Text Markup Language) and are accessed using a [[software]] program called a [[Web browser]], also known as an HTTP client. Web pages can be viewed or otherwise accessed from a range of computer based and Internet enabled devices of various sizes, including desktop computers, laptop computers, [[Personal Digital Assistant|PDA]]s and cell phones.
Websites are written in, or dynamically converted to, HTML (Hyper Text Markup Language) and are accessed using a [[software]] program called a [[Web browser]], also known as an HTTP client. Web pages can be viewed or otherwise accessed from a range of computer based and Internet enabled devices of various sizes, including desktop computers, laptop computers, [[Personal Digital Assistant|PDA]]s and cell phones.
Line 19: Line 25:
A website is [[Web hosting service|hosted]] on a computer system known as a [[web server]], also called an HTTP server, and these terms can also refer to the [[software]] that runs on these system and that retrieves and delivers the Web pages in response to requests from the website users. [[Apache HTTP Server|Apache]] is the most commonly used Web server software (according to [[Netcraft]] statistics) and [[Microsoft]]'s [[Internet Information Server]] (IIS) is also commonly used.
A website is [[Web hosting service|hosted]] on a computer system known as a [[web server]], also called an HTTP server, and these terms can also refer to the [[software]] that runs on these system and that retrieves and delivers the Web pages in response to requests from the website users. [[Apache HTTP Server|Apache]] is the most commonly used Web server software (according to [[Netcraft]] statistics) and [[Microsoft]]'s [[Internet Information Server]] (IIS) is also commonly used.


A static website, is one that has content that is not expected to change frequently and is manually maintained by some person or persons using some type of editor software. There are three broad categories of editor software used for this purpose which are
A static website, is one that has web pages stored on the server in the same form as the user will view them. They are edited using three broad categories of software:
*[[Text editor]]s. such as [[Notepad]] or [[TextEdit]], where the HTML is manipulated directly within the editor program
*[[Text editor]]s. such as [[Notepad]] or [[TextEdit]], where the HTML is manipulated directly within the editor program
*[[WYSIWYG]] editors. such as [[Microsoft FrontPage]] and [[Macromedia Dreamweaver]], where the site is edited using a [[GUI]] interface and the underlying HTML is generated automatically by the editor software
*[[WYSIWYG]] editors. such as [[Microsoft FrontPage]] and [[Macromedia Dreamweaver]], where the site is edited using a [[GUI]] interface and the underlying HTML is generated automatically by the editor software
*Template-based editors, such as [[Rapidweaver]] and [[iWeb]], which allow users to quickly create and upload websites to a web server without having to know anything about HTML, as they just pick a suitable template from a palette and add pictures and text to it in a [[Desktop publishing|DTP]]-like fashion without ever having to see any HTML code.
*Template-based editors, such as [[Rapidweaver]] and [[iWeb]], which allow users to quickly create and upload websites to a web server without having to know anything about HTML, as they just pick a suitable template from a palette and add pictures and text to it in a [[Desktop publishing|DTP]]-like fashion without ever having to see any HTML code.


A dynamic website is one that has frequently changing information or interacts with the user from various methods ([[HTTP cookies]] or [[database]] variables e.g., previous history, session variables, server side variables, e.g., environmental data) or direct interaction (form elements, [[mouseover]]s, etc.). When the Web server receives a request for a given page, the page is automatically retrieved from storage by the software in response to the page request. A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.
A dynamic website is one that has frequently changing information or collates information on the hop each time a page is requested. For example, it would call various bits of information from a database and put them together in a pre-defined format to present the reader with a coherent page. It interacts with users in a variety of ways including by reading [[HTTP cookies|cookies]] recognizing users' previous history, session variables, server side variables etc., or by using direct interaction (form elements, [[mouseover]]s, etc.). A A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.


There is a wide range of software systems, such as [[ColdFusion]] (CFM), [[Active Server Pages]] (ASP), [[Java Server Pages]] (JSP) and the [[PHP]] programming language that are available to generate dynamic Web systems and dynamic sites. Sites may also include content that is retrieved from one or more [[database]]s or by using [[XML]]-based technologies such as [[RSS (file format)|RSS]].
There is a wide range of software systems, such as [[ColdFusion]] (CFM), [[Active Server Pages]] (ASP), [[Java Server Pages]] (JSP) and the [[PHP]] programming language that are available to generate dynamic Web systems and dynamic sites. Sites may also include content that is retrieved from one or more [[database]]s or by using [[XML]]-based technologies such as [[RSS (file format)|RSS]].
Line 31: Line 37:


[[Plugin]]s are available to expand the features and abilities of Web browsers, which use them to show ''active content,'' such as [[Macromedia Flash|Flash]], [[Macromedia Shockwave|Shockwave]] or [[applet]]s written in [[Java (programming language)|Java]]. [[Dynamic HTML]] also provides for user interactivity and realtime element updating within Web pages (i.e., pages don't have to be loaded or reloaded to effect any changes), mainly using the [[Document Object Model|DOM]] and [[JavaScript]], support which is built-in to most modern Web browsers.
[[Plugin]]s are available to expand the features and abilities of Web browsers, which use them to show ''active content,'' such as [[Macromedia Flash|Flash]], [[Macromedia Shockwave|Shockwave]] or [[applet]]s written in [[Java (programming language)|Java]]. [[Dynamic HTML]] also provides for user interactivity and realtime element updating within Web pages (i.e., pages don't have to be loaded or reloaded to effect any changes), mainly using the [[Document Object Model|DOM]] and [[JavaScript]], support which is built-in to most modern Web browsers.

==Websites as businesses==
While most business websites serve as a shop window for brick and mortar businesses it is increasingly the case that some websites are businesses in their own right. These websites are fully self-contained businesses entities offering, for example, immediate downloads of commercial software on payment of the product's price via their [[shopping cart]]. Others may offer no products at all but provide free information with income coming from clicks the visitors make on advertisements (see [[Contextual advertising |contextual ads]]). There is a wide range of monetizing used on such sites and the sites themselves are actively traded and bought and sold as [[going concern]]s.<ref name='experienced-people'> {{cite web|url=http://www.experienced-people.co.uk/1052-why-buy-a-website/ |title=Reasons behind the trade of domains and sites |accessdate=2007-03-06 }}</ref>


== Spelling ==
== Spelling ==
Line 41: Line 50:
== Types of websites ==
== Types of websites ==
There are many varieties of Web sites, each specialising in a particular type of content or use, and they may be arbitrarily classified in any number of ways. A few such classifications might include:
There are many varieties of Web sites, each specialising in a particular type of content or use, and they may be arbitrarily classified in any number of ways. A few such classifications might include:
*[[Affiliate]]: enabled [[Web portal|portal]] that renders not only its custom [[Content management system|CMS]] but also syndicated content from other content providers for an agreed fee. There are usually three relationship tiers. [[Affiliate Agencies]] (e.g. [[Commission Junction]]), [[Advertisers]] (e.g. [[Ebay]]) and consumer (e.g. [[Yahoo]]).
*[[Affiliate]]: enabled [[Web portal|portal]] that renders not only its custom [[Content management system|CMS]] but also syndicated content from other content providers for an agreed fee. There are usually three relationship tiers. [[Affiliate Agencies]] (e.g., [[Commission Junction]]), [[Advertisers]] (e.g., [[Ebay]]) and consumer (e.g., [[Yahoo]]).
*[[Archive site]]: used to preserve valuable electronic content threatened with extinction. Two examples are: [[Internet Archive]], which since [[1996]] has preserved billions of old (and new) Web pages; and [[Google Groups]], which in early [[2005]] was archiving over 845,000,000 messages posted to [[Usenet]] news/discussion groups.
*[[Archive site]]: used to preserve valuable electronic content threatened with extinction. Two examples are: [[Internet Archive]], which since [[1996]] has preserved billions of old (and new) Web pages; and [[Google Groups]], which in early [[2005]] was archiving over 845,000,000 messages posted to [[Usenet]] news/discussion groups.
*[[Blog]] (or '''web log''') site: site used to log online readings or to post online diaries, which may include discussion forums (e.g. [[blogger.com|blogger]], [[Xanga]]).
*[[Blog]] (or '''web log''') site: sites generally used to post online diaries which may include discussion forums (e.g., [[blogger.com|blogger]], [[Xanga]]).
*[[Corporate website]]: used to provide background information about a [[business]], organization, or service.
*[[Corporate website]]: used to provide background information about a [[business]], organization, or service.
*[[Commerce site]] or [[Electronic commerce|eCommerce]] site: for purchasing goods, such as [[Amazon.com]].
*[[Commerce site]] or [[Electronic commerce|eCommerce]] site: for purchasing goods, such as [[Amazon.com]].
Line 51: Line 60:
*[[directory (databases)|Directory]] site: a site that contains varied contents which are divided into categories and subcategories, such as [[Yahoo!]] directory, [[Google]] directory and [[Open Directory Project]].
*[[directory (databases)|Directory]] site: a site that contains varied contents which are divided into categories and subcategories, such as [[Yahoo!]] directory, [[Google]] directory and [[Open Directory Project]].
*[[Download site]]: strictly used for [[downloading]] electronic content, such as software, [[game demo]]s or [[computer wallpaper]].
*[[Download site]]: strictly used for [[downloading]] electronic content, such as software, [[game demo]]s or [[computer wallpaper]].
*[[Employment site]]: allows [[employers]] to post job requirements for a position or positions to be filled using the [[Internet]] to advertise world wide. A prospective employee can locate and fill out a job application or submit a résumé for the advertised position.
*[[Employment site]]: allows [[employers]] to post job requirements for a position or positions and prospective employees to fill an application.
*[[Game site]]: a site that is itself a game or "playground" where many people come to play, such as [[MSN]] Games and [[Pogo.com]].
*[[Game site]]: a site that is itself a game or "playground" where many people come to play, such as [[MSN]] Games and [[Pogo.com]].
*[[Geodomain]] refers to domain names that are the same as those of geographic entities, such as cities and countries. For example, Richmond.com is the geodomain for Richmond, Virginia.
*[[Geodomain]] refers to domain names that are the same as those of geographic entities, such as cities and countries. For example, Richmond.com is the geodomain for Richmond, Virginia.

Revision as of 20:03, 6 March 2007

A website (or Web site) is a collection of web pages, images, videos and other digital assets and hosted on a particular domain or subdomain on the World Wide Web.

A web page is a document, typically written in HTML, that is almost always accessible via HTTP, a protocol that transfers information from the website's server to display in the user's web browser.

All publicly accessible websites are seen collectively as constituting the "World Wide Web".

The pages of websites can usually be accessed from a common root URL called the homepage, and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the hyperlinks between them control how the reader perceives the overall structure and how the traffic flows between the different parts of the sites.

Some websites require a subscription to access some or all of their content. Examples of subscription sites include many business sites, parts of many news sites, gaming sites, message boards, Web-based e-mail services, and sites providing real-time stock market data.

History

The first on-line website appeared in 1991. On 30 April 1993, CERN announced that the World Wide Web would be free to anyone.[1] A copy of the original first Web page, created by Tim Berners-Lee, is kept here.

Overview

Organized by function a website may be

  • a personal website
  • a business website
  • a government website or
  • a non-profit organization website.[2]

It could be the work of an individual, a business or other organization and is typically dedicated to some particular topic or purpose. Any website can contain a hyperlink to any other website, so the distinction between individual sites, as perceived by the user, may sometimes be blurred.

Websites are written in, or dynamically converted to, HTML (Hyper Text Markup Language) and are accessed using a software program called a Web browser, also known as an HTTP client. Web pages can be viewed or otherwise accessed from a range of computer based and Internet enabled devices of various sizes, including desktop computers, laptop computers, PDAs and cell phones.

A website is hosted on a computer system known as a web server, also called an HTTP server, and these terms can also refer to the software that runs on these system and that retrieves and delivers the Web pages in response to requests from the website users. Apache is the most commonly used Web server software (according to Netcraft statistics) and Microsoft's Internet Information Server (IIS) is also commonly used.

A static website, is one that has web pages stored on the server in the same form as the user will view them. They are edited using three broad categories of software:

  • Text editors. such as Notepad or TextEdit, where the HTML is manipulated directly within the editor program
  • WYSIWYG editors. such as Microsoft FrontPage and Macromedia Dreamweaver, where the site is edited using a GUI interface and the underlying HTML is generated automatically by the editor software
  • Template-based editors, such as Rapidweaver and iWeb, which allow users to quickly create and upload websites to a web server without having to know anything about HTML, as they just pick a suitable template from a palette and add pictures and text to it in a DTP-like fashion without ever having to see any HTML code.

A dynamic website is one that has frequently changing information or collates information on the hop each time a page is requested. For example, it would call various bits of information from a database and put them together in a pre-defined format to present the reader with a coherent page. It interacts with users in a variety of ways including by reading cookies recognizing users' previous history, session variables, server side variables etc., or by using direct interaction (form elements, mouseovers, etc.). A A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.

There is a wide range of software systems, such as ColdFusion (CFM), Active Server Pages (ASP), Java Server Pages (JSP) and the PHP programming language that are available to generate dynamic Web systems and dynamic sites. Sites may also include content that is retrieved from one or more databases or by using XML-based technologies such as RSS.

Static content may also be dynamically generated either periodically, or if certain conditions for regeneration occur (cached) in order to avoid the performance loss of initiating the dynamic engine on a per-user or per-connection basis.

Plugins are available to expand the features and abilities of Web browsers, which use them to show active content, such as Flash, Shockwave or applets written in Java. Dynamic HTML also provides for user interactivity and realtime element updating within Web pages (i.e., pages don't have to be loaded or reloaded to effect any changes), mainly using the DOM and JavaScript, support which is built-in to most modern Web browsers.

Websites as businesses

While most business websites serve as a shop window for brick and mortar businesses it is increasingly the case that some websites are businesses in their own right. These websites are fully self-contained businesses entities offering, for example, immediate downloads of commercial software on payment of the product's price via their shopping cart. Others may offer no products at all but provide free information with income coming from clicks the visitors make on advertisements (see contextual ads). There is a wide range of monetizing used on such sites and the sites themselves are actively traded and bought and sold as going concerns.[2]

Spelling

As noted above, there are several different spellings for this term. Although "website" is used commonly, especially in British English, the Associated Press Stylebook, Reuters, Microsoft, academia, book publishing, The Chicago Manual of Style, and dictionaries such as Merriam-Webster use the two-word, initially capitalized spelling Web site. This is because "Web" is not a general term but a shortened form of World Wide Web. As with many newly created terms, it may take some time before a common spelling is finalized. (This controversy also applies to derivative terms such as "Web master"/"webmaster" and "Web cam"/"webcam").

The Canadian Oxford Dictionary and the Canadian Press Stylebook list "website" and "web page" as the preferred spellings. The Oxford Dictionary began using "website" as its standardized form in 2004.[3]

Bill Walsh, the copy chief of The Washington Post's national desk, and one of American English’s foremost grammarians, argues for the two-word spelling in his books Lapsing into a Comma and The Elephants of Style, and on his site. [4]

Types of websites

There are many varieties of Web sites, each specialising in a particular type of content or use, and they may be arbitrarily classified in any number of ways. A few such classifications might include:

  • Affiliate: enabled portal that renders not only its custom CMS but also syndicated content from other content providers for an agreed fee. There are usually three relationship tiers. Affiliate Agencies (e.g., Commission Junction), Advertisers (e.g., Ebay) and consumer (e.g., Yahoo).
  • Archive site: used to preserve valuable electronic content threatened with extinction. Two examples are: Internet Archive, which since 1996 has preserved billions of old (and new) Web pages; and Google Groups, which in early 2005 was archiving over 845,000,000 messages posted to Usenet news/discussion groups.
  • Blog (or web log) site: sites generally used to post online diaries which may include discussion forums (e.g., blogger, Xanga).
  • Corporate website: used to provide background information about a business, organization, or service.
  • Commerce site or eCommerce site: for purchasing goods, such as Amazon.com.
  • Community site: a site where persons with similar interests communicate with each other, usually by chat or message boards, such as MySpace.
  • Database site: a site whose main use is the search and display of a specific database's content such as the Internet Movie Database or the Political Graveyard.
  • Development site: a site whose purpose is to provide information and resources related to software development, Web design and the like.
  • Directory site: a site that contains varied contents which are divided into categories and subcategories, such as Yahoo! directory, Google directory and Open Directory Project.
  • Download site: strictly used for downloading electronic content, such as software, game demos or computer wallpaper.
  • Employment site: allows employers to post job requirements for a position or positions and prospective employees to fill an application.
  • Game site: a site that is itself a game or "playground" where many people come to play, such as MSN Games and Pogo.com.
  • Geodomain refers to domain names that are the same as those of geographic entities, such as cities and countries. For example, Richmond.com is the geodomain for Richmond, Virginia.
  • Gripe site: a site devoted to the critique of a person, place, corporation, government, or institution.
  • Humor site: satirizes, parodies or otherwise exists solely to amuse.
  • Information site: contains content that is intended to inform visitors, but not necessarily for commercial purposes, such as: RateMyProfessors.com, Free Internet Lexicon and Encyclopedia. Most government, educational and non-profit institutions have an informational site.
  • Java applet site: contains software to run over the Web as a Web application.
  • Mirror (computing) site: A complete reproduction of a website.
  • News site: similar to an information site, but dedicated to dispensing news and commentary.
  • Personal homepage: run by an individual or a small group (such as a family) that contains information or any content that the individual wishes to include.
  • Phish site: a website created to fraudulently acquire sensitive information, such as passwords and credit card details, by masquerading as a trustworthy person or business (such as Social Security Administration, PayPal) in an electronic communication. (see Phishing).
  • Political site: A site on which people may voice political views.
  • Pornography (porn) site: a site that shows pornographic images and videos.
  • Rating site: A site on which people can praise or disparage what is featured (e.g. ratemycar.com).
  • Review site: A site on which people can post reviews for products or services.
  • Search engine site: a site that provides general information and is intended as a gateway or lookup for other sites. A pure example is Google, and the most widely known extended type is Yahoo!.
  • Shock site: includes images or other material that is intended to be offensive to most viewers (e.g. rotten.com).
  • Web portal site: a website that provides a starting point, a gateway, or portal, to other resources on the Internet or an intranet.
  • Wedsite: a website that details a couple's wedding event, often sharing stories, photos, and event information.
  • Wiki site: a site which users collaboratively edit (such as Wikipedia).

Some websites may be included in one or more of these categories. For example, a business website may promote the business's products, but may also host informative documents, such as white papers. There are also numerous sub-categories to the ones listed above. For example, a porn site is a specific type of eCommerce site or business site (that is, it is trying to sell memberships for access to its site). A fan site may be a vanity site on which the administrator is paying homage to a celebrity.

Many business websites have the appearance of brochures—that is, an advertisement that can be browsed around. Some websites act as vehicles for users to communicate with other people via Web chat.

Websites are constrained by architectural limits (e.g. the computing power dedicated to the website). Very large websites, such as Yahoo!, Microsoft, and Google employ many servers and load balancing equipment, such as Cisco Content Services Switches.

In January of 2007, Netcraft, an Internet monitoring company that has tracked Web growth since 1995, reported that there are currently 106,875,138 Web sites with domain names and content on them, compared to just 18,000 Web sites in August 1995.

Prizes

The Webby Awards are a set of awards presented to the world's "best" websites.

See also

Notes and references

  1. ^ Cailliau, Robert. "A Little History of the World Wide Web". Retrieved 2007-02-16.
  2. ^ a b "Reasons behind the trade of domains and sites". Retrieved 2007-03-06.
  3. ^ "AskOxford: How should the term website be written in official documents and on the web?". Oxford Dictionaries Online. Retrieved 2007-02-23.
  4. ^ "Sharp Points: Here We Go Again—Eeee!". Retrieved 2007-02-25.