The Seven Deadly Sins of Web Site Design

Written by Caterina Christakos


Continued from page 1

5) Failure to create and maintain your site's meta tags. These arerepparttar html tags that tellrepparttar 132736 search engines what your site is about. No metatags equals little to no traffic to your site.

6) Failure to optimize your web business for search engine ranking. Just adding meta tags will not earn you a number one ranking. You need to know how to pick a domain name, and how many times to include your key words within your site.

7) Failure to submit each page torepparttar 132737 search engines on a regular basis. The greaterrepparttar 132738 number of pages in your site that are spidered,repparttar 132739 betterrepparttar 132740 chance that your buyers will find you.

For more great information on how to optimize your web business click here http://buildit.sitesell.com/dollarsandcents.html

Caterina Christakos is the president of CWD web design. She has also worked as a freelance web design and internet marketing consultant for companies all across the US.


How to Design and Setup a Website

Written by John Wilson


Continued from page 1

So what’s different about visiting a site onrepparttar web instead ofrepparttar 132734 one on my computer?

Not much difference at all, except thatrepparttar 132735 page that you will first see is on another computer at some unknown to you location. And that some how your browser must find that computer and asked it to send a copy of that page overrepparttar 132736 internet to your computer where it eventually arrives loaded into your browser. Exactly how all that happens is another story, but basically, your browser sends a request for a page whose location is really given inrepparttar 132737 address or URL (Uniform Resource Locator) that you typed into your browser. The request goes outside through your Internet Service Provider to a nameserver computer and asks what path it should take to sendrepparttar 132738 command torepparttar 132739 webserver. All this happens automatically, kind of like when you dial a phone number, but not exactly that way. Anywayrepparttar 132740 request forrepparttar 132741 webpage finally finds it’s way torepparttar 132742 webserver on whichrepparttar 132743 web page is stored. The webserver receivesrepparttar 132744 request and sendsrepparttar 132745 data contained inrepparttar 132746 html document back overrepparttar 132747 path throughrepparttar 132748 internet and back to your computer where it is delivered and read by your browser which properly displays it for you. All this happens in seconds!

Getting Hosted

Now, you createrepparttar 132749 html documents using whatever program you choose. But your computer is not a webserver. A webserver is a computer with special programs which can receive and act on commands to deliver a webpage to another computer. It findsrepparttar 132750 page that was requested and sends it out overrepparttar 132751 internet back torepparttar 132752 requesting computer. You could make your computer a webserver by installingrepparttar 132753 proper programs and makingrepparttar 132754 connection torepparttar 132755 internet. Butrepparttar 132756 normal way for most of us is to arrange for web hosting from a company who offers that service torepparttar 132757 public for a fee. There is a full range of hosting packages with various features and from free to expensive. An average for a reliable, full featured package will probably be inrepparttar 132758 $20 to $25 a month range.

Once that service is arranged you are told what their URL is so that you can know how to sendrepparttar 132759 html documents that you created torepparttar 132760 webserver computer. Most ofrepparttar 132761 time this is accomplished by using an FTP (file transfer protocol) program which acts like a translator and sendsrepparttar 132762 pages from your computer torepparttar 132763 webserver. A username and password setup allows your access to your space onrepparttar 132764 webserver and prevents others from gaining access to your files. It can get a little confusing when you use FTP. That’s why I prefer and recommend that you use a program whererepparttar 132765 FTP is built-in torepparttar 132766 html editor.

FrontPage is a wysiwyg html editor with built-in FTP

FrontPage has this FTP program (actually Word has it too) built into it and uses it to send and receive html document to and from your computer. You only have to use one program and believe me, it’s going to save you a lot of aggravation over dealing with two. So remember when you are comparing prices of html editors and whether or not they have a built in FTP or require a separate one. You can get a free one or a free trial of one, if you search.

But of course many of you have Microsoft Word so just type up a little page, click onrepparttar 132767 menu bar File – SaveAs

Noticerepparttar 132768 slashes instead of backslashes inrepparttar 132769 file name box and notice thatrepparttar 132770 address ofrepparttar 132771 website is added beforerepparttar 132772 file name in that same box,repparttar 132773 Save as type is set to Web Page. Now clickrepparttar 132774 Save button and if you have worked through this carefully Word will send this document (web page) to your website.

To see ifrepparttar 132775 transfer worked, just enterrepparttar 132776 same address that was inrepparttar 132777 File name box into your browser and it should retrieverepparttar 132778 document from your site and display it.

How about domain names?

Oh, you don’t have to have your own domain name to have a website on a webserver somewhere else. You can userepparttar 132779 domain name owned and hosted by someone else. Geocities is an example of this. You use their domain name with some variation such as a subdomain or a subdirectory. Here’s an of example.

http://www.geocities.com/dollarwareinc/howto.html

Domain names and email accounts.

In most cases, though, you think of a domain name that you would like to own and you go to a Domain Name Registrar’s web site and do a search to see if that name is available. If it is you pay a fee and get exclusive rights to that domain name for a given period of time usually one or two years. Prices vary quite a bit. I’ve seen them as low as $8 or $9 for one year to $65 for two years. For less than $10 (ten dollars) you can get a domain name, and get 5 email accounts. Even if you don’t get a hosting account. You can haverepparttar 132780 email forwarded to your regular email box. Butrepparttar 132781 email address will be atrepparttar 132782 domain name you have chosen, john@moneymaker.com for instance.

Ok, now that you haverepparttar 132783 domain name, you need to also tellrepparttar 132784 registrar where you will be hosting your web site. You give themrepparttar 132785 address ofrepparttar 132786 hosting company’s nameservers (usually two of them) . The name servers addresses will have names like other web sites. Something like this:

Nameserver 1 ns.my-ehost.com Nameserver 2 ns2.my-ehost.com

You give this information torepparttar 132787 registrar, usually by just typing it into a special form on their website. You usually find it under something like “Manage Your Domain”. The registrar then, will send this information,repparttar 132788 name of your new domain and where it can be found to allrepparttar 132789 other name servers onrepparttar 132790 Internet. Actually new information is transferred from one connecting device (Routers) to another automatically until it is said to have “propagated” throughoutrepparttar 132791 internet. This just means that anyone can now find your website by typing its address into their browsers. This propagation process takes from 24 to 48 hours to complete.

You’re done. That is, you have your web site’s html pages created, you have them “uploaded” torepparttar 132792 webserver. You have a domain name which becomesrepparttar 132793 address ofrepparttar 132794 site.

Now just tellrepparttar 132795 World about your new website.



John Wilson, BSIM, A+, Network+, CCNA, MCSA. Webmaster for http://website-how-to.com offering help to those who want to create and setup their own site.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use