Planning a Web Site

Written by Amrit Hallan


Have you ever wondered why some web sites look likerepparttar marvels of creativity and some look like specifically created to confound visitors? Ideally, no individuals make a web site to inconvenience their visitor but end up doing so because no serious thought is put intorepparttar 134528 planning face.

Your web site onrepparttar 134529 Net is your virtual office - it represents you onrepparttar 134530 Information Superhighway, whererepparttar 134531 traffic moves at a lightening speed, and within a couple of seconds a particular web site has to catchrepparttar 134532 fancy ofrepparttar 134533 surfer. And since there are thousands of choices for a surfer, he/she just has to clickrepparttar 134534 mouse button to move torepparttar 134535 next web site.

Frankly, I would never like to addressrepparttar 134536 casual future web master. I assume if you are reading this article, you mean business, you mean to do business from your web site. It's like your real-world office. Wouldn't you spend time on planning and designing of your brick and mortar office? People even hire outside interior designers to come up with a quality office.

Same applies to your virtual office. People are going to come, if they likerepparttar 134537 surrounding, they'll linger on, and if they appreciate what you are trying to convey, they would preferably like to do business with you. If you plan to do business, your virtual office is as important as your real-world office, more if you want to attractrepparttar 134538 international clientele.

You cannot design a web site in an atmosphere of isolation, or as a le Castaway. Talk to people around you, talk to your friends, ask them what's their experience onrepparttar 134539 Net, what sort of designs they like or dislike.

So what arerepparttar 134540 factors you should take into consideration while laying out your plan?

Start fromrepparttar 134541 end result.

1. What do you want out of your web site? 2. What type of visitors do you have in mind? 3. Is your web site going to be theme based? 4. What should be their action and reaction once they arrive at your site? 5. What's going to berepparttar 134542 background of your target visitor? 6. What hardware are they going to use while accessing your web site? 7. Byrepparttar 134543 end of 4 months, what should you have achieved? 8. What's your technical expertise, and do you have time to learn something new?

Fix Your Website Or Say Goodbye To Sales

Written by Jeffrey Benson


Your website tells a lot about you and your product so if your website is poorly design you are sure to loose your entire investment as you will be loosing sales byrepparttar minute. In this article I have outlined some ofrepparttar 134527 common problems common to website.

Inrepparttar 134528 age we are today, things change fast inrepparttar 134529 Internet and so if you are to keep up with your customers and to make maximise profits as a webmaster, you must be able to design and re-design your website to reflectrepparttar 134530 message you pass to your customers.

Sometimes waiting for your website designers take ages to effect this changes which you could have been able to do quietly from your home or office without having to pay lots of money to web designers and wait onrepparttar 134531 queue to get to your turn beforerepparttar 134532 change can be effect. These delays result in loss of sales most ofrepparttar 134533 time.

There is no way I will ever buy anything from a web site that has missing images or broken links. I mean, if this webmaster doesn't care about his web site, he probably could care less about his customers.

Getting your web site to look good can sometimes be a hair-pulling experience. Even for me, and I have been making web sites for over 5 years. I can only imagine how frustrated many newbies can get.

Let me share with you some ofrepparttar 134534 common problems in designing a well-functioning web site. If you haven't made these mistakes yet - trust me: you will! Keep this troubleshooting guide handy for when you need it (and save some of your hair, too!)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. MISSING IMAGES ON THE PAGE 2. IMAGE LOADS VERY SLOWLY 3. IMAGE LOOKS DISTORTED 4. BROKEN LINKS 5. TEXT IS MISSING ON THE PAGE 6. VISITORS CAN'T SEE YOUR FANCY FONTS 7. TOO MUCH HORIZONTAL SCROLLING REQUIRED 8. THE TABLE IS WIDER THAN SPECIFIED 9. WEB PAGE DISPLAYS OLD LINKS AND IMAGES 10. BACKGROUND DOESN'T SHOW 11. CAN'T ACCESS YOUR HOME PAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PROBLEM 1: MISSING IMAGES ON THE PAGE

SOLUTION: There are three things that might cause this problem. You have either forgotten to uploadrepparttar 134535 image to your web server, didn't link to it correctly, orrepparttar 134536 graphic is in invalid format.

1) Remember, you need to upload allrepparttar 134537 graphics that you are using on your web page, just like any other file. So if you have a "services.html" page that contains "staff.jpg" graphic, you need to upload both "services.html" and "staff.jpg" to your web server.

2) You also need to reference that image correctly. For this, you need to understand a little bit about files, folders, and directories. Basically, a file is a document. A folder (or a directory) is a collection of files.

You might have a directory on your web site called "images". Inside it you might haverepparttar 134538 "staff.jpg", "logo.jpg", and other files. Now, here isrepparttar 134539 trick: if your HTML file is located inrepparttar 134540 same folder withrepparttar 134541 graphic it contains, then here is how you refer to that image:

So far, simple, right? But let's say that your HTML file is located inrepparttar 134542 main directory, whilerepparttar 134543 graphic file is located inrepparttar 134544 sub-directory. For example, "services.html" is located inrepparttar 134545 root directory of your web site so that if you type www.yoursite.com/services.html in your browser location bar, you will see it.

And let's say that you placed a graphic used on that page into a sub-directory called "images", so that when you type www.yoursite.com/images/graphic.jpg into your browser location bar, you will see that image. So how do you refer to that graphic from your "services.html" page? Here is how:

All I did was putrepparttar 134546 sub-directory (or folder) name followed by a forward slash beforerepparttar 134547 graphic name.

Finally, what if you put an HTML page into a sub- directory, but leaverepparttar 134548 image inrepparttar 134549 main (root) directory? For example, your "services.html" is located in a sub-directory called "pages". Andrepparttar 134550 graphic used on it, "staff.jpg", is placed inrepparttar 134551 main directory, so that when you type this address into your browser location bar, you will see it: www.yoursite.com/staff.jpg How do you refer to this graphic on your "services.html" page? You userepparttar 134552 "previous directory" notation like this: The browser will then know, that in order to find that graphic it needs to look in one directory below. If you are having trouble understandingrepparttar 134553 above notation, use absolute image references. For example:

Make sure you know where you placed your graphic (which folder) and refer to it as if you were accessing it from your web browser. That's it!

3) And finally, if you are not using graphics withrepparttar 134554 "JPG" or "GIF" extension, they will not appear on your web page. Use PaintShop Pro or any other graphic editor download.com) to convert your graphic from any format to "JPG" or "GIF". Broken images may also happen even if they don't haverepparttar 134555 right extension. That's because they have been created in a not-for-web format. When a graphic artist designs your logo, remind her to save it as "RGB" (which stands for "red-green-blue") or "Indexed Color" and not any other color mode (such as "CMYK"). For more information, see "Choosingrepparttar 134556 right format for your images" at http:/ ech.irt.org/articles/js206/index.htm PROBLEM 2: IMAGE LOADS VERY SLOWLY

SOLUTION: You must do your best to reducerepparttar 134557 graphic to its minimum good-looking format. Use GIFBot to do this: http://www.netmechanic.com/GIFBot/optimize-graphic.htm Some new webmasters use a large graphic and specify a smaller size inrepparttar 134558 HTML code. That is absolutely unnecessary and will slow down your web page three times or more! For example, if you have a graphic that is 200x200 in size (pixels), and insert it into your web page like this: ...you are actually doing yourself disservice. Why not reducerepparttar 134559 graphic in your image editor first, then place it on your web site? Doing this will speed up your site and will not distort your graphic. PROBLEM 3: IMAGE LOOKS DISTORTED SOLUTION: You probably specified incorrect size of this graphic on your web page. To find outrepparttar 134560 correct size of a graphic, right-click on it and choose "Properties" fromrepparttar 134561 menu. You should seerepparttar 134562 image size (something like 110 x 200) then putrepparttar 134563 same numbers inrepparttar 134564 IMG tag: PROBLEM 4: BROKEN LINK SOLUTION: You must fix your link so it takes your visitors to a page that exists. Links can be relative or absolute. Here is an example of a relative link (remember, I am omittingrepparttar 134565 tag brackets so you could seerepparttar 134566 actual code):

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use