Learn Hosting,WebDev,Scripting Make Money Hosting, WebDev,Scripting
Home :: HostScreamer.com
 
   

How To Register A Domain Name And Hosting Space For A Website

January 24th, 2007

By Grant Mannix

This article will try explain step by step instructions on registering your own domain name, hosting space and how to upload.

Content: Hosting Space

What is Bandwidth

What is the difference between Windows and Linux host?

Domain Name

So many hosting and domain registration websites, simple please

How to Upload a website

Hosting space:
For your website you need somewhere to store all your files. Documents, Images, etc. Pricings for hosting can vary from $3.95 up to $15 or more per month, depending on a few things (Number of Visitors, large files hosted, images)

What is bandwidth?
Each hosting plan you look at has a bandwidth limit, this is normally a per month limit, if you look at bandwidth like a bunch of cars on a highway it tells you how many cars are allow to go on a highway before you need to add another lane, it also means that only a certain amount of cars can go via that highway per month. If you have big video file (a large truck) it takes up more bandwidth. Smaller files/images mean smaller cars, meaning more traffic can go through, so try making files small if possible.

What is the difference between Windows and Linux host?
When you see on a hosting website, “Windows server” or “Linux server” then its giving you the option on what programming language your website is written in. Talk to your webmaster about this. PHP programming language runs on Linux systems and ASP programming language runs on Windows systems.

Domain Name
You buy your hosting or host it on your own machine; You need a simple way to point to your hosting space. For your website to look professional and easy to remember you can register your own domain name. A domain name is looks like: “yourname.com” or “tassiedevil.net” etc. They come in many extensions, the most common being .COM. Domain names are extremely cheap now days and I’d recommend.

So many hosting and domain registration websites, simple please: I’ve used the internet for a while now and there’s hundreds and hundreds of hosting website and domain name registration places. Main thing that I’ve been caught out with is not enough bandwidth.

An example of a hosting plan:

Economy Plan:

• 5 GB Space • 250 GB Transfer
• 500 Email Accounts • FREE! Software
• 10 MySQL Databases • 50 Email Forwards
• Forums, Blogging, Photo Galleries • No ads

This particular one provides 5GB space for photos documents etc, and 250GB of Bandwidth, that is huge! But also includes extras like one click forum installs or photo galleries, look at for these as they may save you a lot of time.

How to upload a website:
If via the above plan, you can use the program “Microsoft frontpage” or FTP to upload your website. There are many free FTP clients such as a program called “smart ftp”. For full details on how to connect to your website host check out their website.

Grant Mannix
Cheap Domain Names and Hostinghttp://www.cheapdomainseller.com

Article Source: http://EzineArticles.com/?expert=Grant_Mannix




How To Display RSS Feeds on Your Website

December 31st, 2006

By Allan Burns

This article is intended as a guide for webmasters who want to display automatically updated content on their website in the form of RSS feeds. In this article I will cover the easiest method to implement using javascript for displaying RSS on websites to create additional dynamic content. This will allow you to display headlines from syndicated content around the web on your website.

RSS to Javascript.

By far the easiest method is to use client side javascript to parse and display the headlines on your site. To achieve this all you need to do is cut and paste some HTML or javascript code into the web page where you want the RSS feed headlines to display.

To achieve this there are several sites that offer a free service that will allow you to select a few options to choose your feed source and display formatting parameters. You will then be presented with some javascript code that you can cut and paste into your website.

Now before I give you the address of the sites that offer this service freely there are a few points I need to clarify with you. Although you will achieve your goal of displaying dynamic content on your site in a few short minutes there are some downsides to this method.

Javascript is not search engine friendly.

As you may or may not already know, javascript is not visible to search engine spiders. They will not see the RSS feed you have parsed into your site and so this will not benefit you if you are doing this to better your search engine rankings.

You are using a third party service.

The second potential downside is that although the javascript is on your site you are actually calling a script on another server. This could lead to a couple of potential problems. If the server is busy it will mean the news feed will take longer to display on your site. The other point is if the third party server fails or disappears altogether then your feed will not be displayed at all.

In summary there are a few downsides, but if you do not code and want some feeds on your site quickly then this is the way to go. Ok, so now you understand what is involved here are the links to the sites that provide the free RSS to javascript service. All you need to do is follow the on site instructions.

Allan is the webmaster at http://www.newsniche.com an RSS resopurce for webmasters. Learn how to use RSS to attract and retain visitors to your site.

Article Source: http://EzineArticles.com/?expert=Allan_Burns