Website








Related

Web_page
IP_address
Web_server
Internet
Document
Plain_text
XHTML
HTML_anchor
HTTP_Secure
Web_browser
Homepage
Hyperlink
Site_map
Subscription
News
E-mail
Stock_market
CERN

Webs | Wiki | Videos | Images | Posts | Auctions | Books | News | MindMap about Website


A website (also spelled Web site1) is a collection of related web pages, images, videos or other digital assets that are addressed relative to a common Uniform Resource Locator (URL), often consisting of only the domain name, or the IP address, and the root path ('/') in an Internet Protocol-based network. A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network.

A web page is a document, typically written in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML). A web page may incorporate elements from other websites with suitable markup anchors.

Web pages are accessed and transported with the Hypertext Transfer Protocol (HTTP), which may optionally employ encryption (HTTP Secure, HTTPS) to provide security and privacy for the user of the web page content. The user's application, often a web browser, renders the page content according to its HTML markup instructions onto a display terminal.

All publicly accessible websites collectively constitute the World Wide Web.

The pages of a website can usually be accessed from a simple Uniform Resource Locator called the homepage. The URLs of the pages organize them into a hierarchy, although hyperlinking between them conveys the reader's perceived site structure and guides the reader's navigation of the site.

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, academic journal sites, gaming sites, message boards, web-based e-mail, services, social networking websites, and sites providing real-time stock market data.

Contents 1 History 2 Overview 3 Static website 4 Dynamic website 4.1 Dynamic code 4.2 Dynamic content 4.3 Purpose of dynamic websites 5 Software systems 5.1 Content-based sites 5.2 Product- or service-based sites 6 Spelling 7 Types of websites 8 Awards 9 See also 10 References 11 External links // History

The World Wide Web (WWW) was created in 1989 by CERN physicist Tim Berners-Lee.2 On 30 April 1993, CERN announced that the World Wide Web would be free to use for anyone.3

Before the introduction of HTML and HTTP, other protocols such as file transfer protocol and the gopher protocol were used to retrieve individual files from a server. These protocols offer a simple directory structure which the user navigates and chooses files to download. Documents were most often presented as plain text files without formatting or were encoded in word processor formats.

Overview

Organized by function, a website may be

a personal website a commercial website a government website a non-profit organization website

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 interface classified as a user agent. Web pages can be viewed or otherwise accessed from a range of computer-based and Internet-enabled devices of various sizes, including desktop computers, laptops, 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 systems 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.

Static website Main article: static web page

A static website is one that has web pages stored on the server in the format that is sent to a client web browser. It is primarily coded in Hypertext Markup Language (HTML).

Simple forms or marketing examples of websites, such as classic website, a five-page website or a brochure website are often static websites, because they present pre-defined, static information to the user. This may include information about a company and its products and services via text, photos, animations, audio/video and interactive menus and navigation.

This type of website usually displays the same information to all visitors. Similar to handing out a printed brochure to customers or clients, a static website will generally provide consistent, standard information for an extended period of time. Although the website owner may make updates periodically, it is a manual process to edit the text, photos and other content and may require basic website design skills and software.

In summary, visitors are not able to control what information they receive via a static website, and must instead settle for whatever content the website owner has decided to offer at that time.

They are edited using four broad categories of software:

Text editors, such as Notepad or TextEdit, where content and HTML markup are manipulated directly within the editor program WYSIWYG offline editors, such as Microsoft FrontPage and Adobe Dreamweaver (previously Macromedia Dreamweaver), with which the site is edited using a GUI interface and the final HTML markup is generated automatically by the editor software WYSIWYG online editors which create media rich online presentation like web pages, widgets, intro, blogs, and other documents. Template-based editors, such as Rapidweaver and iWeb, which allow users to quickly create and upload web pages to a web server without detailed HTML knowledge, as they pick a suitable template from a palette and add pictures and text to it in a desktop publishing fashion without direct manipulation of HTML code. Dynamic website Main article: dynamic web page

A dynamic website is one that changes or customizes itself frequently and automatically, based on certain criteria.

Dynamic websites can have two types of dynamic activity: Code and Content. Dynamic code is invisible or behind the scenes and dynamic content is visible or fully displayed.

Dynamic code

The first type is a web page with dynamic code. The code is constructed dynamically on the fly using active programming language instead of plain, static HTML.

A website with dynamic code refers to its construction or how it is built, and more specifically refers to the code used to create a single web page. A dynamic web page is generated on the fly by piecing together certain blocks of code, procedures or routines. A dynamically-generated web page 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 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.

Dynamic content

The second type is a website with dynamic content displayed in plain view. Variable content is displayed dynamically on the fly based on certain criteria, usually by retrieving content stored in a database.

A website with dynamic content refers to how its messages, text, images and other information are displayed on the web page, and more specifically how its content changes at any given moment. The web page content varies based on certain criteria, either pre-defined rules or variable user input. For example, a website with a database of news articles can use a pre-defined rule which tells it to display all news articles for today's date. This type of dynamic website will automatically show the most current news articles on any given date. Another example of dynamic content is when a retail website with a database of media products allows a user to input a search request for the keyword Beatles. In response, the content of the web page will spontaneously change the way it looked before, and will then display a list of Beatles products like CD's, DVD's and books.

Purpose of dynamic websites

The main purpose of a dynamic website is automation. A dynamic website can operate more effectively, be built more efficiently and is easier to maintain, update and expand. It is much simpler to build a template and a database than to build hundreds or thousands of individual, static HTML web pages.

Software systems

There is a wide range of software systems, such as Java Server Pages (JSP), the PHP and Perl programming languages, Active Server Pages (ASP), YUMA and ColdFusion (CFML) 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.

Plug ins are available to expand the features and abilities of web browsers, which use them to show active content, such as Microsoft Silverlight, Adobe Flash, Adobe 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 Document Object Model (DOM) and JavaScript, support which is built-in to most modern web browsers.

Turning a website into an income source is a common practice for web developers and website owners. There are several methods for creating a website business which fall into two broad categories, as defined below.

Content-based sites

Some websites derive revenue by selling advertising space on the site (see Contextual advertising).

Product- or service-based sites

Some websites derive revenue by offering products or services for sale. In the case of e-commerce websites, the products or services may be purchased at the website itself, by entering credit card or other payment information into a payment form on the site. While most business websites serve as a shop window for existing brick and mortar businesses, it is increasingly the case that some websites are businesses in their own right; that is, the products they offer are only available for purchase on the web.

Websites occasionally derive income from a combination of these two practices. For example, a website such as an online auctions website may charge the users of its auction service to list an auction, but also display third-party advertisements on the site, from which it derives further income.

Spelling

The forms website and web site are the most commonly used forms, the former especially in British English. The Associated Press Style book, 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 short form of World Wide Web. As with many newly created terms,which? it may take some time before a common spelling is finalized.original research? This controversy also applies to derivative terms such as web page, web master, and web cam.

The Canadian Oxford Dictionary and the Canadian Press Style book list "website" and "web page" as the preferred spellings. The Oxford English Dictionary began using "website" as its standardized form in 2004.4

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 with capital W in his books Lapsing into a Comma and The Elephants of Style, and on his site, the Slot.5

According to the AP Stylebook from the Associated Press, which clarifies the news organization's rules on grammar, spelling, punctuation and usage, the proper spelling is Web site.6

Types of websites

There are many varieties of websites, each specializing 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:original research?

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 (web log): sites generally used to post online diaries which may include discussion forums (e.g., blogger, Xanga). Brand building site: a site with the purpose of creating an experience of a brand online. These sites usually do not sell anything, but focus on building the brand. Brand building sites are most common for low-value, high-volume fast moving consumer goods (FMCG). City Site: A site that shows information about a certain city or town and events that takes place in that town. Usually created by the city council or other "movers and shakers". the same as those of geographic entities, such as cities and countries. For example, Richmond.com is the geodomain for Richmond, Virginia. Community site: a site where persons with similar interests communicate with each other, usually by chat or message boards, such as MySpace or Facebook. Content site: sites whose business is the creation and distribution of original content (e.g., Slate, About.com). Corporate website: used to provide background information about a business, organization, or service. Electronic commerce (e-commerce) site: a site offering goods and services for online sale and enabling online transactions for such sales. Forum: a site where people discuss various topics. 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 site: A complete reproduction of a website. Microblog : a short and simple form of blogging. 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. These are usually uploaded using a web hosting service such as Geocities. 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. Porn site: A site that shows sexually explicit content for enjoyment and relaxation, most likely in the form of an Internet gallery, dating site, blog, social networking, or video sharing. Rating site: A site on which people can praise or disparage what is featured. Review site: A site on which people can post reviews for products or services. School site: a site on which teachers, students, or administrators can post information about current events at or involving their school. U.S. elementary-high school websites generally use k12 in the URL, such as kearney.k12.mo.us. 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 well-known sites include Yahoo! Search and Bing (search engine). Shock site: includes images or other material that is intended to be offensive to most viewers (e.g. rotten.com). Social bookmarking site: a site where users share other content from the Internet and rate and comment on the content. StumbleUpon and Digg are examples. Social networking site: a site where users could communicate with one another and share media, such as pictures, videos, music, blogs, etc. with other users. These may include games and web applications. Video sharing: A site that enables user to upload videos, such as YouTube and Google Video. Warez: a site designed to host and let users download copyrighted materials illegally. Web portal: a site that provides a starting point or a gateway to other resources on the Internet or an intranet. Wiki site: a site which users collaboratively edit (such as Wikipedia and Wikihow).

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 e-commerce site or business site (that is, it is trying to sell memberships for access to its site). A fan site may be a dedication from the owner to a particular celebrity.

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 to distribute visitor loads over multiple computers at multiple locations.

In February 2009, Netcraft, an Internet monitoring company that has tracked Web growth since 1995, reported that there were 215,675,903 websites with domain names and content on them in 2009, compared to just 18,000 websites in August 1995.

Awards

The Webby Awards are a set of awards presented to the world's best websites, a concept pioneered by Best of the Web in 1994.

See also Internet portal

Cognitive metaphor Cyberspace Downtime Extranet Intranet List of content management systems List of websites Rating sites Rational (WebSphere) Application Developer Real user monitoring Search Engine Optimization Staging site Template engine (web) Tim Berners-Lee, the inventor of the World Wide Web Uptime Web analytics Web application Web content management Web design Web development Web hosting Web service Web Services Security Webmaster Website architecture Website awards Website Design Process Steps Website governance Website monetizing Website monitoring Website templates World Wide Web Consortium (Web standards) Yahoo! Site Explorer References ^ "Styling Internet- and computer-related terms (e.g., on-line, Web site, e-mail)". http://www.merriam-webster.com/help/faq/compound.htm#internet. Retrieved 2010-02-13.  ^ "The website of the world's first-ever web server". http://info.cern.ch/. Retrieved 2008-08-30.  ^ Cailliau, Robert. "A Little History of the World Wide Web". http://www.w3.org/History.html. Retrieved 2007-02-16.  ^ "Ask Oxford: How should the term website be written in official documents and on the web?". Oxford Dictionaries Online. http://www.askoxford.com/asktheexperts/faq/usage/website?view=uk. Retrieved 2007-02-23.  ^ "The Slot—Sharp Points: Here We Go Again—Eeee!". http://www.theslot.com/email.html. Retrieved 2007-02-25.  ^ "Associated Press Style". http://www.bu.edu/com/writingprgm/ap_styleguide1.pdf. Retrieved 2010-02-24.  External links Internet Corporation For Assigned Names and Numbers (ICANN) World Wide Web Consortium (W3C) The Internet Society (ISOC)
Website.com
Get yourname.website.com for free. ... Copyright © 2007-2010 Website.com Ltd. All Rights Reserved. All other trademarks and copyrights are the property of their ...
www.website.com
U.S. SEC warns investors of phony website targeting Madoff fraud victims
The U.S. Securities and Exchange Commission (SEC) on Wednesday warned investors of a website that falsely claims to have recovered 1.3 billion dollars in funds hidden by convicted Ponzi schemer Bernard Madoff in Malaysia. The site asks Madoff victims to submit information to verify that they are on a refund list -- a ploy commonly used by con artists to further rip off financial fraud victims ...


create for you a unique and dynamic website that will produce an immediate sensation on your target audience See our innovative and creative website designs below Our designers are so effectively capable that we now offer our customers limitless design web site revisions Contact us now for a quote or read more about some of


INSANITY MADNESS!! (Ep. 1)

How to create an eCommerce website
Only $0.99

Build Your Own Website The Right Way Using HTML & CSS, 2nd Edition SitePoint
homestead.com
Make a Free Website or Store! Create a Website in Minutes w/ our Award-Winning Web Design Software. Build Your Own Website & Find Customers Today.
www.homestead.com
PI Bearing Technologies Reinforces Commitment to Innovation with Strategic New Website
Waukegan, IL-March 9, 2010-PI Bearing Technologies (formerly PEER, Inc.), a worldwide manufacturer of self-lubricated bearings, bearing blocks, and aluminum alloy bushings, recently launched a website from ThomasNet as part of a strategic re-introduction.





SHOT IN THE MOUTH! (3/9/10-369)

Milk Guide.com PREMIUM ONLINE WEBSITE DOMAIN NAME NR $$
Only $2.27

Building Findable Websites: Web Standards SEO and Beyond New Riders Press
Web.com
Includes website design and publishing, Web hosting, business email, domain name registration, Web marketing, and ecommerce services. ...
www.web.com
U.S. City Database Download Offered in MySQL, CSV, and Microsoft Excel Formats for Faster Website Development
Boise - Nampa, ID - Top Seller Sites, a leading real estate website and SEO firm in Idaho with clients nationwide, released a city database today for instant download by other webmasters, web application programmers, and web designers.


friends on an Adventure Sports company called Leo Adventure Sports I haven t designed their logo that got done way before I even knew them but I handle the design of everything else website photograph display certificates stationery


Przemysław Bąk LIVE FLESZ! ENGLISH SUBTITLED Polish Baltic region news arts report

Turnkey Website Business, The Affiliate Shakedown
Only $67.0

Build a Website for Free Que
Holiday Inn Express
Holiday Inn Express Hotel & Suites Hotels & Resorts Hotels Official website. Best Rates Guaranteed for Holiday Inn Express Hotel & Suites Hotels Online Reservations.
www.hiexpress.com
New Website shows Amtrak connections to national park sites
The Grand Canyon is one of several national parks featured on the Website, which shows users the nearest Amtrak routes. Amtrak today introduced a new Web site designed to show travelers how convenient it is to travel by train to visit the country’s national parks.


onze relatie een website beheersysteem content management systeem ontwikkeld waarin het bedrijf nieuwsitems kan aanpassen toevoegen en verwijderen van de website Meer over diensten reclamebureau Connexx


Megan Fox and her HOT a*s will be the DEATH OF YOUTUBE COMMUNITY

Established eBook Reader Website Business For Sale
Only $0.99

Million Dollar Website: Simple Steps to Help You Compete with the Big Boys - Even on a Small BusinessBudget Prentice Hall Press
Domain.com
Register a domain name and transfer domains. Reliable web hosting and VPS hosting. Powerful website, blog, ecommerce and content management tools.
www.domain.com
Phony website targets Madoff fraud victims
The U.S. Securities and Exchange Commission says that a deceptive website is targeting the victims of the Madoff fraud.


Website Background Indie Web Studio Indie Web Studio is a partnership between


Carbon Copy

Established T-shirt Store Website Business For Sale
Only $0.99

Website Owner's Manual Manning Publications
Website Design, Web Hosting, Web Design | Vistaprint
Website design and cheap web hosting at Vistaprint. Get a Free 30 Day Trial for your web page design.
www.vistaprint.com/websites.aspx
Twitter’s Website Now Attaches Location to Tweets [PICS]
Twitter has just flipped the switch on geolocation within Twitter.com. Now at least some users can pull up location-based information from individual tweets on the microblogging website. While attaching locations to tweets has been possible for several months now through third party apps , Twitter.com itself hasn’t done much geolocation until today. It was first noticed yesterday , but the full ...


wanted to undertake a more creative course that would allow her to work from home Monash s Master of Multimedia definitely helped Karinya fulfil this plan | 3D Still | CD Rom | Website |


Aliens Are out There

Google Adsense HighPay CPC Website Domain Name for Sale
Only $0.99

The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design How
Crowne Plaza Hotels & Resorts
Crowne Plaza Resort Hotels & Resorts Hotels Official website. Best Rates Guaranteed for Crowne Plaza Resort Hotels Online Reservations.
www.crowneplaza.com
I T dept s website cloned
In an attempt to cash in on the financial year end rush, fraudsters have cloned the official website of the income tax (I-T) department to send emails to people seeking minute details of debit and credit cards to issue refund.


make your own websites for a number of reasons on the internet But for doing so you will require a web site hosting service provider to launch your desired website in the world of internet By making your own websites you can do a number of things on them You can advertise for you products if you are having a retail or wholesale business of any product You can get famous by


MegaMan Zero 4 - Underground Forest! [Boss: Noble Mandrago]

Your Own Lingerie Website Dropship Business Web site
Only $0.01

Best Website: Simple Steps to Successful Websites BookSurge Publishing
Windows Live Hotmail
Send, receive, and organize email with Hotmail, a free web-based email provider from MSN. Features a personal calendar and customizable contact groups.
www.hotmail.com
Long & Foster Enhances Website with Video Content
RISMEDIA, March 11, 2010—One of the nation’s largest privately owned real estate companies is the latest firm to partner with VScreen for production of customized video content for its website and marketing efforts. Based in the Washington DC area, Long…


Websites up and open with some of the first in game screens shots of the title and some background music along wtih a short background history to the world of FFXIV


Manchester United FC 4-0 AC Milan Highlights (©UEFA 1998-2010 ...

WHOLESALE WEBSITE REVEALED! WORK FROM HOME! EZ FEEDBACK
Only $0.99

Website Optimization: Speed, Search Engine & Conversion Rate Secrets O'Reilly Media
Website Builder by Soholaunch | Content Management System ...
Soholaunch: Website Builder, content management system, CMS, Web Site Builder for Business. Site builder software, cpanel site builder, 4PSA, installatron, ...
www.soholaunch.com
Holbrook residents encouraged to use new town website
Holbrook officials are hoping residents will use the town government’s new website. The long-awaited site was launched last week and residents can visit it at www.holbrookma.gov .





A Date With Justin Bieber

POOL BILLIARDS SUPPLIES WEBSITE Home Based Business
Only $0.99

Create Your Own Website (4th Edition) Sams
Website game to test real driving skills
DRIVERS will be able to test their road skills by playing an interactive game on a new website launched by Surrey Police and the county council.


left Sark s new book Fabulous Friendship Festival right Planet Sark website Call me on my voice comment toll free number


QualityMakers.wmv

Established GPS Navigation System Profitable Website
Only $0.95
Copyright 2008 by nexthomegeneration.com | Contact info@nexthomegeneration.com about Website