How To Start Your Own Website
In starting your own website you will need some resources. Im gonna provide you with a list of these resources and explain each. I Will not be telling you about all these resoures as you have numerous choices but what i will do is introduce you to the most popular out there. Later on i will give you notes on how to use these resources.
Ok lets get started.
In developing your website you have two ends or views which you develope your website. You have the Front End and the Back End views.
THE FRONT END VIEW
The Front End View is made up of different languages.
JAVA
CSS
HTML
XML
THE BACK END VIEW
The Back End View is made up from languages such as
PHP and Mysql
ASP and Sql
For the Fronts end view you can use a plain text editor to write and test your code. HTML codes ends with .html for example mysite.html so you would save it as such. Java script files are saved as .js example mysite.js. Css files are saved as .css for example mysite.css. You would open the .html file in your browser and the contents would be displayed without your internet connection on.
One popular editor you can use for Front End is notepad.
For Back End You need to have and Hosting Server or Virtual server to run test and debug. When using PHP the files are saved as .php for example mysite.php
One good free and paid host is
Recommended Web Hosting
Comments
Post a Comment