Question:

I want my own website

by Guest62209  |  earlier

0 LIKES UnLike

Now, i know i good deal about computers, and i want to run my own website. My problem is the whole domain name thing. I would rather not pay to make my website. is there anyway that i can make a website for free. something like www.verynice15.com (<--lol) and people can be on my site....any suggestions or tutorials on how to do it??...i want to do this because i am turning my old PC into a server and a website seems appropriate.....any help is appreciated

 Tags:

   Report

1 ANSWERS


  1. (x)&#039;HTML is used for markup, while CSS is used to style your page, I.E. Apply a font, or change the background colors.

    PHP is a server-side programming language, used to preprocess data, such as images, html, css, pdf etc. MySQL is also a server-side language, this is however a database used to store data, there are several ways to handle the data with so called queries made from php.

    You can create a simple website using notepad in windows, but basically any text editor can be used. Just remember to save your pages with the .html extension, and of cause to validate your pages. Validators are used to check your code for errors, this helps to solve most code related problems, and makes it easier to get your pages to work in most browsers.

    Do not let people confuse you about the difference between html and xhtml, the difference between the two is minimal, this may however change when/if the next version of html/xhtml is released as a recommendation by w3c.

    xhtml is a child language of xml, and is suposed to be served with the &quot;application/xhtml+xml&quot; mime-type, instead of &quot;text/html&quot;, this means if you have coding errors, the browser will show an error rather then the page. Some browsers do however not support this mimetype, and won&#039;t even render the page when its used. Usually the web server will serve the page as &quot;text/html&quot; for those browsers, see also: http://www.w3.org/2003/01/xhtml-mimetype...

    Never mind about xhtml for now, You can easily start to learn HTML + CSS, and later pick up XHTML. The difference (as it is now) is minimal, and it dose not require much work to &quot;convert&quot; a html file into xhtml by hand.

    The below links has some useful articles, and Tutorials/References for beginners.

    http://www.brugbart.com/Tutorials/17/ - HTML 4.01

    http://www.brugbart.com/Tutorials/18/ - CSS level X

    http://www.w3schools.com - Tutorials/References

    http://www.w3.org/MarkUp/Guide/ - Dave Raggett&#039;s Introduction to HTML

    www.w3.org/Style/Examples/011/firstcss - Starting with HTML + CSS

    WYSIWYG editors are also very pupoler amongst people building simple personal/family websites, its however not recommended to use such tools, they are simply impractical for serious websites. Actually such editors are only to prefer if you need to publish a document in a hurry. Many website hosts, (free as well as payed) offer a WYSIWYG editor, which you can use to &quot;design&quot; your website with, simply by the push of a few buttons. They do not however account for the many browser incompatibilities, and the authors inability to use the elements in (x)&#039;html correctly, often they mix deprecated attributes used for presentation with their CSS equivalents, and it so happens that the authors often get frustrated when things doesn&#039;t behave the way they expect, and finally they end up coding by hand.

    You would also want somewhere to host your site, when looking for a host where you can upload your files, you should check that they offer some sort of FTP, either in their control panel, or by an FTP Client such as SmartFTP.

    Some of the free hosts are listed below:

    http://members.freewebs.com/

    http://www.tripod.lycos.co.uk/

    http://geocities.yahoo.com/

    http://pages.google.com/

    Buying a domain name is however cheap, and usually ensures that you are able to upload your pages.

    You can find some good hosts, as well as read about peoples own experiences with them at:

    http://www.webhostingtalk.com/

    Its recommended to learn HTML and CSS together, since this makes it much easier, never mind the deprecated attributes, generally all you really need is the properties of CSS.

You're reading: I want my own website

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions