Guide to Internet Business - Website Setup

After planning the design and content of yourbusiness, it is recommended to sign up for a proper
website, it's time to actually physically set up yourwebhosting service. We recommend HostGator,
website. This is the step where you put all yourwhich provides different levels of webhosting
designs and plans into action, creating a website thatdepending on your requirements and budget, with
will attract visitors and earn income.a) WEBHOSTINGvarious useful tools as well. In any case, you shouldn't
A webhost is a company that stores the pages andbe paying more than $10 a month per domain for
pictures and other files of your website. When abasic webhosting services.b) PROGRAMMING
person visits your website, they will request theseSome people with sufficient HTML knowledge use
files from your webhost's server so they can viewword processing programs to directly code the HTML
the website. When choosing a webhost, be careful tofor their websites. For the rest of us who don't have
choose one that is reliable. After all, if your webhostsuch skill, we recommend one of the popular graphical
has problems for any reason, people won't be able toprograms like Macromedia Dreamweaver or Microsoft
visit your website, and you won't be earning anyFrontpage. These programs allow you to create your
money.webpages with mouse clicks with little need for
In addition, different webhosts have varying servicesknowledge in HTML.
and tools that they offer. Some of the moreIf you want to make your website look like another
important points to consider when choosing awebsite, you can "copy" their HTML and modify it to
webhost are as follows:fit your website. In Internet Explorer, click the "View"
* SPACE AND BANDWIDTH - Space refers to howmenu, then click the "Source" option. This will show
much file storage space is available for your website.you the HTML code for the website. You will need
For a standard website with about 20 pages withsome HTML knowledge to make sense of this and
graphics, 30MB is plenty. Online stores might requireuse it on your website.
more space depending on how many products andIf you need more information and examples on the
pictures you have. Bandwidth refers to how manymany things that HTML can do, you can visit the
files can be downloaded and viewed by visitors peronline tutorial at W3Schools.c) FILE ORGANIZATION
month. A normal website with reasonable traffic (200AND TRANSFER
visitors a day) will need about 2GB bandwidth. Again,Once you have your webhosting set up and your
if you own a business with lots of products andwebpages completed, you need to transfer the
webpages, you might need more bandwidth.completed pages to your webhosting server. If you
* DOMAINS AND SUBDOMAINS - Usually, webhostingare using a graphical program like Dreamweaver to
accounts are charged per domain, with $10 perwork on your webpages, you can configure
domain being a reasonable price. However, you canDreamweaver to transfer the files for you.
buy larger hosting packages that allow you to hostIf you are doing it manually, you need to transfer the
multiple domains and websites on the same account.files via FTP. Your webhost will provide you with an
Subdomains are just different sections of yourFTP server, with a user id and password for you to
website's domain, with 5 subdomains the roughaccess your account on the webhost. Once you
standard. You will need to make sure how manyconnect to the account via FTP, you will be able to
domains your account entitles you for, in order toupload (transfer files from your computer to the
calculate which is the better webhosting package.server) or download (transfer files from the server
* EMAILS AND AUTORESPONDERS - Emails are theto your computer) or modify files as required.
various email addresses that visitors can write to you.You can FTP to the server using your computer's
Most websites will use about 2 or 3 emails (maybe aWindows Explorer, by entering the FTP server's
webmaster email and a support email).address in your explorer's Address Toolbar. Or you
Autoresponders are email addresses that will replycan use specialized FTP programs such as AceFTP.d)
someone with an automatic email. You will only needADDITIONAL SCRIPTS
autoresponders if you are on vacation and wish toIf you want to add extra functionality to your
leave an automated reply in case anybody emailswebsite, such as polls, newsletter subscription forms
you.and other interactive programs, you will need to
* SCRIPTS - If you want to add extra functionalityinstall scripts onto your website.
(such as forums or polls), you will need to be able toIf you are looking for scripts to create a newsletter
run scripts. Make sure your webhost allows you tomailing list, do note that some webhosting services
run scripts for your website. The more commonalso provide mailing list scripts. If your webhost
scripts are Java, PHP, Perl and CGI.doesn't provide it, BigNoseBird has a good email list
There are a number of companies out there thatmanagement software.
offer free webhosting, but they usually have severeFor other scripts and functionality, you can check out
limitations, and might place their own ads on yourthe popular scripts at websites such as BigNoseBird
website. If you are serious in building your internetand HotScripts.