Archive for October, 2009

Why using multiple hosting website domain

Because it is has more value. It is more expensive, but the value you receive is greater. A single domain web hosting by Hostgator with UNLIMITED disk space and bandwidth cost $4.95/month. A multi domain hosting from Bluehost cost $7.95 / month. This multi domain hosting can host unlimitted domain, and have UNLIMITED disk space and bandwidth. You can see that Bluehost charge more but with greater value. So what will you do if you only need a hosting for one domain?

Ask your friend if they need a hosting. You can charge them $1/month or $12 a year. Very-very cheap. With 8 friends you didn’t have to pay your own hosting. They will pay it for you.

The best multiple domain hosting

The best multiple domain hosting provider is Bluehost. Why? Among the good multiple domain hosting provider that I could find, they have the lowest price. They also have great 27/7 customer support. You can chat with them with a live chat by which you can chat directly with a customer care agent round the clock(24/7) for any issues. Start using Bluehost now.

, , , , , , , , , , , , , ,

No Comments

Good Design Rules

Your website is where your business resides — it’s like the headquarter of an offline company. Hence, it is important to practise good design principles to make sure your site reaches out to the maximum number of visitors and sells to as many people as possible.

Make sure you have clear directions on the navigation of your website. The navigation menu should be uncluttered and concise so that visitors know how to navigate around your website without confusion.

Reduce the number of images on your website. They make your site load very slowly and more often than not they are very unnecessary. If you think any image is essential on your site, make sure you optimize them using image editing programs so that they have a minimum file size.

Keep your text paragraphs at a reasonable length. If a paragraph is too long, you should split it into seperate paragraphs so that the text blocks will not be too big. This is important because a block of text that is too large will deter visitors from reading your content.

Make sure your website complies to web standards at www.w3.org and make sure they are cross-browser compatible. If your website looks great in Internet Explorer but breaks horribly in Firefox and Opera, you will lose out on a lot of prospective visitors.

Avoid using scripting languages on your site unless it is absolutely necessary. Use scripting languages to handle or manipulate data, not to create visual effects on your website. Heavy scripts will slow down the loading time of your site and even crash some browsers. Also, scripts are not supported across all browsers, so some visitors might miss important information because of that.

Use CSS to style your page content because they save alot of work by styling all elements on your website in one go.

, , , , , , , , , , , , , , , , , , ,

No Comments

Autoscroll with PHP

Here’s the code for auto scroll with php:

<style>
.scrollbar {
height: 70px;
overflow: auto;
width:100px;
}
</style>
<div class=scrollbar>
money <br />
stock<br />
finance<br />
option<br />
forex<br />
currency<br />
loan<br />

, , , , , , , , , , ,

No Comments

Testing IE with firefox plugin

Here’s a great plugin for testing IE. This is a great tool for web developers, since you can easily see how your web page displayed in IE with just one click and then switch back to Firefox.

,

No Comments