Martes, Hulyo 31, 2012

10 Web ways

Top 10 Best Ways to Create your free Website

Creating a website is easy. Be it online making or offline making. Web development is one of the most easiest computer hobbies. In this blog, I will teach you to create a free website, how to deploy it to the web and how to pick a domain name.

Creating a Website
In creating a free website online, I do discourage the use of wix.com since if you have a free account, they will put their ads and the result will make your website to load very slow. Yes, I know, wix is the easiest online Wysiwyg (What you see is what you get) editor. But try visiting one of the free websites created by wix. And plus they offer this domain name, http://yourusername.wix.com/yoursite which should be http://yoursite.domain.com/ which is called a subdomain

Now here are the top ten ways to create a website


10) Ucoz
Their free online website builder allows user to create a free social website. You can setup an account for free and get their domain names such as yourdomain.ucoz.com or yourdomain.do.am. Unfortunately, this website allows only one template. Though there are many website designs, only one template is being distributed. Try it by clicking the link.

9)MoonFruit 
 Moonfruit is an easy way to create a free website. Combines the wysiwyg features of wix and the social web services by ucoz, moonfruit is a free online website builder. the domain is yourdomain.moonfruit.com. The downside is that, there can be only one website if you have a free account. Visit by clicking the link above.

8)Google Sites 
A free website builder created by google. This is easy to use and widely popular. Visit it for more info.

7)WEBS 
Like google sites, they use section html tags to create a website. This is also popular. Perhaps a little more popular than wix. You can use the html editor or use the wysiwyg editor.

Now, if you want to make a site offline, you can use html editors. They are free. Be sure to learn HTML first here.

6)Notepad
Very popular. If you are using Windows, then you have this. Click the start, all programs, then accessories, and finally find notepad. To start an html document, copy and paste the code:
<html>
       <head>
              <title>TITLE</title> 
       </head>
       <body>
       </body>
</html>
Then to save the document, click save as, change the .txt to all files, then type index.html

5)Evrsoft Frontpage
 An HTML editor, click the link here to download evrsoft frontpage. Unfortunately, it only supports html 4.01.

4)BlueFish
Just like evrsoft, this is a free html editor. Click here for download.

3)Coffeecup Visual Site Designer
Not really an html editor but an offline wysiwyg editor. This is not a freeware but a free trial. Click here to buy or download

2)Coffecup HTML Editor
This is one of my favorites. You can download the freeware or download the trialware . The freeware has limits but the trialware do not have limits but is limited to a few days only. Download the freeware here.

1)Microsoft Visual Studio 2010
My most favorite. You can find a website I created with this here. The Visual Studio 2010 has a freeware and a trial ware for 90 days. Unfortunately for the express edition, you must download the Visual Web developer. If you want the C++ and the C# and Basic, you will need to download them separately. But for the professional or ultimate, you can download them in one click and you have all them in one package.

Deploying your site
Deploying your website is very easy. Pick a web hosting service. I have one here. That is originally mine. But you can find others. Just follow the instructions and you website ready to go. Make sure you name your homepage as index.htm or index.html or index.php or index.aspx and so on and so forth.

Picking a domain name
 If you are using my website, I recommend not to order it directly from me because I do not have that feature yet. You can buy the from godaddy.com or namecheap.com.

Thank you for reading my blog. If you have any questions, contact me at cc67hoster@cc67hoster.tk.

Copyright©CC67 Productions