We will design / redesign / optimize your website so that you can make full use of the incredible opportunity the Internet offers.
  
E-mail | Help
 
search engine rankings
yahoo promotion Home
internet promotion
search engine positioning About US 
internet marketing
add web site site Website Construction
link popularity
Website Promotion
web promotion
Website Training
traffic generation
Website Back Office
web promotions
Search Engine List
web promotions
Making Better Pages
web promotions
add web site site Free Submission List
web promotions
About Meta Tags
link popularity
Promotion Option A1
traffic generation
Promotion Option A2
web promotions
Promotion Option A3
web promotions
Help
web promotions
E-mail
web promotions

Webcraft Studio - professional,fast,profitable websites.

Webmasters Tips - Small Business Tips 

Making Do with What You Have 

You're a small business, and you don't have many resources for competing, let alone dominating your business rivals. How can you get by with just what you have?

1. Help customers see your image of a better future. What does that mean? Giving them ideas of what you plan to accomplish in the next one, two, three, or more years. And then making sure they believe in you. Mention just enough about your plans and ambitions, and then double check to see if your vision sounds realistic.

2. Go against less "flexible" companies with the power to adapt and adjust. If your competition is focused on the big picture and if it takes a long time to notice trends and new opportunities, strive to be small and adaptable. Focus on details, and pursue recent creative money making ideas.

Copyright © 2000 - 2006 by [Webcraft.ws]. All rights reserved.
Revised: 19 Sep 2006 19:18:18 +0200 .

 

Back Office Webcraft.ws - #50 - Web Site Color Codes:

Construction Promotion Training Back Office
Submit your website information to a 1000 search engines and directories.

#00ff00? What does that mean? Well, it's a color code! We  will take a look at color codes and how you can use them.

A blank HTML document would have default font and text settings if it were opened in an Internet Explorer browser. The settings would look something like this if it were presented in an internal style sheet:

<style type="text/css">
font-face: Times New Roman;
color: #000000;
</style>

The first part, "font-face: Times New Roman" tells the browser that the web page is using a Times New Roman font and the second part, "color: #000000" tells the browser that the color of the text will be #000000... So what does "#000000" mean? Well, that's what this article is about.

The value "000000" is actually a set of three hexadecimal numbers, each digit represents a value for Red, Green, and Blue respectively; RRGGBB. These hexadecimal codes can be referred to as a triplet, or a group of three hexadecimal numbers.

Each digit in the hexadecimal system is a value from 0 to F. The hexadecimal color system counts by 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, with "0" being null value, and "F" being highest value of fifteen. The following table will help you understand the system a little easier:

Decimal 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Hexadecimal 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

Decimal 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Hexadecimal 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F

The largest value you can assign to one of the values of red, green or blue is FF, which is 255 in the normal decimal system. If we assign a hex color value of "#FF0000" this would display the most amount of red as possible. The code's value has the green and blue values set to null and so there would be no green or blue color present.

There are only 216 colors that are considered "safe" for web browsers. These browser-safe colors should only contain the following values: 00, 33, 66, 99, CC, and FF. You can view a list of all the safe colors that you can use on your web page by visiting the color reference chart linked at the end of this article.

You can add color to your own website easily. Let's say you want your text to be blue; all you would have to do is put this into your header:

<style type="text/css">
body
{
color : #0000FF;
}
</style>

If you have any questions or comments please call me on 0720390184 or e-mail me on webmaster@webcraft.ws.

Click here to return to the Top.

Good luck and have fun searching.