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 - Branding Tips 

Title: Color Branding 


When developing a brand, consider the role that color plays in the mind of consumers. Color branding goes far beyond "pink for girls and blue for boys." Millions of dollars are spent each year determining corporate colors by huge firms so spend a little time figuring out what colors match with what you are trying to accomplish. Here are a few established color branding norms: Blue - trustworthy, Red - energy, Purple - established, Orange - creative

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

 

Back Office Webcraft.ws - #42 - Drop Down Menu Redirection Script:

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

Have you ever seen a dropdown menu that redirects on selection? Here's how to create one. First, we'll start by placing this script in the <HEAD> of our file:

<SCRIPT language="JavaScript"><!--
function URLhop()
{
valueIndex = document.hopForm.hopMenu.selectedIndex;
URLhop = document.hopForm.hopMenu.options[valueIndex].value;
if (URLhop != "noHop")
{
window.top.location = URLhop;
}
}
// --> </SCRIPT>


Now we can place our form on the page and call the Javascript onChange() command to hop to the URLs in the <SELECT> menu:

<FORM name="hopForm">
<SELECT name="hopMenu" onChange="URLhop()">
<OPTION name="option1" value="nohop">CHOOSE AN OPTION</OPTION>
<OPTION name="option2" value="http://www.webcraft.ws/a1.html">Promote to 500</OPTION>
<OPTION name="option3" value="http://www.webcraft.ws/a2.html">Promote to 1000</OPTION>
</SELECT>
</FORM>

You can use any local or absolute. If you want to place a separator or title within the <SELECT> then use the "noHop" variable we assigned to not go anywhere.

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

Good luck and have fun searching.