The Website

How to Make a Website

By Eviper

So this going to be the first post for me and the whole of the website so lets get started

Part 1: Setup

So first up you want to setup a webserver this can be done through a number of free hosting services my favourite is http://www.000webhost.com/842882.html its absolutely free and it still has all the features that you will need to make a functioning website.

Part 2: Learning the language

Now you could just use zyro to build your website but it is far more rewarding and fulfilling to code it your self W3 schools provide the best html js and css tutorials http://www.w3schools.com/ Also look at their web design tutorial is great for learning a few tips and tricks.

Part 3: Designing your website

Once you have decided what kind of website you want and coded a few pages login to the file manager and delete the setup files in the public_html folder and upload your website files. Remember that the index.html file will be the default file for that directory. Make sure that your group your pages in a fuctional manner for example group all of your images In an images folder and css in a css folder.

Part 4: Making Improvements

One of the best things to add to your website is google analytics it gives so much functionality in receiving live feedback on how your website is doing. Also if you want to add more functionality to the website you might want to use .htaccess it has a lot of potential and this tutorial here: http://www.freewebmasterhelp.com/tutorials/htaccess/ is great. Finally you might want to add a favicon the little thumbnail image hat appears in the tab this tool will help: http://www.favicon.cc/ once uploaded you can incorporate it by this code <link rel="icon" type="image/vnd.microsoft.icon" href="YOUR FAVICON LINK HERE ">