<?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>Web Designer Blog</title>
	<atom:link href="http://www.dhtml-menu-builder.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dhtml-menu-builder.com/blog</link>
	<description>web menu, website, tips for web design, etc.</description>
	<lastBuildDate>Mon, 09 Apr 2012 07:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apply Pseudo-elements to Create a Dark Web Menu</title>
		<link>http://www.dhtml-menu-builder.com/blog/apply-pseudo-elements-to-create-a-dark-web-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/apply-pseudo-elements-to-create-a-dark-web-menu/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 07:46:09 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[design web menu]]></category>
		<category><![CDATA[web menu]]></category>
		<category><![CDATA[web navigation]]></category>
		<category><![CDATA[website navigation]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1253</guid>
		<description><![CDATA[A good-looking web navigation makes your site looks more professional. Today, I want to show you how to create a dark color web menu based on the fantastic free PSD from Purty Pixels. And, we will try to create it as precisely as possible with less html mark-up. However, before we begin I would like to thank Richard...<a href="http://www.dhtml-menu-builder.com/blog/apply-pseudo-elements-to-create-a-dark-web-menu/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>A good-looking web navigation makes your site looks more professional. Today, I want to show you how to create a dark color web menu based on the<a href="http://www.purtypixels.com/darky-navigation-psd/" target="_blank"> fantastic  free PSD from Purty Pixels</a>. And, we will try to create it as precisely as  possible with less html mark-up.</p>
<p>However, before we begin I would like to thank <a href="http://www.purtypixels.com/about/" target="_blank">Richard Tabor</a> for  allowing me to recreate his PSD into an HTML version and write the tutorial in  this blog.</p>
<p>All right, now let’s go to the first step:</p>
<p><img title="Purty Pixels Web Navigation" src="http://creatiface.com/wp-content/uploads/2012/04/purty-pixels-web-nav.jpg?9d7bd4" alt="" width="500" height="300" /><span id="more-1253"></span></p>
<h2>Step 1: Preparation</h2>
<p>We will start off by preparing some essential files for the navigation, like  downloading<a href="http://subtlepatterns.com/?p=1130" target="_blank"> a wood pattern</a>,  diagonal dark stripe pattern and icons which both can be sliced from the<a href="http://www.purtypixels.com/darky-navigation-psd/" target="_blank"> PSD  source</a>.</p>
<p><img title="Files Prepare" src="https://lh5.googleusercontent.com/-o_AVq2MYUSo/T328wtyF0ZI/AAAAAAAAAjI/cO_RDnUYNF8/s800/img2.web-navigation.jpg" alt="" width="500" height="200" /></p>
<h2>Step 2: HTML Markup</h2>
<p>Next, create an HTML5 document, and then put the following markup.</p>
<div>
<div id="highlighter_132535">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
</td>
<td>
<div>
<div><code>&lt;</code><code>header</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>nav</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>ul</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>li</code> <code>class</code><code>=</code><code>"home"</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Home&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>li</code> <code>class</code><code>=</code><code>"about"</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;About Us&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>li</code> <code>class</code><code>=</code><code>"freebies"</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Freebies&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>li</code> <code>class</code><code>=</code><code>"services"</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Services&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt; </code></div>
<div><code> </code><code>&lt;</code><code>li</code> <code>class</code><code>=</code><code>"links"</code><code>&gt;&lt;</code><code>a</code> <code>href</code><code>=</code><code>"#"</code><code>&gt;Linky Links&lt;/</code><code>a</code><code>&gt;&lt;/</code><code>li</code><code>&gt; </code></div>
<div><code> </code><code>&lt;/</code><code>ul</code><code>&gt; </code></div>
<div><code> </code><code>&lt;/</code><code>nav</code><code>&gt; </code></div>
<div><code>&lt;/</code><code>header</code><code>&gt;</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>The menu navigation is wrapped within a <code>&lt;nav&gt;</code> tag, a  standard HTML5 tag for defining navigation section. If you notice, I also add  <strong>home</strong> menu, so that the navigation will look more engaging.</p>
<p><strong></strong>All right,that’s all the markup we need, no need for another  tags. As, we’ll be adding additional effect by utilizing pseudo-elements like  <code>:before</code> and <code>:after</code>. By using using these  pseudo-elements, we are now able to add effects that once can only be done by  inserting additional tag like a span or a div, that way our HTML structure  remain clean and neat.</p>
<table summary="This table has four columns sumarizing browser support for this property in each of Internet Explorer, Firefox, Safari, and Opera.">
<caption>Browser support</caption>
<thead>
<tr>
<th id="iesupportsummary" title="Level of support as of Internet Explorer 8.0">IE8+</th>
<th id="ffsupportsummary" title="Level of support as of Firefox 3.5">FF3.5+</th>
<th id="sasupportsummary" title="Level of support as of Safari 1.3">SA1.3+</th>
<th id="opsupportsummary" title="Level of support as of Opera 9.5">OP9.5+</th>
<th id="chsupportsummary" title="Level of support as of Chrome 2.0">CH2+</th>
</tr>
</thead>
<tbody>
<tr>
<td>Buggy</td>
<td>Full</td>
<td>Full</td>
<td>Full</td>
<td>Full</td>
</tr>
</tbody>
</table>
<p>source: <a href="http://reference.sitepoint.com/css/pseudoelement-before" target="_blank">sitepoint</a></p>
<h2>Step 3: Styling</h2>
<p>Before we give any styles, we will first reset all the style elements <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a> so that the navigation will render more consistently across different browser.  Download the file and add it to your main stylesheet.</p>
<div>
<div id="highlighter_98290">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
</td>
<td>
<div>
<div><code>&lt;</code><code>link</code> <code>href</code><code>=</code><code>"styles.css"</code> <code>rel</code><code>=</code><code>"stylesheet"</code> <code>type</code><code>=</code><code>"text/css"</code><code>/&gt;</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Now, let’s give the <code>body</code> a wood background.</p>
<div>
<div id="highlighter_69942">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
</td>
<td>
<div>
<div><code>body { </code></div>
<div><code> </code><code>background</code><code>: </code><code>url</code><code>(</code><code>'purty_wood.png'</code><code>); </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>And give the <code>header</code> diagonal-grid pattern with a stripe white  shadow.</p>
<div>
<div id="highlighter_833471">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
</td>
<td>
<div>
<div><code>header { </code></div>
<div><code> </code><code>background</code><code>: </code><code>url</code><code>(</code><code>'diagonal-grid.png'</code><code>); </code></div>
<div><code> </code><code>width</code><code>: </code><code>100%</code><code>; </code></div>
<div><code> </code><code>padding-top</code><code>: </code><code>60px</code><code>; </code></div>
<div><code> </code><code>-webkit-box-shadow: </code><code>0px</code> <code>1px</code> <code>1px</code> <code>0px</code> <code>rgba(</code><code>250</code><code>, </code><code>250</code><code>, </code><code>250</code><code>, .</code><code>5</code><code>); </code></div>
<div><code> </code><code>-moz-box-shadow: </code><code>0px</code> <code>1px</code> <code>1px</code> <code>0px</code> <code>rgba(</code><code>250</code><code>, </code><code>250</code><code>, </code><code>250</code><code>, .</code><code>5</code><code>); </code></div>
<div><code> </code><code>box-shadow: </code><code>0px</code> <code>1px</code> <code>1px</code> <code>0px</code> <code>rgba(</code><code>250</code><code>, </code><code>250</code><code>, </code><code>250</code><code>, .</code><code>5</code><code>); </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Then we give gradient color to the navigation, as well as a 1px border at the  top and bottom using <code>:before</code> and <code>:after</code> to  emphasize the bevel effect.</p>
<div>
<div id="highlighter_448702">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
<div>15</div>
<div>16</div>
<div>17</div>
<div>18</div>
<div>19</div>
</td>
<td>
<div>
<div><code>nav { </code></div>
<div><code> </code><code>width</code><code>: </code><code>100%</code><code>; </code></div>
<div><code> </code><code>background</code><code>: -moz-linear-gradient(</code><code>top</code><code>, </code><code>#353535</code> <code>0%</code><code>, </code><code>#222222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -webkit-gradient(linear, </code><code>left</code> <code>top</code><code>, </code><code>left</code> <code>bottom</code><code>, color-stop(</code><code>0%</code><code>,</code><code>#353535</code><code>), color-stop(</code><code>100%</code><code>,</code><code>#222222</code><code>)); </code></div>
<div><code> </code><code>background</code><code>: -webkit-linear-gradient(</code><code>top</code><code>, </code><code>#353535</code> <code>0%</code><code>,</code><code>#222222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -o-linear-gradient(</code><code>top</code><code>, </code><code>#353535</code> <code>0%</code><code>,</code><code>#222222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -ms-linear-gradient(</code><code>top</code><code>, </code><code>#353535</code> <code>0%</code><code>,</code><code>#222222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: linear-gradient(</code><code>top</code><code>, </code><code>#353535</code> <code>0%</code><code>,</code><code>#222222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=</code><code>'#353535'</code><code>, endColorstr=</code><code>'#222222'</code><code>,GradientType=</code><code>0</code> <code>); </code></div>
<div><code> </code><code>border-width</code><code>: </code><code>1px</code> <code>0</code> <code>1px</code> <code>0</code><code>; </code></div>
<div><code> </code><code>border-style</code><code>: </code><code>solid</code><code>; </code></div>
<div><code> </code><code>border-color</code><code>: </code><code>#000</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav:before { </code></div>
<div><code> </code><code>border-top</code><code>: </code><code>1px</code> <code>solid</code> <code>#444</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav:after { </code></div>
<div><code> </code><code>border-top</code><code>: </code><code>1px</code> <code>solid</code> <code>#333</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Now, if we preview it in a browser, our navigation should currently look like  this.</p>
<p><img title="Web Navigation 3 (Purty Pixels)" src="https://lh3.googleusercontent.com/-S3ZTkx4uh7w/T33BaUqoa1I/AAAAAAAAAjQ/iqxNWkstObg/s800/img3.web-navigation.jpg" alt="Web Navigation 3 (Purty Pixels)" width="500" height="300" /></p>
<h3>Menu Navigation Styles</h3>
<p>Now, let’s begin styling the navigation. First we will specify the  <code>&lt;ul&gt;</code> dimension and position it to the center of browser  window.</p>
<div>
<div id="highlighter_233083">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
</td>
<td>
<div>
<div><code>nav ul { </code></div>
<div><code> </code><code>width</code><code>: </code><code>710px</code><code>; </code></div>
<div><code> </code><code>height</code><code>: </code><code>45px</code><code>; </code></div>
<div><code> </code><code>margin</code><code>: </code><code>0</code> <code>auto</code><code>; </code></div>
<div><code> </code><code>border-left</code><code>: </code><code>1px</code> <code>solid</code> <code>#111</code><code>; </code></div>
<div><code> </code><code>border-right</code><code>: </code><code>1px</code> <code>solid</code> <code>#444</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>And display the all menu inline.</p>
<div>
<div id="highlighter_742289">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
</td>
<td>
<div>
<div><code>nav li { </code></div>
<div><code> </code><code>display</code><code>: </code><code>inline</code><code>; </code></div>
<div><code> </code><code>float</code><code>: </code><code>left</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Let’s now take a look at the link element and give it some styles like text  shadows, font color and aligning the text to the center.</p>
<div>
<div id="highlighter_589877">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
</td>
<td>
<div>
<div><code>nav li a { </code></div>
<div><code> </code><code>display</code><code>: inline-</code><code>block</code><code>; </code></div>
<div><code> </code><code>width</code><code>: </code><code>140px</code><code>; </code></div>
<div><code> </code><code>height</code><code>: </code><code>45px</code><code>; </code></div>
<div><code> </code><code>font</code><code>: </code><code>bold</code> <code>13px</code> <code>'Arial'</code><code>, </code><code>sans-serif</code> <code>; </code></div>
<div><code> </code><code>color</code><code>: </code><code>#fff</code><code>; </code></div>
<div><code> </code><code>text-decoration</code><code>: </code><code>none</code><code>; </code></div>
<div><code> </code><code>text-align</code><code>: </code><code>center</code><code>; </code></div>
<div><code> </code><code>line-height</code><code>: </code><code>48px</code><code>; </code></div>
<div><code> </code><code>text-shadow</code><code>: </code><code>1px</code> <code>1px</code> <code>0px</code> <code>#111</code><code>; </code></div>
<div><code> </code><code>filter: dropshadow(color=</code><code>#111</code><code>, offx=</code><code>1</code><code>, offy=</code><code>1</code><code>); </code></div>
<div><code> </code><code>border-left</code><code>: </code><code>1px</code> <code>solid</code> <code>#444</code><code>; </code></div>
<div><code> </code><code>border-right</code><code>: </code><code>1px</code> <code>solid</code> <code>#111</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Now, our navigation is starting to look better.</p>
<p><img title="Web Navigation 4 (Purty Pixels)" src="https://lh5.googleusercontent.com/-L63WmKQsSBI/T33CNWI2uHI/AAAAAAAAAjY/d3S2xLiR0fM/s800/img4.web-navigation.jpg" alt="" width="500" height="300" /></p>
<h3>Hover and Active Styles</h3>
<p>The following code will give the menu a highlight effect when the it’s being  hovered over.</p>
<div>
<div id="highlighter_172983">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
</td>
<td>
<div>
<div><code>nav li a:hover { </code></div>
<div><code> </code><code>background</code><code>: -moz-linear-gradient(</code><code>top</code><code>, </code><code>#444</code> <code>0%</code><code>, </code><code>#222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -webkit-gradient(linear, </code><code>left</code> <code>top</code><code>, </code><code>left</code> <code>bottom</code><code>, color-stop(</code><code>0%</code><code>,</code><code>#444</code><code>), color-stop(</code><code>100%</code><code>,</code><code>#222</code><code>)); </code></div>
<div><code> </code><code>background</code><code>: -webkit-linear-gradient(</code><code>top</code><code>, </code><code>#444</code> <code>0%</code><code>,</code><code>#222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -o-linear-gradient(</code><code>top</code><code>, </code><code>#444</code> <code>0%</code><code>,</code><code>#222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -ms-linear-gradient(</code><code>top</code><code>, </code><code>#444</code> <code>0%</code><code>,</code><code>#222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: linear-gradient(</code><code>top</code><code>, </code><code>#444</code> <code>0%</code><code>,</code><code>#222</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=</code><code>'#444'</code><code>, endColorstr=</code><code>'#222'</code><code>,GradientType=</code><code>0</code> <code>); </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>While the following codes will give a pressed-effect when the menu is being  clicked. Also, the <code>a:active:after</code> rule will give the menu a  gradient line like presented in the source (PSD).</p>
<div>
<div id="highlighter_507589">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
<div>15</div>
<div>16</div>
<div>17</div>
<div>18</div>
<div>19</div>
<div>20</div>
<div>21</div>
</td>
<td>
<div>
<div><code>nav li a:active { </code></div>
<div><code> </code><code>background</code><code>: </code><code>#222</code><code>; </code></div>
<div><code> </code><code>-webkit-box-shadow: </code><code>inset</code> <code>0px</code> <code>0px</code> <code>3px</code> <code>1px</code> <code>rgba(</code><code>0</code><code>, </code><code>0</code><code>, </code><code>0</code><code>, .</code><code>3</code><code>); </code></div>
<div><code> </code><code>-moz-box-shadow: </code><code>inset</code> <code>0px</code> <code>0px</code> <code>3px</code> <code>1px</code> <code>rgba(</code><code>0</code><code>, </code><code>0</code><code>, </code><code>0</code><code>, .</code><code>3</code><code>); </code></div>
<div><code> </code><code>box-shadow: </code><code>inset</code> <code>0px</code> <code>0px</code> <code>3px</code> <code>1px</code> <code>rgba(</code><code>0</code><code>, </code><code>0</code><code>, </code><code>0</code><code>, .</code><code>3</code><code>); </code></div>
<div><code>} </code></div>
<div><code>nav li a:active:after { </code></div>
<div><code> </code><code>content</code><code>:</code><code>""</code><code>; </code></div>
<div><code> </code><code>display</code><code>: </code><code>block</code><code>; </code></div>
<div><code> </code><code>width</code><code>: </code><code>100%</code><code>; </code></div>
<div><code> </code><code>height</code><code>: </code><code>4px</code><code>; </code></div>
<div><code> </code><code>position</code><code>: </code><code>relative</code><code>; </code></div>
<div><code> </code><code>bottom</code><code>: </code><code>6px</code><code>; </code></div>
<div><code> </code><code>background</code><code>: -moz-linear-gradient(</code><code>top</code><code>, </code><code>#ff5e1f</code> <code>0%</code><code>, </code><code>#ff3410</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -webkit-gradient(linear, </code><code>left</code> <code>top</code><code>, </code><code>left</code> <code>bottom</code><code>, color-stop(</code><code>0%</code><code>,</code><code>#ff5e1f</code><code>), color-stop(</code><code>100%</code><code>,</code><code>#ff3410</code><code>)); </code></div>
<div><code> </code><code>background</code><code>: -webkit-linear-gradient(</code><code>top</code><code>, </code><code>#ff5e1f</code> <code>0%</code><code>,</code><code>#ff3410</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -o-linear-gradient(</code><code>top</code><code>, </code><code>#ff5e1f</code> <code>0%</code><code>,</code><code>#ff3410</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: -ms-linear-gradient(</code><code>top</code><code>, </code><code>#ff5e1f</code> <code>0%</code><code>,</code><code>#ff3410</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>background</code><code>: linear-gradient(</code><code>top</code><code>, </code><code>#ff5e1f</code> <code>0%</code><code>,</code><code>#ff3410</code> <code>100%</code><code>); </code></div>
<div><code> </code><code>filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=</code><code>'#ff5e1f'</code><code>, endColorstr=</code><code>'#ff3410'</code><code>,GradientType=</code><code>0</code> <code>); </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Now, let’s try and click one of the menu.</p>
<p><img title="Web Navigation 5 (Purty Pixels)" src="https://lh4.googleusercontent.com/-ZV8eNIhcZJY/T33C-U5lgkI/AAAAAAAAAjg/mX7gkGTMv2s/s800/img5.web-navigation.jpg" alt="" width="500" height="300" /></p>
<h3>Menu Icons</h3>
<p>In this section we will give the menu a represented icon. So, let’s give the  menu a 20px square space to place the icon using :before pseudo-elements,  applying the sprite background.</p>
<div>
<div id="highlighter_52895">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
</td>
<td>
<div>
<div><code>nav li a:before { </code></div>
<div><code> </code><code>content</code><code>:</code><code>""</code><code>; </code></div>
<div><code> </code><code>display</code><code>: inline-</code><code>block</code><code>; </code></div>
<div><code> </code><code>background-image</code><code>: </code><code>url</code><code>(</code><code>'icons.png'</code><code>); </code></div>
<div><code> </code><code>background-repeat</code><code>: </code><code>no-repeat</code><code>; </code></div>
<div><code> </code><code>width</code><code>: </code><code>20px</code><code>; </code></div>
<div><code> </code><code>height</code><code>: </code><code>20px</code><code>; </code></div>
<div><code> </code><code>position</code><code>: </code><code>relative</code><code>; </code></div>
<div><code> </code><code>top</code><code>: </code><code>4px</code><code>; </code></div>
<div><code> </code><code>right</code><code>: </code><code>7px</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>And specifying background position for each menu.</p>
<div>
<div id="highlighter_587364">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
<div>05</div>
<div>06</div>
<div>07</div>
<div>08</div>
<div>09</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
<div>15</div>
</td>
<td>
<div>
<div><code>nav li.about a:before { </code></div>
<div><code> </code><code>background-position</code><code>: </code><code>center</code> <code>0</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav li.freebies a:before { </code></div>
<div><code> </code><code>background-position</code><code>: </code><code>center</code> <code>-20px</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav li.services a:before { </code></div>
<div><code> </code><code>background-position</code><code>: </code><code>center</code> <code>-40px</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav li.links a:before { </code></div>
<div><code> </code><code>background-position</code><code>: </code><code>center</code> <code>-60px</code><code>; </code></div>
<div><code>} </code></div>
<div><code>nav li.home a:before { </code></div>
<div><code> </code><code>background-position</code><code>: </code><code>center</code> <code>-80px</code><code>; </code></div>
<div><code>}</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p><img title="Web Navigation 6 (Purty Pixels)" src="https://lh5.googleusercontent.com/-ZRambFODYco/T35mNabtSfI/AAAAAAAAAjo/gCE9eYw1ur0/s800/img6.web-navigation.jpg" alt="" width="500" height="300" /></p>
<h2>Conclusion</h2>
<p>That’s it, we have done our Web navigation. I hope you enjoy the tutorial and  can learn something useful from it. You can view the demo or download the source  from the following links.</p>
<p>From: <a href="http://creatiface.com/tutorial/dark-web-menu-navigation">http://creatiface.com/tutorial/dark-web-menu-navigation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/apply-pseudo-elements-to-create-a-dark-web-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Coding an HTML5 Template</title>
		<link>http://www.dhtml-menu-builder.com/blog/tips-on-coding-an-html5-template/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/tips-on-coding-an-html5-template/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 09:07:46 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5 template]]></category>
		<category><![CDATA[html5 web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1250</guid>
		<description><![CDATA[Markup is a beautiful thing, and it certainly has changed over the years. What was effectively HTML1, has certainly progressed to an amazing semantic markup language, to which we can largely thank the W3C. And, what do ya know, the next thing to thank them for has come about – HTML5. Unlike previous version of...<a href="http://www.dhtml-menu-builder.com/blog/tips-on-coding-an-html5-template/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p><img class="alignleft" title="html5" src="http://netdna.webdesignerdepot.com/uploads/2012/03/html5.jpeg" alt="" width="200" height="160" /></p>
</div>
<p>Markup is a beautiful thing, and it certainly has changed over the  years.  What was effectively HTML1, has certainly progressed to an  amazing semantic markup language, to which we can largely thank the W3C.   And, what do ya know, the next thing to thank them for has come about –  HTML5.</p>
<p>Unlike previous version of HTML, where the code was mostly  a limited structure that was determined by how you made use of the  class and ID elements, html5 really attempts to provide much more  structure.</p>
<p>All of the layout can be created with semantic tags and  elements that determine how you should structure, and, arguably more  important, that help you structure each page.  This produces code that  is much more clean and readable than in previous versions of HTML, and  really is something quite amazing.   The new tags really require that  you think about how you are structuring your page, which let’s be honest  – in the end that is a great thing for us web designers and developers  alike.</p>
<p>Before understanding the  structure of HTML5, and how to create and code an example template to  use for your projects you should be aware of how it came about.  Be  aware though that the current version of HTML5 has <strong>not</strong> reached a version that the W3C could call final as of yet, but their is  quite a lot to learn about and start using in your code right now.  Here  is what the W3C has to say on this issue:<span id="more-1250"></span></p>
<blockquote><p>“Implementors  should be aware that this specification is not stable. Implementors who  are not taking part in the discussions are likely to find the  specification changing out from under them in incompatible ways. Vendors  interested in implementing this specification before it eventually  reaches the Candidate Recommendation stage should join the  aforementioned mailing lists and take part in the <a href="http://www.w3.org/html/wg/">discussions</a>.”</p></blockquote>
<p>But,  don’t let that scare you.  There are always people out there constantly  making sure that it doesn’t get changed out from underneath of all of  us.  So you will certainly be aware if such a drastic change does indeed  happen.  Back on topic, one of the main questions people have about  HTML5 is “&lt;header&gt;, &lt;nav&gt;, &lt;footer&gt;, these tags seem  understandable enough but where in the world did the W3C come up with  these?”  Well, that question is easy enough to answer. <strong>It came from you!</strong></p>
<p>It actually came from all of us.  In 2005 Google conducted a <a href="http://code.google.com/webstats/2005-12/classes.html">study</a> of over 3 billion websites and found that the most common classes used  in common markup were actually what you see there on that page.  Footer,  menu, title, small, text, content, header, and nav are all among the  top of the popularity chart.  And essentially that is how the W3C  decided on what to use for the new semantic tags for HTML5.  Now that we  know about that, let’s dive right into what those tags are and the  basic fundamental changes in HTML5.</p>
<h2>The doctype</h2>
<p>A  doctype isn’t particularly an element of the HTML, but it is a  deceleration, and one that has become more and more important as time  goes on.  Using one appropriately can help your browser understand what  sort of HTML it is trying to parse so we always want to use the  appropriate doctypes.  In all honesty, at this current time, you can  pretty much just use the HTML5 doctype for everything though – but let’s  cover some past ones as well.  Here is where we have come as far as  simplicity:</p>
<h3>HTML2:</h3>
<blockquote>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Level 2//EN"&gt;</pre>
</blockquote>
<h3>HTML3:</h3>
<blockquote>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN"&gt;</pre>
</blockquote>
<h3>HTML4:</h3>
<blockquote>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;</pre>
</blockquote>
<h3>HTML5:</h3>
<blockquote>
<pre>&lt;!DOCTYPE html&gt;</pre>
</blockquote>
<p>Pretty great right?  You don’t need to keep a  document for copying and pasting in some ridiculously long doctype, or  even worse yet, try to remember the ridiculously long doctypes of  versions past.  For HTML5 you simply have to type &lt;!DOCTYPE html&gt;.   Ah, what a relief.</p>
<h2>Other simplifications in HTML5</h2>
<p>Before  leaving this section, let’s go through some of the other elements that  have gotten simpler.  The root element has been simplified, to which  instead of having to write something like:</p>
<blockquote>
<pre>&lt;html xmlns=”http://www.w3.org/1999/xhtml”
lang=”en”
xml:lang=”en”&gt;</pre>
</blockquote>
<p>We can just write:</p>
<blockquote>
<pre>&lt;html lang=”en”&gt;</pre>
</blockquote>
<p>The things we need to copy and paste getting  smaller and smaller by the minute.  For instance, also, In the head  element, our character encoding went from things like:</p>
<blockquote>
<pre>&lt;meta http-equiv=”Content-Type” content=”text/html;&gt;</pre>
</blockquote>
<p>to the newer version in HTML5:</p>
<blockquote>
<pre>&lt;meta charset=”UTF-8”&gt;</pre>
</blockquote>
<p>And lastly, our links have dropped their type attribute.  So for instance, this:</p>
<blockquote>
<pre>&lt;link rel=”stylesheet” href=”style.css” type=”text/css”&gt;</pre>
</blockquote>
<p>Becomes this:</p>
<blockquote>
<pre>&lt;link rel=”stylesheet” href=”style.css”&gt;</pre>
</blockquote>
<h2>So what’s with these new tags?</h2>
<h3>The “section” tag</h3>
<p>The  section element is basically any generic section of an HTML document.   Most typically though, it is a thematic grouping of content – which can  have a heading but doesn’t require one.</p>
<p>A general rule of thumb  for using the section heading is only use it if it would be explicitly  referenced in the document’s outline.  If, in the outline, there was a  ‘section’ that you referenced or feel that all the content in one area  is a ‘section’ of sorts – then do indeed include the section tag.  If  you want to use it mainly for styling purposes though, <strong>just don’t</strong>.  Instead, use a &lt;div&gt; tag as you normally would.</p>
<h3>The “nav” tag</h3>
<p>The  “nav” element represents any section of a page that links to other  parts of that page or other pages within the sitemap.  Anytime you think  of navigation links, you should think “nav tag”.</p>
<p>The nav element  is particularly intended for larger navigation blocks.  Any large  element that links to other sections of the site’s page or other pages  of the site.  Keep in mind though, a navigation section doesn’t have to  be in the form of a list, albeit that is pretty standard.  It can be in  prose, paragraph tags, or pretty much anything – as long as it was  originally suited to be in such tags in the first place.</p>
<h3>The article tag</h3>
<p>The  article element represents a self-contained composition in a document,  page, or any site.  The really important thing to keep in mind with  article tags is that it is, typically, independently distributable or  reusable content is what is usually placed within the tags.  It could be  a forum post, a magazine or newspaper article, or a blog entry, even  comments – as long as it is any independent item of content.</p>
<p>Articles  can hold “section”s inside them, “header”s inside them, even “hgroup”s  inside them.  But do keep in mind when and how you are using this  element, as it isn’t quite as commonly used as a &lt;div&gt; tag.  So in  summation, it isn’t a one-in-all answer for everything, but it does  indeed have a lot of uses.</p>
<p>Let’s hop into an example.  For  instance, let’s say you have a blog post with some comments.  You can do  that like this in HTML5:</p>
<blockquote>
<pre>&lt;article&gt;
&lt;header&gt;
&lt;h1&gt;The Blog Entry Title&lt;/h1&gt;
&lt;p&gt;12/25/2045&lt;/p&gt;
&lt;/header&gt;
&lt;p&gt;Blog entry&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;section&gt;
&lt;h1&gt;Comments&lt;/h1&gt;
&lt;article&gt;
&lt;footer&gt;
&lt;p&gt;Posted by: &lt;span&gt;Name of person&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Time: 15 minutes ago&lt;/p&gt;
&lt;/footer&gt;
&lt;p&gt;Comment text here
/p&gt;
&lt;/article&gt;
&lt;article&gt;
&lt;footer&gt;
&lt;p&gt;Posted by: &lt;span&gt;Name of person&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Time: 25 minutes ago&lt;/p&gt;
&lt;/footer&gt;
&lt;p&gt;Another comment here&lt;/p&gt;
&lt;/article&gt;
&lt;/section&gt;
&lt;/article&gt;</pre>
</blockquote>
<h3>The “aside” tag</h3>
<p>The  aside element represents any section of a page that consists of content  that is tangentially related to the content around the aside element.   The most important thing to remember with this tag is that although it  is content tangentially related to the content around the aside tag, it  is typically information or content that is separated in characteristic.   You will most often use it in sidebars, as most sidebars are perfect  to be entirely wrapped in aside tags.  Other uses can include pull  quotes, bits of advertising, groups of nav links, or even addresses near  the address of a location in question.</p>
<p>To get into more detail  though, it is for anytime you feel the need to quite literally take an  aside and explain, reference, mention, state, or question something.   You can even use an aside element for a larger section of a site, such  as a side-bar for Twitter, or Facebook, or random links.  You could have  it be an aside, then use a header and nav section within it even to  help understand what is going on there.  You can use it in the footer  section of blog posts to reference things about them, or pretty much  anywhere it can be perfectly implemented.</p>
<h3>The “hgroup” tag</h3>
<p>The  hgroup element represents the heading of a section.  This element is  best used to group a set of h1-h6 elements when the heading has multiple  levels, or subheadings – such as exactly the article you are reading.   This would be perfect for an hgroup.  You can also use it for  alternative titles, or tag-lines.</p>
<p>The W3C reminds us:</p>
<blockquote><p>“For  the purposes of document summaries, outlines, and the like, the text of  hgroup elements is defined to be the text of the highest ranked h1–h6  element descendant of the hgroup element, if there are any such  elements, and the first such element if there are multiple elements with  that rank. If there are no such elements, then the text of the hgroup  element is the empty string.</p></blockquote>
<p>Other  uses, for instance, include areas of a blog where you are listing the  header and subtitle for your blog post.  You can also use it for book  titles and descriptions, for listing doctors in your area and their  areas of expertise, or even use it to help replicate the functionality  of a table.  Let’s take a look at such an example now.  On a table we’d  have:</p>
<blockquote>
<pre>&lt;hgroup&gt;
&lt;h1&gt;Doctor Name:&lt;/h1&gt;
&lt;h3&gt;Randy McDocterson&lt;/h3&gt;
&lt;h2&gt;Doctor Specialty&lt;/h2&gt;
&lt;h3&gt;Slapping People&lt;/h3&gt;
&lt;/hgroup&gt;</pre>
</blockquote>
<p>So there you can clearly see, in the markup, that  we have a doctor named Randy McDoctoerson who’s specialty is slapping  people.  Now, that is a little odd, but hey – it gets the point across.</p>
<h3>The “header” tag</h3>
<p>The  header tag represents any group of introductory or navigational aids  within a site, or sections of a site.  So now that the formal definition  has been stated, let’s break it down a bit.  We all know what a header  is, but to be specific it includes various things on the top of most  site.  These header areas usually include branding sections, call to  action items, and perhaps some navigation.  Really it can be used any  place that you used to write: &lt;div id=”header”&gt; you can now write  &lt;header&gt;, and get the same semantic markup structure.  It is  important to note, that the W3C especially remarks that a header element  should contain either a set of H1’s, a sections heading individually  (h1-h6), or an hgroup element.  Header elements can also be used to wrap  a section’s table of contents, a search form, or any relevant logos –  such as what we mentioned above.  Keep in mind though that the header is  not sectioning, as in it isn’t a replacement for an all-in-one div  either.  Rather, it is just a great semantic element to use for specific  situations.</p>
<p><em>To note: It can be used in any section’s  beginning area, as it doesn’t have to be in the top or beginning of your  HTML document.  But, that is where it is most typically implemented.</em></p>
<h3>The “footer” tag</h3>
<p>The  footer element represents a footer for its nearest nested parent  section, and typically contains information about its parents section.   The footer tag is very similar to the header tag, but for the opposite  section of a page.  Often times you will see a footer of a page that  contains links again that were in the navigation, and perhaps a logo, or  other such things – well all of these can now be housed in a  &lt;footer&gt; tag.  Though a footer is typically used at the end of a  website, this tag can represent the end of any section of content (and  it doesn’t even have to be at the end of said section to represent it).   For instance let’s take a look at this example:</p>
<blockquote>
<pre>&lt;body&gt;
&lt;footer&gt;&lt;a href=”..”&gt;Back to index...&lt;/a&gt;&lt;/footer&gt;
&lt;hgroup&gt;
&lt;h1&gt;Lorem&lt;/h1&gt;
&lt;h2&gt;Ipsum&lt;/h2&gt;
&lt;/hgroup&gt;
&lt;p&gt;Some text here.&lt;/p&gt;
&lt;footer&gt;&lt;a href=”..”&gt;Back to index...&lt;/a&gt;&lt;/footer&gt;
&lt;/body&gt;</pre>
</blockquote>
<h3>The “address” tag</h3>
<p>The  address element represents the contact information for its nearest  article or body element.  I think the example best describes this tag so  let’s dive right in.</p>
<blockquote>
<pre>&lt;address&gt;
 &lt;a href="../People/Raggett/"&gt;Dave Raggett&lt;/a&gt;,
 &lt;a href="../People/Arnaud/"&gt;Arnaud Le Hors&lt;/a&gt;,
 contact persons for the &lt;a href="Activity"&gt;W3C HTML Activity&lt;/a&gt;
&lt;/address&gt;</pre>
</blockquote>
<p>I think that very aptly describes the address tag,  but the W3C would also like to note that typically the address element  would be included along with other information in a footer element.  So,  this would work specifically for the email or about.me link at bottoms  of websites (near the copyright information particularly).  You can  house that in an address element like so:</p>
<blockquote>
<pre>&lt;footer&gt;
 &lt;address&gt;
  For more details, contact
  &lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
 &lt;/address&gt;
 &lt;p&gt;&lt;small&gt;© copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
&lt;/footer&gt;</pre>
</blockquote>
<p>And that just about wraps up all the important  elements and new tags for HTML5.  Keep in mind though, that wasn’t ALL  the tags available, but it was some of the more important ones and  particularly the ones we will be working with today.</p>
<h2>HTML5 Template</h2>
<p>So now that we have learned about HTML5, let’s get into coding our own template.  Let’s start with an average document.</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>Now let’s add the stylesheet link, just for good practice, even though we may not use it.</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;link rel="stylesheet" href="style.css"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>Now I think it’d be a good time to  start setting up our body element with some structure for us to use on  other projects.  So with that in mind let’s do:</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;link rel="stylesheet" href="style.css"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="wrapper"&gt;
&lt;header&gt;
&lt;hgroup&gt;&lt;/hgroup&gt;
&lt;/header&gt;
&lt;section&gt;
&lt;/section&gt;
&lt;footer&gt;
&lt;hgroup&gt;
&lt;/hgroup&gt;
&lt;address&gt;&lt;/address&gt;
&lt;/footer&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>Now, as you can see, we have a bit of  a place for our content to go.  We have a few designated sections.  We  have a designated header, footer, and section element within the  document – but now let’s add a navigation element as well.</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;link rel="stylesheet" href="style.css"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="wrapper"&gt;
&lt;header&gt;
&lt;hgroup&gt;
&lt;h1&gt;HTML5 Template&lt;/h1&gt;
&lt;h3&gt;Pretty standard template&lt;/h3&gt;
&lt;/hgroup&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;About HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;section&gt;
&lt;/section&gt;
&lt;footer&gt;
&lt;hgroup&gt;&lt;/hgroup&gt;
&lt;address&gt;&lt;/address&gt;
&lt;/footer&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>And there we go, we have added some  navigation with a nice unordered list there in the header section.  But,  wait a minute.  What if you have a nice big footer and want those same  navigator elements in the footer as well.  Well, let’s add it there  also.  Except, this time we aren’t going to use the &lt;nav&gt; tag and  instead are going to use a div with the class “footer_navigation”.  And  while we’re at it, let’s go ahead and fill out our footer section with  some content.</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;link rel="stylesheet" href="style.css"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="wrapper"&gt;
&lt;header&gt;
&lt;hgroup&gt;
&lt;h1&gt;HTML5 Template&lt;/h1&gt;
&lt;h3&gt;Pretty standard template&lt;/h3&gt;
&lt;/hgroup&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;About HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;section&gt;
&lt;/section&gt;
&lt;footer&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;About HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hgroup&gt;
&lt;h3&gt;By Dain Miller&lt;/h3&gt;
&lt;h4&gt;from Madison, WI&lt;/h4&gt;
&lt;/hgroup&gt;
&lt;address&gt;
&lt;a href="mailto:miller.dain@gmail.com"&gt;Email Me&lt;/a&gt;
&lt;/address&gt;
&lt;/footer&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>Now let’s add in some bits for IE, and other such technicalities.</p>
<blockquote>
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;HTML5 Template&lt;/title&gt;
&lt;meta name="description" content=""&gt;
&lt;link rel="stylesheet" href="css/style.css"&gt;
&lt;!-- IE6-8 support of HTML5 elements --&gt; &lt;!--[if lt IE 9]&gt;
&lt;script src="//html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="wrapper"&gt;
&lt;header&gt;
&lt;hgroup&gt;
&lt;h1&gt;HTML5 Template&lt;/h1&gt;
&lt;h3&gt;Pretty standard template&lt;/h3&gt;
&lt;/hgroup&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;About HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;section&gt;
&lt;/section&gt;
&lt;footer&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;About HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hgroup&gt;
&lt;h3&gt;By Dain Miller&lt;/h3&gt;
&lt;h4&gt;from Madison, WI&lt;/h4&gt;
&lt;/hgroup&gt;
&lt;address&gt;
&lt;a href="mailto:miller.dain@gmail.com"&gt;Email Me&lt;/a&gt;
&lt;/address&gt;
&lt;/footer&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</blockquote>
<p>And there we have it: a basic but complete HTML5 template!</p>
<p>From: <a href="http://www.webdesignerdepot.com/2012/03/back-to-basics-how-to-code-an-html5-template/">http://www.webdesignerdepot.com/2012/03/back-to-basics-how-to-code-an-html5-template/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/tips-on-coding-an-html5-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emotionally Intelligent Interactions Add Soul to Your Website</title>
		<link>http://www.dhtml-menu-builder.com/blog/emotionally-intelligent-interactions-add-soul-to-your-website/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/emotionally-intelligent-interactions-add-soul-to-your-website/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 08:37:53 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[website navigation]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1247</guid>
		<description><![CDATA[An emotionally intelligent interaction is any state (or change in state) of a website/app where the messaging or functionality includes attention to details that create a user experience that feels organic and human. These interactions can be a big experience (like when an entire website is down), or a very small experience (such as when...<a href="http://www.dhtml-menu-builder.com/blog/emotionally-intelligent-interactions-add-soul-to-your-website/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>An emotionally intelligent interaction is any state (or change in  state) of a website/app where the messaging or functionality includes  attention to details that create a user experience that feels organic  and human. These interactions can be a big experience (like when an  entire website is down), or a very small experience (such as when an  error state on a form element appears). They can be derived from  different elements, including messaging and copy, color and design, and  responsiveness to user inputs and system outputs.</p>
<p>Combining each of these crafted experiences creates soul and personality for a website. And it’s that <strong>emotional connection with users</strong> that builds lasting loyalty, and raving fans.</p>
<h4>Examples Of Emotionally Intelligent Interactions</h4>
<p><em><strong>Note:</strong> Several of the examples and images are from this brilliant website: <a href="http://www.littlebigdetails.com/">Little Big Details</a>. It’s one of the many must-reads and I recommend adding it to your favorites if you haven’t done so already.</em></p>
<p><a href="http://bottlenose.com/">Bottlenose</a><br />
A new Web-based  Twitter client that gives users a new way to explore and use Twitter.  The app does a great job of walking users through the first run with the  application, explaining the features in a way that is clear and  humorous. The confirmation buttons use phrases like “Makes sense” and  “Got it” which create a sense of personality and confidence with the  user, a far better choice than the typical “Next.”</p>
<p><a href="http://bottlenose.com/"><img title="Bottlenose first run experience" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/bottlenose.png" alt="Bottlenose first run experience" /></a><span id="more-1247"></span></p>
<p><a href="http://wufoo.com/">Wufoo</a><br />
Wufoo uses a combination of  smart messaging and subtle touches on UI elements to create a more  friendly and personable experience when creating Web forms. Here are  just a few:</p>
<ul>
<li>Each page title is accompanied by a line of poetry. While it may  seem random, the poetry actually reinforces the elegance of the Wufoo  solution. It’s a unique way to bring personality to an otherwise tedious  task (creating forms).</li>
<p><a href="http://wufoo.com/"><img title="Wufoo adds a line of poetry under the page title." src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/wufoo_poetry.png" alt="Wufoo adds a line of poetry under the page title." /></a></p>
<li>The new report button’s punctuation. Think of the word “report”, and  you’re next thought is most likely “TPS.” But Wufoo adds an exclamation  point to the button. This gives it an element of energy and fun,  reinforcing its value as a reporting feature.</li>
<p><a href="http://wufoo.com/"><img title="Wufoo's new form button" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/wufoo_newform.png" alt="Wufoo's new form button" /></a></p>
<li>The reports screen with no reports. Instead of a blank screen, Wufoo  takes the opportunity to deliver some true personality through its  messaging, and gets you on your way towards building your first report.</li>
<p><a href="http://wufoo.com/"><img title="Wufoo blank report screen" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/wufoo_reports-e1331531048852.png" alt="Wufoo blank report screen" /></a></ul>
<p><a href="http://mailchimp.com/">MailChimp</a><br />
As one of the best  examples of emotional intelligence baked into a user experience,  MailChimp takes every opportunity to infuse soul into its application,  as well as giving you a pitch-perfect way to make it all disappear.</p>
<ul>
<li><strong>404 Page</strong>:<br />
MailChimp’s 404 page is brilliant:  excellent copy, empathetic design, and a prominent call to action to get  users on their way. It’s clever, functional, and takes the sting out of  404’ing. <a href="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mailchimp-404.jpg">Current MailChimp 404 Page</a>.</li>
<p><a href="http://mailchimp.com/"><img title="MailChimp's 404 page" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mailchimp-e1331531924800.png" alt="MailChimp's 404 page" /></a></p>
<li><strong>Send Campaign</strong>:<br />
MailChimp celebrates and  encourages the user just as they send out an email campaign. The copy  “This is your moment of glory” is a perfect encapsulation of the fear  and anticipation that goes into deploying this.</li>
<p><a href="http://mailchimp.com/"><img title="MailChimp Send Campaign" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mailchimp_send.png" alt="MailChimp Send Campaign" /></a></p>
<li><strong>Twitter Page</strong>:<br />
Recently when MailChimp went down,  they deployed a special background on their Twitter page that showed a  sad chimp working furiously to fix the problem. Because people naturally  turn to Twitter to learn about why things are broken, the background  extended the personality of that service to their Twitter account,  creating an emotionally intelligent experience for the user.</li>
</ul>
<p><a href="http://pinterest.com/">Pinterest</a><br />
This red-hot social  network infuses personality into its website with a thoughtful  interaction during account creation. Instead of using the typical  password confirmation patterns, the app responds with “Looks good!” as  passwords meet their requirements and match. It’s a small touch, but one  that humanizes the sign-up experience, and empathizes with the user who  is creating their account.</p>
<p><a href="http://pinterest.com/"><img title="Pinterest login screen" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/pinterest_login-e1331532127232.png" alt="Pinterest login screen" /></a></p>
<p><a href="http://path.com/">Path</a><br />
On Path’s original website,  the icon for the sign-up button arrow changed to a smiley face when it  was clicked on. This small change created a personal and welcoming  moment during one of the first interactions a user had with the  application. It’s a thoughtful detail added to a step that is often  overlooked by designers and users alike, and it set the tone for the  rest of the user’s onboarding experience.</p>
<p><a href="http://path.com/"><img title="path" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/path-e1331532162418.png" alt="path sign up screen" /></a></p>
<p><a href="http://hootsuite.com/">Hootsuite</a><br />
The friendly owl  mascot for Hootsuite is more than a cute face—the mascot is the  representation of the service itself, much like the chimp from  MailChimp. Hootsuite taps the Twitter API to pull data into its app, and  because Twitter has API limits, Hootsuite intelligently stops making  requests after long periods of user inactivity. When this occurs, the  Owl lets you know that he has taken a nap, and will wake up when you  need him again. It’s a clever way to turn a potential negative  experience (non-continuous updates) into a positive one that brands the  company, while providing the app with personality and soul.</p>
<p><a href="http://hootsuite.com/"><img title="hootsuite" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/hootsuite.png" alt="hootsuite time out screen" /></a></p>
<p><a href="http://feedburner.com/">Feedburner</a><br />
For newly created  RSS feeds in Feedburner, the stats page takes the lack of stats to  create a personal interaction with the user. Many websites miss these  opportunities because they feel this state isn’t core to the experience.  But Feedburner knows that most new users are interested in seeing their  stats right off the bat—stats that don’t exist yet. So when a user  visits the page Feedburner has fun letting them know that stats aren’t  quite ready yet, while creating an emotional connection with the user in  this process. It’s a huge win for the company in light of the  alternative: a lifeless, blank page with no data.</p>
<p><a href="http://uxdesign.smashingmagazine.com/2012/03/28/give-your-website-soul-with-emotionally-intelligent-interactions/feedburner.com"><img title="feedburner" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/feedburner.png" alt="feedburner" /></a></p>
<p><strong>VisualHub</strong><br />
VisualHub takes advantage of the Mac  installation screen for user interaction, encouraging users to get  acquainted with their user manual. Move the app to the Applications  folder, and move the manual to your brain. So often this install process  is written, a necessary evil to get to the application. But as we’ve  seen, smart developers leverage these initial interactions to set the  tone with the user experience moving things forward.</p>
<p><img title="Visual Hub install screen" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/visualapp.png" alt="Visual Hub install screen" /></p>
<p><strong>OS X</strong><br />
Apple has long been about attention to  details, but typically the details are in refinement (not necessarily  emotional intelligence). But the Text Edit icon contains a small Easter  Egg for Apple fans—the words of the “Think Different” manifesto are  inscribed on the notepad. It pays homage to their legendary founder, and  reminds people why they love Apple. It’s a small touch that makes Apple  what it is.</p>
<p><img title="osx" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/osx.png" alt="osx thinks different" /></p>
<p><strong>Highrise iOS</strong><br />
During the install of 37Signals  Highrise iOS app, you can play a game of Tic Tac Toe against the  computer. Not only is this a thoughtful way to give users something to  do while the app undergoes the necessary evil of being installed, but  it’s also an homage to the film War Games, a hacker classic. It’s a  simple and effective way to display emotional intelligence during a  typically “dead” point of an app’s user experience.</p>
<p><img title="highrise" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/highrise-e1332559557403.png" alt="highrise tic tac toe" /></p>
<p><a href="https://www.mint.com/">Mint.com</a><br />
Mint’s website  maintenance page creates a charming experience for users during what  could be a stressful time. Not being able to access your finances can  create anxiety, and Mint uses that opportunity to create a fun yet  effective notice that lets you know that your money and information is  safe, even if the website isn’t accessible.</p>
<p><a href="https://www.mint.com/"><img title="mint-down-finance" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mint-down-finance-e1331532321303.jpg" alt="mint.com 404" /></a><br />
Image via <a href="http://www.seanpercival.com/">Sean Percival</a>.</p>
<p><a href="http://www.deviantart.com/">Deviant Art</a><br />
Deviant Art  uses the portrait metaphor as part of the interaction in setting up your  Deviant Art profile. Not only does it tie in with the theme of the  website (and connect with its artist community), but it also is a  compelling metaphor and mechanic that encourages new users to complete  their profile.</p>
<p><a href="http://www.deviantart.com/"><img title="deviant_art" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/deviant_art-e1331532353644.png" alt="deviant art welcome" /></a></p>
<p><a href="https://www.tumblr.com/">Tumblr</a><br />
When listening to an audio file on Tumblr, the URL is appended with an appeal to its users <em>not</em> to download the audio file, so that they can continue to offer this  type of content on their website. It’s a clever way for communicating to  its users without the typical JavaScript pop-up warning.</p>
<p><a href="https://www.tumblr.com/"><img title="tumblr_url" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/tumblr_url.png" alt="tumblr url" /></a></p>
<h3>Adding Soul To Your Website</h3>
<p>Giving your website soul comes down to the interactions and the  intentional craft you put into the design of those interactions. By  being intentional about user experience in those small moments that are  typically neglected, you can showcase the personality of your app, as  well as building loyalty among users. Taking cues from websites and  applications like those mentioned above will help you look for ways to  infuse your project with emotional intelligence.</p>
<p>These services and developers have created loyal user bases due to  their willingness to sweat out the details, and infuse their projects  with emotional intelligence. The small things can really make a  difference in the success of your website or application. Taking the  time to create these well-crafted experiences is one of the most potent  ways we know of to create fans, and bring your website to life with  soul.</p>
<p>From: <a href="http://uxdesign.smashingmagazine.com/2012/03/28/give-your-website-soul-with-emotionally-intelligent-interactions/">http://uxdesign.smashingmagazine.com/2012/03/28/give-your-website-soul-with-emotionally-intelligent-interactions/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/emotionally-intelligent-interactions-add-soul-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epidemic of Web Design Trends in 2012</title>
		<link>http://www.dhtml-menu-builder.com/blog/epidemic-of-web-design-trends-in-2012/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/epidemic-of-web-design-trends-in-2012/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 07:15:54 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[epidemic web design]]></category>
		<category><![CDATA[web design 2012]]></category>
		<category><![CDATA[web design trend]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1241</guid>
		<description><![CDATA[Like fashion world, the excellent web designers also eager to find creative ways to make their work more remarkable by exploring new possibilities and apply variations with existing or new web design trends. From either year 2011 or the several months past in 2012, we can easily notice how people design. Since Elliot Jay Stocks...<a href="http://www.dhtml-menu-builder.com/blog/epidemic-of-web-design-trends-in-2012/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Like fashion world, the excellent web designers also eager to find creative ways to make their work more remarkable by exploring new possibilities and apply variations with existing or new web design trends. From either year 2011 or the several months past in 2012, we can easily notice how people design.</p>
<p>Since Elliot Jay Stocks so poignantly told us to <a href="http://elliotjaystocks.com/blog/destroy-the-web-20-look-future-of-web-design-new-york/">destroy the Web 2.0 look</a>,  we’ve witnessed a de-shinification of the Web, with fewer glass  buttons, beveled edges, reflections, special-offer badges, vulgar  gradients with vibrant colors and diagonal background patterns. The  transformation has been welcomed with relief by all but the most  hardened gloss-enthusiasts. However, design and aesthetics work in  mysterious ways, and no sooner does one <strong>Web design trend</strong> leave us before another appears.</p>
<h3>The Symptoms</h3>
<p>So, exactly what is this new epidemic? Well, let’s start by looking  at some of the most common symptoms, many of which you have probably  noticed. They are easy to spot, and as with many other conditions, they  often appear in conjunction with each other. (This is why the contagion  spreads so effectively — seemingly independent symptoms grow more  infectious when combined with others.)</p>
<p><strong>Please note:</strong> The following list appears in no  particular order and does not indicate the level of infectiousness or  severity, which seem to be stable across the board. Note also that the  instances given often exhibit more than one symptom, making  classification more difficult.</p>
<h4>Stitching</h4>
<p>Stitching appears gradually, often as a result of the designer  playing too long with borders and lines, particularly of the dotted  variety. A full-blown stitch is evidenced by the subtle shift from dots  to dashes, augmented by drop shadows and other effects to <strong>give the impression of 3-D</strong>.  The purpose of the stitch is somewhat elusive, but it seems to thrive  in environments where certain textures are applied, most notably fabric  and leather, but also generic graininess.</p>
<p>While determining the exact cause of stitching is difficult,  scientists are certain that it belongs to a larger strain of the  infection known as “Skeuomorphism.”</p>
<p><img title="Stitching" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/stitching.jpg" alt="Collage of interfaces with stiches" /><span id="more-1241"></span></p>
<h4>Zigzag Borders</h4>
<p>Borders are common elements of Web design, and as such, they are difficult to avoid; luckily, they are <strong>usually harmless</strong> and often have a positive effect on the layout. However, for some  reason, a particular type of border — the zigzag — has grown  exponentially in the last few years and is now threatening the natural  habitat of more benign border specimens. Exactly why this is happening  is unknown, although some researchers claim that the pattern created by  the repeating opposing diagonals has such an alluring effect on  designers and clients alike that straight borders have somewhat lost  their appeal.</p>
<p><img title="Zigzag borders" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/zigzag.jpg" alt="Collage of interfaces with zigzag borders" /><br />
<em></em></p>
<h4>Forked Ribbons</h4>
<p>Like borders, ribbons have long existed in various forms. What we’re  seeing now, though, is the near dominance of a particular style of  ribbon, easily identified by a fork at one or both ends. Some ribbons  are also folded over twice, creating a <strong>faux effect of depth</strong> and reinforcing the diagonal lines in the fork. Whether the fork is  related to the zigzag effect is unknown, but it seems that diagonal  lines are the key to the ribbon’s survival, along with its ability to  evoke memories of times past.</p>
<p>The danger of the ribbon lies mainly in its ability to exist  independent of other symptoms (although it thrives in the company of  vintage typography), meaning that it could date your design long after  the epidemic ends, even if the symptom itself appears dormant. In many  ways, this is reminiscent of the “special offers” badge of the Web 2.0  look.</p>
<p><img title="Forked ribbons" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/ribbons.jpg" alt="Collage of interfaces using forked ribbons" /><br />
<em><a href="http://jakeprzespo.com/"></a></em></p>
<h4>Textures</h4>
<p>In the age of all things digital, it’s a conundrum that textures  should dominate our illustrations and backgrounds, and yet they are  indeed one of the most common symptoms on our list. Manifested by subtle  grain, dirt and scratches, paper-esque surfaces and fold marks, they  seem to <strong>embrace the spirit of the handmade</strong>. But ironically, they’re often the complete opposite: computer-generated effects or Photoshop brushes.</p>
<p>Possible explanations for the widespread use of textures include a  yearning for tactile media (especially considering the emergence of  touchscreens) or envy towards print designers, who have a much richer  palette of materials and surfaces to play with.</p>
<p><img title="Textures" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/textures.jpg" alt="Collage of interfaces with textures" /><br />
<em></em></p>
<h4>Letterpress</h4>
<p>A <a href="http://www.smashingmagazine.com/2009/01/14/web-design-trends-for-2009/">Smashing Magazine article from 2009</a> outlined  letterpress as one of the emerging trends of the year and, boy, were  they right. The simple effect has gone from strength to strength and is <strong>now a household technique</strong> for sprucing up typography online. A relatively harmless symptom,  letterpress might also have infected designers through other digital  interfaces, such as operating systems and games, as early as the turn of  the millennium, indicating a very long incubation period.</p>
<p>Scientists disagree over whether the incubation period is due to the  infection needing a critical mass before emerging from dormancy or  whether the infection simply needed the right conditions — CSS3 text  shadows, to be specific — for symptoms to appear.</p>
<p><img title="Letterpress" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/letterpress.jpg" alt="Collage of interfaces with letterpress" /><br />
<em></em></p>
<h4>19th-Century Illustration</h4>
<p>After being released from copyright quarantine, this symptom,  favoured by fashionable ladies and gentlemen, was nearly eliminated  during the last epidemic due to its inability to cope well with gloss  and shine. But in this new <strong>vintage-friendly environment</strong>,  it has found its way back into our visual repertoire. For better or  worse, the 19th-century illustration will most likely hang around for a  while, emerging stronger from time to time like a flu virus.</p>
<p><img title="19th Century Illustration" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/illustration.jpg" alt="Collage of interfaces with 19th century illustrations" /><br />
<em></em></p>
<h4>Muted Tones</h4>
<p>After a long period of vibrancy, the average online color scheme  seems to have been somewhat desaturated across the board. We’re <strong>seeing widespread use</strong> of browns, earthy greens and mustards and a general leaning towards  “impure” colors, although this is generally thought to be a minor  symptom of the epidemic. Some scientists will even argue that muted  tones are, in fact, not a symptom themselves but rather a side effect of  other symptoms, in the way that sweating is a natural response to a  fever.</p>
<p><img title="Muted colours" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/muted.jpg" alt="Collage of interfaces with muted colours" /><br />
<em></em></p>
<h4>Justified or Centered Typography (JCT)</h4>
<p>This symptom is nothing new; in fact, it was pretty much the standard  for the first 500 years of typography, until Tschichold and the New  Typography showed up and quarantined it on the grounds that it was old  fashioned, difficult to read and inefficient. Although we’re not sure at  this point, this link with history might be what has made JCT reappear  so vigorously under the umbrella of vintage symptoms. We do know that  overall reading habits among humans have not changed in recent years  (most Westerners still read left to right), and there is no plausible  argument that JCT improves legibility; so, whatever the cause of the  outbreak, we know it’s <strong>rooted in subjective emotion</strong> rather than rational thought.</p>
<p><img title="Justified or centered typography" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/jct.jpg" alt="Collage of interfaces with justified or centered typography" /><br />
<em></em></p>
<h4>Circular Script Logotypes (SCL)</h4>
<p>A circle is a basic shape and, in isolation, is no more a symptom of  an epidemic than a triangle. However, if you repeat enough triangles in a  line, you get a zigzag. Similarly, if you include a circle in your  logotype, you end up with a circular logotype. And if that logotype  happens to be set in a script font, you’ll get — that’s right! — a  Circular Script Logotype (SCL). Not that SCL is lethal or anything, but  it is relatively contagious and can be highly detrimental when enough  hosts have been infected.</p>
<p><img title="Circular script logos" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/csl.jpg" alt="Collage of circular script logos" /><br />
<em></em></p>
<h4>Skeuomorphic Features</h4>
<p>Skeuomorphic features — i.e. ornamentation or design features on an  object that are copied from the object’s form in another medium — are  rife, particularly in mobile applications, and this symptom is one of  the defining indicators of the epidemic. Possibly a mutant cancerous  strain of mildly skeuomorphic features such as stitches and letterpress,  it can sometimes grow to overtake an entire interface, bloating it with  <strong>redundant visual references</strong> to physical objects and  materials. However, due to the labor involved in preparing the graphics  and the heavy reliance on image resources, some researchers argue that  we’re unlikely to see full-blown skeuomorphism dominate our desktop  browsers any time soon.</p>
<p>In fact, most scientists regard the phenomenon as a curiosity and  predict that some virtual metaphors for physical attributes will prove  useful (as tabs have) and some won’t. Interestingly, while Apple has  embraced and continues to pioneer the technique, Google seems to some  degree to resist the urge to mimic physical reality in its interfaces.  Perhaps it has developed a vaccine?</p>
<p><img title="Skeuopmorphic" src="http://media.smashingmagazine.com/wp-content/uploads/2012/01/skeuomorphic.jpg" alt="Collage of skeuomorphic interface elements" /><br />
<em></em></p>
<h3>How Did It Start?</h3>
<p>Pinpointing the epicentre of a design epidemic (read: trend) is  always hard, especially given the myriad of symptoms and the contagious  nature of the Internet. Identifying Patient Zero is virtually  impossible, and, to be pragmatic, doing so would serve no purpose. What  we <em>can</em> say is that we’re most likely experiencing a reaction to  the Web 2.0 aesthetic — a craving for textured surfaces and retro  imagery, something tactile and natural-looking, as an antidote to the  shiny impersonality of the past — and that this is both <strong>healthy and necessary</strong> for <a href="http://www.smashingmagazine.com/2011/03/21/dear-web-design-community-where-have-you-gone/">pushing the design industry forward</a>.  Whatever the sources of trends, they often start with applying smart  design to solve a particular problem or, indeed, to counter another  trend.</p>
<p>Let’s say that everyone used sans-serif fonts, strong contrasting  colors and crisp white backgrounds as a rule. Imagine, in this  environment, if a designer went against the grain by using Clarendon or  some other warm serif to infuse some personality into their website  (which happens to be selling “Grandma’s homemade jam”), and then  complemented the personality of their font selection with earthy colors  and some brown paper textures. The result would inevitably stand out  from the crowd: beautiful, emotional, <em>different</em>.</p>
<p>Incidentally, this aesthetic inspires another designer who happens to  be working on a website with a global audience, exposing the new  approach to a whole generation of designers who, in turn, apply it at  will (often without considering the context). A trend is born. And yet,  paradoxically, the potency of the epidemic is under constant threat. The  more people get infected, the less differentiated the symptoms appear;  and once the infection reaches a critical mass, the symptoms begin to  work against themselves. Infusing personality into your visuals is  meaningless if everything looks the same.</p>
<h3>Is It Dangerous?</h3>
<p>In today’s open collaborative world, avoiding an epidemic of this  scale is difficult; so, in a sense, everyone is affected to some degree.  The symptoms listed above are not restricted to small-scale  up-and-coming designers, but affect even the elite of the design  community. This means that even though some symptoms are harmless — like  a light fever or a runny nose from a flu infection — the viral  onslaught of trendy features puts constant pressure on our immune system  to protect our creativity, and staying vigilant is important to  maintaining a healthy dose of original thought.</p>
<p>If you’re displaying a handful of symptoms, it’s really nothing to  worry about — catching a cold that’s going around is not hard, but  recovering from it is also easy. If, on the other hand, you display most  or all of these symptoms, then there’s reason to be extra cautious in  your next project. Using all of a trend’s identifiers as cornerstones of  your work might make your portfolio look oh so contemporary, but in a  way this practice is no different than passing off the work of your  favorite designer, artist or musician as your own. Granted, symptoms  with no identifiable origin are not protected by copyright, but that’s  beside the point — you should be worried not about legal implications,  but rather about the <strong>creative integrity of your output</strong>.  The danger is not only that your work will be seen as a passing fad, a  popular aesthetic that will look dated in a couple of years’ time, but  that you will lose the respect of your peers when they catch on to you.</p>
<p>While <a href="http://www.todayandtomorrow.net/2009/01/21/nothing-is-original/">nothing is original</a>, we all need to respect the difference between <a href="http://www.jessicahische.is/obsessedwiththeinternet/andbeingresponsivelyinspired/inspiration-vs-imitation-2">inspiration and imitation</a>.  As Jean Luc Goddard said, “It’s not where you take things from — it’s  where you take them to.” And if you don’t take them anywhere, what’s the  point?</p>
<p>Worse perhaps than the loss of respect and integrity is the effect  that epidemics have on clients and, in turn, the design community as a  whole. The more designers are infected and the more symptoms they show  of the same disease, the less your clients will believe that you’re  capable of solving real business problems. Eventually they’ll exclude  you from the early stages (where all the real design thinking takes  place) and employ your services merely to skin their wireframes, in the  process reducing the whole profession to an army of decorators.</p>
<h3>What Can You Do About It?</h3>
<p>Now that we’ve seen how detrimental trends can be, how does one avoid  them? Is this even possible? Trends, by definition, are popular, and  arguably nothing is wrong with tapping into that popularity to increase  the exposure of your product. Convincing a client to accept a design  that is off-trend can be difficult, and you run the risk of alienating  the audience by going completely against the trend just for the sake of  it. On the other hand, blindly following others is never a good idea,  and you could severely stifle your creativity, integrity and client base  by accepting what’s “in” as a given and copying it without purpose.</p>
<p>So, what’s the right thing to do? <strong>Trends are intrinsic to our society</strong>,  whether in politics, culture, design or even religion, and as the  consensus sways in one direction or another, so will your opinion (or  “taste”) — to some degree, at least. Alas, avoiding trends altogether  seems an impossible and pointless undertaking, but that doesn’t leave  you powerless. In fact, you can do a host of things to combat the  lemming syndrome.</p>
<h4>Ask Why</h4>
<p>Always question your design decisions (and make sure they are your  own), and keep asking the magic question, Why am I doing this? Am I  doing this simply because it looks cool or because it suits the message  I’m trying to communicate? Why am I using this ribbon? Does the zigzag  border add to or detract from the personality of the website? What does  this leather texture have to do with the finance app I’m designing? The  moment you stop asking questions, you fall prey to the epidemic.</p>
<h4>Put Some Effort In</h4>
<p>In his article “<a href="http://www.smashingmagazine.com/2010/04/08/the-dying-art-of-design/">The Dying Art of Design</a>” Francisco Inchauste asserts, among other things, that <strong>inspiration requires perspiration</strong>, and  I couldn’t agree more. I was lucky enough to attend a college where no  computers were allowed in the first year, which meant we had to use  physical tools to express ourselves — tracing letters by hand, drawing  our photography, stocking up on Pantone pens (remember those?), abusing  the copier. Not only did our creativity grow, but we learned an  important lesson: good design is not effortless, and the best results  come from your own experimentation.</p>
<h4>Try Something Different</h4>
<p>Remember that being distinctive is, for the most part, a good thing.  Most great artists in history, regardless of their field, stood out  enough for the world to take notice. Who painted melting clocks before  Dali? Who would have thought to build a huge wall on stage before Pink  Floyd? While mimicking what’s popular might be comfortable and might  secure short-term victories, long-term success requires a unique,  memorable approach.</p>
<h4>Diversify Your Inspiration</h4>
<p>In order to remain creative, staying curious and looking for  inspiration all around you is crucial, not just in the latest showcase  of fashionable WordPress themes. Read a book, perform a scientific  experiment, listen to music you haven’t heard before, walk through a new  neighborhood, or experience a foreign culture. Widening your horizons  beyond your favorite websites and finding more than one source of  inspiration is critical to making original, lasting designs.</p>
<h4>Focus on the Basics</h4>
<p>Finally and most importantly, study the underlying principles of  design in order to understand what is and isn’t defined by style. Grid  systems, contrast, legibility, juxtaposing imagery, well-written copy —  these are the key components of successful design, yet they are entirely  independent of fads and styles.</p>
<p>At the end of the day, design is not so much about style as <strong>it is about communication</strong>,  and all style, imagery and typography should be inspired by the  content, functionality and personality of the product, not by what  simply looks cool at the moment.</p>
<p>No matter how <a href="http://retinart.net/creativity/tomorrows-cool/">cool</a> something looks, it too shall pass.</p>
<p>From: <a href="http://uxdesign.smashingmagazine.com/2012/03/15/symptoms-of-epidemic-web-design-trends/">http://uxdesign.smashingmagazine.com/2012/03/15/symptoms-of-epidemic-web-design-trends/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/epidemic-of-web-design-trends-in-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appropriate Navigation in Portfolio Websites Leads to Beautiful User Experience</title>
		<link>http://www.dhtml-menu-builder.com/blog/appropriate-navigation-in-portfolio-websites-leads-to-beautiful-user-experience/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/appropriate-navigation-in-portfolio-websites-leads-to-beautiful-user-experience/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 09:20:47 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[design menu]]></category>
		<category><![CDATA[menu showcase]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web menu]]></category>
		<category><![CDATA[web navigation]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1239</guid>
		<description><![CDATA[Scientific and user-friendly website navigation is an art to guide your readers around the site to easily and fast get the information they want. The website navigation is one of the key element to decide the quality of user experience in your site, and bad experience may cause high bounce rate and let visitors lost....<a href="http://www.dhtml-menu-builder.com/blog/appropriate-navigation-in-portfolio-websites-leads-to-beautiful-user-experience/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Scientific and user-friendly website navigation is an art to guide your  readers around the site to easily and fast get the information they  want. The website navigation is one of the key element to decide the quality of user experience in your site, and bad experience may cause high bounce rate and let visitors lost.</p>
<p>In this article, I’ll be analyzing the navigation elements of a particular  category of websites, i.e. <strong>portfolios</strong>. Why portfolios, you ask?  Because they represent an interesting blend of creativity and development  techniques. As they offer an intriguing user interface and interaction, this  often borderlines with what is ultimately defined as an enjoyable user  experience. Should aesthetics, originality and creativity come at the expense of  usability? Can they reside on the same website in harmony?</p>
<p><img title="Portfolio Navigation Main Image" src="http://media.smashingmagazine.com/wp-content/uploads/2012/02/Portfolio-Navigation-Main-Image.jpg" alt="Portfolio Navigation Main Image" width="531" height="352" /><span id="more-1239"></span></p>
<p>These themes will be explored through a brief analysis of eight portfolio  websites, carefully selected by the Smashing Team and, well, scrutinized by me!  My critique will encompass a blend of usability and user experience guidelines,  as well as personal opinion based on my experience. Please feel free to provide  your opinion in the comment section beneath this article. Also, kindly note that  the websites are presented in no particular order.</p>
<h3><a href="http://wadach.com/">Dawid Wadach</a></h3>
<p>My first impression of Dawid Wadach’s website was  “Whoa! Mine-sweeping! That’s surely not good usability!” For those of you who  are not aware of the meaning of the term “mine-sweeping”, it refers to the the  action of moving the mouse pointer over screen components (usually images) to  reveal links. Although children like to mine-sweep in order to find links, both  <a title="Usability of Websites for Teenagers" href="http://www.useit.com/alertbox/teenagers.html">teenagers and adults hate  it</a><sup> 1</sup>.</p>
<p><a href="http://wadach.com/"><img title="Dawid Wadach" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/dawid-wadach-frontpage.jpg" alt="Dawid Wadach" /></a><sup> 2</sup><br />
<em>The apparent absence  of navigation is the first noticeable thing on <a href="http://wadach.com/">wadach.com</a><sup> 3</sup>.</em></p>
<p>It was only after stopping to read what I was randomly and rapidly uncovering  with my mouse that I actually noticed that the hidden parts contained the  portfolio of websites designed by Wadach. At this point I sat back and started  looking for the website’s navigation.</p>
<p><a href="http://wadach.com/"><img title="Dawid Wadach" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/dawid-wadach-frontpage2.jpg" alt="Dawid Wadach" /></a><sup> 4</sup><br />
<em>Hovering over the white area uncovers some of  the projects undertaken by Wadach.</em></p>
<p>To be fair with Dawid, the menu is indeed visible as it’s located in the form  of a button right next to his logo. My criticism towards this implementation is  that after hovering over this button, I expected it to automatically show all  the menu options. This was particularly true because there was no visible change  in the menu button, nor on my mouse pointer when I hovered over it. Indeed, you  need to click on the menu button in order to be provided with the main  navigational elements.</p>
<p>That, in my opinion, is not good practice, and I feel that the main menu  could have very easily been rendered visible at all times without altering the  visual element of the website. Indeed, that is what Dawid did, although he  wrongly placed it in the website’s footer.</p>
<p><a href="http://wadach.com/"><img title="Dawid Wadach" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/dawid-wadach-frontpage3.jpg" alt="Dawid Wadach" /></a><sup> 5</sup><br />
<em>The main navigation menu on Dawid Wadach’s  website.</em></p>
<p>On a more positive note, with regards to the hover effects of the main menu,  they are very clear. The font itself is large and contrasts very well with the  semi-transparent black background. The website also includes utility navigation  at the top left hand corner, which is a good location for such navigation. It  also includes features to share the website via social networks and to remove  the mine-sweeping effect at the bottom left and bottom right hand corners.</p>
<p>Ironically, the links to all these features contain a hover effect on  mouse-over (unlike the main menu button), which is a good usability practice.  Additionally, the designer opted to change the user interface of the browser’s  scrolling. In general, this is not a good usability practice, as it makes it  harder for the user to locate and use the scroll. However, in this case the  change was only done for aesthetic purposes, and the scroll interface does look  like and behave like users would expect it to.</p>
<h5>Conclusion</h5>
<p>In conclusion, I feel that from a design and development perspective, the  website is very well implemented. It makes great use of HTML5, CSS3 and  JavaScript to provide a smooth and pleasant user experience. It is minimalistic  and clean, so the user is not overwhelmed with clutter. From a usability  perspective, though, I think that slight improvements to the  navigation—especially making the main navigation visible at all times—will  result in greatly improving the overall user experience, without affecting the  whole look of the website.</p>
<h3><a href="http://www.vorsteher.com/">Harry  Vorsteher</a></h3>
<p>When you’re greeted by a Flash animation explaining to you how to use the  navigation (before actually seeing the website itself), well, it’s not a good  sign. I personally think that the majority of users would do the same as I have,  and close this animation before trying to understand what was being  explained.</p>
<p>Users have become accustomed to certain conventions and are never eager to  divert from the way they expect things to look and behave. Therefore,  introducing a new, complex navigation mechanism was not a very good choice from  the website’s designers (from a usability point of view).</p>
<p><a href="http://www.vorsteher.com/"><img title="Harry Vorsteher" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/vorsteher1.jpg" alt="Harry Vorsteher" /></a><sup> 6</sup><br />
<em>The website greets its visitors with an  animation explaining how to operate the navigation.</em></p>
<p>Upon closing this animation, users are greeted with two groups of navigation  links, presumably linking to photo galleries. The reason why they were grouped  in this way is not apparent until one clicks and drags the big wheel that lies  at the center of the page. Depending on whether you opt to turn it clockwise or  counterclockwise, this will scroll the photos to the right, or to the left,  respectively.</p>
<p><a href="http://www.vorsteher.com/"><img title="Harry Vorsteher" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/vorsteher2.jpg" alt="Harry Vorsteher" /></a><sup> 7</sup><br />
<em>The wheel mechanism that needs to be mastered  in order to navigate through the website.</em></p>
<p>Provided that you notice and understand how to work the wheel navigation—as  well as clicking on any of the categories as a means to see the photos in  thumbnail format—navigation is painful, but bearable. But the excruciating pain  comes when you opt to click on any of the thumbnails to see the large version of  the photos.</p>
<p>The website background changes from light grey to a darker shade of grey, the  photo occupies a large portion of the screen, and the navigation disappears. The  mouse cursor also changes to a “left arrow” when you are close to the left-hand  side of the screen, a “right arrow” if you are at the right-hand side, and a  cross with the words “close” if you are at the very center.</p>
<p>This will enable you to see the previous photo, go to the next photo or close  the current photo respectively. Unfortunately for the user, there is too much  movement with the mouse cursor changing shape, the photo moving along the y-axis  (depending on the mouse location), and an irritating pre-loader for every mouse  click.</p>
<p><a href="http://www.vorsteher.com/"><img title="Harry Vorsteher" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/vorsteher3.jpg" alt="Harry Vorsteher" /></a><sup> 8</sup><br />
<em>Horizontal and vertical scrolling (without  scroll bars) is essential for viewing each image.</em></p>
<p>Moreover, if the user opts to click on the full-screen option, this removes  the browser’s chrome, and further complicates navigation. In my opinion, this  website basically sums up why Flash has been branded as evil amongst all  usability and user experience professionals.</p>
<h5>Conclusion</h5>
<p>To sum it up, the user interface and the photos present in this website are  truly nice and inspiring, as is the capability of the Flash developer. The  navigation itself is very interesting and complex to develop. Thus, from a  design and development perspective, the website is truly one to admire. However,  I personally think this website is a usability nightmare, and it will inevitably  lead to user frustration.</p>
<blockquote><p>Because of its flexibility, Flash allows room for abuse. Unfortunately,  several designers are more concerned with showing off their expertise rather  than focusing on the user.</p></blockquote>
<p>I am not particularly fond of the choice of using Flash instead of JavaScript  libraries to create the animations for the galleries. Without resorting to  recommending a re-design of the entire website, I think that some quick fixes  would be to create a conventional menu which could be visible on every page of  the screen.</p>
<p>Also, the photos in the galleries themselves should be re-sized to occupy  100% of the screen size (vertically and horizontally), thus removing the need  for the users to scroll in order to see the full image. Finally, the images  should be of a lesser resolution so as to minimize their loading time (and quite  possibly remove the need for a pre-loader to appear for such a lengthy time as  each image loads).</p>
<h3><a href="http://www.jlern.com/">Justin  Lerner</a></h3>
<p>I love Justin Lerner’s navigation (and yes, it just happens that he also has  an awesome name as well!). Joking aside, I think this website proves that  usability can indeed be aesthetically pleasing. The main menu is conveniently  and prominently placed horizontally, just below the logo. This is the exact  place where users are most likely to search for it. It contains just five items,  each of which corresponds to the five sections of the website. The font is large  and visible, and each menu item changes color on hover.</p>
<p><a href="http://www.jlern.com/"><img title="Justin Lerner" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jlern1.jpg" alt="Justin Lerner" /></a><sup> 9</sup><br />
<em>This website adopts a grid approach so as to  facilitate navigation.</em></p>
<p>Interesting too is the fact that the content belonging to each category is  rendered more visible on mouse-over whilst highlighting the menu item to which  that category belongs. When clicking the menu item or section, it expands in  order to show the full content of that section. This implementation enables all  of the website to be visible on a single page without cluttering the user  interface.</p>
<p><a href="http://www.jlern.com/"><img title="Justin Lerner" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jlern2.jpg" alt="Justin Lerner" /></a><sup> 10</sup><br />
<em>The selected section takes center stage by  expanding over the inactive ones. It is also highlighted in the second menu at  the top.</em></p>
<p>What I am not entirely convinced of with this website is the need for the  duplicate menu that resides just above the main menu. From an aesthetic  perspective, it is modern and blends in very well with the overall look and feel  of the website. However, from a usability perspective, having two menus with the  same content usually confuses users as they try to click on the same-named  section in both menus to see if it’s loading any different content.</p>
<p>Still, in this particular case, the smaller menu is  doubling up as a sort of breadcrumb in order to show users which section they  are currently viewing. Yet again, breadcrumbs have their own, <a title="12 Effective Guidelines For Breadcrumb Usability And SEO - Justin Mifsud (UsabilityGeek(" href="http://usabilitygeek.com/12-effective-guidelines-for-breadcrumb-usability-and-seo/">specific  usability guidelines</a><sup> 11</sup>, and it is recommended  that they are adhered to.</p>
<p><a href="http://www.jlern.com/"><img title="Justin Lerner" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jlern3.jpg" alt="Justin Lerner" /></a><sup> 12</sup><br />
<em>The secondary menu (brown) replicates the same  items as the main menu (grey).</em></p>
<h5>Conclusion</h5>
<p>In general, I feel the designer here did a great job in blending great design  practices and good coding techniques to provide an aesthetically pleasing (and  generally usable) website. Slight modifications can be introduced to improve the  usability without adversely affecting the design, such as removing the duplicate  menu and replacing it with a breadcrumb trail (although I seriously doubt that a  breadcrumb trail is needed).</p>
<p>Additionally, the website would be better off from a usability perspective if  more white space is introduced and the typography is more contrasting, since one  needs to hover over the content in order to distinguish it well from its  background.</p>
<h3><a href="http://www.sheltonfleming.co.uk/">Shelton  Fleming</a></h3>
<p>My experience with the Shelton Fleming website was very particular as it  started off on a bad note, but quickly transformed into a most enjoyable one as  I browsed through it. What ticked me off initially was the first screen that  greets you when visiting the website; this consists of a yellow box containing  the word “Ideas” in grey, and a grey box placed next to it containing the word  “Experience” in yellow.</p>
<p><a href="http://www.sheltonfleming.co.uk/"><img title="Shelton Fleming" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/sheltonfleming1.jpg" alt="Shelton Fleming" /></a><sup> 13</sup><br />
<em>Visitors are greeted with a splash page-like  screen that fails to explain the brand identity in an obvious way.</em></p>
<p>The apparent lack of navigational elements  frustrated me because I mistook this page with a splash page (which is a big  no-no in usability since <a title="Splash Pages: Do We Really Need Them? - Sven Lennartz (Smashing Magazine)" href="http://uxdesign.smashingmagazine.com/2007/10/11/splash-pages-do-we-really-need-them/">users  can’t stand them</a><sup> 14</sup>). It is only when revisiting  this page (after spending some more time on the website) that I noticed that the  conversion of ideas into experience is actually the company’s tag line. Viewed  from this perspective, this makes sense from a user experience perspective, as  it emphasizes the company’s branding.</p>
<p><a href="http://www.sheltonfleming.co.uk/"><img title="Shelton Fleming" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/sheltonfleming2.jpg" alt="Shelton Fleming" /></a><sup> 15</sup><br />
<em>The website’s hierarchy and navigation is  clearly indicated through imagery and normal conventions such as  highlighting.</em></p>
<p>In fact, the concept of “Ideas” and “Experience” dictates the website  navigation—each section resides at opposing ends of the screen along the  horizontal plane. Hovering over each of the two sections reveals a vertical side  menu with intuitively-named, visible menu items. Good usability practice is also  implemented through the changing of the menu text on hover.</p>
<p>Also, the arrow that appears on hover is a good indication to the user that  the content of each menu item will be displayed right next to it—something which  actually happens when clicking on the menu items.</p>
<p><a href="http://www.sheltonfleming.co.uk/"><img title="Shelton Fleming" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/sheltonfleming3.jpg" alt="Shelton Fleming" /></a><sup> 16</sup><br />
<em>Color is also effectively used to indicate  hierarchy and navigation options.</em></p>
<h5>Conclusion</h5>
<p>Consistent and intuitive navigation, large sans-serif fonts contrasting  sharply with their background, unobtrusive imagery, and ample use of white space  makes navigating through this website an enjoyable experience. Still, I would  recommend removing the splash page-like design that is set up to greet visitors.  It offers very little information about how it should be interpreted. Moreover,  there is a very strong branding element throughout the website—thus eliciting  very little need to have a page at the beginning that risks irritating  users.</p>
<h3><a href="http://www.chris-wang.com/">Chris  Wang</a></h3>
<p>This website prominently revolves around the projects that Chris Wang has  undertaken. In fact, the first thing that one sees is a list of project titles  and accompanying icons that open up in an accordion style when clicked on  (revealing a gallery of images related to the project in question).</p>
<p><a href="http://www.chris-wang.com/"><img title="Chris Wang" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/chris-wang1.jpg" alt="Chris Wang" /></a><sup> 17</sup><br />
<em>At first glance it’s not immediately evident  that this is a list of projects undertaken.</em></p>
<p>The project titles have a sleek orange transition on mouse hover which  indicates that they are clickable. One point of criticism would be that the list  of projects is not immediately evident as to what they are—the word projects  next to the first listed item is a grey barely lighter than the background.</p>
<p><a href="http://www.chris-wang.com/"><img title="Chris Wang" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/chris-wang2.jpg" alt="Chris Wang" /></a><sup> 18</sup><br />
<em>The accordion effect is coupled with a  horizontal gallery of the project being viewed.</em></p>
<p>Additionally, the website offers a handy keyboard navigation mechanism that  uses arrow keys to enable rapid (albeit sequential) browsing of the  projects.</p>
<p><a href="http://www.chris-wang.com/"><img title="Chris Wang" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/chris-wang3.jpg" alt="Chris Wang" /></a><sup> 19</sup><br />
<em>A horizontal dark yellow fill is used to  indicate what is clickable.</em></p>
<h5>Conclusion</h5>
<p>Overall, the navigation is quite intuitive. It is relatively easy to switch  from one project to another, and to drill down to see more screenshots from the  same projects. One aspect that can be improved is the ability to close a project  after viewing it, since a project always needs to be open at any given point in  time. Although this first project will be replaced by clicking on a new one, the  project currently being viewed takes up precious real estate that would be  better used by showing the list of projects.</p>
<h3><a href="http://jtcdesign.com/">Jessica  Caldwell</a></h3>
<p>This website makes extensive use of mine-sweeping for the purpose of  navigating, effectively breaking all navigation usability conventions. In a  desperate attempt to find information about the owner of the website, I scrolled  below the fold and located the footer which contains a list of non-clickable  items grouped under the titles “Agencies” and “Brands”. The only links in the  footer are those for social media and portfolio websites of the website owner  (all of which link to external websites).</p>
<p><a href="http://jtcdesign.com/"><img title="Jessica Caldwell" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jess-caldwell1.jpg" alt="Jessica Caldwell" /></a><sup> 20</sup><br />
<em>Navigation in this website is only visible on  mouse hover.</em></p>
<p>Defying the odds that a user would still attempt to browse the website at  this point, I decided to mine-sweep each diamond present in the home page in  order to locate basic information (such as a biography of the author and contact  details). It is at this point that I noticed that the diamonds contain both  items that would be classified as projects done by the author, as well as the  website information that I was looking for. In a typical mine-sweeping  implementation, there is no apparent hint as to which diamond holds which  information.</p>
<p><a href="http://jtcdesign.com/"><img title="Jessica Caldwell" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jess-caldwell2.jpg" alt="Jessica Caldwell" /></a><sup> 21</sup><br />
<em>One of the projects uncovered by hovering over  the diamond shapes.</em></p>
<p>Clicking on any of the items in the diamonds results in the content being  loaded inside all the other diamonds, with the navigation retaining its place on  the same diamonds. From a visual perspective, the result is quite appealing.  However, this does not improve the usability in any way.</p>
<p><a href="http://jtcdesign.com/"><img title="Jessica Caldwell" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/jess-caldwell3.jpg" alt="Jessica Caldwell" /></a><sup> 22</sup><br />
<em>Clicking on any of the navigation items opens  content in the same diamonds used for navigating.</em></p>
<h5>Conclusion</h5>
<p>The website offers plenty of white space—something that generally is good for  usability. Aesthetically, it’s also very pleasing. Thus, in my opinion to  improve the usability, the main focus should be on improving the navigation by  placing a conventional menu in the top part of the website (maybe repositioning  the logo towards the top left-hand side) and placing a simple menu to its  right.</p>
<p>The diamond design for displaying content can be retained, as I think it  effectively contributes towards the identity of the author. Still, I would make  it occupy less vertical space so that the footer (or at least the top part of  it) is visible above the fold. In this way, users will notice that the website  contains a footer.</p>
<p>Whether or not to include clickable links inside the footer is something that  the author ultimately needs to decide—replicating the top navigation inside the  footer is never a good idea. However, converting the items inside the footer  into useful, deep links (perhaps to specific projects that highlight the  capabilities of the author) will help.</p>
<h3><a href="http://www.mccormackmorrison.com/">McCormack &amp; Morrison</a></h3>
<p>I personally think that with this portfolio website, the design agency  McCormack &amp; Morrison have done an excellent job translating their slogan  “Good Old Fashioned New Media” into a visual experience. Indeed, the website has  a strong brand identity and an almost retro feel, with powerful, bold  typography.</p>
<p>The only links in the home page are the logo and an “About Us” link,  correctly located at the top left and top right hand corners, respectively.  Although the “About Us” link is disguised as a speech bubble icon, it makes use  of the title tag so that it displays the text “About McCormack &amp; Morrison”  on hover.</p>
<p><a href="http://www.mccormackmorrison.com/"><img title="McCormack &amp; Morrison" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mccormackmorrison1.jpg" alt="McCormack &amp; Morrison" /></a><sup> 23</sup><br />
<em>The company’s tag line is used to create a  strong brand identity to greet its visitors.</em></p>
<p>Perhaps less optimally located (although at least above the fold) is the “Our  Work” button at the bottom right hand corner. I say “perhaps” because I wouldn’t  classify this placement as a usability failure, since some people will actually  look just above the fold of the website in order to locate a footer. Also, the  link is in the form of a button—which in itself encourages users to click on it.  Missing this button would really be a pity, because this is when you would  realize that the website is indeed a one page website—it scrolls vertically to  reveal projects undertaken by the agency, and horizontally to see more  screenshots of the same project.</p>
<p><a href="http://www.mccormackmorrison.com/"><img title="McCormack &amp; Morrison" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mccormackmorrison2.jpg" alt="McCormack &amp; Morrison" /></a><sup> 24</sup><br />
<em>The projects can be viewed either by using the  arrow keys or the navigation at the bottom of the website.</em></p>
<p>When viewing these projects, the “our work” button is replaced by arrow  buttons that facilitate the browsing of each project. Although it is not  mentioned on the website (which is a pity, really), the fact is that you can  easily navigate through the projects using the keyboards’ arrow keys. This  enables a very pleasant, yet rapid navigation. Another usability plus is that  the website effectively makes use of the screen’s full width.</p>
<p><a href="http://www.mccormackmorrison.com/"><img title="McCormack &amp; Morrison" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/mccormackmorrison3.jpg" alt="McCormack &amp; Morrison" /></a><sup> 25</sup><br />
<em>The company devotes a lot of importance to  branding—hence the reason why each project starts off with the client’s  logo.</em></p>
<h5>Conclusion</h5>
<p>In my opinion, McCormack &amp; Morrison got most of their usability right.  What I would introduce would be the ability to navigate through the projects in  a non-sequential manner. While this isn’t a major issue with this website (as it  only has four projects), it would be very tedious to have to go through a number  of projects in order to reach the one that is interesting to the user visiting  the website. Another issue is that there is no hint as to what project will be  viewed next without actually having to visit each and every project.</p>
<h3><a href="http://www.moka.tv/">Moka</a></h3>
<p>Argentinian design agency Moka is well aware that its website will attract  potential South American, Spanish speaking clients. So instead of offering the  standard language changing mechanisms, it makes use of its website visitors’ IP  address in order to provide the site in English or Spanish—depending on their  location. In fact, manually changing the “<code>/?lang=en</code>” parameter in  the URL to “<code>/?lang=es</code>” will yield the Spanish version of their  website—this is good usability.</p>
<p><a href="http://www.moka.tv/"><img title="Moka" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/moka-agency1.jpg" alt="Moka" /></a><sup> 26</sup><br />
<em>With an apparent lack of visible navigation,  this website had to include navigation instructions at the bottom left  side.</em></p>
<p>However, I would still provide a mechanism for users to know that the website  is being shown in this language specifically for them, and provide a facility to  change it to select other languages. This is because the user may be visiting  the website using a device that is not theirs. Additionally, they may feel more  familiar with one of the other languages that the website offers.</p>
<p><a href="http://www.moka.tv/"><img title="Moka" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/moka-agency2.jpg" alt="Moka" /></a><sup> 27</sup><br />
<em>Samples of each project are rendered using the  full size of the screen.</em></p>
<p>Back to navigation. The first thing that you’re greeted with is an abstract  design along with the Moka tag-line. Having the company’s tag-line and logo  prominently displayed is always good usability practice, because it informs your  visitors what website they are visiting. But there is no apparent menu on the  website.</p>
<p>Navigation becomes visible in the form of arrows that appear at both ends of  the abstract design when one hovers over it. Implementing the website’s  navigation in the form of mine-sweeping is never a good usability practice. To  give credit to Moka, they do include instructions on how to navigate their  website at the bottom left hand corner of the screen.</p>
<p>However, due to the placement (as well as the low-contrast the text has with  the background), this is not immediately visible. Then again, if navigation is  intuitive, one would not need to provide such instructions.</p>
<p>Clicking the navigation arrows enables the user to browse in a sequential  manner through a number of projects undertaken by the company. As previously  mentioned, the problem with this type of navigation is that the user needs to go  through projects in a sequential manner without getting a hint of what the next  project will show.</p>
<p>Also, the project description is barely visible, as it is located at the  bottom left-hand corner of the screen. If the user fails to see it, then they  will not be able to understand what they are seeing.</p>
<p><a href="http://www.moka.tv/"><img title="Moka" src="http://media.smashingmagazine.com/wp-content/uploads/2012/03/moka-agency3.jpg" alt="Moka" /></a><sup> 28</sup><br />
<em>On mouse-over, the logo doubles up to show the  “About Us” and contact information.</em></p>
<p>Another usability problem I found is that the logo breaks the convention of  being clickable in order to go back to the home page. Apart from the fact that  this practice is almost standard today, the website doesn’t offer any other  mechanism to go back to the home page other than having to go back sequentially  using the arrows.</p>
<p>This is something that is most likely to cause user frustration. Hovering  over the logo provides the “about us” and the company’s contact information—not  a bad idea in order to keep a clean user interface. However, it is not intuitive  enough, since users will normally hover over your logo in order to go back to  the home page.</p>
<h5>Conclusion</h5>
<p>To end on a more positive note, the website is clean, minimalist, provides  ample white space, and prominently shows the company’s portfolio—all of these  will provide a positive user experience. Introducing the ability to select which  projects to view (and to view them in a non-sequential manner) would by far  improve the user experience. Additionally, sticking to conventions such as  providing better mechanisms to go back to the home page, being able to view the  information about the company, and how to get in touch with them, would also be  beneficial.</p>
<h3>Final Thoughts</h3>
<p>Even through a brief analysis of these portfolios, it is evident that a  website can be usable while at the same time having a pleasant user interface.  While there is still room for even more interpretation, it’s clear that one  needs to be very careful to keep in mind that a website has one focus: enabling  its users to achieve their objectives—this is ultimately what usability is all  about.</p>
<p>In the case of portfolio websites, the users’ objectives may include knowing  more about the owner of the website, viewing the projects undertaken by that  owner, or contacting the owner. The objective to identify (as well as develop  and design) what needs to be achieved is a tough process—but also one that will  inevitably lead to a healthy return on its investment.</p>
<p>From: <a href="http://www.smashingmagazine.com/2012/03/26/an-analysis-navigation-portfolio-websites/">http://www.smashingmagazine.com/2012/03/26/an-analysis-navigation-portfolio-websites/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/appropriate-navigation-in-portfolio-websites-leads-to-beautiful-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>38 Creative Navigation Menu for Websites</title>
		<link>http://www.dhtml-menu-builder.com/blog/38-creative-navigation-menu-for-websites/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/38-creative-navigation-menu-for-websites/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 07:32:59 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[Menu Templates]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[javascript menu]]></category>
		<category><![CDATA[web menu]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1235</guid>
		<description><![CDATA[The navigation menu is the most important element for a website, either in appearance and usability. The web menu designers are trying their best to make the menu more appealing and functional for the visitors easily find what they want. A bad navigation menu will make the visitors feel lost in the site. Here I...<a href="http://www.dhtml-menu-builder.com/blog/38-creative-navigation-menu-for-websites/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>The navigation menu is the most important element for a website, either in appearance and usability. The web menu designers are trying their best to make the menu more appealing and functional for the visitors easily find what they want. A bad navigation menu will make the visitors feel lost in the site. Here I collect some creative website navigation menus for you to find some inspirations of making your own.</p>
<h3>Creative Flu</h3>
<p><a href="http://amandhingra.deviantart.com/art/Creative-Flu-73584635"><img src="http://www.designyourway.net/diverse/sitemenus/Creative_Flu_by_amandhingra.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 25" /><span id="more-1235"></span></a></p>
<h3>haardtline.de</h3>
<p><a href="http://www.haardtline.de/"><img src="http://www.designyourway.net/diverse/sitemenus/www_haardtline_de.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 4" /></a></p>
<h3>cappen.com</h3>
<p><a href="http://www.cappen.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_cappen_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 5" /></a></p>
<h3>teixido.co</h3>
<p><a href="http://teixido.co/"><img src="http://www.designyourway.net/diverse/sitemenus/teixido_co.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 6" /></a></p>
<h3>macaronibros.com</h3>
<p><a href="http://www.macaronibros.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_macaronibros_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 7" /></a></p>
<h3>toasteddigital.com</h3>
<p><a href="http://www.toasteddigital.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_toasteddigital_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 13" /></a></p>
<h3>redtiki.com.au</h3>
<p><a href="http://www.redtiki.com.au/"><img src="http://www.designyourway.net/diverse/sitemenus/www_redtiki_com_au.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 14" /></a></p>
<h3>mindwork3d.com</h3>
<p><a href="http://www.mindwork3d.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_mindwork3d_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 15" /></a></p>
<h3>next-motion.de</h3>
<p><a href="http://www.next-motion.de/"><img src="http://www.designyourway.net/diverse/sitemenus/www_next-motion_de.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 16" /></a></p>
<h3>pixelbaecker.de</h3>
<p><a href="http://www.pixelbaecker.de/"><img src="http://www.designyourway.net/diverse/sitemenus/www_pixelbaecker_de.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 17" /></a></p>
<h3>carbonmade.com</h3>
<p><a href="http://carbonmade.com/"><img src="http://www.designyourway.net/diverse/sitemenus/carbonmade_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 18" /></a></p>
<h3>girlgamer.com</h3>
<p><a href="http://www.girlgamer.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_girlgamer_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 19" /></a></p>
<h3>rastapenatal.com.br</h3>
<p><a href="http://www.rastapenatal.com.br/"><img src="http://www.designyourway.net/diverse/sitemenus/www_rastapenatal_com_br.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 20" /></a></p>
<h3>polaroid.com</h3>
<p><a href="http://polaroid.com/en/stream"><img src="http://www.designyourway.net/diverse/sitemenus/polaroid_com_en_stream.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 21" /></a></p>
<h3>Amoga designers</h3>
<p><a href="http://harm-less.deviantart.com/art/Amoga-designers-54779827"><img src="http://www.designyourway.net/diverse/sitemenus/Amoga_designers_by_Harm_Less.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 22" /></a></p>
<h3>AO5</h3>
<p><a href="http://ducoradini.deviantart.com/art/AO5-116862191"><img src="http://www.designyourway.net/diverse/sitemenus/AO5_by_ducoradini.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 23" /></a></p>
<h3>biznes.pl</h3>
<p><img src="http://www.designyourway.net/diverse/sitemenus/biznes_pl_by_Kwaku.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 24" /></p>
<h3>D’tal Spot</h3>
<p><a href="http://kwaku.deviantart.com/art/D-tal-Spot-36244149"><img src="http://www.designyourway.net/diverse/sitemenus/D__tal_Spot_by_Kwaku.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 26" /></a></p>
<h3>Some web</h3>
<p><a href="http://fedrick.deviantart.com/art/Some-Web-61158902"><img src="http://www.designyourway.net/diverse/sitemenus/f8bfe4e908bb8b28.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 27" /></a></p>
<h3>Final version</h3>
<p><img src="http://www.designyourway.net/diverse/sitemenus/Final_Version_by_d2neodesigner.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 28" /></p>
<h3>Garden first aid</h3>
<p><a href="http://t3t5uo.deviantart.com/art/garden-first-aid-114843707"><img src="http://www.designyourway.net/diverse/sitemenus/garden_first_aid_by_t3t5uo.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 29" /></a></p>
<h3>Give it studios</h3>
<p><a href="http://miko434.deviantart.com/art/Give-it-Studios-Site-99713064"><img src="http://www.designyourway.net/diverse/sitemenus/Give_it_Studios___________Site_by_miko434.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 30" /></a></p>
<h3>Harm Less Design</h3>
<p><img src="http://www.designyourway.net/diverse/sitemenus/Harm_Less_Design_by_Harm_Less.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 31" /></p>
<h3>Moodbase</h3>
<p><a href="http://sinthux.deviantart.com/art/Moodbase-134995636"><img src="http://www.designyourway.net/diverse/sitemenus/Moodbase_by_sinthux.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 32" /></a></p>
<h3>Portal video</h3>
<p><a href="http://pantherenoire92.deviantart.com/art/Portal-video-143729510"><img src="http://www.designyourway.net/diverse/sitemenus/Portal_video___training_by_PanthereNoire92.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 33" /></a></p>
<h3>Portfolio v2</h3>
<p><img src="http://www.designyourway.net/diverse/sitemenus/Portfolio_V2_by_amandhingra.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 34" /></p>
<h3>WeWorkForFree</h3>
<p><a href="http://sinthux.deviantart.com/art/WeWorkForFree-78168727"><img src="http://www.designyourway.net/diverse/sitemenus/WeWorkForFree_by_sinthux.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 35" /></a></p>
<h3>WPmonk</h3>
<p><a href="http://sinthux.deviantart.com/art/WPmonk-139762602"><img src="http://www.designyourway.net/diverse/sitemenus/WPmonk_by_sinthux.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 36" /></a></p>
<h3>X-Photo</h3>
<p><img src="http://www.designyourway.net/diverse/sitemenus/x_photo.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 37" /></p>
<h3>Zoom Club</h3>
<p><a href="http://fedrick.deviantart.com/art/ZooM-New-Club-from-Geocell-72028476"><img src="http://www.designyourway.net/diverse/sitemenus/ZooM___New_Club_from_Geocell_by_Fedrick.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 38" /></a></p>
<h3>Bullspot</h3>
<p><a href="http://dragoninteractive.com/portfolio/bullspot/"><img src="http://www.designyourway.net/diverse/sitemenus/dragoninteractive_com_portfolio_bullspot.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 1" /></a></p>
<h3>markhobbs.net</h3>
<p><a href="http://markhobbs.net/"><img src="http://www.designyourway.net/diverse/sitemenus/markhobbs_net.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 2" /></a></p>
<h3>netzbewegung.com</h3>
<p><a href="http://www.netzbewegung.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_netzbewegung_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 3" /></a></p>
<h3>twodesigners.be</h3>
<p><a href="http://www.twodesigners.be/"><img src="http://www.designyourway.net/diverse/sitemenus/www_twodesigners_be.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 8" /></a></p>
<h3>coullon.com</h3>
<p><a href="http://www.coullon.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_coullon_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 9" /></a></p>
<h3>keithcakes.com.au</h3>
<p><a href="http://www.keithcakes.com.au/"><img src="http://www.designyourway.net/diverse/sitemenus/www_keithcakes_com_au.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 10" /></a></p>
<h3>ch3mical.com</h3>
<p><a href="http://www.ch3mical.com/"><img src="http://www.designyourway.net/diverse/sitemenus/www_ch3mical_com.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 11" /></a></p>
<h3>festivalmundo.com.br</h3>
<p><a href="http://www.festivalmundo.com.br/"><img src="http://www.designyourway.net/diverse/sitemenus/www_festivalmundo_com_br.jpg" alt="38 Sites With Interesting CSS And Flash Menu Designs 12" /></a></p>
<p>From: <a href="http://www.designyourway.net/blog/inspiration/menu-design-inspiration-from-38-websites/">http://www.designyourway.net/blog/inspiration/menu-design-inspiration-from-38-websites/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/38-creative-navigation-menu-for-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Code a Responsive Navigation Menu</title>
		<link>http://www.dhtml-menu-builder.com/blog/how-to-code-a-responsive-navigation-menu/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/how-to-code-a-responsive-navigation-menu/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 09:13:09 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[code menu]]></category>
		<category><![CDATA[menu design]]></category>
		<category><![CDATA[menu template]]></category>
		<category><![CDATA[menu tip]]></category>
		<category><![CDATA[responsive menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1233</guid>
		<description><![CDATA[Navigation menus used to be a fairly simple thing. Code up an unordered list, float it left and you’re good to go. With responsive design being all the rage these days though you’re faced with some new challenges when creating a menu design. Follow along as we start from scratch and code a simple but...<a href="http://www.dhtml-menu-builder.com/blog/how-to-code-a-responsive-navigation-menu/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-0.jpg" alt="screenshot" width="510" /></div>
<p>Navigation menus used to be a fairly simple thing. Code up an unordered list,  float it left and you’re good to go. With responsive design being all the rage  these days though you’re faced with some new challenges when creating a menu  design.</p>
<p>Follow along as we start from scratch and code a simple but effective  responsive navigation menu that you can easily modify and reuse in your own  projects.<br />
<em></em></p>
<h2>What We’re Building</h2>
<p>If you’re the kind of person who likes to skip ahead, here’s a sneak peek at  what we’re building. Be sure to resize your browser window to see the responsive  concepts in action.<span id="more-1233"></span></p>
<div><a href="http://dabblet.com/gist/2030070"><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-12.jpg" alt="screenshot" width="510" /></a></div>
<h2>The HTML</h2>
<p>Let’s jump right into this project without a bunch of unnecessary fluff. I’m  sure you’re eager to get to the good stuff.</p>
<p>The first step is to decide on some markup. Since this is a navigation menu,  it’s the perfect place to implement the HTML5 “nav” element.</p>
<div>
<div>
<div>
<pre>&lt;nav&gt;
&lt;/nav&gt;</pre>
</div>
</div>
</div>
<p>Believe it or not, this one little piece of code had my head spinning when it  came time to test. For some reason unknown to me, my styles simply weren’t  taking effect in IE6-8! After a good ten minutes of fumbling around, I slapped  myself in the head as I realized that I had used HTML5 elements, which of course  aren’t supported by anything older than IE9.</p>
<p>Fortunately, the fix is easy, just drop in the famous <a href="http://code.google.com/p/html5shiv/">html5shiv</a> and you’re good to go  (place this in the head portion of your document).</p>
<div>
<div>
<div>
<pre>&lt;!--[if lt IE 9]&gt;
&lt;script src="//html5shiv.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
</div>
<h3>Add the List</h3>
<p>Now that we’ve got our container element figured out, it’s time to toss in a  simple UL with eight links. This tutorial is pretty dependent on the number of  links so be sure to use eight if you’re not confident enough to venture out on  your own in some areas.</p>
<div>
<div>
<div>
<pre>&lt;nav&gt;
   &lt;ul&gt;
      &lt;li&gt;&lt;a href="#"&gt;PixelsDaily&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;About&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Clients&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Work&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Podcast&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Downloads&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Blog&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
&lt;/nav&gt;</pre>
</div>
</div>
</div>
<h3>Add The Sub Tag</h3>
<p>To make the menu a little more interesting and helpful, let’s include another  line of text below the initial one on each of the menu items. There are a number  of ways that we could go about this so feel free to disagree with how I  approached it. Basically I just tossed in a break tag and used a <em>small</em> element for the second line. The second item will indeed be small so this gives  us a fairly semantic hook without any unnecessary divs, IDs or classes.</p>
<div>
<div>
<div>
<pre>&lt;nav&gt;
   &lt;ul&gt;
      &lt;li&gt;&lt;a href="#"&gt;PixelsDaily&lt;br /&gt; &lt;small&gt;Go Home&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;About&lt;br /&gt; &lt;small&gt;Meet Us&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Clients&lt;br /&gt; &lt;small&gt;Meet Our Friends&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Work&lt;br /&gt; &lt;small&gt;See Our Work&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Podcast&lt;br /&gt; &lt;small&gt;Hear Us&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Downloads&lt;br /&gt; &lt;small&gt;Steal Our Stuff&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Blog&lt;br /&gt; &lt;small&gt;Read About Us&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="#"&gt;Contact&lt;br /&gt; &lt;small&gt;Email Us&lt;/small&gt;&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
&lt;/nav&gt;</pre>
</div>
</div>
</div>
<h3>Progress Check</h3>
<p>After this step you should have a simple, unstyled list of links. Notice that  without any effort, those small tags are already going to work and reducing the  size of every other line.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-1.jpg" alt="screenshot" width="510" /></div>
<h2>Starter Styles</h2>
<p>To begin our CSS, let’s pull out that good old universal selector and take  Paul Irish’s advice by applying <em>box-sizing: border-box</em> to every  element. This will help us size things easily with percentages even though we’ll  be using borders.</p>
<div>
<div>
<div>
<pre>* {
	padding: 0;
	margin: 0;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}</pre>
</div>
</div>
</div>
<h2>Container Styles</h2>
<p>Before we get into styling the individual list elements, let’s apply some  basic styling to our parent elements. First up, target the nav element and set  it to 90% of the width of the body. This will stretch most of the way across the  available space but still leave our nav a little room to breathe. Be sure to  center it on the page as well with auto margins.</p>
<p>Also jump in and apply the necessary unordered list styles to reset the list  and eliminate any bullets.</p>
<div>
<div>
<div>
<pre>nav {
	width: 90%;
	margin: 50px auto;
}

nav ul {
	list-style: none;
	overflow: hidden;
}</pre>
</div>
</div>
</div>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-2.jpg" alt="screenshot" width="510" /></div>
<h2>Menu Styles</h2>
<p>Now that our parent elements have their act together, it’s time to work  specifically on the menu items, which can be targeted via the nav element in  conjunction with the anchor tags and list items.</p>
<p>Here’s a big chunk of code but don’t be afraid of it, I’ll walk you through  it piece by piece.</p>
<div>
<div>
<div>
<pre>nav li a {
	background: #444;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;
}

/*SMALL*/
nav small {
	color: #aaa;
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;

}</pre>
</div>
</div>
</div>
<p>I’ve ordered the properties here alphabetically for easy reference but to be  honest this isn’t really my preferred way to do things. I like to group styles  by function so that they make a little more sense. If we reorder our styles this  way, they become easier to discuss.</p>
<div>
<div>
<div>
<pre>nav li a {
	display: block;
	float: left;
	width: 12.5%;
	padding: 10px;

	background: #444;
	border-right: 1px solid #fff;

	color: #fff;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}</pre>
</div>
</div>
</div>
<p>First up is the chunk of styles that defines the shape and layout of each  list item. We’ve changed the anchors to block level items, floated them to the  left, assigned a width and given them a little padding. This will create a nice  big rectangle for each link in the menu. Why 12.5% for the width? Because we  have eight menu items and <em>100% / 8</em> gives us 12.5% width on each item.</p>
<p>Next up is the chunk of code that defines the visual styling of the boxes  that we just created. We’ve given them a background color and a single pixel  border on the right side.</p>
<p>Finally, we end with all of the styles that relate to the text of the menu.  This is all pretty basic stuff, the one curve ball is the “Cutive” font, which  you can find <a href="http://www.google.com/webfonts#UsePlace:use/Collection:Cutive">here</a>.</p>
<div>
<div>
<div id="bsap_1263926"><a id="bsa_2026889" title="Striking Premium Corporate &amp; Portfolio WP Theme" href="http://stats.buysellads.com/click.go?z=1263926&amp;b=2026889&amp;g=&amp;s=&amp;sw=1440&amp;sh=900&amp;br=msie,8,win&amp;r=0.23088496706716977&amp;link=http://themeforest.net/item/striking-premium-corporate-portfolio-wp-theme/128763?WT.mc_id=elitekaptinlin" target="_blank"><img src="http://s3.buysellads.com/1263926/95093-1330023047.jpg" alt="Striking Premium Corporate &amp; Portfolio WP Theme" width="300" height="250" /></a></div>
</div>
</div>
<p>For the <em>small</em> styles, I changed the color, removed the uppercase  text-transformation and set the font to Helvetica.</p>
<h3>Progress Check</h3>
<p>These styles made all the difference in the world. Our menu is looking  <strong>much</strong> better. The custom font is working, the links are inline,  the small text is perfect; it’s a beautiful thing.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-3.jpg" alt="screenshot" width="510" /></div>
<h2>Hover Styles</h2>
<p>When the user hovers over a menu item, let’s take it all the way to black. To  make it feel a little nicer, I added a half second transition as well.</p>
<div>
<div>
<div>
<pre>nav li a {
	background: #444;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;

	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

/*HOVER*/
nav li a:hover {
	background: #222;
}</pre>
</div>
</div>
</div>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-4.jpg" alt="screenshot" width="510" /></div>
<h2>Border Fix</h2>
<p>Now, you can’t see it given that our background is white, but there’s  actually a problem with our borders. They’re really just meant to give a little  bit of visual definition to each menu item, which means there’s no need for one  at the very end. To fix this, we can use the last:child pseudo class.</p>
<div>
<div>
<div>
<pre>nav li:last-child a {
	border: none;
}</pre>
</div>
</div>
</div>
<p>Below I’ve applied a temporary background color just so you can see the  difference between the before and after versions.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-5.jpg" alt="screenshot" width="510" /></div>
<h2>Going Responsive</h2>
<p>This project serves as a good example of the difference between a responsive  design and a fluid one. At this point, our menu is fluid (it uses  percentage-based widths) but it isn’t responsive. We can see this clearly when  we attempt to reduce the size of our window too much:</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-6.jpg" alt="screenshot" width="510" /></div>
<p>As you can see, this is a wreck! Let’s jump in with some media queries to see  if we can fix this problem. The best way to find out where we need media queries  is simply to test it out and see where the layout breaks, then account for it.</p>
<h3>1220px</h3>
<p>The first problem that I see occurs around 1,200 pixels wide. Here the longer  text items start to get cut off and are no longer fully readable.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-7.jpg" alt="screenshot" width="510" /></div>
<p>To fix this, we need only to adjust our font size. I target an area just  before the problem occurs (1,220px) and set my fonts to 10px.</p>
<div>
<div>
<div>
<pre>/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		font: 400 10px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}

	nav small {
		font: 100 10px/1 Helvetica, Verdana, Arial, sans-serif;
	}
}</pre>
</div>
</div>
</div>
<p>With that change, the problem no longer occurs. As we reduce the size of our  window, the menu responds and reduces the font size to accommodate the size.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-8.jpg" alt="screenshot" width="510" /></div>
<h3>930px</h3>
<p>Once again we reduce the size of the window and find that things get hairy  around the 900px mark. We’ve got lots of problems with overflow here:</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-9.jpg" alt="screenshot" width="510" /></div>
<p>Rather than making the font-size smaller and smaller until you can’t see it  anymore, this time we’ll completely reflow the menu so that it splits into two  rows. Now each link can be nice and large given that this might be around the  point where tablet sizes kick in.</p>
<div>
<div>
<div>
<pre>@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	nav li a {
		width: 25%;
		border-bottom: 1px solid #fff;
		font: 400 11px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}

	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}

	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
}</pre>
</div>
</div>
</div>
<p>Notice that we had to rethink how our borders work this time as well. Now we  need the top row to have borders on the bottom, but not the bottom row. Once  again, pseudo class selectors make this pretty easy.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-10.jpg" alt="screenshot" width="510" /></div>
<h3>580px and 320px</h3>
<p>The two row format works well enough until we get below 600px and then all  hell breaks loose. The thing just completely falls apart.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-11.jpg" alt="screenshot" width="510" /></div>
<p>To address this, we’ll finish off our media queries with a two column, four  row format. We’ll use this layout for 580px below and bump the font-size down a  little at 320px.</p>
<div>
<div>
<div>
<pre>@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
	nav li a {
		width: 50%;
		font: 400 12px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	nav li:nth-child(even) a {
		border-right: none;
	}

	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	nav li a {
		font: 400 11px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}
}</pre>
</div>
</div>
</div>
<p>Our menu now looks good even at a very small size. The downside is that it  does take up a decent chunk of vertical height, but you can remove some of the  padding if that bothers you.</p>
<div><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-12.jpg" alt="screenshot" width="510" /></div>
<h2>Selectivizr</h2>
<div><a href="http://selectivizr.com/"><img src="http://designshack.co.uk/wp-content/uploads/responsivemenu-13.jpg" alt="screenshot" width="510" /></a></div>
<p>The astute observers among you will notice that we accounted for older  versions of IE with the html5shim, only to follow that with some fancy pseudo  class selectors that won’t work in IE either. To account for this, be sure to  download and implement <a href="http://selectivizr.com/">Selectivizr</a>, a  fancy JavaScript utility built specifically for bringing CSS3 selectors to  IE6-8.</p>
<h2>Conclusion</h2>
<p>Responsive design is no walk in the park. It takes time, effort and plenty of  “know how” to pull off effectively. I like to break it down into individual  challenges like the navigation menu here and the image gallery in a <a href="http://designshack.net/articles/css/how-to-build-a-responsive-thumbnail-gallery/">previous  article</a> so you can learn the process without feeling overwhelmed.</p>
<p>You should now be well equipped to embark on your own responsive navigation  menu project. Leave a comment below and show us what you come up with. What  unique challenges did you face along the way?</p>
<p>From: <a href="http://designshack.net/articles/css/code-a-responsive-navigation-menu/">http://designshack.net/articles/css/code-a-responsive-navigation-menu/</a></p>
<p><ins><ins id="aswift_0_anchor"><br />
</ins></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/how-to-code-a-responsive-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Premium CSS3 and HTML5 Mega Menus</title>
		<link>http://www.dhtml-menu-builder.com/blog/top-10-premium-css3-and-html5-mega-menus-2/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/top-10-premium-css3-and-html5-mega-menus-2/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 04:05:59 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[css3 button]]></category>
		<category><![CDATA[css3 menu]]></category>
		<category><![CDATA[html5 menu]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web resources]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1215</guid>
		<description><![CDATA[Often used on e-commerce and large scale web sites, the mega menus become more popular in modern web design. They are a great and effective way to display large amount of content on your website while you keep a nice and clean layout. With mega menu you will be able to improve the navigation and...<a href="http://www.dhtml-menu-builder.com/blog/top-10-premium-css3-and-html5-mega-menus-2/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Often used on e-commerce and large scale web sites, the mega menus become  more popular in <strong>modern web design</strong>. They are a great and  effective way to display large amount of content on your website while you keep  a nice and clean layout.</p>
<p>With mega menu you will be able to improve the navigation and usability on  your web sites. In this article I will show you some premium CSS only  <strong>mega menus</strong> and the best features that each one has to  offer.</p>
<div>
<h2>CSS3 and HTML5 Mega Menus</h2>
<h3>iNav – CSS3 Mega Menu</h3>
<p><a href="http://codecanyon.net/item/inav-css3-menu/807729?ref=downv" target="_blank"><img title="1" src="http://designmodo.com/wp-content/uploads/2012/01/129.jpg" alt="" width="590" height="300" /></a><span id="more-1215"></span>This is an awesome Apple inspired CSS3 only complete navigation  menu for your web site. With 4 menu variants: Horizontal, Sticky Footer and  Vertical Left and Right layout. This menu comes with 11 premade color scheme,  live color scheme creator, unlimited drop down levels, mega drop downs, content  pre-styles <em>(forms, headings, list, images, etc.)</em>, full working Ajax  contact form, and a lot more great features. The support is great and fast  replies.</p>
<h3>Metro – CSS3 Mega Menu</h3>
<p><a href="http://codecanyon.net/item/metro-css3-mega-menu/1402313?ref=downv" target="_blank"><img title="2" src="http://designmodo.com/wp-content/uploads/2012/01/223.jpg" alt="" width="590" height="300" /></a>This is an awesome Microsoft Metro UI CSS3 only navigation menu  for your web site. This menu comes with 4 different box style layouts, 5 image  transitions animations, mega drop downs, and a lot of nice features. Is very  easy to use and install, well documented and don’t use any  Javascript/jQuery.</p>
<div id="adsense-p"><ins><ins id="aswift_1_anchor"></ins></ins></div>
<h3>CSS3 Clean Mega Menu</h3>
<p><a href="http://codecanyon.net/item/css3-clean-mega-menu/1161219?ref=designmodo" target="_blank"><img title="3" src="http://designmodo.com/wp-content/uploads/2012/01/319.jpg" alt="" width="590" height="300" /></a>CSS3 Clean Mega Menu is simple and easy to use full-width mega  menu with 6 built-in color themes. It supports up to six columns out-of-the-box.  You can easily customize it adding more columns or color themes.</p>
<h3>Menu with CSS3 Effects and Notification Bubbles</h3>
<p><a href="http://codecanyon.net/item/menu-with-css3-effects-and-notification-bubbles/1147974?ref=designmodo" target="_blank"><img title="4" src="http://designmodo.com/wp-content/uploads/2012/01/416.jpg" alt="" width="590" height="300" /></a>This is a clean navigation mega menu with CSS3 animations and  notification bubbles. All the menu styles are in pure css except for the icons  images and it also use an optional jQuery file for older browsers.</p>
<h3>Sherpa | Complete Navigation System (CSS Edition)</h3>
<p><a href="http://codecanyon.net/item/sherpa-complete-navigation-system-css-edition/235809?ref=designmodo" target="_blank"><img title="5" src="http://designmodo.com/wp-content/uploads/2012/01/59.jpg" alt="" width="590" height="300" /></a>Sherpa is a menu with 3 layout variants: NavBar, SideBar and  Stiky Footer. It comes with 10 different color schemes, 12 background images,  CSS3 effects and 500+  icons.</p>
<div>
<h3>CSS3 Animated Mega Nav</h3>
<p><a href="http://codecanyon.net/item/css3-animated-mega-nav/223476?ref=designmodo" target="_blank"><img title="6" src="http://designmodo.com/wp-content/uploads/2012/01/610.jpg" alt="" width="590" height="300" /></a>This is a CSS only mega menu that can be used for any type of web  site. It comes with 7 color schemes, a lot of pre-styled content and don’t use  Javascript/jQuery, all the transitions are CSS3 only.</p>
<h3>CSS3 Mega Drop Down Menu</h3>
<p><a href="http://codecanyon.net/item/css3-mega-drop-down-menu/126387?ref=designmodo" target="_blank"><img title="7" src="http://designmodo.com/wp-content/uploads/2012/01/79.jpg" alt="" width="590" height="300" /></a>This Mega Menu is an easy solution to build your menu. It has 3  variants <em>(horizontal, vertical left and right alignment)</em>, 9 color  schemes, working contact form, pre-styled elements<em> (forms, headings,  etc.)</em> and more features.</p>
<h3>Mega Dropdown Enhanced</h3>
<p><a href="http://codecanyon.net/item/mega-dropdown-enhanced/138975?ref=designmodo" target="_blank"><img title="8" src="http://designmodo.com/wp-content/uploads/2012/01/89.jpg" alt="" width="590" height="300" /></a>This is a CSS3 dropdown menu with 6 columns grid layout. It comes  with 7 premade color schemes, multi drop down levels, and content pre-styles. Is  easy to use and install.</p>
<h3>Website in a Navigation Bar</h3>
<p><a href="http://codecanyon.net/item/website-in-a-navigation-bar/407423?ref=designmodo" target="_blank"><img title="9" src="http://designmodo.com/wp-content/uploads/2012/01/99.jpg" alt="" width="590" height="300" /></a>This is a nice designed mega menu with four different color  schemes, pre-styled elements<em> (list, heading, forms, etc.).</em></p>
<div id="adsense-p"><ins><ins id="aswift_1_anchor"></ins></ins></div>
<h3>HTML5/CSS3 Drop Down Menu</h3>
<p><a href="http://codecanyon.net/item/html5css3-drop-down-menu/163419?ref=designmodo" target="_blank"><img title="10" src="http://designmodo.com/wp-content/uploads/2012/01/107.jpg" alt="" width="590" height="300" /></a>This mega menu has two different color schemes <em>(light &amp;  dark)</em> and two different styles <em>(square and rounded corners</em>). It  was built with semantic HTML 5 &amp; CSS3 code and detailed documentation.</p>
<p>From: <a href="http://designmodo.com/css3-html5-mega-menus/">http://designmodo.com/css3-html5-mega-menus/</a></p>
<p><a href="http://designmodo.com/css3-html5-mega-menus/#ixzz1pFQjSWPa"></a></p>
</div>
<p><a href="http://designmodo.com/css3-html5-mega-menus/#ixzz1pFQa0AcI"></a></p>
</div>
<p><a href="http://designmodo.com/css3-html5-mega-menus/#ixzz1pFQQIxa5"></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/top-10-premium-css3-and-html5-mega-menus-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Awesome Facebook Apps for Designers</title>
		<link>http://www.dhtml-menu-builder.com/blog/25-awesome-facebook-apps-for-designers/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/25-awesome-facebook-apps-for-designers/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 09:02:39 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[menu design]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1203</guid>
		<description><![CDATA[Facebook might not have all the glittery text and obnoxious backgrounds that MySpace has, but it still has its fair share of useless apps. This is especially true if you have ever tried to search for creative Facebook apps or those that may be of interest to creative people. If you have ever searched for...<a href="http://www.dhtml-menu-builder.com/blog/25-awesome-facebook-apps-for-designers/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Facebook might not have all the glittery text and obnoxious backgrounds that  MySpace has, but it still has its fair share of useless apps.</p>
<p>This is especially true if you have ever tried to search for creative  Facebook apps or those that may be of interest to creative people.</p>
<p>If you have ever searched for such a thing, you have no doubt realized that  there is an abundance of useless apps. This is the reason that I went through  just about every app on Facebook to find the very few that were best suited for  creative individuals, or had some sort of visual flair about them.</p>
<p>So here are 25 awesome Facebook applications that most designers will enjoy  in their Facebook pages.</p>
<h2>1. Addicted to Photoshop</h2>
<p>This is a neat app brought to you by the master minds behind the “Sheezy”  sites (Brusheezy, Flasheezy, etc).</p>
<p><em>“Photoshop Brush Junkies Rejoice! Get your daily fix of new Photoshop  brushes and patterns from Brusheezy.com!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=3914550130&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/1.jpg" alt="" width="396" height="359" /></a><span id="more-1203"></span></p>
<h2>2. Design Directory</h2>
<p>Get the latest news on just about everything in the design industry right on  your Facebook page.</p>
<p><em>“Add the Dexigner app to your Facebook, get latest updates, news, events,  and competitions.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=5495653612"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/2.jpg" alt="" width="360" height="337" /></a></p>
<h2>3. My Merch Store</h2>
<p>If you have a Zazzle store and a Facebook page, it only makes sense to have  this app to help you sell more. <em> </em></p>
<p><em>“Zazzle lets you create and post products for sale to your profile, share  products that you like, discover great artists and buy truly unique  products.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=18500409880"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/3.jpg" alt="" width="394" height="396" /></a></p>
<h2>4. Photography</h2>
<p>Just a simple app that lets you show off professional photography that you  find creative or inspiring.</p>
<p><em>“Choose from thousands of great photographs, landscapes, portraits,  historical moments, they’re all there for you to show on your profile! You can  show multiple images, random photos, or a slideshow!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=6459647992&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/4.jpg" alt="" width="396" height="351" /></a></p>
<h2>5. Group Photo Album</h2>
<p>With this app you and your friends can create group albums with all of your  own photos.</p>
<p><em>“Group Photo Album works with multiple Facebook albums so all your  friends can easily post their pics, reconfigure albums on the fly, provide witty  commentary and create together. You can share it publicly for viewing and  commenting, but only the friends you invite can post and move images.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=33514062756&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/5.jpg" alt="" width="396" height="308" /></a></p>
<h2>6. Art Yourself</h2>
<p>Ever wanted to be an Art collector? Well, now you can with the Art Yourself  app.</p>
<p><em>“Start collecting living masterpieces now and share them with your  friends. Art Yourself by displaying your collection on your profile. Finding  excellent art and meeting artists has never been easier! Share with others by  posting collected pieces on a friends wall or adding them to your messages! Art  Yourself is not just a Facebook app, it’s a society withing Facebook.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=18895642056&amp;ref=s&amp;ref=s"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/6.jpg" alt="" width="346" height="356" /></a></p>
<h2>7. The Ultimate Vision Board</h2>
<p>Everyone needs some inspiration from time to time to remind them of what they  are after in life.</p>
<p><em>“Vision boards takes writing down your goals to the next level by using  pictures, making your goals visually appealing and specific. This will inspire  and energize you and accelerate your progress! Tony Robbins also promotes the  concept calling it a “Treasure Map.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=9502989323&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/7.jpg" alt="" width="396" height="299" /></a></p>
<h2>8. JPG Themes</h2>
<p>If you are a regular reader and participant of the JPG magazine, you might be  interested in this app that lets you vote and show off your choices.</p>
<p><em>“JPG Magazine is the photography magazine created by YOU. It is your  submissions and your votes that determine what goes into each issue. Now, you  can add the JPG Theme application to your Facebook profile and encourage your  friends to vote for your photos submitted to each JPG theme. If you are  published, you will win $100, a subscription to JPG Magazine, and your photos  will be printed on our next issue!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2371568777&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/8.jpg" alt="" width="395" height="275" /></a></p>
<h2>9. Picnik</h2>
<p>This is a smaller, Facebook friendly version of the popular online photo  editor.</p>
<p><em>“All our Edit tools are free, including auto- fix, rotate, crop, resize,  exposure, color adjustments, basic sharpening, and red eye fixing.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2258014869&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/9.jpg" alt="" width="396" height="396" /></a></p>
<h2>10. PhotoPop</h2>
<p>Use this app to give your photos a comic book like feel with speech  bubbles.</p>
<p><em>“Animate your photos or your friends’ photos. Send your creations to  friends using the built-in messaging feature. It’s never been easier to add  stuff to your pictures! For starters, add speech and thought  bubbles.”<br />
</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2501121085&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/10.jpg" alt="" width="396" height="298" /></a></p>
<h2>11. TouchGraph Photos</h2>
<p>See a visual connection between you and all of your friends and your friends  friends.</p>
<p><em>“TouchGraph lets you see how your friends are connected, and who has the  most photos together. ”<br />
</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=3267890192&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/11.jpg" alt="" width="396" height="271" /></a></p>
<h2>12. Art</h2>
<p>A small app to help you release your creative  stress. Kill time with this spin art like app.</p>
<p><em>“Create pieces of art.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?sid=af1456328f749b4e6db4e17bda4fa9dd&amp;id=2416772570&amp;ref=search"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/12.jpg" alt="" width="396" height="304" /></a></p>
<h2>13. My Favorite Color</h2>
<p>What’s the first question you usually ask someone you want to get to know?  What’s your favorite color? Now you can show instead of tell.</p>
<p><em>“This application will allow you to show the world, on your profile, what  your favorite color is.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=10282021140&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/13.jpg" alt="" width="284" height="194" /></a></p>
<h2>14. My Label</h2>
<p>Feel like playing dress up? Use this app to create your own clothes and  t-shirt designs.</p>
<p><em>“Send the latest, hottest, sexiest clothing to your friends! If that’s  not enough for you, then create your own fashion and upload it, then either wear  it, add it to your wardrobe, or send it as a gift. With many different styles to  choose from, let the world know how stylish (or anti-stylish) you are!”</em></p>
<p><a href="http://apps.facebook.com/apps/application.php?id=4799734171&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/14.jpg" alt="" width="395" height="395" /></a></p>
<h2>15. LunaPic Photo Editor</h2>
<p>Another online photo editor specially made for Facebook that allows you to  edit and spice up your photos.</p>
<p><em>“Edit Your photos with the click of a button. Save back to your Facebook  account. Cool effects and features including: Cut, crop, rotate, sharpen, blend  and cool animation effects. (New) Browse and Edit your friend’s pictures as  well!”</em></p>
<p><a href="http://apps.facebook.com/apps/application.php?id=2360286988&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/15.jpg" alt="" width="396" height="323" /></a></p>
<h2>16. Six Degrees</h2>
<p>Another app that gives you a visual representation of you, your friends, and  the people they know.</p>
<p><em>“This application is intended to test the 6 degrees of separation idea  through the connections of Facebook users. What does it do? You can use the  application to search for other users on Facebook and show how you’re connected  to them through friends.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?sid=916ae24cf9865ffb5e62aa5caef55beb&amp;id=4616854023&amp;ref=search"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/16.jpg" alt="" width="380" height="332" /></a></p>
<h2>17. Graffiti</h2>
<p>A fun little app that lets you create “graffiti” that you can send to your  friends or post on your profile page.</p>
<p><em>“Draw graffiti for your friends.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2439131959&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/17.jpg" alt="" width="395" height="264" /></a></p>
<h2>18. Flickr Photosets</h2>
<p>A powerful app that lets you show off some of your Flicker photos and sets on  your profile page.</p>
<p><em>“With Flickr Photosets you’ll also be able to display a small selection  of your photos or sets right on your profile! You can select from either your  most recent photos, fairly recent photos, or even random photos. You can also  choose to filter the photos by specific tags.”</em></p>
<p><a href="http://apps.facebook.com/apps/application.php?id=2360202224&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/18.jpg" alt="" width="396" height="396" /></a></p>
<h2>19. My Flickr</h2>
<p>You can use this app to search for photos on Flickr that you want to show off  on your profile page.</p>
<p><em>“Find exactly the photos you want to show using simple search criteria  such as: Recent Photos, Tags, Photosets, Favorites, Groups, Interestingness,  Date Range, Flickr Privacy, and all “sorts” of other sorting and features.  Easily showcase your Photo Search results on your Profile/Page or My Flickr  profile Tab.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?sid=32f5f4252eb7985527643188e9df72ac&amp;id=2352557895&amp;ref=search"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/19.gif" alt="" width="396" height="303" /></a></p>
<h2>20. zuPort: Flickr</h2>
<p>Another Flickr app, but this one is probably the most powerful out of the  three on this list.</p>
<p><em>“You can customize zuPort: Flickr in the settings window, located on your  zuPort: Flickr Library page. Customization allows you to pick how many photos to  show in your profile, how your photos are displayed, which photos are shown and  much more.”</em></p>
<p><a href="http://apps.facebook.com/apps/application.php?id=2893465429&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/20.jpg" alt="" width="396" height="338" /></a></p>
<h2>21. Threadless Plus</h2>
<p>Do you have shirt designs on Threadless or have an account for street team  points? This app can help you on all counts.</p>
<p><em>“Share your Threadless collection and promote your submissions! Features:  Opt to get notifications of new Threadless releases in your News Feed, Easily  earn Street Team points from other app users with “Share the Love”, Keep a nice  list of the Threadless shirts you own, List your submissions and critiques  too!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2402314936&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/21.jpg" alt="" width="396" height="287" /></a></p>
<h2>22. Slideshows and Photos</h2>
<p>The photo page not quite doing it for you? This app can give you a little bit  of spice for showing off photos.</p>
<p><em>“Bring your Facebook photos to life with an animated Slideshow or show  them off directly on your profile with a Photo Strip. Tons of customization  options are available, and setup is super easy. Even cooler, our photo browsing  experience let’s you quickly flip through all your friends’ Facebook albums – no  more clicking through endless photo pages!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=2343264586&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/22.gif" alt="" width="396" height="197" /></a></p>
<h2>23. Sketch Me</h2>
<p>Just a simple app that gives your photo that computer animated sketched  look.</p>
<p><em>“Bored with your profile picture? This app creates an artistic pencil  sketch based on your profile photo! You don’t have to do anything … this app  will automatically create your sketch for you.”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=4260387428&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/23.jpg" alt="" width="394" height="186" /></a></p>
<h2>24. Famous Art</h2>
<p>Another simple app that lets you show off classic works of art on your  profile page.</p>
<p><em>“Do you like classic art? Then use this app to show all your Facebook  friends and family!”</em></p>
<p><a href="http://www.facebook.com/apps/application.php?id=43426748416&amp;b&amp;ref=pd_r"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/24.jpg" alt="" width="396" height="356" /></a></p>
<h2>25. Phixr Photo Editor</h2>
<p>A pretty powerful online photo editor for “photoshopping” your image when  you’re on the road and Photoshop isn’t an option.</p>
<p><em>“Phixr can e-mail photos directly to your friends, and it can upload  photos to your accounts at Facebook, flickr, Picasa Web Albums, SmugMug and  many, many more. More than ANY of our competitors! Phixr even fully supports  Facebook’s photo tags!”</em></p>
<p><a href="http://apps.facebook.com/apps/application.php?id=6090512332&amp;b&amp;ref=pd"><img src="http://netdna.webdesignerdepot.com/uploads/facebook_apps/25.jpg" alt="" width="396" height="384" /></a></p>
<p>From: <a href="http://www.webdesignerdepot.com/2009/06/25-awesome-facebook-apps-for-designers/">http://www.webdesignerdepot.com/2009/06/25-awesome-facebook-apps-for-designers/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/25-awesome-facebook-apps-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Excellent CSS3 Button and Menu Techniques</title>
		<link>http://www.dhtml-menu-builder.com/blog/12-excellent-css3-button-and-menu-techniques/</link>
		<comments>http://www.dhtml-menu-builder.com/blog/12-excellent-css3-button-and-menu-techniques/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:48:33 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[CSS menu]]></category>
		<category><![CDATA[css3 buton]]></category>
		<category><![CDATA[css3 menu]]></category>
		<category><![CDATA[html5 button]]></category>
		<category><![CDATA[html5 menu]]></category>

		<guid isPermaLink="false">http://www.dhtml-menu-builder.com/blog/?p=1201</guid>
		<description><![CDATA[CSS3 is changing how we build websites. Even though many of us are still reluctant to start using CSS3 due to the lack of support in some browsers, there are those out there that are moving forward and doing some amazing stuff with its cool new features. No longer will we have to rely on...<a href="http://www.dhtml-menu-builder.com/blog/12-excellent-css3-button-and-menu-techniques/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>CSS3 is changing how we build websites. Even though many of us are  still reluctant to start using CSS3 due to the lack of support in some  browsers, there are those out there that are moving forward and doing  some amazing stuff with its cool new features. No longer will we have to  rely on so much JavaScript and images to create nice looking website  elements such as buttons and menu <a href="http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it">navigations</a>. So, in order to encourage you to start experimenting with CSS3, we’ve rounded up <strong>12 excellent CSS3 button and menu techniques</strong>.</p>
<h3><a href="http://www.zurb.com/playground/radioactive-buttons" target="_blank">Radioactive Buttons</a></h3>
<p><a href="http://www.zurb.com/playground/radioactive-buttons" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_3.jpg" alt="css3 buttons" /></a></p>
<h3><span id="more-1201"></span></h3>
<h3><a href="http://www.zurb.com/playground/google-buttons" target="_blank">Roll Your Own Google Buttons</a></h3>
<p><a href="http://www.zurb.com/playground/google-buttons" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_2.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://css-tricks.com/examples/CSSTabs/#box-fifteen" target="_blank">CSS3-Only Tabbed Area</a></h3>
<p><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_10.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://westciv.com/style_master/blog/apples-navigation-bar-using-only-css" target="_blank">Apple’s Navigation bar using only CSS</a></h3>
<p><a href="http://westciv.com/style_master/blog/apples-navigation-bar-using-only-css" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_8.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites" target="_blank">How to Build a Simple Button with CSS Image Sprites</a></h3>
<p><a href="http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_4.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://naioo.com/blog/creating-dynamic-buttons-with-css3/" target="_blank">Creating Dynamic Buttons With CSS3</a></h3>
<p><a href="http://naioo.com/blog/creating-dynamic-buttons-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_12.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank">How To Create Depth And Nice 3D Ribbons Only Using CSS3</a></h3>
<p><a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_5.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://zubeta.com/css3-menu-demo.html" target="_blank">CSS3 Chunky Menu</a></h3>
<p><a href="http://zubeta.com/css3-menu-demo.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_6.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank">CSS3 Dropdown Menu</a></h3>
<p><a href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_7.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://papermashup.com/pretty-css3-buttons/" target="_blank">Pretty CSS3 Buttons</a></h3>
<p><a href="http://papermashup.com/pretty-css3-buttons/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_1.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank">jQuery style menu with CSS3</a></h3>
<p><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_9.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.skyrocketlabs.com/categories/tutorials/css3-only-horizontal-dropline-tab-menu/demo/index.html" target="_blank">CSS3-only horizontal drop line tab menu</a></h3>
<p><a href="http://www.skyrocketlabs.com/categories/tutorials/css3-only-horizontal-dropline-tab-menu/demo/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_11.jpg" alt="css3 buttons" /></a></p>
<h2>Related Posts</h2>
<p>Here&#8217;s some other articles that you will definitely find useful.</p>
<h3><a title="Permanent Link to Developing Streamlined and Efficient CSS Styles" rel="bookmark" href="http://webdesignledger.com/tips/developing-streamlined-and-efficient-css-styles">Developing Streamlined and Efficient CSS Styles</a></h3>
<p><a title="Permanent Link to Developing Streamlined and Efficient CSS Styles" rel="bookmark" href="http://webdesignledger.com/tips/developing-streamlined-and-efficient-css-styles"><img src="http://webdesignledger.com/wp-content/uploads/2011/07/covertuesday.png" alt="" /></a></p>
<h3><a title="Permanent Link to HTML5 &amp; CSS3: Take Your Design to Another Level" rel="bookmark" href="http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level">HTML5 &amp; CSS3: Take Your Design to Another Level</a></h3>
<p><a title="Permanent Link to HTML5 &amp; CSS3: Take Your Design to Another Level" rel="bookmark" href="http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level"><img src="http://webdesignledger.com/wp-content/uploads/2011/01/fun_html5.jpg" alt="" /></a></p>
<h3><a title="Permanent Link to 7 Useful Resources to Help You Learn HTML5" rel="bookmark" href="http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5">7 Useful Resources to Help You Learn HTML5</a></h3>
<p><a title="Permanent Link to 7 Useful Resources to Help You Learn HTML5" rel="bookmark" href="http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources.jpg" alt="" /></a></p>
<h3><a title="Permanent Link to 10 HTML5 Demos to Make You Forget About Flash" rel="bookmark" href="http://webdesignledger.com/inspiration/10-html5-demos-to-make-you-forget-about-flash">10 HTML5 Demos to Make You Forget About Flash</a></h3>
<p><a title="Permanent Link to 10 HTML5 Demos to Make You Forget About Flash" rel="bookmark" href="http://webdesignledger.com/inspiration/10-html5-demos-to-make-you-forget-about-flash"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos.jpg" alt="" /></a></p>
<h3><a title="Permanent Link to 13 Pure CSS Techniques for Creating JavaScript-like Interactions" rel="bookmark" href="http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions">13 Pure CSS Techniques for Creating JavaScript-like Interactions</a></h3>
<p><a title="Permanent Link to 13 Pure CSS Techniques for Creating JavaScript-like Interactions" rel="bookmark" href="http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only.jpg" alt="" /></a></p>
<p>From: <a href="http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques">http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dhtml-menu-builder.com/blog/12-excellent-css3-button-and-menu-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

