<?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>PSDCORE - Photoshop Tutorials &#187; Web Layouts</title>
	<atom:link href="http://www.psdcore.com/category/tutorials/web-layouts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psdcore.com</link>
	<description>Just another Photoshop Tutorials Blog</description>
	<lastBuildDate>Tue, 22 Jun 2010 00:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Search Box</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/search-box/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/search-box/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 02:18:02 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=350</guid>
		<description><![CDATA[In this tutorial I'll be teaching you to design a search box, code it in HTML and then how to implement it into a Wordpress theme.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>One of the <a href="http://www.psdcore.com/premium/">premium members</a> suggested this tutorial. If you&#8217;d like to suggest a tutorial be sure to <a href="http://www.psdcore.com/contact/">contact</a> me :)</p>
<p>First off create a new document to house the search box (or add it to one of your existing designs). I&#8217;ve filled the background of mine with the colour #2e3033.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Using the Rounded Rectangle Tool make a white rectangle with radius 10px and dimensions 200x40px. This will be where we enter our search terms. If you want help aligning the layers check out <a href="http://www.psdcore.com/tutorials/quick-tips/aligning-objects/">this tutorial</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Using the text tool add in some dummy text. The font styling I&#8217;ve used is Arial, Bold, 15 pt, Sharp, #37393d.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Now we&#8217;ll make a button for the search action. Using the same tool make a 80x40px rectangle.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>Apply this gradient overlay to the button layer.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step5a.jpg" alt="" /></div>
<p>Product:</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step5b.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Add some text for the button. The font styling I&#8217;ve used here is Arial, Bold, 15 pt, Sharp, #ffffff with an outer glow of 30% #000000. I&#8217;ve also added another darker rectangle behind the search field and button and a radial gradient in the background. That&#8217;s the design part complete, now on to the <a href="http://www.psdcore.com/premium/search-box-code/">design to html/WordPress section</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/024_step6.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/search-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clean Two-Level Navigation</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:22:52 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=343</guid>
		<description><![CDATA[In this tutorial I'll be teaching you how to make a 'web 2.0' styled navigation with a second row of links for the sub-links.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/search-box/' rel='bookmark' title='Permanent Link: Search Box'>Search Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>First off, we need to make a new document; I&#8217;ve made a relatively small one for the purpose of this tutorial (600x420px) but yours will probably be for a web design (1000px or so wide).</p>
<p>To make the background less boring I&#8217;ve just added in some clouds (foreground and background colours: #33556e and #1e2a38) and applied a motion blur; both are accessible through the Filter menu.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Now we&#8217;ll make the main, white bar. Select the Rounded Rectangle Tool with a radius of 10px and a fixed size of 550x65px (or wider if your web design wants it). The colour doesn&#8217;t matter at this point as we&#8217;ll quickly change that. You&#8217;ll most likely want it centered so check out <a href="http://www.psdcore.com/tutorials/quick-tips/aligning-objects/">this tutorial on aligning objects</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Add an outer glow and a gradient overlay to this latest white bar layer.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step3a.jpg" alt="" /></div>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step3b.jpg" alt="" /></div>
<p>Product:</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step3c.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Chuck in some text with the text tool for your top level navigation. The font I&#8217;ve used is Arial, Regular (and Bold), 15pt, Sharp, #000000.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>Now for the second bar, using that Rounded Rectangle Tool again make a selection a few pixels shorter in width with a height of 50 pixels. Move this new bar layer underneath the white one (in the layers window).</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Apply these outer glow and gradient overlay settings:</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step6a.jpg" alt="" /></div>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step6b.jpg" alt="" /></div>
<p>Product:</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step6c.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Lastly, add some text for the sub-level navigation (I&#8217;ve put in some links for the Tutorials pages). The font I&#8217;ve used for this is Arial, Regular, 15pt, Sharp, #7ca1bc. If you’d like to now learn how to code this into html/css then read <a href="http://www.psdcore.com/premium/clean-two-level-navigation-code/">this tutorial</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/023_step7.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/search-box/' rel='bookmark' title='Permanent Link: Search Box'>Search Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Framing your Web Designs in a Browser</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/framing-your-web-designs-in-a-browser/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/framing-your-web-designs-in-a-browser/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 03:16:50 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=281</guid>
		<description><![CDATA[So you've designed a web layout and want to show it off in your portfolio, but you also want it to be inside a browser window - in this tutorial I'll show you how simple that is to achieve.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/photo-effects/widescreen-wallpaper-from-merging-photos/' rel='bookmark' title='Permanent Link: Widescreen Wallpaper from Merging Photos'>Widescreen Wallpaper from Merging Photos</a></li>
<li><a href='http://www.psdcore.com/tutorials/photo-effects/screenshot-focus-points/' rel='bookmark' title='Permanent Link: Screenshot Focus Points'>Screenshot Focus Points</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Firstly get out the design that you want to use, if it&#8217;s in a PSD file, an easy way to copy all the layers and compress them so that you can straight copy and paste is the short cut keys Ctrl + Shift + Alt + E (there you go, that might be your first four-key short cut &#8211; it comes in very handy when coding layouts ;)</p>
<p>The size of the browser window we&#8217;ll be adding the design to is 1024 by 686 pixels, so using the rectangular marquee tool (with a fixed size of these dimensions) select the design ready for a step later on.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/017_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Now we want the frame of the browser to stick our design into, there&#8217;s a few online and the one I&#8217;ve chosen to use is at <a href="http://www.teehanlax.com/blog/?p=945">teehan+lax</a>. I&#8217;ve chosen to use the Safari browser because it looks nicer even though I use FireFox :P But there&#8217;s also Internet Explorer in that PSD file too. If you&#8217;re using Windows and want to use the Safari frame make sure you have the <a href="http://isuman.blogspot.com/2008/09/lucida-grande-fonts-for-windows.html">Lucida Grande Font</a> (another free download too). Copy the frame across to a new document (1200 by 840 pixels are my dimensions used) and edit the page name etc &#8211; and I&#8217;ve added a dark background.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/017_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Flick back to your design that we selected back in step 1 and copy &#038; paste it onto the browser frame. Using the move tool align it so that it fits perfectly :)</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/017_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>If say you have some neat rollover effects (unlike mine) that you designed in Photoshop and want to display it with a cursor you can use the cursors provided in that downloaded PSD file and move it across to your link.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/017_step4.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/photo-effects/widescreen-wallpaper-from-merging-photos/' rel='bookmark' title='Permanent Link: Widescreen Wallpaper from Merging Photos'>Widescreen Wallpaper from Merging Photos</a></li>
<li><a href='http://www.psdcore.com/tutorials/photo-effects/screenshot-focus-points/' rel='bookmark' title='Permanent Link: Screenshot Focus Points'>Screenshot Focus Points</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/framing-your-web-designs-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Clean White Navigation</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 05:47:52 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=193</guid>
		<description><![CDATA[In this tutorial I'll be teaching you how to make a clean white navigation menu using a couple of layer styles - very generic - great for use in web layouts.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Firstly create a new document, I&#8217;m just using 600 by 420 pixels like my other tutorials but you might be adding it to a web design so just whatever :) Fill the background with a dark radial gradient, the colours I have used are #2e2e2e and #1c1c1c.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>On a new layer (Layer &gt; New &gt; Layer) make a selection the width of your document and 50 pixels high using the rectangular marquee tool. Select the gradient tool and set your foreground colour to #fafafa and background to #c4c4c4. Fill your selection with a linear gradient from top to bottom.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Apply the following layer styles to the navigation by right clicking it and going blending options.</p>
<p>Outer Glow</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step3a.jpg" alt="" /></div>
<p>Gradient Overlay</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step3b.jpg" alt="" /></div>
<p>Stroke</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step3c.jpg" alt="" /></div>
<p>Result:</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step3d.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Now we are going to be adding the text for the navigation. Using the text tool add some text (aligned center).</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>To give the text some depth, apply this drop shadow by going Layer &gt; Layer Style &gt; Drop Shadow.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Lastly we&#8217;re going to be adding a hover effect to one of the links. So zoom in a bit on one of the links and select the rectangular marquee tool. Make a selection around one of the links like so.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step6.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Fill the selection in with a linear gradient from #dadada to #969696.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step7.jpg" alt="" /></div>
<h3>Step 8</h3>
<p>Apply this stroke by going Layer &gt; Layer Styles &gt; Stroke.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step8.jpg" alt="" /></div>
<h3>Step 9</h3>
<p>Set this hover layer to 40% and you&#8217;re complete! If you&#8217;d like to now learn how to code this into html/css then read <a href="http://www.psdcore.com/premium/clean-white-navigation-code/">this tutorial</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/014_step9.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Portfolio Web Layout</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 09:31:11 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=163</guid>
		<description><![CDATA[In this tutorial I am going to be teaching you how to create a portfolio design from scratch to the finish. We'll then be taking the design and code it to a html template to use on your new portfolio site.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial you will be creating a lot of layers so it will be a good idea to create folders and sub folders for each of the different parts of the layout. I won&#8217;t be telling you to create new layers every time I have created one so just make a new layer each time there is something new to put on &#8211; this is an &#8216;intermediate&#8217; tutorial, you can manage it ;) With that out of the way&#8230; lets begin.</p>
<h3>Step 1</h3>
<p>Create a new document, the size I have used is 1200 by 840 pixels. Fill the background with the colour #0d0d0d.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Using the rounded rectangle tool make a shape at the top center of the document 800 pixels wide and 150 pixels high with a colour of #31aa19 and a radius of 10 pixels. This is going to be the basis of our header.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Now apply this gradient overlay setting to the header.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Now we are going to be adding some texture to the header to make it less boring ;) Firstly select the area of the header (on a new layer) and with the foreground colour set to black and the background colour set to white (the default colours) go Filter &gt; Render &gt; Clouds.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>Go Filter &gt; Pixelate &gt; Mosiac and set the cell size to 12.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Set the blend mode to overlay and the opacity to 50%.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step6.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>To define the edges a bit better (if you want to) go Filter &gt; Sharpen &gt; Sharpen. Repeat this step until you have a desired effect.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step7.jpg" alt="" /></div>
<h3>Step 8</h3>
<p>Using the text tool add in the name of your portfolio site. The font type I have used here is Cambria.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step8.jpg" alt="" /></div>
<h3>Step 9</h3>
<p>Apply this drop shadow effect so that the text stands out a bit better against the header.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step9.jpg" alt="" /></div>
<h3>Step 10</h3>
<p>Add some smaller text below the title and add the same drop shadow except with a distance of only 1 pixel. And that&#8217;s the header complete.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step10.jpg" alt="" /></div>
<h3>Step 11</h3>
<p>The next part of the layout is the navigation. Below the header (10-20 pixels space), using the rounded rectangle tool, create a rectangle 1000 by 60 pixels &#8211; with the same 10 pixel radius and #31aa19 colour.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step11.jpg" alt="" /></div>
<h3>Step 12</h3>
<p>Apply this gradient overlay to the navigation background.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step12.jpg" alt="" /></div>
<h3>Step 13</h3>
<p>Select an icon for your home button, I am using icons from the dellipack available from <a href="http://www.smashingmagazine.com/2008/09/04/dellipack-a-free-icon-set/">smashingmagazine</a> for free.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step13.jpg" alt="" /></div>
<h3>Step 14</h3>
<p>Using the text tool add in the name of the link &#8211; in this case &#8216;home&#8217; (white) and also some text underneath (#69cf54) in a smaller font.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step14.jpg" alt="" /></div>
<h3>Step 15</h3>
<p>Now we are going to be adding a divider on the right hand side (which will be between each of the buttons). Make a one pixel wide selection with a height of 60 pixels and fill with the colour #257d14. Move the selection to the right by one pixel and fill with the colour #33ac1b.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step15.jpg" alt="" /></div>
<h3>Step 16</h3>
<p>Repeat this process for the rest of the links you want for your portfolio site.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step16.jpg" alt="" /></div>
<h3>Step 17</h3>
<p>The next section of the layout is the content area. Using the rounded rectangle tool again, make a rectangle 1000 by 500 pixels below the navigation &#8211; this time with the colour white.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step17.jpg" alt="" /></div>
<h3>Step 18</h3>
<p>Using the text tool add in a couple of titles for content sections. The font type I&#8217;ve used here is Cambria and the size is 30 pt.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step18.jpg" alt="" /></div>
<h3>Step 19</h3>
<p>Create a selection 980 by 1 pixel using the rectangular marquee tool below the two titles and fill with the colour #dadada. This is just a faint underline below the headers.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step19.jpg" alt="" /></div>
<h3>Step 20</h3>
<p>Either add some dummy text for the about me section for now or add in some information about yourself.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step20.jpg" alt="" /></div>
<h3>Step 21</h3>
<p>Now add some images of your latest projects &#8211; I&#8217;ve just added my four latest tutorials I&#8217;ve written.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step21.jpg" alt="" /></div>
<h3>Step 22</h3>
<p>Our last part of the tutorial is on the footer. Using the rounded rectangle tool make a selection of 1000 by 60 pixels below the content box &#8211; the time the colour is #000000.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step22.jpg" alt="" /></div>
<h3>Step 23</h3>
<p>Apply this gradient overlay to the footer background.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/013_step23.jpg" alt="" /></div>
<h3>Step 24</h3>
<p>Lastly add some text in the footer and you have completed the design of your portfolio. To turn the design into a html template to use for your portfolio site follow the <a href="http://www.psdcore.com/premium/portfolio-web-layout-code/">coding side of this tutorial</a>.</p>
<div class="tutorialimage"><a href="http://www.psdcore.com/tutorial-images/013_step24full.jpg"><img src="http://www.psdcore.com/tutorial-images/013_step24.jpg" alt="" /></a></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Dark Navigation Menu</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 04:12:25 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=96</guid>
		<description><![CDATA[In this tutorial I'll be teaching you how to create a dark menu box using mainly the marquee tool.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Start a new document 600 by 420 pixels and fill with a dark radial gradient using the colours #181818 and #040404.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Create a new layer (Layer &gt; New &gt; Layer) and using the rectangular marquee tool make a selection of 290 by 310 pixels in the center of the document.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Fill the selection with the colour #202020 by going Edit &gt; Fill.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Apply this outer glow to the layer by going Layer &gt; Layer Style &gt; Outer Glow.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>On a new layer make a selection of 290 by 40 pixels and fill with a linear gradient from #8ddc0c at the top to #40b80a at the bottom.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Apply this gradient overlay to the header background by going Layer &gt; Layer Style &gt; Gradient Overlay.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step6.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Add in some text for the header using the text tool.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step7.jpg" alt="" /></div>
<h3>Step 8</h3>
<p>Add an outer glow to the text so it is easier to read.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step8.jpg" alt="" /></div>
<h3>Step 9</h3>
<p>Select the text tool from the tool bar and add some text for the links.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step9.jpg" alt="" /></div>
<h3>Step 10</h3>
<p>Select the rectangular marquee tool and make a selection of 290 by 40 pixels behind the second link.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step10.jpg" alt="" /></div>
<h3>Step 11</h3>
<p>On a new layer fill this selection with the colour #171717 by going Edit &gt; Fill with colour.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step11.jpg" alt="" /></div>
<h3>Step 12</h3>
<p>Apply this stroke to the layer by going Layer &gt; Layer Styles &gt; Stroke.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step12.jpg" alt="" /></div>
<h3>Step 13</h3>
<p>Duplicate this layer and move it down to the 4th link, and the same for the last link. To turn this photoshop file into a fully functioning html file check out the <a href="http://www.psdcore.com/premium/dark-navigation-menu-code/">code part</a> of this tutorial.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/012_step13.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-two-level-navigation/' rel='bookmark' title='Permanent Link: Clean Two-Level Navigation'>Clean Two-Level Navigation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Professional Tabbed Box</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 07:29:21 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=66</guid>
		<description><![CDATA[Tabbed boxes in sidebars on blogs seem to be popping up everywhere so in this tutorial I'll be teaching you how to design a professional looking tabbed box.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-graphics/simple-professional-logo/' rel='bookmark' title='Permanent Link: Simple Professional Logo'>Simple Professional Logo</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>First off, create a new document &#8211; for the purpose of this tutorial I&#8217;ve chosen a size of 600 by 420 pixels but you could be adding this to your web design. Fill the background with a radial gradient using the two colours #2f4a5b and #15212a.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>Create a new layer and select the rounded rectangle tool set with a radius of 10 pixels and &#8216;shape layers&#8217; (default). Make a shape in the middle 300 pixels wide and 300 pixels high with a colour of #0e161c. To make a fixed size shape click the down arrow on the left of &#8216;radius&#8217; at the top and go to &#8216;fixed size&#8217; and enter the values.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>On a new layer make another shape, but this time the colour is white and the height is 270 pixels. Make it 5 pixels higher than the bottom of the first shape.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Now using the text tool add in some text links. The font I&#8217;ve used here is Verdana size 14 pt and colour #747474. Make sure that you have the line height set at 30 pt so the next step is easier.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>On a new layer make a selection 280 pixels wide and one pixel high between the first two links. Fill the selection with the colour #dedede. To fill a selection simply go Edit &gt; Fill with colour.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step5a.jpg" alt="" /></div>
<p>Duplicate this layer and move it down 30 pixels (Ctrl + Shift + Down x 3). Repeat this until you have an underline for each link. If you did not have a line height of 30 pt then you would of had to move the line down one pixel at a time until it was half way between the two links.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step5b.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Create a new layer and using the rounded rectangle tool again (this time set it to unconstrained not fixed size) make a shape similiar to the one below with a colour of white.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step6.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Lastly, add in some text for the tab parts. The font is Verdana, and the colour I&#8217;ve used for the active tab is #15212a and for the others the colour is white. If you&#8217;d like to learn how to code this design using html and jQuery follow the <a href="http://www.psdcore.com/premium/professional-tabbed-box-code/">code side</a> of this tutorial.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/007_step7.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-graphics/simple-professional-logo/' rel='bookmark' title='Permanent Link: Simple Professional Logo'>Simple Professional Logo</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/' rel='bookmark' title='Permanent Link: Modern Web 2.0 Web Layout'>Modern Web 2.0 Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/' rel='bookmark' title='Permanent Link: Sleek Dark Navigation'>Sleek Dark Navigation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Modern Web 2.0 Web Layout</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 02:40:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=54</guid>
		<description><![CDATA[In this tutorial I am going to teach you how to create a modern web 2.0 styled web layout from scratch.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/' rel='bookmark' title='Permanent Link: Portfolio Web Layout'>Portfolio Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Firstly we need to create a new document, the size I have chosen is 1200 pixels by 840 pixels because it is big enough and when halved it fits nicely on PSDCORE. Fill the background with the colour #f7f7f7.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>There are going to be quite a number of layers in this tutorial, so I suggest that you label them and sort them into groups. Firstly create a new layer and make a selection of 1200 by 30 pixels at the top of the document and fill with the colour #151515.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Using the text tool add in some text links in the top right corner. The font I&#8217;ve used is Arial, and the colour #8a8a8a. If you can&#8217;t see this text very clearly or other parts of the layout, go down to the bottom and go to the full size view.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>On a new layer make a selection of 1200 by 100 pixels underneath the top (and one pixel down). Fill the selection with a radial gradient using the two colours #353535 and #1d1d1d.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>Apply this stroke by going Layer &gt; Layer Style &gt; Stroke.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>On a new layer add in your logo or just create a simple one. I&#8217;ve made a circle with the elliptical marquee tool and filled it with a radial gradient using the two colours #02a2e0 and #246f99. There is also a simple gradient overlay and outer glow.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step6a.jpg" alt="" /></div>
<p>Using the custom shape tool I&#8217;ve also added a little white shape in there.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step6b.jpg" alt="" /></div>
<p>Select the text tool again and type in the name of your site. The font I&#8217;ve used is Adobe Caslon Pro and applied the same two layer styles as the logo.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step6c.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Now we are going to be adding a search box on the right hand side, on a new layer select the rounded rectangle tool and set the radius to 10 pixels. Make a shape (fill colour white &#8211; #ffffff) like the one below.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step7a.jpg" alt="" /></div>
<p>Add some text like &#8216;Search&#8230;&#8217; to the box. The font is Arial and colour #6c6c6c.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step7b.jpg" alt="" /></div>
<p>Using the custom shape tool again make a magnifying glass icon on the left of the text using the same colour &#8211; #6c6c6c.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step7c.jpg" alt="" /></div>
<h3>Step 8</h3>
<p>Next up is the navigation buttons for the categories. Create a new layer and select the rounded rectangle tool (still at 10 pixel radius) and make a selection with the two curved corners on the top of the background and the bottom below. Fill this selection with a gradient from #02a2e0 to #5acffc using the gradient tool set to linear.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step8a.jpg" alt="" /></div>
<p>Select the area of the background behind the logo (Ctrl + Click the layer&#8217;s icon) and invert selection (Ctrl + Shift + I) and delete it (delete key on your keyboard). This leaves just the top part of the button &#8211; the part we want.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step8b.jpg" alt="" /></div>
<p>Using the text tool add in some text. The font here is Arial again and the colour is white.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step8c.jpg" alt="" /></div>
<p>Repeat this process for a button beside it &#8211; this time the gradient is from #d7d7d7 to #fcfcfc and the colour of the text is #2f2f2f.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step8d.jpg" alt="" /></div>
<p>Now you can either repeat the process again a couple of times for the other buttons or just duplicate the layers and move them across (the short cut to duplicate a layer is Ctrl + J).</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step8e.jpg" alt="" /></div>
<h3>Step 9</h3>
<p>We are now going to be adding a featured content section &#8211; so it needs a background that stands out. Create a new layer and make a selection of 1200 by 200 pixels &#8211; again with a one pixel gap. Fill this selection with a radial gradient using the two colours #02a2e0 and #246f99.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step9.jpg" alt="" /></div>
<h3>Step 10</h3>
<p>Apply a stroke to this featured content background. You can adjust layer styles for a layer by right clicking it (in the layers window) and going blending options. This gives it a little highlight which makes the background stand out that little bit more.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step10.jpg" alt="" /></div>
<h3>Step 11</h3>
<p>Add in some text for the featured content area. Go grab some dummy text from <a href="http://www.lipsum.com/">lipsum.com</a> if you do not have anything to stick there yet just to make it look more complete. The font is again Arial and white.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step11.jpg" alt="" /></div>
<h3>Step 12</h3>
<p>Now that we have finshed the header we can begin on the content. Add a couple of bold titles using the colour #151515.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step12.jpg" alt="" /></div>
<h3>Step 13</h3>
<p>On a new layer make a selection using the rectangular marquee tool a couple of pixels high under each title and fill with the colour #d7d7d7.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step13.jpg" alt="" /></div>
<h3>Step 14</h3>
<p>Add in some dummy text and images. The font is Arial and colour #464646.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step14.jpg" alt="" /></div>
<h3>Step 15</h3>
<p>Our last task is the footer, on a new layer make a selection 1200 pixels wide and 140 pixels high at the bottom of the document and fill with the colour #242424.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step15.jpg" alt="" /></div>
<h3>Step 16</h3>
<p>Apply this stroke to the footer.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/006_step16.jpg" alt="" /></div>
<h3>Step 17</h3>
<p>Last of all, chuck in some copyright details and links to your pages. The font here is Arial, and the colours are white and #5a5a5a. Now continue this tutorial by coding it up into css &amp; html in <a href="http://www.psdcore.com/premium/modern-web-20-web-layout-code/">this tutorial</a>.</p>
<div class="tutorialimage"><a href="http://www.psdcore.com/tutorial-images/006_step17full.jpg"><img src="http://www.psdcore.com/tutorial-images/006_step17.jpg" alt="" /></a></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/portfolio-web-layout/' rel='bookmark' title='Permanent Link: Portfolio Web Layout'>Portfolio Web Layout</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/professional-tabbed-box/' rel='bookmark' title='Permanent Link: Professional Tabbed Box'>Professional Tabbed Box</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/modern-web-20-web-layout/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Sleek Dark Navigation</title>
		<link>http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/</link>
		<comments>http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 03:00:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Web Layouts]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.psdcore.com/?p=23</guid>
		<description><![CDATA[In this tutorial I am going to be teaching you how to create a horizontal navigation menu.


Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-graphics/sleek-dark-button/' rel='bookmark' title='Permanent Link: Sleek Dark Button'>Sleek Dark Button</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Firstly create a new document &#8211; the size I&#8217;ve chosen to use is 600 pixels wide and 210 pixels high. Although if you are turning this into a web layout, you might want to have it larger. Fill the background with a dark radial gradient, I&#8217;ve used the two colours #282c30 and #1b1b1b.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step1.jpg" alt="" /></div>
<h3>Step 2</h3>
<p>On a new layer make a selection of 550 pixels by 50 pixels in the middle of the document. The easiest way to make this selection is to use the rectangular marquee tool and use the fixed size option.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step2.jpg" alt="" /></div>
<h3>Step 3</h3>
<p>Select the gradient tool and fill the selection from top to bottom with a linear gradient using the colours #161616 and #0a0a0a.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step3.jpg" alt="" /></div>
<h3>Step 4</h3>
<p>Now apply an outer glow to this layer using these settings. Right click the layer and go blending options to adjust the layer styles.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step4.jpg" alt="" /></div>
<h3>Step 5</h3>
<p>We are now going to be adding a shine effect to the navigation bar. On a new layer make a selection on the top half using the rectangular marquee tool (fixed size of 550 pixels by 25 pixels).</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step5.jpg" alt="" /></div>
<h3>Step 6</h3>
<p>Fill the selection with a linear gradient from white to transparent. Set the opacity to 10%.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step6.jpg" alt="" /></div>
<h3>Step 7</h3>
<p>Now we are going to be adding a highlight to the bottom of the bar to give it some colour. Make a selection of 550 pixels by 3 pixels at the bottom of the bar.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step7.jpg" alt="" /></div>
<h3>Step 8</h3>
<p>Fill the selection with the colour #74ab00. To fill a selection simply go Edit &gt; Fill with colour.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step8.jpg" alt="" /></div>
<h3>Step 9</h3>
<p>Using the text tool add in some text to act as links. The font I&#8217;ve chosen for this is Verdana.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step9.jpg" alt="" /></div>
<h3>Step 10</h3>
<p>Lastly, we&#8217;ll be adding a hover effect for one of the links. Create a new layer. Using the rectangular marquee tool make a selection around one of the links.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step10.jpg" alt="" /></div>
<h3>Step 11</h3>
<p>Fill the selection with a linear gradient from white to transparent. Set the blend mode to Overlay and the opacity to 75%. To learn how to turn this .psd file into an html file read <a href="http://www.psdcore.com/premium/sleek-dark-navigation-code/">this tutorial</a>.</p>
<div class="tutorialimage"><img src="http://www.psdcore.com/tutorial-images/003_step11.jpg" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.psdcore.com/tutorials/web-layouts/dark-navigation-menu/' rel='bookmark' title='Permanent Link: Dark Navigation Menu'>Dark Navigation Menu</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-layouts/clean-white-navigation/' rel='bookmark' title='Permanent Link: Clean White Navigation'>Clean White Navigation</a></li>
<li><a href='http://www.psdcore.com/tutorials/web-graphics/sleek-dark-button/' rel='bookmark' title='Permanent Link: Sleek Dark Button'>Sleek Dark Button</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.psdcore.com/tutorials/web-layouts/sleek-dark-navigation/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
