<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dhtml-menu-builder.com &#187; Tutorial Release</title>
	<atom:link href="http://www.dhtml-menu-builder.com/blog/category/tutorial-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhtml-menu-builder.com/blog</link>
	<description>Tech Tips, Samples and More</description>
	<lastBuildDate>Sat, 01 Oct 2011 13:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating a Floating HTML Menu Using jQuery and CSS</title>
		<link>http://www.dhtml-menu-builder.com/blog/creating-a-floating-html-menu-using-jquery-and-css/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/creating-a-floating-html-menu-using-jquery-and-css/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 10:49:10 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[CSS menu]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[float menu]]></category>
		<category><![CDATA[floating menu]]></category>
		<category><![CDATA[html menu]]></category>
		<category><![CDATA[jquery menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1114</guid>
		<description><![CDATA[For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and &#8230; <a href="http://www.dhtml-menu-builder.com/blog/creating-a-floating-html-menu-using-jquery-and-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For all of us who deal with long web pages and need to scroll to the top for the menu,</p>
<p>here’s a nice alternative: floating menus that move as you scroll a page. This is done</p>
<p>using HTML, CSS and jQuery, and it’s fully W3C-compliant.</p>
<p><a href="http://www.sothink.com/product/dhtmlmenu/store/floatcenter/floatingcenter.htm" target="_blank">View floating menu samples here </a></p>
<p>This tutorial covers how to create a “floating menu” using HTML, CSS, and jQuery. To</p>
<p>reiterate, a floating menu stays visible even if you scroll down a web page. They’re</p>
<p>animated, so they move up and down as you scroll the browser window up or down. I am</p>
<p>going to show you how to make a floating menu using jQuery and CSS, and hopefully make</p>
<p>some new jQuery disciples <img src='http://www.dhtml-menu-builder.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  .</p>
<p>Before we continue to the coding steps, have a look at the two screen snaps below. The</p>
<p>first shows a web page with a floating menu at top right. Of course, you can’t tell it’s</p>
<p>floating until you see it live and actually scroll the page. So look at the second</p>
<p>snapshot, and you can see that the menu has moved.</p>
<p><strong>Figure 1</strong></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/1.jpg"><img class="aligncenter size-full wp-image-1116" title="1" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/1.jpg" alt="" width="722" height="409" /></a></p>
<p><strong>Figure 2</strong></p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/1.jpg"></a><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/2.jpg"><img class="aligncenter size-full wp-image-1117" title="2" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/08/2.jpg" alt="" width="735" height="298" /></a></p>
<h2><strong>Step 1</strong></h2>
<p>Let’s start with the HTML markup for a nice menu consisting of three sub-menus:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">&lt;div id=&#8221;floatMenu&#8221;&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221; onclick=&#8221;return false;&#8221;&gt; Home &lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</span></p>
<p><span style="color: #ff0000;">&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221; onclick=&#8221;return false;&#8221;&gt; Table of content &lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221; onclick=&#8221;return false;&#8221;&gt; Exam &lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221; onclick=&#8221;return false;&#8221;&gt; Wiki &lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</span></p>
<p><span style="color: #ff0000;">&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221; onclick=&#8221;return false;&#8221;&gt; Technical support &lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</span></p>
<p>This is the basic markup we will use. The main part in this bit of HTML is the &lt;div id=”</p>
<p>floatMenu”&gt;…&lt;/div&gt; in Line 01, which encapsulates the whole menu. The three lists are</p>
<p>only used to demonstrate structure, which can be modified to suit your needs. In this</p>
<p>case, there are three sections to the menu, as represented by three unordered HTML</p>
<p>lists.</p>
<p>As a matter of habit, I disable the click on dummy links (href=”#”). Just to be sure</p>
<p>that a click on a dummy link doesn’t send the page back to the top, there is also an</p>
<p>onclick=”return false;” in &lt;a href&gt;. This method allows to add menu item features such</p>
<p>as lightboxing – something that requires the page to stay at its current vertical</p>
<p>position when the user clicks on a menu link.</p>
<h2><strong>Step 2</strong></h2>
<p>Now we need some CSS rules to skin and position the menu. (I used Eric A. Meyer’s CSS</p>
<p>Reset, so that’s why there is no margin:0 or padding:0 on the ul element):<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">body {<br />
background-color:#000;<br />
height:2000px;<br />
color:#ccc;<br />
font:10px &#8220;Lucida Grande&#8221;, &#8220;Lucida Sans&#8221;, &#8220;Trebuchet MS&#8221;, verdana, sans-serif;<br />
}<br />
#floatMenu {<br />
position:absolute;<br />
top:150px;<br />
left:50%;<br />
margin-left:235px;<br />
width:200px;<br />
}<br />
#floatMenu ul {<br />
margin-bottom:20px;<br />
}<br />
#floatMenu ul li a {<br />
display:block;<br />
border:1px solid #999;<br />
background-color:#222;<br />
border-left:6px solid #999;<br />
text-decoration:none;<br />
color:#ccc;<br />
padding:5px 5px 5px 25px;<br />
}</span></p>
<p>The body height (Line 03, above) has been set only to get enough room for our menu to</p>
<p>scroll up and down with the page. This should be removed in a real case scenario. The</p>
<p>two other things to take note of are the position:absolute (Line 08) and the left:50%</p>
<p>(Line 10), both in the #floatMenu CSS rule (Line 07), above.</p>
<p>The “position” attribute is used when you need to remove an element from the flow of the</p>
<p>document and keep it at a precise place in your page. If you use the text zoom function</p>
<p>of your browser, an element with absolute positioning will not move, even if the text</p>
<p>around it increases in size.</p>
<p>The “left” attribute is used to position the specific div element horizontally. The</p>
<p>value needs to be defined as a percentage in the case that we want a centered design.</p>
<p>With a 50% value, the left side of the container is positioned in the middle of the</p>
<p>page. To position it left or right we need to use the “margin-left” attribute (Line 11),</p>
<p>with a negative value for an offset to the left and a positive one for an offset to the</p>
<p>right.</p>
<p>The others elements in the above stylesheet rules customize the visual design.<br />
<strong></strong></p>
<h2><strong>Step 3</strong></h2>
<p>Now we have a menu of three sections positioned in the upper right hand side of the</p>
<p>page. To enhance the menu item roll-over effect, let’s add style classes menu1, menu2</p>
<p>and menu 3 to each menu section, respectively (to each &lt;ul&gt; element). We will have 3</p>
<p>distinct sub-menus using our 3 &lt;ul&gt; tags. The code below is a modification of the HTML</p>
<p>code shown in Step 1 above:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">&lt;div id=&#8221;floatMenu&#8221;&gt;<br />
&lt;ul&gt;<br />
&#8230;<br />
&lt;/ul&gt;</span></p>
<p><span style="color: #ff0000;">&lt;ul&gt;<br />
&#8230;<br />
&lt;/ul&gt;</span></p>
<p><span style="color: #ff0000;">&lt;ul&gt;<br />
&#8230;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</span></p>
<p>Now let’s define some CSS hover-based roll-over effects, which will be different for</p>
<p>each menu section.<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">#floatMenu ul.menu1 li a:hover {<br />
border-color:#09f;<br />
}<br />
#floatMenu ul.menu2 li a:hover {<br />
border-color:#9f0;<br />
}<br />
#floatMenu ul.menu3 li a:hover {<br />
border-color:#f09;<br />
}</span></p>
<p>Now each menu section will display a different color when the mouse hovers over a menu</p>
<p>item. If you like, you can also add rules for other menu link states using :link,</p>
<p>:visited, :hover and :active pseudo classes. The order in which you should write them</p>
<p>can be easily memorized like this: LoVe and HAte, where the capitalized letters</p>
<p>represents the first letter of each state.<br />
<strong></strong></p>
<h2><strong>Step 4</strong></h2>
<p>We’ve got a nice looking menu and could stop here, but we do want that floating menu, so</p>
<p>it’s time to add some jQuery. You’ll need to download the jQuery library and the</p>
<p>Dimensions plugin. This plugin will be used to grab information about the browser’s</p>
<p>window (width, height, scroll, etc.). You can link to both bits of jQuery code from your</p>
<p>HTML file in the &lt;head&gt;…&lt;/head&gt; section. Just remember to change the URL path according</p>
<p>to where on your server you place the jQuery library and plugin files.<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">&lt;script language=&#8221;javascript&#8221; src=&#8221;jquery.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script language=&#8221;javascript&#8221; src=&#8221;jquery.dimensions.js&#8221;&gt;&lt;/script&gt;</span></p>
<p>We’ll need some custom jQuery code as well, so start a new &lt;script&gt; section, also within</p>
<p>the &lt;head&gt;…&lt;/head&gt; section of your HTML document:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">&lt;script language=&#8221;javascript&#8221;&gt;<br />
.<br />
&lt;/script&gt;</span></p>
<p>Add the following jQuery code inside the the &lt;script&gt; section:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">$(document).ready(function(){<br />
// code will go here<br />
});</span></p>
<p>The $(document).ready() function is similar to the window.onLoad but improved. With the</p>
<p>window.onLoad function, the browser has to wait until the whole page (DOM and display)</p>
<p>is loaded. With the $(document).ready() function, the browser only waits until the DOM</p>
<p>is loaded, which means jQuery can start manipulating elements sooner.<br />
<strong></strong></p>
<h2><strong>Step 5</strong></h2>
<p>We need a listener for the “scroll page” window event. Our custom jQuery script now</p>
<p>looks like this:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">$(document).ready(function(){<br />
$(window).scroll(function () {<br />
// code will go here<br />
});<br />
});</span></p>
<p>A listener is an event handler waiting on standby for a particular window event to</p>
<p>happen – in this a page scroll up or down.<br />
<strong></strong></p>
<h2><strong>Step 6</strong></h2>
<p>Since our menu will “float” as the page is scrolled, we need to track its initial</p>
<p>position. Instead of hard-coding that into the jQuery, we’ll read it’s position using</p>
<p>the Dimensions jQuery plugin, then use the retrieved value. We will do the same with the</p>
<p>name of our menu. Let’s add two variable definitions (Lines 01, 02) so that our code now</p>
<p>looks like this:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">var name = &#8220;#floatMenu&#8221;;<br />
var menuYloc = null;</span></p>
<p><span style="color: #ff0000;">$(document).ready(function(){<br />
menuYloc = parseInt($(name).css(&#8220;top&#8221;).substring(0,$(name).css(&#8220;top&#8221;).indexOf</span></p>
<p><span style="color: #ff0000;">(&#8220;px&#8221;)))<br />
$(window).scroll(function () {<br />
// code will go here<br />
});<br />
});</span></p>
<p>Lines 01 and 02 define variables “name” and “menuYloc”. Line 05 sets the value of</p>
<p>“menuYloc”. The “name” variable will be used to reference our floating menu. The</p>
<p>“menuYloc” variable will contain the original vertical position of our menu.</p>
<p>Let’s look at how the value of menuYloc is set in Line 05. This statement is an example</p>
<p>of jQuery’s powerful function-chaining. First we read the “top” attribute value from the</p>
<p>CSS rules of our menu element (which is “150px”, set in Step 2). Then we strip off the “</p>
<p>px” string at the end, since we only need the “150? part. To do this, the jQuery function</p>
<p>call .css(“top”) first finds the value of the top attribute for the menu. (This</p>
<p>attribute was set in Line 09 of the code in Step 2, above.) That results in retrieving</p>
<p>the value “150px”. Then the .indexOf() function finds where the “px” in “150px” starts,</p>
<p>and the .substring() function ensures we save everything before the “px”. The .parseInt</p>
<p>() function turns the string “150? into an numeric integer value.<br />
<strong></strong></p>
<h2><strong>Step 7</strong></h2>
<p>We now arrived at the fun part of this tutorial: animating the menu to make it “float”.</p>
<p>To do this, we need to determine how far the page has scrolled in pixel dimension. We</p>
<p>have the original menu location stored in variable “menuYloc”. We need the offset of the</p>
<p>scroll bar, which we can get from the command $(document).scrollTop(), defined in the</p>
<p>Dimensions jQuery plugin. After grabbing the offset we can add the animate command.</p>
<p>Lines 07 and 08, below, show the new code:<br />
view plaincopy to clipboardprint?</p>
<p><span style="color: #ff0000;">var name = &#8220;#floatMenu&#8221;;<br />
var menuYloc = null;</span></p>
<p><span style="color: #ff0000;">$(document).ready(function(){<br />
menuYloc = parseInt($(name).css(&#8220;top&#8221;).substring(0,$(name).css(&#8220;top&#8221;).indexOf</span></p>
<p><span style="color: #ff0000;">(&#8220;px&#8221;)))<br />
$(window).scroll(function () {<br />
var offset = menuYloc+$(document).scrollTop()+&#8221;px&#8221;;<br />
$(name).animate({top:offset},{duration:500,queue:false});<br />
});<br />
});</span></p>
<p>The variable “offset”, in Line 07 above, contains the difference between the original</p>
<p>location of the menu (menuYloc) and the scroll value ($(document).scrollTop()), in pixel</p>
<p>measurement. To make it work as a CSS rule, we add the necessary measurement unit, “px”,</p>
<p>after the numeric value. Now we can apply the vertical offset, as calculated, to</p>
<p>position the menu and thus making it move.</p>
<p>To make it all look nicer, let’s make use of jQuery’s animation options. We’ve stored</p>
<p>the menu name in the variable “name” and can recall it when needed, to use it along with</p>
<p>the .animate() function. The animate function requires two parameters: (1) the style</p>
<p>properties, and the (2) animation options. In this tutorial, we just need to animate the</p>
<p>“top” CSS property, but to specify additional parameters, separate each property:value</p>
<p>pair with a comma (,).</p>
<p>We’re using two parameters here. The “duration” is the length of the animation<br />
in milliseconds, and the “queue” is a list of all positions we want our object to be</p>
<p>animated to. Since we only want to animate our object to its final location (the browser</p>
<p>’s current scroll location), we set “queue” to false.</p>
<p>We should now have a functioning floating menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/creating-a-floating-html-menu-using-jquery-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google navigation bar is not +1: it’s for managing your online identity</title>
		<link>http://www.dhtml-menu-builder.com/blog/new-google-navigation-bar-is-not-1-it%e2%80%99s-for-managing-your-online-identity/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/new-google-navigation-bar-is-not-1-it%e2%80%99s-for-managing-your-online-identity/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 10:53:21 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1051</guid>
		<description><![CDATA[Google’s new cross-site navigation bar, which began rolling out, is actually a new measure to improve your surfing privacy, and not the ‘Google +1? social layer that we’ve been anticipating. Basically, the bar elucidates the three ‘states’ in which you &#8230; <a href="http://www.dhtml-menu-builder.com/blog/new-google-navigation-bar-is-not-1-it%e2%80%99s-for-managing-your-online-identity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/google-navigation-bar.jpg"><img class="aligncenter size-full wp-image-1052" title="google-navigation-bar" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/google-navigation-bar.jpg" alt="google navigation bar" width="600" height="394" /></a></p>
<p>Google’s new cross-site navigation bar, which began rolling out, is actually a new measure to improve your surfing privacy, and not the ‘Google +1? social layer that we’ve been anticipating.</p>
<p>Basically, the bar elucidates the three ‘states’ in which you can  use Google’s services. First this is ‘Unidentified,’ which is where  Google only knows your IP address, tracks you with a cookie, but doesn’t  know your name; then there’s ‘Psuedonymous,’ which is how most of us  currently use Google — and finally there’s ‘Identified,’ which is where  your real life identity is assured.</p>
<p>Interestingly, Google also answers a question we’ve always wondered  about: when you’re logged out, you are effectively anonymous — even if  your IP address matches one of your Google accounts, your surfing habits  are still kept separate.</p>
<p>The navigation bar, then, is simply a way of making sure you always  know just how private (or public) your actions are. It’s worth noting  that the nav bar might still become a part of the upcoming ‘+1? social  layer — but for the time being, we can only guess at how they might be  combined.</p>
<p>Article from: http://my-very-cool-gadgets.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/new-google-navigation-bar-is-not-1-it%e2%80%99s-for-managing-your-online-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumb Navigation for Website Design</title>
		<link>http://www.dhtml-menu-builder.com/blog/breadcrumb-navigation-for-website-design/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/breadcrumb-navigation-for-website-design/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 10:36:48 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1044</guid>
		<description><![CDATA[On websites that have a lot of pages, breadcrumb navigation can greatly enhance the way users find their way around. In terms of usability, breadcrumbs reduce the number of actions a website visitor needs to take in order to get &#8230; <a href="http://www.dhtml-menu-builder.com/blog/breadcrumb-navigation-for-website-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On websites that have a lot of pages, <strong>breadcrumb navigation</strong> can greatly  enhance the way users find their way around.  In terms of  usability, breadcrumbs reduce the number of actions a website visitor   needs to take in order to get to a higher-level page, and they improve  the findability of website sections  and pages. They are also an effective visual aid  that  indicates the location of the user within the website’s hierarchy,  making it a great  source of contextual information for landing pages.</p>
<h3>What is a breadcrumb?</h3>
<p>A “breadcrumb” (or “breadcrumb trail”) is a type of <strong>secondary navigation scheme</strong> that reveals  the user’s location in a website or Web application. The term comes from the Hansel and Gretel fairy tale in which the two title children drop breadcrumbs to form a   trail back to their home. Just like in the tale, breadcrumbs in  real-world  applications offer users a way to trace the path back to  their original  landing point.</p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation.jpg"><img class="aligncenter size-full wp-image-1045" title="breadcrumb-navigation" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation.jpg" alt="navigation menu" width="243" height="99" /></a></p>
<p>You can usually find breadcrumbs in websites that have a large   amount of content organized in a hierarchical manner. You also see them  in Web applications that have more than one step, where they function  similar to a progress  bar. In their simplest form, breadcrumbs are  horizontally arranged text links separated by the “greater than” symbol  (&gt;); the symbol indicates  the level of that page relative to the  page links beside it.</p>
<p>In this article, we’ll explore the use of  breadcrumbs on  websites and discuss some best practices for applying  breadcrumb trails  to your own website.</p>
<h3>When Should You Use Breadcrumbs?</h3>
<p><strong>Use breadcrumb navigation</strong> for large websites and  websites that have hierarchically arranged pages. An  excellent scenario  is e-commerce websites, in which a large variety of products is grouped  into logical categories.</p>
<p>You <strong>shouldn’t</strong> use   breadcrumbs for single-level websites that have no logical hierarchy or  grouping.  A great way to determine if a website would benefit from  breadcrumb navigation is  to construct a site map or  a diagram representing the website’s navigation architecture, and   then analyze whether  breadcrumbs would improve the user’s ability to  navigate within and between categories.</p>
<p>Breadcrumb navigation  should be regarded as an extra  feature and shouldn’t replace effective  primary navigation menus. It’s a convenience feature; a <strong>secondary  navigation scheme</strong> that allows users to establish where they are; and an alternative way to navigate around your website.</p>
<h3>Types of Breadcrumbs</h3>
<p><strong>Location-based<br />
</strong>Location-based breadcrumbs show the  user where they are in the website’s  hierarchy. They are typically used  for navigation schemes that have multiple levels  (usually more than  two levels). In the example below (from SitePoint), each text link is for a page that is one level higher than the one on its right.</p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation-1.jpg"><img class="aligncenter size-full wp-image-1046" title="breadcrumb-navigation-1" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation-1.jpg" alt="navigation menu" width="500" height="179" /></a><strong>Attribute-based<br />
</strong>Attribute-based breadcrumb trails display the attributes of a particular  page. For example, in Newegg,  breadcrumb trails show the attributes of the items displayed on a particular  page:</p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation-2.jpg"><img class="aligncenter size-full wp-image-1047" title="breadcrumb-navigation-2" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/03/breadcrumb-navigation-2.jpg" alt="dhtml menu" width="500" height="109" /></a></p>
<p>This page displays all computer cases that have the  attributes of being manufactured by <em>Lian  Li</em> and having a <em>MicroATX Mini Tower</em> form factor.</p>
<p><strong>Path-based</strong><br />
Path-based breadcrumb trails show users the steps they’ve  taken to  arrive at a particular page. Path-based breadcrumbs are dynamic in  that  they display the pages the user has visited before arriving on the  current  page.</p>
<h3>Benefits of Using Breadcrumbs</h3>
<p>Here are just some of the benefits of using a breadcrumb trail.</p>
<p><strong>Convenient for users</strong><br />
Breadcrumbs are used primarily to give users a secondary means of  navigating a website. By offering a breadcrumb trail for all  pages on a  large multi-level website, users can navigate to  higher-level  categories more easily.</p>
<p><strong>Reduces clicks or  actions to return to higher-level pages</strong><br />
Instead of using the browser’s “Back” button or the website’s primary  navigation to return to a higher-level page, users can now use the  breadcrumbs with a fewer number of clicks.</p>
<p><strong>Doesn’t usually hog screen space</strong><br />
Because they’re typically horizontally oriented  and plainly styled,  breadcrumb trails don’t take up a lot of space on the page. The  benefit  is that they have little to no negative impact in terms of content   overload, and they outweigh  any negatives if used properly.</p>
<p><strong>Reduces bounce  rates</strong><br />
Breadcrumb trails can be a great way to entice first-time  visitors to  peruse a website after having viewed the landing page. For  example, say  a user arrives on a page through a Google search, seeing a  breadcrumb  trail may tempt that user to click to higher-level pages to view related  topics of interests.</p>
<h3>Breadcrumb Navigation Design Considerations</h3>
<p>When designing a  breadcrumb navigation scheme, keep several things in mind. Let’s take a  look at some questions that might arise when you’re working with  breadcrumbs.</p>
<p><strong>What should be used  to separate link items?</strong><br />
The commonly accepted and most recognizable symbol for  separating  hyperlinks in breadcrumb trails is the “greater than”  symbol (&gt;).  Typically, the &gt; sign is used to denote hierarchy, as in the  format  of <em>Parent category &gt;  Child category</em>.</p>
<p>Article Scource: http://www.smashingmagazine.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/breadcrumb-navigation-for-website-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Navigation Tips For Website Design</title>
		<link>http://www.dhtml-menu-builder.com/blog/navigation-tips-for-website-design/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/navigation-tips-for-website-design/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:24:15 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[drop down menus]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[menu bar]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[navigation bars]]></category>
		<category><![CDATA[navigation system]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1015</guid>
		<description><![CDATA[A good navigation would mean that you have a user-friendly website. And if you have a user-friendly website, expect that your online visitors would be comfortable browsing your site and would definitely come back for more visits. Come to think &#8230; <a href="http://www.dhtml-menu-builder.com/blog/navigation-tips-for-website-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A  good navigation would mean that you have a user-friendly website. And  if you have a user-friendly website, expect that your online visitors  would be comfortable browsing your site and would definitely come back  for more visits. Come to think of it, where would you like to stay  longer? In a website where you have to click on the sitemap every time  your browse or in a website where you can easily find what you are  looking for with just a few clicks?</p>
<p>Here are great navigation tips on how to make your website design user-friendly:</p>
<p>A clean website with a good navigation is always a plus. You can  enhance the look of your website with graphics but make sure that you  focus on your content and use a lot of white space. If you are to create  links to a content site, you can use contrasting colors.</p>
<p>Do not clutter links. Make sure that you organize your links and they are all working.</p>
<p>Dead links can give an impression of sloppiness and haphazard work?  If you have too many links, you can categorize them accordingly in drop  down menus. You can also use flyouts links for your main categories.</p>
<p>Create a navigation system that is consistent and clean-cut. If you  have your links on a drop down menu under one category, then you must  have the same navigation with the rest of your site categories.</p>
<p>Your website design should accommodate a large number of links as you  may have to add links in the future. As you add more pages to your site,  then you need to add more space for additional links.</p>
<p>Categorize your website content in sections so you can gather up related  links. You can use section home pages for certain categories or  sections.</p>
<p> Your main links should be kept together.<br />
This  way, your visitors can know what your website covers at just one  glance. The links to your site&#8217;s main sections should convey what your  website is all about. If it is a business website- your main links should show what products or services you have to offer.?  Links can be placed on navigations bars. They are often listed on the  right side of the menu bar. You can also line them up neatly, just below  your header.</p>
<p>In creating text links for your website, have it  short and simple. The words should precise enough to know what that page  would contain once clicked.</p>
<p>If you think a link is important to  your reader or if you want them to go to a certain section in your  site, you can make this link as a feature link of your site. You can  have a different front color for this special link, boxed it up or have  it in bold font.</p>
<p>Article source: http://business.ezinemark.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/navigation-tips-for-website-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to display pop up menu by right-clicking?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-display-pop-up-menu-by-right-clicking/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-display-pop-up-menu-by-right-clicking/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:49:38 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[context menu]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[pop up menu]]></category>
		<category><![CDATA[web menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=985</guid>
		<description><![CDATA[Pop up menu is visible and placed on the top for majority websites. For some websites, the web designers want to navigate the website by DHTML menu, but there is no space to place menu, context menu type is the &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-display-pop-up-menu-by-right-clicking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Pop up menu is  visible and placed on the top for majority  websites.  For some websites, the web designers want to navigate the website by  DHTML menu, but there is no space to place  menu, context menu type is  the best choice to show menu and it can be shown anywhere just by  right-clicking.<a href="http://www.sothink.com/product/dhtmlmenu/pop-up-menu.htm" target="_blank"><img class="aligncenter size-full wp-image-986" title="context-menu" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/context-menu.jpg" alt="pop-up-menu" width="703" height="211" /></a><br />
<strong>Step 1: Create pop up menu from built-in templates</strong></p>
<p>Launch <a href="http://www.sothink.com/product/dhtmlmenu/">Sothink DHTML Menu</a>,  &#8220;Startup&#8221; window opens, you can start menu from built-in templates or  new blank. First, click the name from built-in templates to select the  menu; and then, preview menu style in preview window of Startup; last,  click &#8220;OK&#8221; to start menu creation.</p>
<p><img title="Pop up Menu" src="http://www.sothink.com/images/product/dhtmlmenu/pop-up-menu-1.jpg" alt="Pop up Menu - Menu Template" width="570" height="467" /></p>
<p><strong>Step 2: Choose menu type for the chosen menu </strong></p>
<p>In tasks panel, click &#8220;Menu Type&#8221; option on the Global  panel; and enter the &#8220;Global &gt; Menu Type&#8221; to set the menu as &#8220;Context  menu&#8221;.</p>
<p><img title="Pop up Menu" src="http://www.sothink.com/images/product/dhtmlmenu/pop-up-menu-2.jpg" alt="Pop up Menu - Menu Type" width="560" height="188" /></p>
<p><strong>Step 3: Publish menu to website</strong></p>
<p>Menu creation is finished. Click the button &#8220;Publish&#8221; to  choose the best publishing method. After the option is check, you can  follow the step to publish your navigation to website. And upload all  the resources.</p>
<p><img title="Pop up Menu" src="http://www.sothink.com/images/product/dhtmlmenu/pop-up-menu-3.jpg" alt="Pop up Menu - Publish Menu" width="249" height="177" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-display-pop-up-menu-by-right-clicking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change navigation menu to Windows Vista menu?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-change-navigation-menu-to-windows-vista-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-change-navigation-menu-to-windows-vista-menu/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 17:27:57 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[vista menu]]></category>
		<category><![CDATA[web menu]]></category>
		<category><![CDATA[windows vista menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=975</guid>
		<description><![CDATA[Windows Vista menu is attractive and stylish navigation menu, which not only possesses the same functions with web menu to navigate the website, but also has the remarkable appearance like vista style to beautify your website design. The major differences &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-change-navigation-menu-to-windows-vista-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows Vista menu is attractive and stylish navigation menu, which not only possesses the same functions with web menu to navigate the website, but also has the remarkable appearance like vista style to beautify your website design. The major differences between general navigation menu and Windows Vista menu is background setting. In Windows Vista menu, the background is usually set as silver and transparent, as if it glitters on the webpage.</p>
<p><a href="http://www.sothink.com/product/dhtmlmenu/samples/v-black/black.htm"><img class="aligncenter size-full wp-image-977" title="windows-vista-menu" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/windows-vista-menu.jpg" alt="window vista menu" width="662" height="136" /></a></p>
<p>If you wanna change the existing web menu to Window vista  menu, there are two methods available to make it come true. Supposed  that your DHTML menu as below, we can make it change into Windows Vista  menu by applying preset style or setting the background image  from  image library with the help of <a href="http://www.sothink.com/product/dhtmlmenu/" target="_blank">Sothink DHTML Menu</a>.</p>
<p><img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-1.jpg" alt="Navigation Menu" width="319" height="130" /></p>
<h2>Change navigation menu to Windows Vista menu</h2>
<p>Method 1: Applying preset style to DHTML menu:</p>
<ol>
<li>Select all the top menu items in menu panel.
<p><img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-2.jpg" alt="Navigation Menu" width="231" height="205" /></li>
<li>Check &#8220;Menu Item &gt; Style&#8221; in tasks panel; and double  click the vista style to apply this style to web menu in bottom property  window.<br />
<img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-3.jpg" alt="Navigation Menu - Style" width="560" height="212" /></li>
<li>Modify the background as &#8220;Transparent&#8221; for all menu item;  set properties for each menu item, popup menu. The new Windows Vista  menu is as follows.
<p><img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-4.jpg" alt="Windows Vista Menu" width="403" height="140" /></li>
</ol>
<p>Method 2: Setting the background image from image library</p>
<ol>
<li>Select all the top menu items in menu panel.
<p><img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-2.jpg" alt="Navigation Menu" width="231" height="205" /></li>
<li>Check &#8220;Menu Item &gt; Background&#8221; in tasks panel; choose  the proper background image from image library; set &#8220;bg color&#8221; as  transparent.<br />
<img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-5.jpg" alt="Navigation Menu" width="560" height="212" /></li>
<li>Modify the background as &#8220;Transparent&#8221; for all menu item;  set properties for each menu item, popup menu. The new menu is as  follows.<br />
<img src="http://webtestserver/images/product/dhtmlmenu/windows-vista-menu-6.jpg" alt="Windows Vista Menu" width="395" height="151" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-change-navigation-menu-to-windows-vista-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Highlight Menu Tree?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-create-a-highlight-menu-tree/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-create-a-highlight-menu-tree/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 12:02:50 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[highlight menu]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[menu tree]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[tree menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=972</guid>
		<description><![CDATA[Auto highlight node to show where the user is on the web site. Sothink Tree Menu can automatically display the highlighted node linking to the current page in the browsers. Introduction: In the above tree menu, you can see that &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-create-a-highlight-menu-tree/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Auto highlight node to show where the user is on the web site. <a href="http://www.sothink.com/product/treemenu/" target="_blank">Sothink  Tree Menu</a> can automatically display the highlighted node linking to the  current page in the browsers.</p>
<p><a href="http://www.sothink.com/product/treemenu/samples/highlight/dhtmlmenu/index.htm"><img class="aligncenter size-full wp-image-973" title="tree-menu-highlight" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-highlight.jpg" alt="highlight tree menu" width="209" height="379" /></a></p>
<p><strong>Introduction</strong>:</p>
<p>In the above <a href="http://www.sothink.com/product/treemenu/samples/highlight/dhtmlmenu/index.htm" target="_blank">tree menu</a>, you can see  that the node &#8220;Overview&#8221; is   highlighted by menu font and bold style.  That is because, through the analysis   of tree menu, the link URL of  node &#8220;Overview&#8221; is the same with &#8220;index.htm&#8221; you   are visiting.</p>
<p><strong>Steps:</strong></p>
<p>Click Global Settings &gt; Highlight in Tasks panel and check   &#8220;Auto highlight current node&#8221; option.<br />
The highlighted node is the same as the   selected  node of mouse out state when the highlight function takes efect; the    highlighted node is the same as selected node of mouse over state when  the mouse   moves over highlighted node.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-create-a-highlight-menu-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make DHTML tree menus?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-make-dhtml-tree-menus/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-make-dhtml-tree-menus/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 11:39:28 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[link bar]]></category>
		<category><![CDATA[menu maker]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[tree menus]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=963</guid>
		<description><![CDATA[What&#8217;s DHTML tree menus? DHTML tree menus are navigation menu used for large scale website. It also known as a links bar or link bar, which pulls down its nodes after mouse movement. It contains hypertext links on web page &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-make-dhtml-tree-menus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>What&#8217;s DHTML tree menus?</strong></p>
<p>DHTML tree menus are navigation menu used for  large scale website. It also known as a links bar or link bar, which  pulls down its nodes after mouse movement. It contains hypertext links  on web page   so as to navigate between the pages of a website, and  quick link to the   target page.</p>
<p><a href="http://www.sothink.com/product/treemenu/samples/statecode/statecode.htm" target="_blank"><img class="aligncenter size-full wp-image-964" title="tree-menu-1" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-1.jpg" alt="tree menu sample" width="210" height="351" /></a><strong>Why choose this DHTML menu maker?</strong></p>
<ul>
<li> Cross-browser  navigation menu works excellently on main-stream browsers on various platforms.</li>
<li>Edit web menu directly in HTML editors as add-on, Dreamweaver, FrontPage included.</li>
<li> Build SE friendly navigation menu by the useful tool.</li>
<li>Publish wizard guides publishing the navigation bar, JavaScript menu to website step by step.</li>
<li>Customizes element for web menu, like font, icon, background,  color, border, cursor, effects, alignment, transparency, size, etc.</li>
<li>Offers 50+ free menu templates and  image library resources .</li>
<li>Any HTML code can be used within the JavaScript menu item.</li>
</ul>
<p><strong>DHTML menu templates</strong></p>
<p>Sothink Tree Menu offers excellent <a href="http://www.dhtml-menu-builder.com/product/treemenu/sample.htm" target="_blank">menu templates</a> by usage, and one customized type in the template gallery. You can  start web menu from template; create a blank menu and apply a template  to it later; and create new templates and modify the existing ones.</p>
<p><a href="http://www.sothink.com/product/treemenu/samples.htm"><img class="aligncenter size-full wp-image-965" title="tree-menu-2" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-2.jpg" alt="tree menu samples" width="637" height="107" /></a></p>
<p><strong>How to make  tree menus ?</strong></p>
<p>Step 1: Create DHTML tree menus from built-in templates</p>
<p>Launch Sothink Tree Menu, &#8220;Startup&#8221; window opens, you  can start menu from built-in templates or new blank. First, click the  name from built-in templates to select the menu; and then, preview menu  style in preview window of Startup;  last, click &#8220;OK&#8221; to start menu  creation.</p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-template.jpg"><img class="aligncenter size-full wp-image-966" title="tree-menu-template" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-template.jpg" alt="tree menu template" width="552" height="458" /></a>Step 2: Edit nodes and replace the contents</p>
<p>Add or remove nodes for DHTML tree menus. The added nodes will  auto-inherit the node&#8217;s properties. Replace the text and set the link  for each menu item.</p>
<p><a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-3.jpg"><img class="aligncenter size-full wp-image-967" title="tree-menu-3" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-3.jpg" alt="tree menu" width="534" height="236" /></a>Step 3: Publish  menu to website</p>
<p>Menu creation is finished. Click the button &#8220;Publish&#8221; to   publish DHTML menu. After the option is check, you can follow the step  to publish your navigation to website. And upload all the resources.<a href="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-4.jpg"><img class="aligncenter size-full wp-image-968" title="tree-menu-4" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/02/tree-menu-4.jpg" alt="tree menu - publish" width="79" height="39" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-make-dhtml-tree-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make SE-friendly JS Menu?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-make-se-friendly-js-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-make-se-friendly-js-menu/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:09:03 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[js menu]]></category>
		<category><![CDATA[navigation menu]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=958</guid>
		<description><![CDATA[The web designers usually apply &#8220;Cool&#8221; JS menu to navigate the website. This JS menu has the features of dynamic and interactive, which attracts the more traffic. Although JS menu is a stunning navigation menu, it is not friendly for &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-make-se-friendly-js-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The web designers usually apply &#8220;Cool&#8221; JS  menu to navigate the website. This JS menu has the features of dynamic  and interactive, which attracts the more traffic. Although JS menu is a  stunning navigation menu,  it is not friendly for search engine. How to  make JS menu SE friendly to Google spider? Search Engine Friendly Code  Maker included in <a href="http://www.sothink.com/product/dhtmlmenu/" target="_blank">Sothink DHTML Menu</a> will help you to generate special code to make your JS menu crawled quickly by SE spider.</p>
<p>How to use Search Engine Friendly Code Maker?</p>
<p>When you finish JS menu configuration, click &#8220;<strong>Tools &gt; Search Engine   Friendly Coder Maker</strong>&#8221; or click <img src="http://webtestserver/images/product/dhtmlmenu/enginecode.jpg" alt="DHTML Menu - Search Engine Code Maker" width="22" height="25" align="middle" /> on the toolbar to open Search   Engine Friendly Coder Maker Dialog. The  generated codes are listed within the   dialog. You can click the  button &#8220;Copy All&#8221; to copy these codes and then paste   them into the  page through web editor. These codes should be placed behind the   menu  code within BODY tag.</p>
<p><img src="http://webtestserver/images/product/dhtmlmenu/search-engine-coder.jpg" alt="JS Menu - Search Engine Coder" width="456" height="451" /></p>
<p>The codes are like this after they are copied   to the web page:</p>
<p>The JS menu codes are marked by <strong>green</strong>.<br />
The generated codes by search engine   friendly code maker are marked by<strong> red</strong>.</p>
<p>&lt;body&gt;<br />
<span style="color: #339966;">&lt;script   type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
stm_bm(["menu0e98",800,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",0,0,1,2,"default",<br />
"hand",""],this);<br />
stm_bp(&#8220;p0&#8243;,[0,4,0,0,2,3,0,7,100,"",-2,"",-2,50,0,0,"#999999","#E6EFF9","",3,1,1,"#000000"]);<br />
stm_ai(&#8220;p0i0&#8243;,[0,"Menu   Item    1","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,0,1,"#E6EFF9",0,"#FFD602",0,"","",3,3,1,1,<br />
"#E6EFF9","#000000","#000000","#000000","8pt    Verdana","8pt Verdana",0,0]);<br />
stm_aix(&#8220;p0i1&#8243;,&#8221;p0i0&#8243;,[0,"Menu Item   2"]);<br />
stm_aix(&#8220;p0i2&#8243;,&#8221;p0i0&#8243;,[0,"Menu Item   3","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_r.gif","arrow_r.gif",7,7]);<br />
stm_bpx(&#8220;p1&#8243;,&#8221;p0&#8243;,[1,4,0,0,2,3,0,0]);<br />
stm_aix(&#8220;p1i0&#8243;,&#8221;p0i0&#8243;,[]);<br />
stm_aix(&#8220;p1i1&#8243;,&#8221;p0i1&#8243;,[]);<br />
stm_aix(&#8220;p1i2&#8243;,&#8221;p0i0&#8243;,[0,"Menu   Item 3"]);<br />
stm_ep();<br />
stm_aix(&#8220;p0i3&#8243;,&#8221;p0i0&#8243;,[0,"Menu Item   4"]);<br />
stm_aix(&#8220;p0i4&#8243;,&#8221;p0i0&#8243;,[0,"Menu Item   5"]);<br />
stm_ep();<br />
stm_em();<br />
//&#8211;&gt;<br />
&lt;/script&gt;</span><br />
<span style="color: red;"> <span style="color: #ff0000;">&lt;noscript&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;Unspecified&lt;/li&gt;<br />
&lt;li&gt;&lt;a   title=&#8221;/index.htm&#8221; href=&#8221;/index.htm&#8221; target=&#8221;_self&#8221;&gt;   Home&lt;/a&gt;|&lt;/li&gt;<br />
&lt;li&gt;&lt;a title=&#8221;/product.htm&#8221;   href=&#8221;/product.htm&#8221; target=&#8221;_self&#8221;&gt; Products   &lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt; Showcase   &lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/noscript&gt;</span></span><br />
&lt;/body&gt;</p>
<p>Now,  the remarkable JS menu is shown on your website; and SE  friendly  menu code is available to make your website indexed and  crawled quickly by spider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-make-se-friendly-js-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make frameset highlight menu?</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-make-frameset-highlight-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-make-frameset-highlight-menu/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 16:58:48 +0000</pubDate>
		<dc:creator>evazhou</dc:creator>
				<category><![CDATA[Tutorial Release]]></category>
		<category><![CDATA[DHTML menu]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[frameset]]></category>
		<category><![CDATA[highlight menu]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=932</guid>
		<description><![CDATA[This is a frameset page including iframe and wonderful DHTML menu. Here displays the iframe content. Click the menu item above to see the picture in the iframe window, and you will find that the item is be activated, which &#8230; <a href="http://www.dhtml-menu-builder.com/blog/how-to-make-frameset-highlight-menu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a frameset page including iframe and wonderful DHTML menu. Here displays the iframe content. Click the menu item above to see the picture in the iframe window, and you will find that the item is be activated, which the icon is shining and its background color becomes into blue.</p>
<p><a href="http://www.sothink.com/product/dhtmlmenu/store/highlight/frameset/framehighlight.htm" target="_blank"><img class="aligncenter size-full wp-image-933" title="frameset-highlight-menu" src="http://www.dhtml-menu-builder.com/blog/wp-content/uploads/2011/01/frameset-highlight-menu.jpg" alt="frameset-highlight-menu" width="456" height="421" /></a></p>
<p><strong>Steps:</strong></p>
<ol>
<li> Create an iframe page in Dreamweaver.<br />
Select the menu item, add the linked page and Enter the frame name in the target filed in Menu Item &gt; General.</li>
<li>Set the icon for the menu item by type the image&#8217; path in Menu Item Settings &gt; Icon; set the background image in Menu Item &gt; Background; and set the border in Menu Item &gt; Border.</li>
<li>Set the global properties for the whole menu. Check the option &#8220;Auto highlight current item&#8221;; set text color, Bg colcor, border color, Bg image and icon as the highlighted items style; and check &#8220;Clear highlighted item&#8217;s link&#8221; and &#8220;Highlight parent menu item&#8221; for the menu in Global &gt; Highlight.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-make-frameset-highlight-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

