Showing posts with label hosting. Show all posts
Showing posts with label hosting. Show all posts

Monday, July 14, 2008

Hosting, Domain name - cheap price list.

Following is the list of few companies that offer domain name registration service at cheap price (less than $10 per annum). Note that this is the price only for domain name registration. Hosting and other services will be charged separately.

As on Jul 2008:

Company

Price

NetFirms

$4.95

Yahoo

$4.98

EV1Servers

$5.99

Hostway

$6.95

Stargate

$6.95

Interland

$7.95

Web.com

$7.95

AIT Domains

$7.99

Go Daddy

$8.95

RegisterFly

$9.99



Wednesday, May 14, 2008

Web Hosting companies – review

Here goes my review of hosting companies.

IxWebhosting.com

used their Business Plan service for hosting few of my web sites. The service offered by them is good. But, it is bit costlier when compared to other hosting providers. One drawback what I found with them is none of their hosting product includes unlimited mysql database space. I called up the IxWebhosting.com customer support and they responded that they can’t help with unlimited mysql space. But, their hosting products offer lot of utilities.

hostgator.com

Hostgator is comparatively cheaper. They offer unlimited mysql space, web space and traffic. I didn’t try their hosting service, but my one of my friends said their service was good. Even, I myself found lot of good reviews about Hostgator.com

1and1.com
I have not used their service, but heard from friends that their service is good. Hosting charge is reasonable, neither cheaper nor costlier.

Monday, January 14, 2008

Free project hosting at sourceforge.net



I have hosted some of my projects at sourceforge.net.
  1. http://sab-archer.sourceforge.net/
  2. http://j2ee-examples.sourceforge.net/

SF (SourceForge.net) provides source control, free hosting service and a lot more other services. Here are the steps for hosting your project (not using CVS )

1. Activate your free web hosting account.
2. Upload your html, image and other document files using following command:
$scp –r username@projectname.sourceforge.net:/home/groups/p/pr/project-name/htdocs

username – your SF login name
project-name – the name of your project, hosted at SF

This command recursively uploads all files from directory to the your project’s htdocs directory at SF

3. If you want to login to your SF a/c and view directory from console, then use following command to login:
Ssh –l username –p projectname.sourceforget.net

Wednesday, October 03, 2007

Mind your Bandwidth

While hosting your web site, you need to optimize the data transfer, since bandwidth is very costlier to buy.

How bandwidth is calculated?

Bandwidth indicates the data transfer. Just in case if your site serves a single web page of size 100KB, and 15 users visit the site every single day, then the bandwidth is: 100KB * 15 = 1500KB per day.

Bandwidth Optimization tips:

  1. Keep the web pages as simple as possible. Do not put big image files on the web site.
  2. If you are very sure that the web site content is not going to change for certain period of time, then you can set the cache-expiry header in every web page. So, that the users will fetch the web pages from their local cache and hence the data transfer will be less.
  3. Suppose, if you need to display some images or documents from other sites, do not copy them in to your site. Instead have reference links to other sites,so that the partial traffic will be routed to other sites.If your site allows downloading, then zip the files and then transfer the zipped content. It may help to reduce the data transfer.

Thursday, October 05, 2006

Web hosting basics (for novices)

So, you have decided to publish your own web site. Now, how do you go about doing it? We’ll discuss hosting your own site step by step.

I. Define the scope of your hosting needs

First, you have to be very well aware of all the hosting functionalities that you might need. Sample cases:
  1. Publishing some web pages or photos with descriptive content (Static Pages)
  2. Reserving a domain name based on your name or family name (Personal websites) and running the site.
  3. Interacting with your visitors (Guest Book, Online shopping Portal, Customer feedback and etc)
  4. Running news sites that handle high user traffic (like cnbc.com, ibnlive.com and etc)

II. Choose the hosting provider

  1. If your requirement is similar to case I.1, then you may choose free hosting services like geocities.com or pages.google.com. These sites provide static hosting services for free of cost. Yet, they provide tools to build, edit your web pages.
  2. If your requirement is similar to case I.b, then you have to register a domain name first. Refer to the post (http://web-admins.blogspot.com/2008/08/domain-names-at-cheap-price-10.html), that lists a review of companies that provide domain name registration service for cheap price. Once, you have registered a domain name, you have to map it to a server (location of a directory where in your entire html files are stored). This space is called as web space or storage space. You may either buy the space from service providers or you may redirect all the requests to this registered domain to some other web sites.
  3. If your requirement is similar to case 1.c, where in you need to interact with your web site visitors, then you have to buy a hosting service that offers server side scripting (Php, Perl, Jsp, Python and etc) facility. You have to check with the service providers for the quota limits like web space quota, database quota.
  4. For case 1.d, you may have to go for dedicated servers that offer a hassle free service.
III. Building your web pages

Your web site content and appearance is what attracts your visitors. So, you need to pay more attention while designing your web pages and writing the web page contents. There are plenty of web designing tools available online. We’ll be discussing this section in detail.

Wednesday, March 29, 2006

Akamaizing the web pages.

Quite lot many times I have seen my browser is redirected to somewhere else like, http://y3124.akamai.com/mail.yahoo.com when I am loggin in yahoo. I thought that 'akamai' might be a 'hidden host or proxy' of yahoo network.

No, there is a lot to know about Akamai (Web content management service provider).

What is content management?

Lets assume, you are running your own web site which attracts high user traffic. When the visitor traffic grows drastically, your web server will become slow and probably dead. To avoid such situations, you can mirror your website in many places. But, for that, you need to have your servers installed in various locations. Since this is a most common problem, there is a hosting solution called 'content management'. That is, a portion (or whole) of your web content will be hosted on some third party servers (like Akamai), and the traffic to your server will be redirected to the nearest content management server. Hence, your visitors will not experience any bottleneck or slow response while accessing your website.