14 Ways to Add Content to Your Web Site

Written by Herman Drost


Continued from page 1

8. Web page background - a colorful or busy background can make your text hard to read and may giverepparttar impression of an inexperienced webmaster. If you do use a background image make sure it complements your site's theme, fits with your visitors experience and will increase your credibility.

9. Userepparttar 132333 correct fonts -repparttar 132334 offline world primarily uses "Times New Roman". This works well in print but not online. Sans Serif fonts, such as Arial, Verdana and Helvetica arerepparttar 132335 best fonts for easy online scanning.

10. Font colors -repparttar 132336 best colors for reading online are black text on a white or off-white background. If you want to use multiple colors only use a maximum of 3. Too many text colors on a web page make it hard onrepparttar 132337 eyes and spell inexperience. To emphasize text you can userepparttar 132338 bold tag (this text will appear bold) or italic tag (this text will appear in italics).

11. Check spelling and grammar - run your page through spell check in your word processor. It won't pick up allrepparttar 132339 mistakes, so make sure you read it through yourself to find other errors. Spelling and grammar mistakes convey an unprofessional impression.

12. Simple navigation -repparttar 132340 main purpose ofrepparttar 132341 navigation bar is to make it easy for your visitor to find his way around your site. Place your navigation bar onrepparttar 132342 left side or top of your page (or both). Repeatrepparttar 132343 bar atrepparttar 132344 bottom ofrepparttar 132345 page so your visitor does not have to scroll back up to move on to another section. ( Read my article "How to Create an Effective Web Site Navigation Structure" http://www.isitebuild.com/navigation).

13. Get a critique - don't fall in love with your writing and leave it there. Yes, it's hard to listen to someone criticizing your beautiful piece of work, but swallow your pride and get your friends or family members to do a review of your web page. This will help you to refine what you have written and make it appeal to a wider audience.

14. Use specific keywords - weave targeted keywords into your web page as you write your web page content. I'll cover "How to Write forrepparttar 132346 Search Engines" in Part II of this article.

Herman Drost is the Certified Internet Webmaster (CIW) owner and author of http://www.iSiteBuild.com..Affordable Web Site Design and Web Hosting. Pick up your copy of the 159 page ebook TODAY titled: "Make Your Content Pre Sell" by going to the link below: http://mycps.sitesell.com/webselling83.html


A Beginners Guide to Server Side Includes

Written by Kabooli Directory Editors


Continued from page 1

What are we including onrepparttar server side?

Perhaps it would be better to think of includes as "modules" that we can insert into our web pages. These modules (or "includes") are usually just text files that contain HTML code (although they can be other file formats). The code inside these files can be inserted anywhere in a page simply by using an include command. For example, imagine for a moment that our freelancer hadrepparttar 132331 foresight to realize thatrepparttar 132332 navigation menu would change at some point inrepparttar 132333 future. Instead of puttingrepparttar 132334 code forrepparttar 132335 navigation menu into each individual page,repparttar 132336 freelancer placed this code into a separate file. Forrepparttar 132337 sake of example, we can call this file nav-menu.html Our freelancer can now simply place an "include" command that refers torepparttar 132338 nav-menu.html anywhere he/she wants to place this menu. The advantage of this is becomes apparent when our freelancer needs to modifyrepparttar 132339 navigation menu. Just one file needs to be edited, nav-menu.html, and allrepparttar 132340 pages containing "include" refering to this file will automatically update themselves. This time savings isrepparttar 132341 primary advantage of using includes.

OK, I get it, but what does an include look like?

Even though this is not a "technical" article, many of you are probably wondering what an "include" looks like. Therefore, one example for PHP is included below. Please note PHP is just one type of scripting language that can be used, depending on what your server is running. In this example,repparttar 132342 code contained inrepparttar 132343 file "nav-menu.html" will be inserted into any web page whererepparttar 132344 following code is placed:

Keep in mind that, for technical reasons, server side includes will never be visible when you viewrepparttar 132345 source code for a page in your browser. This is becauserepparttar 132346 include happens onrepparttar 132347 server (before presentingrepparttar 132348 resulting code torepparttar 132349 browser). This makesrepparttar 132350 use of SSIs invisible to browsers, bots, spiders (which is why they are search engine friendly)

Summary

The catch-22 of server side includes is thatrepparttar 132351 need for them only becomes apparent when faced withrepparttar 132352 task of updating tens or hundreds of pages of code. There are many resources onrepparttar 132353 web that will instruct you how use virtual includes, and procedures will vary depending onrepparttar 132354 type of scripting language supported by your server (e.g., ASP, PHP). Hopefully you now understand Server Side Includes and how they can benefitrepparttar 132355 webmaster.


Aboutrepparttar 132356 authors:

This article was written byrepparttar 132357 editors ofrepparttar 132358 Kabooli Internet Directory. This article may be used freely in opt-in publications and websites as long asrepparttar 132359 article not changed in any way and all links inrepparttar 132360 Authors section are active . A courtesy link to any online posting would be greatly appreciated and can be sent torepparttar 132361 editors ofrepparttar 132362 Kabooli Directory by using the Kabooli Internet Directory Contact Form



This article was written by the editors of the Kabooli Internet Directory.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use