Difference between revisions of "How to make a website"

From Internet User Guide
Jump to: navigation, search
(Installing your website on a web hosting service)
Line 7: Line 7:
 
The simplest way to make a website is to sign up for a free [[blog]] on a [[developer-hosted platform]]. The website software is operated by the developer for the benefit of the blog authors. It is very easy to create your own personal blog using a default format. If you want to configure your blog to a personal format, most of these platforms will let you do so, but you will generally have to know [[HTML]] and [[Cascading Style Sheets|CSS]]. So this "simple" solution can rapidly become quite complicated.
 
The simplest way to make a website is to sign up for a free [[blog]] on a [[developer-hosted platform]]. The website software is operated by the developer for the benefit of the blog authors. It is very easy to create your own personal blog using a default format. If you want to configure your blog to a personal format, most of these platforms will let you do so, but you will generally have to know [[HTML]] and [[Cascading Style Sheets|CSS]]. So this "simple" solution can rapidly become quite complicated.
  
It is somewhat more difficult, but much more rewarding, to learn to install your own websites. This is generally done by using a [[web hosting service]], which provides space on a [[web server]] that they own (or lease) and run, as well as the Internet connectivity. A still more ambitious alternative is to rent your own web server from an [[internet hosting service]], which may be either an entire server rented from a [[dedicated hosting service]], or a [[virtual private server]] produced by partitioning a single server so that it appears as multiple servers, each with its own operating system and capable of being independently rebooted.
+
It is somewhat more difficult, but much more rewarding, to learn to install your own websites. This is generally done by using a [[web hosting service]], which provides space on a [[web server]] that they own (or lease) and run, as well as the Internet connectivity. For more information on intalling a website on a [[web hosting service]], see [[How to install a website on a web server]].
  
For more information on intalling a website on a [[web hosting service]], see [[How to install a website on a web server]]. For information on running your own web server, see [[How to run a web server]].
+
A still more ambitious alternative is to rent your own web server from an [[internet hosting service]], which may be either an entire server rented from a [[dedicated hosting service]], or a [[virtual private server]] produced by partitioning a single server so that it appears as multiple servers, each with its own operating system and capable of being independently rebooted. For information on running your own web server, see [[How to run a web server]].
  
 
==Static websites versus dynamic websites==
 
==Static websites versus dynamic websites==

Revision as of 11:30, 19 May 2010