<?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>PVM Garage &#187; Mohammad Jeprie</title>
	<atom:link href="http://www.pvmgarage.com/author/jeprie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pvmgarage.com</link>
	<description>Web Design and Development with passion. Free template, tutorials, html, css, freebies for web and graphic designer</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:40:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Design a One Page Portfolio Site in Photoshop &#8211; Part 2 Coding</title>
		<link>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop-part-2-coding/</link>
		<comments>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop-part-2-coding/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 01:52:24 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3867</guid>
		<description><![CDATA[This is second part of designing a one page portfolio tutorial series. In the first tutorial, we had created a simple and elegant Portfolio PSD mockup. Now, we&#8217;ll convert the PSD to a HTML5 and CSS3 with some jQuery goodness. Make sure you have read the first tutorial and make the design in Photoshop, or you can just grab the final PSD mockup from there.
Take a look at our PSD mockup first. Our portfolio design has a simple one column ...]]></description>
			<content:encoded><![CDATA[<p>This is second part of designing a one page portfolio tutorial series. In the first tutorial, we had created a simple and elegant Portfolio PSD mockup. Now, we&#8217;ll convert the PSD to a HTML5 and CSS3 with some jQuery goodness. Make sure you have read the first tutorial and make the design in Photoshop, or you can just grab the final PSD mockup from there.</p>
<p>Take a look at our PSD mockup first. Our portfolio design has a simple one column page with a large white-space, big and bold header, a slider to put some portfolio items, and a contact form on the footer. We&#8217;ll play around with some fancy CSS3 effects like text-shadow on the header, semi-transparent background on the navigation menu and border-radius on the portfolio slider and contact form. We&#8217;ll also use a jQuery slider plugin named <em>slides.js</em> to create the slider. Let&#8217;s get started!</p>
<h3>Final Result</h3>
<p>Click on the image below to see the final design in HTML.</p>
<p><a href="html/index.html"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/portfolio-preview.jpg" width="600" height="554" alt="One Page Portfolio Site Preview" /></a></p>
<h3>Step 1:  File Structure</h3>
<p>Create a new directory in your computer and give it a name whatever you like. Inside this newly created directory, create another directory called <em>img</em> to put all the images that we extracted from PSD file.</p>
<p>		Grab <a href="http://slidesjs.com/">Slides.js</a> and place it inside the directory.
</p>
<h3>Step 2: Exporting the image files from PSD</h3>
<p>Before we started coding, we need to export all  the necessary images from the mockup such as background, portfolio items, and social media icon.</p>
<h4><strong>1. Background</strong></h4>
<p>Activate Zoom tool and click several times on the canvas to maximum magnification. Create a selection using crop tool. Click menu File &gt; Save for Web and Device (Ctrl + Shift + Alt + S) and save it as <em>bg.jpg</em> in the <em>img</em> directory.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/1.jpg" alt="" /></p>
<h4><strong>2. Slider Background</strong></h4>
<p>Head over tothe slider area and make a selection on the portfolio background using crop tool. Save it as <em>detail_bg.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/2.jpg" alt="" /></p>
<h4><strong>3. Portfolio Items</strong></h4>
<p>Create selection around the portfolio image and save it as <em>items1.jpg</em>. Grab the other image by switching the layer visibility on the item and save each item as <em>items2.jpg</em> and <em>items3.jpg</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/3.jpg" alt="" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/4.jpg" alt="" /></p>
<h4><strong>4. Slider Navigation</strong></h4>
<p>First, convert the circle shape to smart object by right clicking on the layer and select Convert to Smart Object. This way, we can select the layer and its layer styles. Create guide around our newly created smart object. Make selection with crop tool along the guide. Hide background layer to get a transparent background and save it as PNG-transparent file named <em>nav.png</em>. Repeat this step on the active state circle shape, save it as <em>nav_a.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/5.jpg" alt="" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/5a.jpg" alt="" /></p>
<h4><strong>5. Separator</strong></h4>
<p>Merge all layers inside layer group &#8220;separator&#8221; by right clicking it and select Merge Layers. Then create guide around the merged layer. Create selection with crop tool and then hide the background layer. Save it as <em>separator.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/5b.jpg" alt="" /></p>
<h4><strong>6. Social Icon</strong></h4>
<p>We will export all social icons as a single image instead of separate images, we&#8217;ll then use CSS sprite to separate the icons in the webpage. Shift the position of each icon until there are no gap between each icon, then create selection with crop tool after hiding the background layer. Save it as <em>social.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/6.jpg" alt="" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/7.jpg" alt="" /></p>
<h4><strong>7. Submit Button</strong></h4>
<p>Merge submit button shape and text into a single layer and then create guide around the new layer. Create selection with crop tool after hiding the background layer and save as <em>submit.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/8.jpg" alt="" /></p>
<h3>Step 3: Basic Structure</h3>
<p>We&#8217;re done with the images, now grab a coffee and let&#8217;s start on the coding. Open up your favorite code editor and write our first HTML markup.</p>
<pre>&lt;!DOCTYPE HTML&gt;
&lt;html lang=&quot;en-US&quot;&gt;
&lt;head&gt;
	&lt;meta charset=&quot;UTF-8&quot;&gt;
	&lt;title&gt;My Awesome Portfolio&lt;/title&gt;
	&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; /&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;slides.min.jquery.js&quot;&gt;&lt;/script&gt;
	&lt;!--[if lt IE 9]&gt;
	&lt;script src=&quot;http://html5shiv.googlecode.com/svn/trunk/html5.js&quot;&gt;&lt;/script&gt;
	&lt;![endif]--&gt;
	&lt;script type=&quot;text/javascript&quot;&gt;
		WebFontConfig = {
			google: { families: [ 'Lobster::latin' ] }
		};
		(function() {
			var wf = document.createElement('script');
			wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
			wf.type = 'text/javascript';
			wf.async = 'true';
			var s = document.getElementsByTagName('script')[0];
			s.parentNode.insertBefore(wf, s);
		})();
	&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Our HTML begins with typical document structure consisting of doctype, link to stylesheet file, link to jQuery slider and jQuery library from Google API, and an HTML5 hacks script for IE. We&#8217;re also embedding a google webfont, Lobster, with WebFont loader (personally I like this method because I can adjust how things look during and after font loading by defining CSS rules).</p>
<p>The CSS style begins with a simple reset to get rid the browser default style, and then some basic setting such as typography, color and background image.</p>
<pre>
/* ----- Resetting CSS ------ */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/* ----- Layout ------ */

body {
	background:#c6c6c6 url(img/bg.png);
	color:#444;
	font-family:helvetica,arial,sans-serif;
}
</pre>
<h3>Step 4: The Navigation</h3>
<p>Our first element in the markup is the top navigation. We&#8217;ll use <code>&lt;nav&gt;</code> element as our navigation wrapper and then place the menu as an unordered list. Since our page is just a single page, the menu works as a shortcut to jump to element that matched with the ID&#8217;s that we specify in the menu.</p>
<pre>
&lt;nav id=&quot;top&quot;&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;#head&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#portfolio&quot;&gt;Portfolio&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#about&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#contact&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/nav&gt;
</pre>
<p><strong>Step 5: CSS</strong></p>
<p>As in the mockup, our navigation menu has 37 px height and 5 px border in the bottom with a semi-transparent background. We&#8217;ll also make the navigation position static, to keep the navigation at the top of page when we scroll down the page.</p>
<pre>
nav#top {
	background:rgba(68,68,68,.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#55444444', EndColorStr='#55444444'); /* IE specific hacks to make transparent background */
	background-clip:content-box;
	border-bottom:5px solid rgba(255,255,255,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
	font-size:16px;
	height: 37px;
	line-height:37px;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
	nav#top ul {
		list-style:none;
		margin:0 auto;
		text-align:center;
		width:780px;
	}
		nav#top li {
			display:inline;
			padding:0 20px;
		}
		nav#top a {
			color:#fff;
			text-decoration:none;
		}
</pre>
<h3>Step 6: The Header</h3>
<p>The next element is the header and a short introductory sentence. The syntax is pretty simple, we&#8217;ll use a <code>&lt;header&gt;</code> element to wrap the title and tagline, and then use <code>&lt;p&gt;</code> on the introductory sentence.</p>
<pre>
&lt;header id=&quot;head&quot;&gt;
	&lt;h1&gt;&lt;a href=&quot;#&quot;&gt;John Doe&lt;/a&gt;&lt;/h1&gt;
	&lt;h2 class=&quot;desc&quot;&gt;designer by day, superhero by night&lt;/h2&gt;
&lt;/header&gt;

&lt;p class=&quot;hello&quot;&gt;I am a web and graphic designer. I design interface for web and mobile apps.&lt;/p&gt;
</pre>
<p>Our site title design have a nice 1 px border and text-shadow to make the title stand out. Fortunately, we can make this effect with just using CSS3 text-shadow. We&#8217;ll also use text-shadow to make letterpress effect on the rest of the design.</p>
<pre>
header {
	padding:102px 0 130px;
	text-align:center;
}
header h1 {
	font-family:'Lobster', Georgia, Serif;
	font-size:64px;
}
header h1 a {
	color:#fff;
	text-decoration:none;
	text-shadow:
		3px 3px 0 #444,
		1px 1px 0 #444,
		-1px 1px 0 #444,
		1px -1px 0 #444,
		-1px -1px 0 #444
	;
}
header h1:hover {
	opacity:.8;
	filter:alpha(opacity=80);
}
header h2 {
	font-size:14px;
	line-height:2;
	text-shadow:1px 1px 0 #fff;
}

p.hello {
	font-size:30px;
	font-weight:bold;
	line-height:1.2;
	margin:0 auto 100px;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
	width:620px;
}
</pre>
<h3>Step 7: The Slider</h3>
<p>Now, we move to Slider section. We&#8217;ll use a <code>&lt;section&gt;</code> as a container of the slider. Inside this container we&#8217;ll place an <code>&lt;h3&gt;</code> title and a series of our slider items. Don&#8217;t forget to add separator before and after the slider.</p>
<pre>
&lt;span class=&quot;separator&quot;&gt;&lt;/span&gt;

&lt;section id=&quot;portfolio&quot;&gt;
	&lt;h3&gt;Featured Project&lt;/h3&gt;
	&lt;div class=&quot;slider&quot;&gt;
		&lt;div class=&quot;items&quot;&gt;
			&lt;figure&gt;
				&lt;img src=&quot;img/items1.jpg&quot; alt=&quot;Portfolio Items&quot; /&gt;
			&lt;/figure&gt;
			&lt;div class=&quot;details&quot;&gt;
				&lt;a href=&quot;#&quot; class=&quot;name&quot;&gt;News Icon&lt;/a&gt;
				&lt;a href=&quot;#&quot; class=&quot;category&quot;&gt;Icon Design&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;items&quot;&gt;
			&lt;figure&gt;
				&lt;img src=&quot;img/items2.jpg&quot; alt=&quot;Portfolio Items&quot; /&gt;
			&lt;/figure&gt;
			&lt;div class=&quot;details&quot;&gt;
				&lt;a href=&quot;#&quot; class=&quot;name&quot;&gt;Go Design&lt;/a&gt;
				&lt;a href=&quot;#&quot; class=&quot;category&quot;&gt;Logo Design&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;items&quot;&gt;
			&lt;figure&gt;
				&lt;img src=&quot;img/items3.jpg&quot; alt=&quot;Portfolio Items&quot; /&gt;
			&lt;/figure&gt;
			&lt;div class=&quot;details&quot;&gt;
				&lt;a href=&quot;#&quot; class=&quot;name&quot;&gt;Desain Digital&lt;/a&gt;
				&lt;a href=&quot;#&quot; class=&quot;category&quot;&gt;Web Design&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/section&gt;

&lt;span class=&quot;separator&quot;&gt;&lt;/span&gt;
</pre>
<p>To make the slider works, we&#8217;ll need to initialize Slidejs by adding a script inside the <code>&lt;head&gt;</code> element. Place this following script below the Google Webfont script.</p>
<pre>
$(function(){
	$(&quot;#portfolio&quot;).slides({
		container: 'slider',
		slideSpeed: 500,
		play: 4000
	});
  });
</pre>
<p>Let&#8217;s add style to the slider. Our slider container will have an 8 px rounded corner and a little shadow. We&#8217;ll also add a 70 px top and bottom padding to create large white-space. Slidejs automatically generate pagination to the slider, so we also need to style them using graphic circle from our PSD.</p>
<pre>
.separator {
	background:transparent url(img/separator.png);
	display:block;
	margin:0 auto;
	height:28px;
	width:780px;
}
section#portfolio {
	margin:0 auto;
	padding:70px 0;
	width:778px;
}
h3 {
	font-family:'Lobster', Georgia, Serif;
	font-size:36px;
	margin-bottom:25px;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
}
section#portfolio .slider {
	border-radius:8px;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	display:block;
	height:414px;
	width:778px;
	margin-bottom:30px;
}
section#portfolio .items {
	background:#444;
	border-radius:8px;
	border:5px solid #fff;
	margin-bottom:30px;
	height:404px;
	width:768px;
}
section#portfolio .items figure img {
	display:block;
}
section#portfolio .items .details {
	background:#7e7e7e url(img/detail_bg.png);
	height:49px;
	line-height:55px;
}
section#portfolio .items .details a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
section#portfolio .items .details a.name {
	float:left;
	margin-left:10px;
}
section#portfolio .items .details a.category {
	float:right;
	margin-right:10px;
}
ul.pagination {
	list-style:none;
	text-align:center;
}
ul.pagination li {
	display:inline-block;
}
ul.pagination li a {
	background:transparent url(img/nav.png);
	display:block;
	height:18px;
	margin:0 5px;
	width:15px;
	text-indent:-9999px;
}
ul.pagination li.current a {
	background:transparent url(img/nav_a.png);
}
</pre>
<p>Here&#8217;s a preview of our current work.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/9.jpg" alt="" /></p>
<h3>Step 8: About Section</h3>
<p>We&#8217;re done with the slider, so let&#8217;s jump to About Section. We&#8217;ll use <code>&lt;section&gt;</code> again as the wrapper of the content and place some text and social media link inside the wrapper. Don&#8217;t forget to place separator after the section.
</p>
<pre>
&lt;section id=&quot;about&quot;&gt;
	&lt;h3&gt;Meet The Hero&lt;/h3&gt;
	&lt;p&gt;I'm John Doe, a web &amp;amp; graphic designer. As a web designer, I am best known for making some kickass website. As a graphic designer, especially icon design, my work was used by one of the largest social network on earth, Twitter.&lt;/p&gt;
	&lt;p&gt;If you want to know more about me, you can reach me via contact form below or one of these social network.&lt;/p&gt;
	&lt;div class=&quot;social&quot;&gt;
		&lt;a href=&quot;#&quot; class=&quot;fb&quot;&gt;Facebook&lt;/a&gt;
		&lt;a href=&quot;#&quot; class=&quot;linkedin&quot;&gt;LinkedIn&lt;/a&gt;
		&lt;a href=&quot;#&quot; class=&quot;twitter&quot;&gt;Twitter&lt;/a&gt;
		&lt;a href=&quot;#&quot; class=&quot;lastfm&quot;&gt;Last FM&lt;/a&gt;
		&lt;a href=&quot;#&quot; class=&quot;wp&quot;&gt;Blog&lt;/a&gt;
	&lt;/div&gt;
&lt;/section&gt;

&lt;span class=&quot;separator&quot;&gt;&lt;/span&gt;
</pre>
<p>We&#8217;ll transform the social media link into a nice icon that we have created before. Since the icons is wrapped in a single file, we need to configure each icon position to match the correct link by modify the background position. This method is called CSS Sprite.</p>
<pre>
section#about {
	margin:auto;
	padding:70px 0;
	text-align:center;
	width:460px;
}
section#about p {
	font-size:14px;
	line-height:18px;
	margin-bottom:18px;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
}
.social {
	display:block
}
.social a {
	background:transparent url(img/social.png);
	display:inline-block;
	height:30px;
	width:33px;
	text-indent:-9999px;
}
.social a:hover {
	opacity:.7;
}

/* CSS Sprite */
.social a.fb {
	background-position:0 0;
}
.social a.linkedin {
	background-position:133px 0;
}
.social a.twitter {
	background-position:100px 0;
}
.social a.lastfm {
	background-position:67px 0;
}
.social a.wp {
	background-position:33px 0;
}
</pre>
<h3>Step 9: Contact Form</h3>
<p>Our last element is the contact form. As usual, contact form is just a series of some input text, a text area and a submit button wrapped in a <code>&lt;section&gt;</code> container.</p>
<pre>
&lt;section id=&quot;contact&quot;&gt;
	&lt;h3&gt;Drop Me a Line&lt;/h3&gt;
	&lt;form action=&quot;#&quot; method=&quot;post&quot;&gt;
		&lt;div&gt;
			&lt;label for=&quot;name&quot;&gt;Your Name&lt;/label&gt;
			&lt;input type=&quot;text&quot; id=&quot;name&quot; /&gt;
		&lt;/div&gt;
		&lt;div&gt;
			&lt;label for=&quot;email&quot;&gt;Your Email Adress&lt;/label&gt;
			&lt;input type=&quot;text&quot; id=&quot;email&quot; /&gt;
		&lt;/div&gt;
		&lt;div&gt;
			&lt;label for=&quot;subject&quot;&gt;Message Subject&lt;/label&gt;
			&lt;input type=&quot;text&quot; id=&quot;subject&quot; /&gt;
		&lt;/div&gt;
		&lt;div&gt;
			&lt;label for=&quot;message&quot;&gt;Message Text&lt;/label&gt;
			&lt;textarea name=&quot;message&quot; id=&quot;message&quot; cols=&quot;30&quot; rows=&quot;10&quot;&gt;&lt;/textarea&gt;
		&lt;/div&gt;
		&lt;input name=&quot;submit&quot; id=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
	&lt;/form&gt;
&lt;/section&gt;
</pre>
<p>Each form will have a rounded corners and dark grey background, while the submit button is replaced with graphic image that we exported from photoshop earlier.</p>
<pre>
section#contact {
	margin:auto;
	padding:70px 0;
	width:460px;
	text-align:center;
}
section#contact form div {
	display:block;
	margin-bottom:35px;
}
section#contact form div label {
	display:block;
	font-size:14px;
	margin-bottom:8px;
	text-shadow:1px 1px 0 #fff;
}
section#contact form div input {
	background:#444;
	border-radius:5px;
	color:#fff;
	margin:auto;
	padding:0 5px;
	height:35px;
	text-align:center;
	width:290px;
}
section#contact form div textarea {
	background:#444;
	border-radius:5px;
	color:#fff;
	margin:auto;
	padding:5px;
	text-align:left;
	height:240px;
	width:450px;
}
section#contact form input {
	background:transparent url(img/submit.png);
	cursor:pointer;
	display:block;
	margin:auto;
	height:38px;
	text-align:center;
	text-indent:-9999px;
	width:145px;
}
section#contact form input:hover, section#contact form input:focus {
	opacity:.7;
}
</pre>
<h3>Step 10: Final Touch</h3>
<p>Actually, our portfolio is already done and works well. But we still need to add one final touch to make our site more fancy. We&#8217;ll add a jQuery scrolling effect to make a smooth scrolling on our navigation menu. Place this script inside <code>&lt;head&gt;</code> element.</p>
<pre>
$(document).ready(function(){
	$('a[href*=#]').click(function() {
		if (location.pathname.replace(/^\//,&quot;) == this.pathname.replace(/^\//,&quot;)
		&amp;&amp; location.hostname == this.hostname) {
			var $target = $(this.hash);
			$target = $target.length &amp;&amp; $target
			|| $('[name=' + this.hash.slice(1) +']');
			if ($target.length) {
				var targetOffset = $target.offset().top;
				$('html,body')
				.animate({scrollTop: targetOffset}, 1000);
				return false;
			}
		}
	});
});
</pre>
<h3>Final Result</h3>
<p>We&#8217;re finally finished coding this portfolio. I hope you enjoy the tutorial. Click on the image below to see the final design in HTML.</p>
<p><a href="html/index.html"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/12/portfolio-preview.jpg" width="600" height="554" alt="One Page Portfolio Site Preview" /></a></p>
<h3>Download Link</h3>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-html.zip">Download One Page Portfolio (HTML)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop-part-2-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design a One Page Portfolio Site in Photoshop</title>
		<link>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop/</link>
		<comments>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:03:34 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3863</guid>
		<description><![CDATA[In this tutorial, we will learn to design a one page portfolio site in Photoshop. In the process we will use subtle pattern and lots of layer styles to make a simple and interesting design. Let&#8217;s get started!
This tutorial is a collaboration with a young and talented web designer from Indonesia, Aris FM.
Preview
Click on the image below to see it in full size.

Step 1
Open Photoshop. Click File &#62; New or hit Ctrl + N to make a new file. In ...]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we will learn to design a one page portfolio site in Photoshop. In the process we will use subtle pattern and lots of layer styles to make a simple and interesting design. Let&#8217;s get started!</p>
<p>This tutorial is a collaboration with a young and talented web designer from Indonesia, <a href="http://www.cekerholic.com">Aris FM</a>.</p>
<h3>Preview</h3>
<p>Click on the image below to see it in full size.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/portfolio-tutorial.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/portfolio-preview.jpg" width="600" height="554" alt="One Page Portfolio Site Preview" /></a></p>
<h3>Step 1</h3>
<p>Open Photoshop. Click File &gt; New or hit Ctrl + N to make a new file. In the dialog bos, set its size to 1340 × 2598 px.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-01.jpg" width="524" height="384" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 2</h3>
<p>Make new layer. Click foreground color on toolbox and change its color to #c5c5c5. Hit Alt + Delete to fill it with foreground color.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-02.jpg" width="454" height="257" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 3: Make Pattern</h3>
<p>Make new file with size 6 x 6 px..</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-03.jpg" width="524" height="384" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 4</h3>
<p>Set foreground color to default, black, by pressing D. Activate Brush tool with brush size 1 px. Make new layer and then draw two diagonal lines as seen below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-04.jpg" width="545" height="341" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 5</h3>
<p>Click eye icon on front of <em>Background</em> layer to hide it. Click Edit &gt; Define Pattern to save the picture as a pattern.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-05.jpg" width="591" height="489" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 6</h3>
<p>Let&#8217;s return to our site design. Activate background layer we have just made in Step 2. Double click layer and add Pattern Overlay. Select pattern that we have just created.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-06.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Here&#8217;s the result of our background in 100% magnification.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-07.jpg" width="424" height="285" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 7: Guides</h3>
<p>Reveal ruler by pressing Ctrl + R. Click and drag from vertical ruler onto the canvas to make new guide. Place the guides on 280 px and 1060 px.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-08.jpg" width="600" height="246" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 8: Main Menu</h3>
<p>Draw a rectangle shape with color: #434343 on top of the site. Make sure to make it big enough until its top, left, and right sides are outside the canvas. Set its layer Opacity to 50%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-09.jpg" width="600" height="133" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 9</h3>
<p>Double click rectangle shape layer to open Layer Style dialog box. Add Drop Shadow and Stroke with following settings.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-10.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-11.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>This is the difference with and without Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-12.jpg" width="472" height="288" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 10</h3>
<p>Use type tool to write main menu.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-13.jpg" width="600" height="160" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 11: Main Content</h3>
<p>Start writing main content of this site, the owner&#8217;s name. We are using free <a href="http://www.impallari.com/lobster/">Lobster font</a>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-14.jpg" width="665" height="280" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Double click text layer. Add Drop Shadow and Stroke.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-15.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-16.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 12</h3>
<p>Add subtitle. Add layer style drop shadow to add letterpress effect onto the text.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-17.jpg" width="421" height="374" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-18.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 13</h3>
<p>Add a slogan that define the site owner&#8217;s principle. Again, add same layer style to add letterpress effect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-19.jpg" width="600" height="319" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-20.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 14: Separator</h3>
<p>We&#8217;re done with main content section. Before adding another section, we need to make a custom shape separator between each section.</p>
<p>Activate Custom Shape tool. From the option bar activate shape layer and select indicated shape below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-21.jpg" width="599" height="303" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 15</h3>
<p>Click and drag on the canvas to draw the shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-22.jpg" width="448" height="323" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 16</h3>
<p>Select another shape from the option bar. Shift-drag to add shape onto the layer shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-23.jpg" width="579" height="482" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 17</h3>
<p>Select shape we have just created with Path Selection tool. Alt-drag shape to duplicate it. Perform transformation (Ctrl + T), right click and select Flip Vertical.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-24.jpg" width="645" height="407" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 18</h3>
<p>Repeat previous step, this time to all shapes. Select all shapes and then Alt-drag to duplicate them. Transform (Ctrl + T), right click and choose Flip Horizontal.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-25.jpg" width="587" height="246" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Add following Drop Shadow onto the shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-26.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>This is the result after adding Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-27.jpg" width="334" height="344" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 19</h3>
<p>Let&#8217;s hide the custom shape layer by clicking on its eye icon. Use Pencil tool to draw two 1 px lines, black and white, in a separate layers.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-28.jpg" width="545" height="427" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 20</h3>
<p>Set black line layer Opacity to 40% and white line layer Opacity to 60%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-29.jpg" width="340" height="367" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 21</h3>
<p>Place both lines into a group layer, by selecting both of it and hit Ctrl + G. Alt-click Add Layer Mask icon to hide both lines. Activate brush tool. Use big and soft brush. Paint indicated areas with white.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-30.jpg" width="600" height="306" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 22</h3>
<p>Reveal custom shape that we have made earlier.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-31.jpg" width="600" height="265" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 23: Featured Project</h3>
<p>Write title of the next section.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-32.jpg" width="574" height="289" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Add following Drop Shadow to add letterpress effect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-33.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 24</h3>
<p>Draw a rounded rectangle under the title. Make sure it fits the content width.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-34.jpg" width="600" height="392" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Add Drop Shadow and Stroke with following settings.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-35.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-36.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></h3>
<p>Below is the result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-37.jpg" width="600" height="371" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 25</h3>
<p>Paste a picture on top of the shape. Convert it to Clipping Mask by pressing Ctrl + Alt + G. This will force the picture goes inside the shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-38.jpg" width="600" height="489" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>&nbsp;</h3>
<h3>Step 26</h3>
<p>Draw a rectangle on lower part of the shape. Convert it to Clipping Mask (Ctrl + Alt + G). Add following layer style Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-39.jpg" width="600" height="564" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-40.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 27</h3>
<p>Draw a 1 px line with color #939393. Add a Drop Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-41.jpg" width="600" height="466" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-42.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 27</h3>
<p>Add project title and its category.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-43.jpg" width="600" height="497" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Add Drop Shadow to give it 3D appearance.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-45.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 28</h3>
<p>Add more pictures for another project.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-46.jpg" width="600" height="377" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 29</h3>
<p>Draw a small circle shape for slide navigation.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-47.jpg" width="321" height="203" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Add following Drop Shadow, Gradient Overlay, and Stroke.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-48.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-49.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-50.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Here&#8217;s the result after adding Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-51.jpg" width="392" height="189" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 30</h3>
<p>Activate Move tool. Alt-drag the circle twice to duplicate it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-52.jpg" width="479" height="204" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 31</h3>
<p>Select one of the circle. We need to change its appearance for active condition. Edit layer style with following settings.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-53.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-54.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-55.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-56.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>And below is the slide navigation with one of them in active condition.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-57.jpg" width="331" height="201" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 32: Section Owner Description</h3>
<p>Let&#8217;s continue working on next section. Duplicate section separator. Add section title and make sure to use layer style settings as the previous section title on Step 23. Add short description about the site owner.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-58.jpg" width="600" height="309" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 33: Add Social Network Icons</h3>
<p>Grab some social network icons. Place them under the owner short description. In layers panel, select all their layers by clicking on first layer and then Shift-click the last one.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-59.jpg" width="584" height="531" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 34</h3>
<p>Activate Move tool. From the option bar, click Align vertical centers and Distribute horizontal centers to perfectly align all the icons and distribute them equally.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-60.jpg" width="536" height="422" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 35: Section Contact</h3>
<p>Before moving on to next section. Let&#8217;s duplicate the separator first. Alt-drag the separator to duplicate it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-61.jpg" width="566" height="423" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 36</h3>
<p>Add section title. Make sure to consistent using same layer style as the other section title.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-62.jpg" width="600" height="263" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 37</h3>
<p>Draw simple rounded rectangle for the contact form input box. On top of each input box add clear description.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-63.jpg" width="567" height="686" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 38</h3>
<p>Let&#8217;s working on its submit button. Draw another rounded rectangle shape but this time use lighter color.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-64.jpg" width="573" height="502" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Draw following layer styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-65.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>We add subtle noise inside the button using Inner Glow. notice that in the setting we use small Opacity, max out the Noise setting to 100%, and increase the Size setting.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-66.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p>Below is our button.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-67.jpg" width="501" height="404" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Step 39</h3>
<p>Write <em>Submit</em> on the button. Add layer style Drop Shadow to make it 3D.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-68.jpg" width="317" height="153" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-site-69.jpg" width="600" height="464" alt="Design a One Page Portfolio Site in Photoshop" /></p>
<h3>Final Result</h3>
<p>We&#8217;re done with this design. Click on the image below to see it in full size. Don&#8217;t missed next tutorial, because we will convert this design into a functional HTML page, complete with its image slide.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/portfolio-tutorial.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/portfolio-preview.jpg" width="600" height="554" alt="One Page Portfolio Site Preview" /></a></p>
<h3>Download File PSD</h3>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/one-page-portfolio-tutorial.zip">Download file PSD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/11/design-a-one-page-portfolio-site-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Draw a Realistic Wacom Bamboo Tablet – Part 2: Photoshop Tutorial</title>
		<link>http://www.pvmgarage.com/2011/11/draw-a-realistic-wacom-bamboo-tablet-%e2%80%93-part-2-photoshop-tutorial/</link>
		<comments>http://www.pvmgarage.com/2011/11/draw-a-realistic-wacom-bamboo-tablet-%e2%80%93-part-2-photoshop-tutorial/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 21:21:47 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3786</guid>
		<description><![CDATA[&#62;
Draw a Realistic Wacom Bamboo in Illustrator and Photoshop &#8211; Part 2
In this second part of the tutorial, we are going to draw a realistic Wacom Bamboo. Make sure to read the first part, drawing the path in Illustrator.
Preview
Below is the final result of this tutorial.

Resourse Used
Following resource is used in this tutorial:

Fabric Patterns

Step 1: Import Vector Path from Illustrator
Select all  the paths we have made in Illustrator. Copy (Ctrl + C) and then paste it (Ctrl + V) ...]]></description>
			<content:encoded><![CDATA[<p>&gt;</p>
<h1>Draw a Realistic Wacom Bamboo in Illustrator and Photoshop &#8211; Part 2</h1>
<p>In this second part of the tutorial, we are going to draw a realistic Wacom Bamboo. Make sure to read the first part, <a href="http://www.pvmgarage.com/2011/10/draw-a-realistic-wacom-bamboo-tablet-part-1-illustrator-tutorial/">drawing the path in Illustrator</a>.</p>
<h3>Preview</h3>
<p>Below is the final result of this tutorial.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-78.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-77.jpg" width="600" height="380" alt="Wacom Bamboo Preview" /></a></a></p>
<h3>Resourse Used</h3>
<p>Following resource is used in this tutorial:</p>
<ul>
<li><a href="http://wegraphics.net/downloads/textures/fabric-patterns/">Fabric Patterns</a></li>
</ul>
<h3>Step 1: Import Vector Path from Illustrator</h3>
<p>Select all  the paths we have made in Illustrator. Copy (Ctrl + C) and then paste it (Ctrl + V) in Photoshop.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-01.jpg" width="600" height="380" alt="Wacom Bamboo Preview" /></p>
<p>In Photoshop, you will get a dialog box asking type of paste that you want. Because we want to export the vector path, we choose Path.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-02.jpg" width="246" height="171" alt="Wacom Bamboo Preview" /></p>
<p>All the paths is now imported in a new path. You can find them inside Paths panel. Double click the path and change its name.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-03.jpg" width="600" height="449" alt="Wacom Bamboo Preview" /></p>
<h3>Step 2: Wacom Main Shape</h3>
<p>Select wacom main shape path. Copy and then paste it on a new path. Click black and white icon on Layers panel to add new Adjustment Layer. Select Solid Color and set its color to #222327.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-04.jpg" width="594" height="488" alt="Wacom Bamboo Preview" /></p>
<h3>Step 3</h3>
<p>Make new layer on top of previous shape. Fill it with white. Set its blend mode to Multiply. Convert it to Clipping by pressing Ctrl + Alt + G. Click Filter &gt; Noise &gt; Add Noise.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-05.jpg" width="600" height="477" alt="Wacom Bamboo Preview" /></p>
<h3>Step 4</h3>
<p>Below  is our result. The shape now has subtle texture on its surface. If your texture is not enough, you can simply duplicate the layer by pressing Ctrl + J.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-06.jpg" width="591" height="477" alt="Wacom Bamboo Preview" /></p>
<h3>Step 5</h3>
<p>Make new layer. Set foregound color to white. Activate brush tool. Paint some highlights on indicated areas below. To get best result, make sure to paint patiently using low Opacity brush.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-07.jpg" width="600" height="448" alt="Wacom Bamboo Preview" /></p>
<h3>Step 6</h3>
<p>Select inner shape of the wacom and paste it on a new path. Add new Adjustment Layer with color #111113.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-08.jpg" width="594" height="448" alt="Wacom Bamboo Preview" /></p>
<p>Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-09.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-10.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 7</h3>
<p>Select main pad area path. Paste it on new path and add new Adjustment Layer Solid Color with color: #111113.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-11.jpg" width="595" height="456" alt="Wacom Bamboo Preview" /></p>
<p>Again, add Layer Style Bevel and Emboss and Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-12.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-13.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 8</h3>
<p>Hit Ctrl + J to duplicate the shape. Transform (Ctrl + T) it to 99% of its original size.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-14.jpg" width="599" height="505" alt="Wacom Bamboo Preview" /></p>
<p>We still use previous Layer Style settings. But, this time set Direction on Bevel and Emboss to Up.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-15.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-16.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p>Here&#8217;s our current result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-17.jpg" width="592" height="421" alt="Wacom Bamboo Preview" /></p>
<h3>Step 9: Reflection</h3>
<p>Duplicate Wacom inner shape that we have created in Step 6. Change its color to white and remove all its Layer Styles. Add a triangle shape and set its mode to Intersect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-18.jpg" width="600" height="461" alt="Wacom Bamboo Preview" /></p>
<h3>Step 10</h3>
<p>Reduce layer Opacity to 10%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-19.jpg" width="600" height="462" alt="Wacom Bamboo Preview" /></p>
<h3>Step 11</h3>
<p>Add Layer Mask onto the shape. Draw Linear Gradient from white to black until the reflection fades away.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-20.jpg" width="590" height="498" alt="Wacom Bamboo Preview" /></p>
<h3>Step 12: Wacom Drawing Pad</h3>
<p>Activate Wacom drawing pad and convert it into a new Adjustment Layer Solid Color. Set its color to #2a2a2e.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-21.jpg" width="595" height="428" alt="Wacom Bamboo Preview" /></p>
<p>Add Layer Style Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-22.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-23.jpg" width="589" height="417" alt="Wacom Bamboo Preview" /></p>
<h3>Step 13</h3>
<p>Let&#8217;s add texture onto the drawing pad to make it appears realistic. Make new layer and then fill it with white. Click Filter &gt; Noise &gt; Add Noise. Set blend mode to Multiply.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-24.jpg" width="587" height="501" alt="Wacom Bamboo Preview" /></p>
<h3>Step 14</h3>
<p>Activate brush tool. Right click on canvas and set brush size to 1 px with 0% hardness.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-25.jpg" width="258" height="249" alt="Wacom Bamboo Preview" /></p>
<h3>Step 15</h3>
<p>Make new layer above the drawing pad. Select rounded rectangle path inside the drawing pad. Right click and select Stroke Path.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-26.jpg" width="596" height="503" alt="Wacom Bamboo Preview" /></p>
<p>In the next dialog box, select Brush.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-27.jpg" width="343" height="96" alt="Wacom Bamboo Preview" /></p>
<h3>Step 16</h3>
<p>Convert layer to Clipping Mask by pressing Ctrl + Alt + G. This way, the stroke will stay inside the drawing pad.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-28.jpg" width="587" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 17: Buttons</h3>
<p>Activate Pencil tool. Set its size to 1 px. Draw some black lineson indicated areas below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-29.jpg" width="471" height="617" alt="Wacom Bamboo Preview" /></p>
<h3>Step 18</h3>
<p>Next to the line, draw another white line. This time, decrease its Opacity to 30%. Combination of these black and white lines will create an inset effect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-30.jpg" width="419" height="614" alt="Wacom Bamboo Preview" /></p>
<h3>Step 19</h3>
<p>In the middle of the buttons, draw some white dots.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-31.jpg" width="330" height="610" alt="Wacom Bamboo Preview" /></p>
<h3>Step 20</h3>
<p>Draw a white rectangular shape on the middle of the buttons. Add Layer Style Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-32.jpg" width="435" height="468" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-33.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 21</h3>
<p>Draw an elliptical selection on top of the shape. make new layer and then fill it with white. Remove selection (Ctrl + D) and soften it with Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur). Reduce Opacity and then erase both its end using a very soft Eraser tool.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-34.jpg" width="448" height="503" alt="Wacom Bamboo Preview" /></p>
<h3>Step 22</h3>
<p>Activate Brush tool and set foreground color to white. Draw subtle highlight on Wacom corner. This subtle highlight will add realism onto the shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-35.jpg" width="509" height="303" alt="Wacom Bamboo Preview" /></p>
<h3>Step 23: Shadow</h3>
<p>Ctrl-click wacom basic shape to make new selection based on its shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-36.jpg" width="477" height="385" alt="Wacom Bamboo Preview" /></p>
<h3>Step 24</h3>
<p>Make new layer and place it under all layers. Fill selection with black and then remove selection using shortcut Ctrl + D. Soften the shadow using Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-37.jpg" width="552" height="441" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-38.jpg" width="477" height="349" alt="Wacom Bamboo Preview" /></p>
<h3>Step 25: Label</h3>
<p>Draw a rectangle under the pad. You can use any color, it doesn&#8217;t matter.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-39.jpg" width="368" height="402" alt="Wacom Bamboo Preview" /></p>
<h3>Step 26</h3>
<p>Activate pen tool. Click on the rectangle to add new layer. Pull new point down. What we want here is a natural label shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-40.jpg" width="369" height="431" alt="Wacom Bamboo Preview" /></p>
<h3>Step 27</h3>
<p>Grab <a href="http://wegraphics.net/downloads/textures/fabric-patterns/">fabric texture</a> and place it above the label shape. Convert it into Clipping Mask by pressing Ctrl + Alt + G. This way, the texture will stay inside the label area.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-41.jpg" width="423" height="324" alt="Wacom Bamboo Preview" /></p>
<h3>Step 28</h3>
<p>Make new layer and and convert it to Clipping Mask. Use soft brush tool to paint subtle highlight and shadow on the label. Because the layer has been converted into a Clipping Mask, anything you paint will goes inside the label. Draw black rectangle and put it behind the label. As you can see below, the label appears very natural.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-42.jpg" width="594" height="354" alt="Wacom Bamboo Preview" /></p>
<h3>Step 29</h3>
<p>Make new layer above the label. Paint subtle shadow from the Wacom on the label.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-43.jpg" width="519" height="226" alt="Wacom Bamboo Preview" /></p>
<h3>Step 30</h3>
<p>Add white text on top of the label.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-44.jpg" width="344" height="364" alt="Wacom Bamboo Preview" /></p>
<p>Double click text layer and drag black slider on Underlying layer option to the middle.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-45.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p>This slider will bring up black pixel from layers underneath it. The result is natural looking text.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-46.jpg" width="222" height="308" alt="Wacom Bamboo Preview" /></p>
<h3>Step 31: Cable</h3>
<p>Draw a black rectangle under the pad. Activate pen tool and click on the path to add new points. Drag new points until we have a natural looking cable.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-47.jpg" width="337" height="716" alt="Wacom Bamboo Preview" /></p>
<p>Double click layer and add Layer Styles Bevel and Emboss.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-48.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 32</h3>
<p>Ctrl-click cable to make new selection based on its shape. Move selection down a few pixels by pressing down arrow. Make new layer under the cable and fill selection with black.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-49.jpg" width="350" height="308" alt="Wacom Bamboo Preview" /></p>
<h3>Step 33</h3>
<p>Soften the shadow by adding filter Gaussian Blur.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-50.jpg" width="537" height="460" alt="Wacom Bamboo Preview" /></p>
<h3>Step 34</h3>
<p>Erase some part of the shadow to make it appears more realistic.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-51.jpg" width="334" height="239" alt="Wacom Bamboo Preview" /></p>
<h3>Step 35: Pen</h3>
<p>We have finished drawing the pad, let&#8217;s move on to work on the pen. To prevent it from distracting our work, put all layers into a new group and click eye icon on front of it to hide the pad.</p>
<p>Activate pen path and hit Ctrl + Enter to convert it into selection. Make new group layer and then click Add Layer Mask. Next, we will draw the pen inside this group layer.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-52.jpg" width="531" height="564" alt="Wacom Bamboo Preview" /></p>
<h3>Step 36</h3>
<p>Activate pen main path. Click Add Adjustment Layer icon and select Solid Color. Set its color to #1b1c1e. Double click layer and add Layer Style Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-53.jpg" width="294" height="534" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-54.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 37</h3>
<p>Use Brush tool to draw highlight on outer side of the pen. Reduce its Opacity to 40%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-55.jpg" width="342" height="601" alt="Wacom Bamboo Preview" /></p>
<h3>Step 38</h3>
<p>Draw a rounded rectangle on its center with color #141517.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-56.jpg" width="300" height="532" alt="Wacom Bamboo Preview" /></p>
<h3>Step 39</h3>
<p>Ctrl-click shape we have just created. make new layer and fill it with white.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-57.jpg" width="241" height="542" alt="Wacom Bamboo Preview" /></p>
<h3>Step 40</h3>
<p>Move selection up by pressing up arrow key a few times. Hit Delete key.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-58.jpg" width="247" height="537" alt="Wacom Bamboo Preview" /></p>
<p>Click Select &gt; Deselect to remove selection. Soften the highlight by adding filter Gaussian Blur.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-59.jpg" width="461" height="555" alt="Wacom Bamboo Preview" /></p>
<h3>Step 41: Pen button</h3>
<p>Draw a rounded rectangle and set its color to #1d1e20.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-60.jpg" width="332" height="532" alt="Wacom Bamboo Preview" /></p>
<p>Add Layer Styles Drop Shadow, Bevel and Emboss, and Gradient Overlay to change the button appearance into 3D.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-61.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-62.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-63.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p>You can see the result below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-64.jpg" width="127" height="539" alt="Wacom Bamboo Preview" /></p>
<h3>Step 42</h3>
<p>Zoom in using Zoom tool to see details on the button. Set foreground color to white. Activate Brush tool with radius 1 px. Paint subtle highlight on the button edges.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-65.jpg" width="505" height="535" alt="Wacom Bamboo Preview" /></p>
<h3>Step 43: Eraser</h3>
<p>Draw a rounded rectangle with color #141517 for pen eraser. Put it under all shapes.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-66.jpg" width="281" height="277" alt="Wacom Bamboo Preview" /></p>
<p>Add Layer Style Inner and Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-67.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-68.jpg" width="600" height="464" alt="Wacom Bamboo Preview" /></p>
<h3>Step 44</h3>
<p>Make new layer above the eraser. Paint pen shadow on the eraser using soft brush.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-69.jpg" width="357" height="220" alt="Wacom Bamboo Preview" /></p>
<h3>Step 45</h3>
<p>Use Zoom tool to see details on the eraser. Draw some subtle highlights using 1 px brush.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-70.jpg" width="474" height="261" alt="Wacom Bamboo Preview" /></p>
<h3>Step 46</h3>
<p>Our current pen has no proper lighting. So, let&#8217;s add one. Our light source is located on top right of the pen. Activate brush tool and paint highlight on the pen.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-70b.jpg" width="292" height="297" alt="Wacom Bamboo Preview" /></p>
<h3>Step 47: Pen Tip</h3>
<p>Draw a small black rectangle on top of the pen. Make new layer and then paint a small highlight on the tip using 1 px brush.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-71.jpg" width="488" height="309" alt="Wacom Bamboo Preview" /></p>
<h3>Step 48: Shadow</h3>
<p>Remember that our pen is located in a group layer with layer mask. We made the group layer in Step 35. Now, we need to make pen shadow outside the group layer. Ctrl-click pen path to convert it to selection. Press left arrow key a few times to move the selection. Make new layer and place it under pen group layer. Fill selection with black. Remove selection using shortcut Ctrl + D or click Select &gt; Deselect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-72.jpg" width="381" height="576" alt="Wacom Bamboo Preview" /></p>
<h3>Step 49</h3>
<p>Click Filter &gt; Blur &gt; Gaussian Blur to soften the shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-73.jpg" width="479" height="571" alt="Wacom Bamboo Preview" /></p>
<h3>Step 50</h3>
<p>Activate Eraser tool and set its Hardness to 0%. Erase top and bottom part of the shadow to make it realistic.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-74.jpg" width="244" height="602" alt="Wacom Bamboo Preview" /></p>
<h3>Step 51</h3>
<p>We&#8217;ve done drawing the pen. Let&#8217;s bring back the pad.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-75.jpg" width="600" height="362" alt="Wacom Bamboo Preview" /></p>
<h3>Step 52: Rotating the Pen.</h3>
<p>let&#8217;s rotate our pen position to make it natural. Activate pen shadow layer and pen group layer. Hit Ctrl + T to perform transformation. Drag outside the transformation frame to rotate the pen.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-76.jpg" width="463" height="452" alt="Wacom Bamboo Preview" /></p>
<h3>Final Result</h3>
<p>Here is the final result of our drawing tutorial. Click on the image to see it in full size.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-78.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/11/Wacom-bamboo-part2-77.jpg" width="600" height="380" alt="Wacom Bamboo Preview" /></a></p>
<h3>Download Source</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/11/draw-a-realistic-wacom-bamboo-tablet-%e2%80%93-part-2-photoshop-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Draw a Realistic Wacom Bamboo Tablet &#8211; Part 1: Illustrator Tutorial</title>
		<link>http://www.pvmgarage.com/2011/10/draw-a-realistic-wacom-bamboo-tablet-part-1-illustrator-tutorial/</link>
		<comments>http://www.pvmgarage.com/2011/10/draw-a-realistic-wacom-bamboo-tablet-part-1-illustrator-tutorial/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 18:50:17 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3702</guid>
		<description><![CDATA[In this tutorial, we are going to draw a realistic Wacom Bamboo. In this first part, we will draw it in Illustrator. Next, in the second part, we will export the vector path into
Photoshop and then draw it.

Preview
This is the final result of our realistic drawing tutorial.

In this tutorial, we will draw its wireframe in Illustrator.

Step 1: Pad
Make new file in Illustrator. Activate Rounded Rectangle tool and then click once on canvas. In the next dialog box, set Corner Radius ...]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we are going to draw a realistic Wacom Bamboo. In this first part, we will draw it in Illustrator. Next, in the second part, we will export the vector path into<br />
Photoshop and then draw it.
</p>
<h3>Preview</h3>
<p>This is the final result of our realistic drawing tutorial.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part2-77.jpg" width="600" height="380" alt="Wacom Bamboo Preview" /></p>
<p>In this tutorial, we will draw its wireframe in Illustrator.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-19.jpg" width="588" height="378" alt="Wacom Bamboo Wireframe Preview" /></p>
<h3>Step 1: Pad</h3>
<p>Make new file in Illustrator. Activate Rounded Rectangle tool and then click once on canvas. In the next dialog box, set Corner Radius to 2 mm. By doing this, we have just set amount of radius corner on every new rounded rectangle created onward. After clicking OK, you will have new rounded rectangle. You can simply delete it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-01.jpg" width="338" height="189" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 2</h3>
<p>Click and drag to make new rounded rectangle. Set Fill and Stroke to white and black.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-02.jpg" width="541" height="509" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 3</h3>
<p>Next, we need another rounded rectangle with Corner Radius 10 mm. To do this, click once and set its Corner Radius to 10 mm. Delete created rounded rectangle shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-03.jpg" width="332" height="183" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 4</h3>
<p>Draw a rounded rectangle right on top of the previus rounded rectangle. See picture below to see their positions.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-04.jpg" width="600" height="442" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 5</h3>
<p>Select both shapes and then click Unite on the Pathfinder panel.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-05.jpg" width="600" height="608" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<p>Now, we have a combination of two rounded rectangles. Its left side has corner radius 10 mm and its other side is 2 mm. This is going to be the wacom basic shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-06.jpg" width="600" height="434" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 6</h3>
<p>Inside the rounded rectangle, draw smaller rounded rectangle with corner radius: 5 mm.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-07.jpg" width="600" height="432" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 7</h3>
<p>Activate pen tool and then click indicated points on left side of the rounded rectangle to remove it. Alt-click remaining two points to convert them to corner point. Now, we have a half rounded rectangle shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-08.jpg" width="597" height="555" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 8</h3>
<p>Drag left line segment until it snaps on left edge of the bigger rounded rectangle.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-09.jpg" width="458" height="495" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 9</h3>
<p>Draw repeat previous steps to draw another haft rounded rectangle shapes.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-10.jpg" width="600" height="426" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 10</h3>
<p>Draw some rectangles for Wacom buttons.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-11.jpg" width="376" height="503" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 11</h3>
<p>Draw two small rectangles for cable and label.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-12.jpg" width="600" height="367" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 12: Pen</h3>
<p>Activate rounded rectangle tool. Click once on canvas and set Corner Radius to 1 mm. Delete created shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-13.jpg" width="335" height="188" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 13</h3>
<p>Draw pen basic shape. Click middle top line to add new point and click the other two points to remove it. Drag the remaining two points down until we have a  triangle on top of the shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-14.jpg" width="528" height="624" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 14</h3>
<p>Make sure you still have pen tool active. Shift + Alt -drag indicated points below to convert the triangle into an ellipse.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-15.jpg" width="376" height="566" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 15</h3>
<p>Draw a small rectangle on top of the pen for its tip.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-16.jpg" width="381" height="307" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 16</h3>
<p>Draw a rounded rectangle on lower part of the pen for its eraser.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-17.jpg" width="366" height="275" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Step 17</h3>
<p>Finally, draw two rounded rectangles on center of the pen.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-18.jpg" width="117" height="497" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
<h3>Final Result</h3>
<p>Here&#8217;s our finish path. In our next tutorial, we will convert it into a realistic image using Photoshop.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/10/Wacom-bamboo-part1-19.jpg" width="588" height="378" alt="Draw a Realistic Wacom Bamboo in Illustrator and Photoshop" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/10/draw-a-realistic-wacom-bamboo-tablet-part-1-illustrator-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make a Slick and Dark Button Sprite</title>
		<link>http://www.pvmgarage.com/2011/07/make-a-slick-and-dark-button-sprite/</link>
		<comments>http://www.pvmgarage.com/2011/07/make-a-slick-and-dark-button-sprite/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 12:05:35 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3611</guid>
		<description><![CDATA[In this tutorial, I am going to show you how to create a slick download button in Photoshop and then use it as a button sprite. We will also cover some basic CSS techniques to make this design fully functional.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I am going to show you how to create a slick download button in Photoshop and then use it as a button sprite. We will also cover some basic CSS techniques to make this design fully functional.</p>
<h3>Preview</h3>
<p>This is the result that we are going to create. The button will have three conditions, normal, hover, and active. Click <a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite_web_button.html">here</a> or click image below to see its demo.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite_web_button.html"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/final.jpg" alt="Make a Slick and Dark Button Sprite" /></a></p>
<h3>Needed Resource</h3>
<p>To follow this tutorial, you will need to grab this resource:</p>
<ul>
<li><a href="http://psdfreemium.com/26-repeatable-pixel-patterns/">26 Repeatable Pixel Patterns</a> from <a href="http://psdfreemium.com/">PSDfreemium</a></li>
</ul>
<h3>Step 1: Preparing Background</h3>
<p>Start creating a new file with size 400 x 300 px. In Layers panel, click New Layer icon. Click Edit &gt; Fill. Select #314052 for its color.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-01.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Double click layer to open Layer Style dialog box. Add Layer Style Inner Glow and Pattern Overlay to add some noise. For the pattern, use one of the <a href="http://psdfreemium.com/26-repeatable-pixel-patterns/">pixel patterns</a> from <a href="http://psdfreemium.com/">PSDfreemium</a>. Make sure to reduce its Opacity to 5%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-02.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-03.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Here&#8217;s the result after adding Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-04.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 2: Make Normal Button</h3>
<p>Activate rounded rectangle tool and set its radius to 30 px. Draw a rounded rectangle with color #131c27.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-05.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Double click layer shape and add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-06.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-07.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>This is the result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-08.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 3</h3>
<p>Duplicate layer shape we have just created in Step 1 by pressing Ctrl + J. Change its color to #213143. Activate move tool. Hit up arrow 5 times to nudge it 5 pixels up.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-09.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 4</h3>
<p>Next, let&#8217;s add some shadows under the button. In Layers panel, Ctrl-click original layer shape to create a new selection based on its shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-10.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Fill selection with black. Remove selection by pressing Ctrl + D. Soften the shadow by adding Gaussian Blur, click Filter &gt; Blur &gt; Gaussian Blur.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-11.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 5</h3>
<p>Ctrl-click top most layer shape. Create new group and then click Add Layer Mask icon. We will add highlights inside this group. Because we have add layer mask, everything we paint here will always stay inside the button.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-12.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Use a big and soft brush to paint white on top of the button. Reduce its Opacity to 10%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-13.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 6</h3>
<p>Activate pencil tool and set its brush size to 1 px. Paint 1 px white line on top of the button. Delete both its edges using a big and soft eraser tool.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-14.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Repeat same porcess on its lower part.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-15.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 7</h3>
<p>Add text <em>DOWNLOAD</em>. Set its color to #dce4eb and add Drop Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-16.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-17.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 8: Make Hover Condition</h3>
<p>Let&#8217;s organize the layer structure. Put all layers that created the button into a new group and name it <em>normal</em>. Duplicate group layer <em>normal </em>by Alt-dragging it. Rename the new group layer to <em>hover</em>. Change top shape color to #13202e.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-18.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 9: Make Active Condition</h3>
<p>Duplicate normal group layer by Alt-dragging it again.. Nudge top shape 3 px down by activating mve tool and then press down arrow 3 times.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-19.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 10: Make Sprite Button</h3>
<p>Hide all layers except <em>normal</em> group layer. Hit Ctrl + A to select all. Copy all pixels by pressing Ctrl + Shift + C.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-20.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 11</h3>
<p>Create new file in Photoshop. Don&#8217;t change the canvas size. Photoshop will automatically set new canvas size to the pixels we have just copied.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-21.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 12</h3>
<p>Click Image &gt; Canvas Size. Set Height to 300 percent.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-22.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 13</h3>
<p>Hit Ctrl + V to paste the normal button. Place it on top of the canvas. Repeat this process for the other conditions. Make sure to sort place them just as in picture below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-23.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 14</h3>
<p>Hide <em>Background</em> by clicking on eye icon in front of it. Click File &gt; Save For Web &amp; Devices. Make sure to select file type PNG-24 and check Transparency option. PNG-24 format allows you to store transparency and also store more color informations better than GIF.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-24.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 15: Background</h3>
<p>Use zoom tool to see the background details. Use rectangular marquee tool to create a 6 x 6 px selection. Save it to clipboard by pressing Ctrl + Shift + C.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-25.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 16</h3>
<p>Create new file with size 6 x 6 px.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-26.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<p>Paste the image, Ctrl + V. Save it as a PNG-24 file and name it background.png.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite-button-psd-html-27.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Step 17: HTML</h3>
<p>Open your favorite text editor. You can use any editor, basic editor such as Notepad is good enough. Paste these lines of code.</p>
<pre>
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;Sprite Button&lt;/title&gt;

&lt;/head&gt;

&lt;body&gt;
&lt;p&gt;&lt;a href="#"&gt;Download&lt;/a&gt;&lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt;</pre>
<h3>Step 18: CSS</h3>
<p>Below is the style used for the button sprite. This style is used right inside the HTML file. Explanation is inline as comment.</p>
<pre>
&lt;style type="text/css"&gt;
body {
background: url(background.png);
/* Adding pixel pattern into main background */
}

.button {
background:url(web_button.png) no-repeat 0 0;
text-indent:-9999px;
/* Hide text "Download" off screen */
display:block;
width:170px;
height:67px;
/* Based on each button size */
}
a.button:hover, a.button:focus {
background-position: center;
/* Reveals center part of the sprite on hover and focus */
}
a.button:active {
background-position: bottom;
/* Reveals bottom part of the sprite when button clicked */
}
a {
outline: none;
/* Remove lines on button when active */
}
&lt;/style&gt;</pre>
<h3>Final Result</h3>
<p>Below is the end result. I hope you learn something new from this basic web design tutorial. Thank you for reading.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/final.jpg" alt="Make a Slick and Dark Button Sprite" /></p>
<h3>Demo and Source File</h3>
<ul>
<li><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/sprite_web_button.html">Demo</a></li>
<li><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/07/button-sprite-psd-html.zip">Download Source File</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/07/make-a-slick-and-dark-button-sprite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Create An eCommerce Site Inspired By Groupon With JQuery Slider (Part 2)</title>
		<link>http://www.pvmgarage.com/2011/04/create-an-ecommerce-site-inspired-by-groupon-with-jquery-slider-part-2/</link>
		<comments>http://www.pvmgarage.com/2011/04/create-an-ecommerce-site-inspired-by-groupon-with-jquery-slider-part-2/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 17:48:04 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web coding]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3487</guid>
		<description><![CDATA[In this tutorial, we will code the PSD eCommerce site from <a href="http://www.pvmgarage.com/2011/03/create-an-ecommerce-site-inspired-from-groupon-complete-with-jquery-slider-part-1/">the first tutorial</a>. We will learn some neat web design techniques, from simple background replacement with CSS to slide form using jQuery. This design is my collaboration with an Indonesian web designer and developer, <a href="http://cekerholic.com/">Aris FM</a>.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we will code the PSD eCommerce site from <a href="http://www.pvmgarage.com/2011/03/create-an-ecommerce-site-inspired-from-groupon-complete-with-jquery-slider-part-1/">the first tutorial</a>. We will learn some neat web design techniques, from simple background replacement with CSS to slide form using jQuery. This design is my collaboration with an Indonesian web designer and developer, <a href="http://cekerholic.com/">Aris FM</a>.</p>
<h3>Setting Up Files</h3>
<p>First thing to do is set up the files and folders. Create a new folder in your PC and name it <em>kupon</em>. Inside folder <em>kupon</em>, create slider.html, index.html, style.css, and another folder named <em>images</em>. We also need jQuery library for the sliding animation, we can get it from <a href="http://jquery.com/">jQuery.com</a> or <a href="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js">Google Libraries API</a>. Simply download it to our template directory. Below, you can see current file structure.</p>
<p> <img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-000a.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="238"></p>
<h3>Step 1 &#8211; Create Basic HTML Markup</h3>
<p>In this tutorial we&#8217;ll use HTML5 for our markup. Open slider.html in your favorite code editor. Add these codes:</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
 &lt;title&gt;Kupon | this is awesome&lt;/title&gt;

&lt;/head&gt;
&lt;body id="slider"&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<p>Inside the <strong>&lt;head&gt;</strong> tag we need to add this 2 lines of code to reference our main stylesheet and jquery library.</p>
<pre>&lt;link href="style.css" media="screen" rel="stylesheet" type="text/css"&gt;
&lt;script src="jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
<p>Because we use HTML5 markup, we need to add an IE hack to enable HTML5 elements on IE 8 or below. We&#8217;ll use Modernizr script from <a href="http://www.modernizr.com/">http://www.modernizr.com/</a> to accommodate IE. We also need <a href="http://labs.unitinteractive.com/unitpngfix.php">unitpngfix.js</a> from to fix PNG transparency in IE 6. Grab <a href="http://labs.unitinteractive.com/unitpngfix.php">unitpngfix.js</a> from <a href="http://unitinteractive.com/">Unit Interactive</a>. Download both files to template directory. Below is our current file structure.</p>
<p> <img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-000b.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="238"></p>
<p>Add  this code before <strong>&lt;/head&gt;</strong> tag.</p>
<pre>&lt;!--[if IE]&gt;
 &lt;script src="modernizr-1.7.min.js"&gt;&lt;/script&gt;

&lt;![endif]--&gt;
&lt;!--[if lt IE 7]&gt;
 &lt;script type="text/javascript" src="unitpngfix.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
<h3>Step 2 &#8211; Creating Basic Structure</h3>
<p>Before we begin, we need to understand the structure of HTML/CSS template from PSD mockup. The slider template is very simple, it consists only header and form. The form is then divided into 2 elements, <em>form_1</em> and <em>form_2</em>. Below is our basic structure:</p>
<pre>&lt;div id="wrapper"&gt;

 &lt;header id="slide"&gt;
 &lt;/header&gt;
 &lt;form action="index.html" id="register" method="post"&gt;
 &lt;section class="form form_1"&gt;
 &lt;/section&gt;&lt;!--End form 1--&gt;
 &lt;section class="form form_2 formhide"&gt;

 &lt;/section&gt;
 &lt;/form&gt;
&lt;/div&gt;</pre>
<p>As you can see, we’re holding all main sections of the template within <strong>#wrapper</strong> container. This will help centered the layout easily.</p>
<h3>Step 3 &#8211; Background</h3>
<p>Now we need to slice out the background from the PSD mockup. Open kupon sliding.psd in photoshop and hide all layers except the group layer <em>background</em>. Select the crop tool and create this selection:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-001.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<p>Hit Alt + Shift + Ctrl + S or click File &gt; Save for Web and Devices. Save it as JPEG, and name it <em>bg_slider.jpg</em>.</p>
<p>Now open style.css and add this code :</p>
<pre>body#slider{
 background:url(images/bg_slider.jpg) no-repeat 350px 0 #be58d5;
 border-top:10px solid #0b0b0b;
 font:13px/1.5 helvetica, sans-serif;
 margin:0;
 overflow:hidden;
}</pre>
<p>Here we&#8217;re attaching the background image to the <strong>&lt;body&gt;</strong> of the HTML document and adjust its position 350px from the x-axis. We have also created a 10px line at the top. If you open slider.html in the web browser, you should see something like this:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-002.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 4 &#8211; Logo</h3>
<p>Let&#8217;s slice up the logo. Make sure you haven&#8217;t close photoshop. Create a 167px and 375px selection like this with crop tool:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-003.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="482"></p>
<p>After that, hide all layers except the group layer <em>logo</em> and hit Alt + Shift + Ctrl + S or click File &gt; Save for Web and Devices. Save as PNG-24 and name it <em>header.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-004.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="261"></p>
<p>Now we get back to our HTML/CSS. We&#8217;ll use an <strong>&lt;h1&gt;</strong> tag and <strong>&lt;a&gt;</strong> tag inside <strong>&lt;h1&gt;</strong> to make the logo clickable. Place these elements inside <strong>&lt;header&gt;</strong> element. Let&#8217;s write this code:</p>
<pre>&lt;h1 id="logo"&gt;
 &lt;a href="#"&gt;Kupon&lt;/a&gt;
&lt;/h1&gt;</pre>
<p>Make sure the code is placed between <strong>&lt;header id=&#8221;slide&#8221;&gt;</strong> and <strong>&lt;/header&gt;</strong>.</p>
<p>Add styles to the logo, we will turn our <strong>&lt;h1&gt;</strong> element to a block element and float it to the right. We&#8217;ll use a method called CSS Background Image Replacement to change <strong>&lt;h1&gt;</strong> text into an image. We&#8217;ll also style the <strong>&lt;header&gt;</strong> element with -10px margin-top to put it in front of the top background border. Here is the code:</p>
<pre>#slider header{margin-top:-10px;}
#logo{
 background: url(images/header.png) no-repeat;
 float:right;
 height: 167px;
 width: 375px;
 margin:0;
}
#logo a{
 height:100%;
 width:100%;
 display:block;
 text-indent:-9999px;
}</pre>
<p>Here&#8217;s what we have now:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-005.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 5 &#8211; Site Description</h3>
<p>Return to Photoshop again. Create a selection around the site description text using crop tool. After that, make sure you hide all layers except the site description text layer</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-006.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="594"></p>
<p>Save file for the web as PNG-24 file and name it <em>desc.png</em>.</p>
<p>Back to HTML/CSS. Add following code below the <strong>&lt;/h1&gt;</strong> tag and above the <strong>&lt;/header&gt;</strong> tag.</p>
<pre>&lt;img alt="this is the site description" class="description" src="images/desc.png" /&gt;</pre>
<p>Now let&#8217;s adding style. The site description will have 60px margin from top and bottom.</p>
<pre>.description{
 margin:60px 0;
}</pre>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-007.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 6 &#8211; First Form</h3>
<p>Next, we will create main part of the content, the form. Let&#8217;s return to Photoshop again. Hide <em>form_2</em> layer group then make selection using crop tool like this:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-008.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="349"></p>
<p>Then hide all layers except <em>step_number</em> layer group inside <em>form_1</em> layer group. Hit Alt + Shift + Ctrl + S or click File &gt; Save for Web and Devices. Save it as PNG-24, and name it <em>step_1.png</em>.</p>
<p>Now let&#8217;s create the continue button. Create a selection like image below using crop tool.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-009.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="574"></p>
<p>Hide all layers except <em>continue</em> layer group. Save it for the web as PNG-24 and name it <em>continue_button.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-010.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="251"></p>
<p>Return to HTML/CSS. The first form will be placed inside <strong>&lt;section class=&#8221;form form_1&#8243;&gt;</strong>. As you can see, this element consist of 2 classes, <em>form</em> and <em>form_1</em>. The <em>form</em> class is used as global styles of all form, and <em>form_1</em> is used to style the first form. Inside <strong>&lt;section&gt;</strong> tag, create a div called <em>form_container</em>.</p>
<pre>&lt;div class="form_container"&gt;
&lt;/div&gt;</pre>
<p>Now let&#8217;s add some styles. We will add 10px rounded corner and box shadow outside the form. Add this code to style.css:</p>
<pre>.form{
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 box-shadow:3px 3px 5px #000;
 -moz-box-shadow:3px 3px 5px #000;
 -webkit-box-shadow:3px 3px 5px #000;
 background:#fff;
 position:relative;
 top:20px;
 left:10%;
 width:470px;
 margin:0;
 padding:10px;
}
.form_container{padding:10px}</pre>
<p>Now we&#8217;ll create the step number into our form. Add a div called <em>step</em> inside the <em>form_container</em> div, then inside div <em>step</em> add the number image.</p>
<pre>&lt;div class="step"&gt;
&lt;img alt="Step 1 of 2" src="images/step_1.png"/&gt;
&lt;/div&gt;</pre>
<p>The step number is floated on left side of the form. To do that, write this code into style.css:</p>
<pre>.step{float:left}</pre>
<p>Then create a <strong>&lt;fieldset&gt;</strong> below the <em>step</em> div. Inside the <strong>&lt;fieldset&gt;</strong> we&#8217;ll add an <strong>&lt;h2&gt;</strong> tag and <strong>&lt;select&gt;</strong> tag. Then we&#8217;ll place some <strong>&lt;option&gt;</strong> inside <strong>&lt;select&gt;.</strong></p>
<pre>&lt;fieldset&gt;
&lt;h2&gt;Confirm your city :&lt;/h2&gt;
&lt;select id="select_location" name="Location"&gt;
&lt;option value="jakarta"&gt;Jakarta&lt;/option&gt;
&lt;option value="kuala-lumpur"&gt;Kuala Lumpur&lt;/option&gt;
&lt;option value="miami"&gt;Miami&lt;/option&gt;

&lt;option value="singapore"&gt;Singapore&lt;/option&gt;
&lt;option value="bangkok"&gt;Bangkok&lt;/option&gt;
&lt;option value="shanghai"&gt;Shanghai&lt;/option&gt;
&lt;/select&gt;
&lt;/fieldset&gt;</pre>
<p>Add these styles:</p>
<pre>fieldset{
 border:none;
 margin:0;
 padding:0 0 20px 20px;
 }
 fieldset h2{
 font:40px/700 Georgia,Serif;
 color:#8d8a8a;
 line-height:1;
 margin:10px 0 20px;
 }
 select,input{
 border:1px solid #adadad;
 font-size:14px;
 width:290px;
 margin:0;
 padding:8px;
 }</pre>
<p>Now, we&#8217;ll create button for the first form. Add a div called <em>button</em> below <strong>&lt;/fieldset&gt;</strong>. Inside <em>button</em> div, add an <strong>&lt;a&gt;</strong> tag called <em>button_1</em>.</p>
<pre>&lt;div class="button"&gt;
 &lt;a class="button_1" href="#" id="step_one" onclick="; return false;"&gt;Continue&lt;/a&gt;
 &lt;/div&gt;</pre>
<p>Let&#8217;s add styles for the button.</p>
<pre>.button{
 background:#e1cde2;
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 height:60px;
 line-height:60px;
 position:relative;
 padding:5px;
 }
 .button_1{
 background:url("images/continue_button.png") no-repeat;
 float:right;
 height:57px;
 width:172px;
 margin-top:3px;
 text-indent:-9999px;
 }</pre>
<p>Here&#8217;s our first form:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-011.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 7 &#8211; Second Form</h3>
<p>We&#8217;re done with the first form. Now let&#8217;s create our second form. Move to PSD file again.  Show <em>form_2</em> layer group and hide <em>form_1</em> layer group. Create a selection with crop tool as shown below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-012.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="338"></p>
<p>Then hide all layers except <em>step_number</em> layer group. Save it for the web as PNG-24 and name it <em>step_2.png</em>. Now slice up the continue button for the second step. Create selection using crop tool as seen below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-013.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<p>After done cropping, hide all layers except <em>continue</em> layer group inside <em>form_2</em> layer group. Click File &gt; Save for Web and Device, save it as PNG-24 and name it <em>see_button.png</em>.</p>
<p>Return to our HTML markup. Actually, the second form have same markup with first form. We just need to modify some elements from first from. So, just copy all the code between <strong>&lt;section class=&#8221;form form_1&#8243;&gt;</strong> and <strong>&lt;/section&gt;&lt;!&#8211;End form 1&#8211;&gt;</strong> and paste inside <strong>&lt;section class=&#8221;form form_2 formhide&#8221;&gt;</strong>.</p>
<p>Now we have 2 same form in our slider page. Let&#8217;s modify the second form. First, replace the <strong>&lt;img&gt;</strong> tag inside <strong>&lt;div class=&#8221;step&#8221;&gt;</strong> with this one:</p>
<pre>&lt;img alt="Step 2 of 2" src="images/step_2.png"/&gt;</pre>
<p>Then replace all the code inside <strong>&lt;fieldset&gt;</strong> tag with this:</p>
<pre>&lt;h2&gt;Enter your email :&lt;/h2&gt;
&lt;div class="email_field"&gt;
 &lt;label for="subscription_email_address"&gt;&amp;nbsp;&lt;/label&gt;

 &lt;input value="" id="subscription_email_address" name="subscription[email_address]" size="30" title="Please enter a valid email address." type="text"&gt;
&lt;/div&gt;
&lt;p&gt;Don't worry, your email is safe with us.&lt;/p&gt;</pre>
<p>After that, replace all the code inside <strong>&lt;div class=&#8221;button&#8221;&gt;</strong> with this:</p>
<pre>&lt;input id="subscription_submit" name="commit" value="See what's happening" type="submit"&gt;</pre>
<p>Now we&#8217;ll style our second form. This form also have same style with the first form. We just need to add some additional codes for the button and form position.</p>
<pre>.button_2{
 background:url("images/see_button.png") no-repeat;
 border:none;
 float:right;
 height:56px;
 width:261px;
 margin-top:3px;
 text-indent:-9999px;
}
.formhide{left:119%;opacity:.3;}
.form_2{top:-216px}
.form_2 p{
 font:12px georgia,serif;
 color:#adadad;
}</pre>
<p>It&#8217;s time to play jQuery! We&#8217;ll create a simple jQuery slider animation. So, here&#8217;s the concept. When user hit the continue button, the first form will slide to the left then the second form will slide from the right. Add this code just before <strong>&lt;/head&gt;</strong> tag.</p>
<pre>&lt;script type="text/javascript"&gt;
$("document").ready(function() {
 $('.button_1').click(function(){
 $(".form_1").animate({"left": "-70%","opacity":0.3},1500);
 $(".form_2").animate({"left": "10%","opacity":1},1500);
 });
});
&lt;/script&gt;</pre>
<p>Open your slide.html in web browser. You should see the slider in action. Here&#8217;s our complete markup for slider.html.</p>
<pre>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Kupon | this is awesome&lt;/title&gt;
&lt;link href="style.css" media="screen" rel="stylesheet" type="text/css"&gt;
&lt;script src="jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;

	&lt;!--[if IE]&gt;
	&lt;script src="modernizr-1.7.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
 &lt;!--[if lt IE 7]&gt;
	&lt;script type="text/javascript" src="unitpngfix.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;

&lt;script type="text/javascript"&gt;
	$("document").ready(function() {
		$('.button_1').click(function(){
		$(".form_1").animate({"left": "-70%","opacity":0.3},1500);
		$(".form_2").animate({"left": "10%","opacity":1},1500);
		 });
	});
&lt;/script&gt;
&lt;/head&gt; 

&lt;body id="slider"&gt;
 &lt;div id="wrapper"&gt;
 &lt;header&gt;
	&lt;h1 id="logo"&gt;

	&lt;a href="#"&gt;Kupon&lt;/a&gt;
	&lt;/h1&gt;
	&lt;img alt="this is the site description" class="description" src="images/desc.png" /&gt;
 &lt;/header&gt;
 &lt;form action="index.html" id="register" method="post"&gt;

	&lt;section class="form form_1"&gt;
		&lt;div class="form_container"&gt;
			&lt;div class="step"&gt;
				&lt;img alt="Step 1 of 2" src="images/step_1.png"/&gt;
		 	&lt;/div&gt;
			&lt;fieldset&gt;

				&lt;h2&gt;Confirm your city :&lt;/h2&gt;
				&lt;select id="select_location" name="Location"&gt;
					&lt;option value="jakarta"&gt;Jakarta&lt;/option&gt;
					&lt;option value="kuala-lumpur"&gt;Kuala Lumpur&lt;/option&gt;

					&lt;option value="miami"&gt;Miami&lt;/option&gt;
					&lt;option value="singapore"&gt;Singapore&lt;/option&gt;
					&lt;option value="bangkok"&gt;Bangkok&lt;/option&gt;
					&lt;option value="shanghai"&gt;Shanghai&lt;/option&gt;

				&lt;/select&gt;
			&lt;/fieldset&gt;
			&lt;div class="button"&gt;
				&lt;a class="button_1" href="#" id="step_one" onclick="; return false;"&gt;Continue&lt;/a&gt;
			&lt;/div&gt;

		&lt;/div&gt;
 	&lt;/section&gt; 

 	&lt;section class="form form_2 formhide"&gt;
		&lt;div class="form_container"&gt;
			&lt;div class="step"&gt;
				&lt;img alt="Step 2 of 2" src="images/step_2.png"/&gt;

			&lt;/div&gt;
			&lt;fieldset&gt;
				&lt;h2&gt;Enter your email :&lt;/h2&gt;
				&lt;div class="email_field"&gt;
					&lt;label class="hide" for="subscription_email_address"&gt;&amp;nbsp;&lt;/label&gt;

					&lt;input value="" id="subscription_email_address" name="subscription[email_address]" size="30" title="Please enter a valid email address." type="text"&gt;
				&lt;/div&gt;
				&lt;p&gt;Don't worry, your email is safe with us.&lt;/p&gt;
			&lt;/fieldset&gt;
			&lt;div class="button"&gt;

				&lt;input class="button_2" id="subscription_submit" name="commit" value="See what's happening" type="submit"&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/section&gt;
 &lt;/form&gt; 

&lt;/body&gt;

&lt;/html&gt;</pre>
<h3>Step 8 &#8211; Create Basic Structure for Landing Page</h3>
<p>Now, we&#8217;ll create the landing page. Open index.html in your favorite code editor, then copy code from slider.html until the <strong>&lt;/head&gt;</strong> tag.</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;

&lt;head&gt;
 &lt;title&gt;Kupon | this is awesome&lt;/title&gt;
 &lt;link href="style.css" media="screen" rel="stylesheet" type="text/css"&gt;
 &lt;script src="jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
 &lt;!--[if IE]&gt;

 &lt;script src="modernizr-1.7.min.js"&gt;&lt;/script&gt;
 &lt;![endif]--&gt;
 &lt;!--[if lt IE 7]&gt;
 &lt;script type="text/javascript" src="unitpngfix.js"&gt;&lt;/script&gt;
 &lt;![endif]--&gt;

 &lt;script type="text/javascript"&gt;
 $("document").ready(function() {
 $('.button_1').click(function(){
 $(".form_1").animate({"left": "-70%","opacity":0.3},1500);
 $(".form_2").animate({"left": "10%","opacity":1},1500);
 });
 });
 &lt;/script&gt;
&lt;/head&gt;</pre>
<p>Then add below  code after <strong>&lt;/head&gt;</strong> tag. This is will be our page layout.</p>
<pre>&lt;nav&gt;
&lt;/nav&gt;

&lt;div id="wrapper"&gt;
&lt;header&gt;
&lt;/header&gt;
&lt;article id="featured"&gt;
&lt;/article&gt;
&lt;section id="sidebar"&gt;
&lt;/section&gt;
&lt;article id="information"&gt;
&lt;/article&gt;

&lt;/div&gt;

&lt;footer&gt;
&lt;/footer&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<h3>Step 9 &#8211; Background</h3>
<p>Open kupon single.psd in photoshop, hide all layers except <em>background</em> layer group. Create selection with crop tool like this:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-014.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="575"></p>
<p>Hit Alt + Shift + Ctrl + S or click File &gt; Save for Web and Devices. Save it as JPEG, and name it <em>bg_single.jpg</em>.</p>
<p>Add following style in style.css.</p>
<pre>body#single{
 background:url(images/bg_single.jpg) no-repeat 280px 0 #be58d5;
 color:#444;
 font:13px/1.5 helvetica, sans-serif;
 margin:0;
}</pre>
<h3>Step 10 &#8211; Navigation Menu</h3>
<p>As you can see on the PSD mockup, the navigation menu has a gradient background. So, we need to slice the navigation background. Return to photoshop, create a 1 x 66px selection with crop tool. Save image for web as PNG-24 and name it <em>nav_bg.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-015.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="300"></p>
<p>Now, let&#8217;s create the markup. Add this following code inside <strong>&lt;nav&gt;</strong> tag.</p>
<pre>&lt;ul&gt;
&lt;li&gt;&lt;a class="current_item" href="#"&gt;featured deals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;all deals&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="#"&gt;how it works&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>
<p>Next  step is styling the navigation menu, add this style to style.css.</p>
<pre>nav{
 background:url(images/nav_bg.png) transparent;
 border-bottom:2px solid #adadad;
 font-size:20px;
 height:66px;
 line-height:66px;
 width:100%;
}
nav ul{
 list-style:none;
 width:960px;
 margin:0 auto;
 padding:0;
}
nav li{
 float:left;
 margin:0;
 padding:0;
}
nav a{
 color:#f0f0f0;
 display:block;
 text-decoration:none;
 padding:0 10px;
}
nav a:hover,.current_item{
 background:#333;
}</pre>
<p>Here&#8217;s what we have now.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-016.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 11 &#8211; Logo area</h3>
<p>Actually, the logo size and css style is exactly same with slider.html logo. We just need to modify the logo position. So,  copy this following code from slider.html and paste them inside <strong>&lt;header&gt;</strong> tag.</p>
<pre>&lt;h1 id="logo"&gt;
 &lt;a href="#"&gt;Kupon&lt;/a&gt;
&lt;/h1&gt;</pre>
<p>Adjust its position in style.css.</p>
<pre>#single header{margin-top:-68px}</pre>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-017.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 12 &#8211; Featured Content</h3>
<p>Our next step is creating the featured content area. The featured content is placed inside <strong>&lt;article id=&#8221;featured&#8221;&gt;</strong> tag. Add this following code inside <strong>&lt;article id=&#8221;featured&#8221;&gt;</strong>.</p>
<pre>&lt;h2&gt;The ultimate al-in-one. Turbocharged. Start from $1,199.00.&lt;/h2&gt;</pre>
<p>Then add CSS style in style.css.</p>
<pre>#featured,#information{
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 box-shadow:3px 3px 5px #000;
 -moz-box-shadow:3px 3px 5px #000;
 -webkit-box-shadow:3px 3px 5px #000;
 background:#fff;
 float:left;
 margin:20px 10px 20px 0;
}
#featured{
 padding:10px;
 width:690px;
}
#single h2{
 font:700 24px georgia,serif;
 margin:15px 0;
}
#deals{
 background:#fbc5ff;
 font:700 17px/1.5 georgia,serif;
 float:left;
 padding:10px;
 width:185px;
}</pre>
<p>Now, we&#8217;ll create the sidebar for featured content. Return to PSD file again, we&#8217;ll slice up the buy ribbon. Create a selection with crop tool like this:</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-018.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="348"></p>
<p>Hide all layers except <em>ribbon</em> layer group. Also hide <em>button</em> layer group inside <em>ribbon</em> layer group.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-019.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="257"></p>
<p>Save image for web as PNG-24 and name it <em>ribbon.png</em>.</p>
<p>Then, slice up the call-to-action buy button. Create a selection like this using crop tool.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-020.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="400"></p>
<p>Hide all layers except &#8220;button&#8221; layer group then save image for web as PNG-24 and name it <em>buy_button.png</em>.</p>
<p>Next, add the buy ribbon to the HTML document. Place this code inside <strong>&lt;div id=&#8221;deals&#8221;&gt;</strong>.</p>
<pre>&lt;div id="deals"&gt;
&lt;span class="buy_ribbon"&gt;
&lt;p&gt;$1,000&lt;/p&gt;
&lt;a href="#"&gt;&lt;img alt="buy" src="images/buy_button.png"/&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;div class="disc_info"&gt;
&lt;span class="disc_info_left"&gt;Price&lt;/span&gt;&lt;span class="disc_info_right"&gt;$1,199&lt;/span&gt;

&lt;span class="disc_info_left"&gt;Disc.&lt;/span&gt;&lt;span class="disc_info_right"&gt;15%&lt;/span&gt;
&lt;span class="disc_info_left"&gt;You save&lt;/span&gt;&lt;span class="disc_info_right"&gt;$199&lt;/span&gt;
&lt;/div&gt;
&lt;a href="#"&gt;Recommend it&lt;br/&gt; to a friend!&lt;/a&gt;

&lt;/div&gt;</pre>
<p>Add this style.</p>
<pre>.buy_ribbon{
 background:url(images/ribbon.png) transparent;
 display:block;
 height:89px;
 width:244px;
 left:-49px;
 margin:10px 0;
 position:relative;
}
.buy_ribbon p{
 color:#fff;
 margin:0;
 padding:25px 20px;
 text-shadow:1px 1px 0 #000;
}
.buy_ribbon img{
 float:right;
 margin:-64px 20px 0 0;
}
.disc_info{
 float:left;
 margin:10px 0 20px;
}
.disc_info_left{
 float:left;
 width:120px;
}
.disc_info_right{
 float:right;
 width:60px;
}
#deals a{
 display:block;
 margin-bottom:10px;
 text-align:center;
 text-decoration:underline;
}</pre>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-021.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<p>We&#8217;re done with the sidebar. Now, let&#8217;s create our main content. First, slice up the featured image. In Photoshop, create selection using crop tool like picture below. Save image for web as JPEG and name it <em>featured_pic.jpg</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-022.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="566"></p>
<p>Add the code below after <strong>&lt;/div&gt;</strong> <strong>#deals</strong>.</p>
<pre>&lt;img class="featured_pic" alt="featured picture" src="images/featured_pic.jpg"/&gt;
&lt;div class="featured_left"&gt;
&lt;h3&gt;Big, beautiful displays&lt;/h3&gt;
&lt;p&gt;Today's iMac has come a long way from the first 15-inch iMac. Take one look and you'll see just how far. A 21.5-inch or 27-inch display with edge-to-edge glass covers nearly the entire front of the enclosure.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="featured_right"&gt;
&lt;h3&gt;Highlights&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;21.5-inch: 3.06GHz&lt;/li&gt;
&lt;li&gt;1920-by-1080 resolution&lt;/li&gt;
&lt;li&gt;4GB (two 2GB) memory&lt;/li&gt;
&lt;li&gt;ATI Radeon HD 4670 with 256MB&lt;/li&gt;

&lt;/ul&gt;
&lt;/div&gt;</pre>
<p>The CSS styling for the code above looks like this.</p>
<pre>.featured_pic{
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border:5px solid #444;
 margin-left:15px;
}
.featured_left{
 float:left;
 margin:20px 20px 0 220px;
 width:225px;
}
.featured_right{
 float:right;
 margin:20px 0 0 0;
 width:225px;
}
#featured h3{
 font-size:18px;
 margin:0 0 20px;
}
#featured ul{
 list-style:disc;
 margin:0 0 0 15px;
 padding:0;
}
#featured li{
 padding-bottom:5px;
}</pre>
<p>We&#8217;re done with featured content. Below is our current result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-023.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 13 &#8211; Sidebar Area</h3>
<p>Put the code below inside <strong>&lt;section id=&#8221;sidebar&#8221;&gt;</strong>.</p>
<pre>&lt;h4&gt;Other Deals&lt;/h4&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas mi nulla, convallis eget malesuada a, accumsan id nunc.&lt;/p&gt;
&lt;p&gt;Sed ut eros sit amet justo accumsan elementum sed et odio. Pellentesque pharetra mauris non lacus pharetra pretium. Donec vel mauris&lt;/p&gt;

&lt;p&gt;Cras ultrices imperdiet commodo. Curabitur vehicula, sem vel malesuada suscipit, nunc massa lobortis libero, at eleifend justo nisl sit amet sem.&lt;/p&gt;
&lt;p&gt;Duis viverra lobortis ante ac aliquet. Nunc sapien enim, aliquet sit amet pellentesque at, pharetra et purus.&lt;/p&gt;
&lt;p&gt;Nunc quis velit lorem. Aenean interdum urna ultricies enim sollicitudin interdum. Sed feugiat tellus quis erat convallis et suscipit nulla sollicitudin.&lt;/p&gt;</pre>
<p>Then add this CSS styles.</p>
<pre>#sidebar{
 border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 box-shadow:3px 3px 5px #000;
 -moz-box-shadow:3px 3px 5px #000;
 -webkit-box-shadow:3px 3px 5px #000;
 background:#fff;
 float:right;
 margin:20px 0;
 width:240px;
}
#sidebar h4{
 border-radius:10px 10px 0 0;
 -moz-border-radius:10px 10px 0 0;
 -webkit-border-radius:10px 10px 0 0;
 background:#fbc5ff;
 font:700 16px georgia,serif;
 margin:0 0 10px;
 padding:10px;
}
#sidebar p{
 padding:10px;
 margin:0 0 10px;
}</pre>
<p>We&#8217;re done with the sidebar.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-024.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="344"></p>
<h3>Step 14 &#8211; Information Content Section</h3>
<p>In this section we&#8217;ll put our product information. This section also have a sidebar. First, slice up the discussion button. In photoshop, create selection like picture below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-025.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="400"></p>
<p>Then hide all layers except <em>button</em> layer group. Save image for the web as PNG-24 and name it <em>discuss_button.png</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-026.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="239"></p>
<p>After that, put this code inside <strong>&lt;article id=&#8221;information&#8221;&gt;</strong> in the HTML document.</p>
<pre>&lt;div class="text"&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus venenatis magna ut sem condimentum pretium. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean auctor quam nec ipsum vulputate cursus. Nulla molestie odio eget nunc porttitor at rhoncus felis bibendum. Pellentesque vestibulum ornare nisl non ullamcorper. Duis auctor nunc eget est fermentum viverra. Quisque quis massa nisi, nec placerat diam. Nam et nibh odio. Curabitur vel libero quis leo tincidunt hendrerit. Nam lectus mauris, tristique non tempus id, luctus non felis. Cras volutpat pharetra risus.&lt;/p&gt;
&lt;p&gt;Praesent semper risus congue est egestas tempus. Etiam sem felis, egestas a vulputate non, pellentesque sit amet lectus. Cras quis tellus nunc, vitae facilisis ligula. Sed mauris mi, ullamcorper auctor pharetra id, feugiat at nibh. Curabitur at ipsum sem. Aenean nisl dui, semper non congue eu, ultricies sed lacus. Vivamus fermentum congue dui, at tempor ante euismod quis. Donec ante enim, pellentesque eu tincidunt vel, porttitor sed neque. Nulla imperdiet condimentum hendrerit. Mauris porta rhoncus venenatis. Suspendisse enim lacus, accumsan eget rutrum vel, accumsan ut magna. Nam eu mi quis nisl pharetra porttitor ac vel justo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla vitae iaculis massa. Nulla mattis nisi mi. Mauris nec accumsan erat.&lt;/p&gt;
&lt;p&gt;Curabitur magna orci, lacinia quis bibendum eu, sagittis in nulla. Vivamus suscipit, tortor non suscipit dignissim, neque massa suscipit ligula, posuere semper lectus lacus ullamcorper nibh. Cras rutrum dictum orci vel gravida. Integer eu gravida diam. Quisque convallis convallis arcu et ullamcorper. Donec sodales commodo scelerisque. Vivamus nisl risus, laoreet sed varius in, gravida eget quam. Quisque sollicitudin quam et neque euismod non sodales tortor molestie. Morbi placerat iaculis feugiat. Duis rutrum risus ultrices turpis gravida fermentum. Etiam libero odio, molestie quis elementum non, interdum et quam. Nam sed diam libero. Sed gravida, magna nec feugiat scelerisque, orci justo eleifend orci, et venenatis nisl eros vitae quam.&lt;/p&gt;

&lt;a href="#"&gt;&lt;img class="discuss" alt="Join the Discussion" src="images/discuss_button.png"/&gt;&lt;/a&gt;
&lt;/div&gt;</pre>
<p>Style it like this:</p>
<pre>#information{
 width:710px;
}
.text{
 float:left;
 padding:10px;
 width:460px;
}
.text p{
 margin:0 0 10px;
}
.text img.discuss{
 float:right;
 margin-top:10px;
}</pre>
<p>Here&#8217;s our current layout.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-027.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<p>Next step is creating the information sidebar. First, slice up the sidebar images and quote image in photoshop. Create selection using crop tool like this to create sidebar images.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-028.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="340"></p>
<p>Save image as JPEG and give it name <em>brand_pic.jpg</em>. Then slice up the quote image.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-029.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="400"></p>
<p>Hide all layer except quote text layer. Save as PNG-24 and name it <em>quotes.png</em>.</p>
<p>Now add this code after <strong>&lt;/div&gt;</strong> <strong>#text</strong></p>
<pre>&lt;div class="info_sidebar"&gt;

&lt;h3&gt;Apple Inc.&lt;/h3&gt;
&lt;a class="info_link" href="#"&gt;Website&lt;/a&gt;
&lt;a class="info_link" href="#"&gt;Facebook&lt;/a&gt;
&lt;img alt="brand logo" src="images/brand_pic.jpg"/&gt;
&lt;p&gt;&lt;strong&gt;Cupertino&lt;/strong&gt;&lt;br/&gt;1 Infinite Loop&lt;br/&gt;Cupertino, CA 95014&lt;br/&gt;408-996-101&lt;/p&gt;

&lt;blockquote&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus venenatis magna ut sem condimentum pretium.&lt;/blockquote&gt;
&lt;blockquote&gt;Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean auctor quam nec ipsum vulputate cursus.&lt;/blockquote&gt;
&lt;/div&gt;</pre>
<p>Add CSS styles.</p>
<pre>.info_sidebar{
 border-radius:0 10px 10px 0;
 -moz-border-radius:0 10px 10px 0;
 -webkit-border-radius:0 10px 10px 0;
 background:#fbc5ff;
 float:right;
 padding:10px;
 width:210px;
}
#information h3{
 font-size:18px;
 margin:0 0 20px;
}
.info_link{
 float:left;
 margin:0 30px 20px 0;
}
.info_sidebar p{
 border-bottom:1px solid #760996;
 margin:30px 0;
 padding-bottom:30px;
}
blockquote{
 background:url(images/quotes.png)no-repeat left top transparent;
 font-size:13px;
 font-style:italic;
 margin:0 0 30px;
 padding:0 0 0 30px;
}</pre>
<p>And here&#8217;s what we have now.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-030.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Step 15 &#8211; Footer Area</h3>
<p>This is our last step, create the footer area. Our footer will divided into 4 columns. Add the code below inside <strong>&lt;footer&gt;</strong> tag.</p>
<pre>&lt;div id="footer_wrapper"&gt;

&lt;section class="footer_column"&gt;
&lt;h5&gt;Company&lt;/h5&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 Us&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Careers&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="#"&gt;Our Location&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Privacy Policy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;

&lt;section class="footer_column"&gt;
&lt;h5&gt;Learn More&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Ask a Question&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Read our official blog&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="#"&gt;Developer / API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Suggest a feature&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;

&lt;section class="footer_column"&gt;
&lt;h5&gt;Follow us on:&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Facebook&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="#"&gt;Flickr&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;RSS Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Email&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;
&lt;/section&gt;

&lt;section class="colophon"&gt;
&lt;h5&gt;About Us&lt;/h5&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. In non sapien id nisl gravida hendrerit. Morbi imperdiet risus et felis placerat blandit. Vivamus mollis urna mollis lectus aliquet eu pellentesque diam molestie. Nunc ut mi quis augue posuere iaculis lobortis ac felis.&lt;/p&gt;
&lt;/section&gt;

&lt;/div&gt;</pre>
<p>And here&#8217;s our footer styles.</p>
<pre>footer{
 background:#000;
 border-top:2px solid #adadad;
 color:#ccc;
 float:left;
 margin:30px 0 0;
 padding:0 0 30px;
 width:100%;
}
footer p{margin:0 0 10px;}
footer a{color:#ccc;}
footer a:hover,footer a:focus,footer a:active{text-decoration:underline;}
footer h5{
 font-size:14px;
 margin:0 0 15px;
}
footer ul{
 list-style:none;
 margin:0;
 padding:0;
}
footer li{
 margin:0;
 padding:0;
}
#footer_wrapper{
 margin:20px auto 0;
 width:960px;

}
.footer_column{
 float:left;
 margin:0 20px 0 0;
 width:160px;
}
.colophon{
 float:right;
 width:410px;
}</pre>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-031.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 2)" width="600"></p>
<h3>Final Result</h3>
<p>Below is our final result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-032.jpg" alt="" width="600" height="337" /><br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-033.jpg" alt="" width="600" height="337" /><br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/tutorial-html-css-groupon-like-034.jpg" alt="" width="600" height="337" /></p>
<h3>Source File and Live Demo</h3>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/ecommerce-jquery-slider-demo.zip">Download Complete Source File</a></p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/04/ecommerce-jquery-slider-demo/slider.html">Live Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/04/create-an-ecommerce-site-inspired-by-groupon-with-jquery-slider-part-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Create An eCommerce Site Inspired By Groupon With JQuery Slider (Part 1)</title>
		<link>http://www.pvmgarage.com/2011/03/create-an-ecommerce-site-inspired-from-groupon-complete-with-jquery-slider-part-1/</link>
		<comments>http://www.pvmgarage.com/2011/03/create-an-ecommerce-site-inspired-from-groupon-complete-with-jquery-slider-part-1/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 17:39:51 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3323</guid>
		<description><![CDATA[In this two part tutorial, we will create an eCommerce site inspired from <a href="http://groupon.com">Groupon</a> complete with its simple jQuery slider. This design is my collaboration with an Indonesian web designer and developer, <a href="http://cekerholic.com">Aris FM</a>. Today, we will learn to create its design in Photoshop.]]></description>
			<content:encoded><![CDATA[<p>In this two part tutorial, we will create an eCommerce site inspired from <a href="http://groupon.com">Groupon</a> complete with its simple jQuery slider. This design is my collaboration with an Indonesian web designer and developer, <a href="http://cekerholic.com">Aris FM</a>. Today, we will learn to create its design in Photoshop.</p>
<h3>Step 1: First Page &#8212; Setup Document</h3>
<p>First, download 960 grid template from <a href="http://960.gs">960.gs</a>. Inside the downloaded zip file, you will find a Photoshop action file (*.atn). Double click it to load into Photoshop.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-001.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="316" /></p>
<h3>Step 2</h3>
<p>First, download 960 grid template from <a href="http://960.gs">960.gs</a>. Inside the downloaded zip file, you will find a Photoshop action file (*.atn). Double click to load it into Photoshop. Return to Photoshop, inside Actions panel you will find new group named 960 GRIDS. Select 12 Column Grid and click play button.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-002.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="212" height="166" /></p>
<p>This action will automatically created a new file in standard 960 grid system, complete with guides to help you design.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-003.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="420" /></p>
<h3>Step 3: Set Up Background</h3>
<p>Create new group and name it Background. We will put all background element here. Create new layer and fill it with color #be58d5.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-004.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="348" /></p>
<h3>Step 4</h3>
<p>Grab <a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/sun-ornament.png">sun picture</a> and paste it on top left of the background. Set layer Opacity to 46%</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-005.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="420" /></p>
<h3>Step 5</h3>
<p>Paste <a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/octopus.png">octopus</a> picture onto the background.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-006.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="480" /></p>
<h3>Step 6</h3>
<p>There is a problem with this octopus. If you zoom closer, you will find that there is a 1 px white line along its edge. No need to worry, there is a nice tip to fix this.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-007.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="584" height="522" /></p>
<h3>Step 7</h3>
<p>Ctrl-click octopus layer to create new selection based on its shape. Click Select &gt; modify &gt; Contract.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-008.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="635" /></p>
<p>Use Contract By 1 px..</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-009.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="330" height="151" /></p>
<p>Click Add layer mask icon. This process will hide white pixel on the octopus edge.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-010.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="574" height="551" /></p>
<h3>Step 8</h3>
<p>Ctrl-click octopus layer. Create new layer underneath it. Fill selection with black.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-011.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="530" height="460" /></p>
<p>Remove selection by pressing Ctrl + D. Soften the selection by adding Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-012.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="594" height="449" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-013.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="456" height="439" /></p>
<p>Use eraser tool to delete upper part of the layer. Now, we should have octopus shadow on the floor.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-014.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="478" height="466" /></p>
<h3>Step 9</h3>
<p>Ctrl-click octopus layer. Make sure marquee tool is still active, right click and choose Transform Selection.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-015.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="544" height="460" /></p>
<p>Right click and choose Skew.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-016.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="598" height="467" /></p>
<p>Pull top middle handle until the selection is skewed. See picture below for reference.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-017.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="450" height="428" /></p>
<h3>Step 10</h3>
<p>Fill selection with black.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-018.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="438" height="438" /></p>
<p>Remove selection (Ctrl + D). Click Filter &gt; Blur &gt; Gaussian Blur.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-019.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="416" /></p>
<p>Delete lower part of the layer.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-020.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="423" height="432" /></p>
<p>Set layer Opacity to 20%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-021.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="466" height="452" /></p>
<h3>Step 11</h3>
<p>Select top part of the site. Create new layer and fill it with #obobob.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-022.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="269" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-023.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="269" /></p>
<h3>Step 12: Logo</h3>
<p>Draw an ellipse shape with color #333333.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-024.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="533" height="405" /></p>
<p>Draw another ellipse and set its mode to Add to Shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-025.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="488" height="292" /></p>
<p>Repeat this process a few times until we have clouds shape for the logo background.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-026.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="422" height="329" /></p>
<p>Add following Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-027.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 13</h3>
<p>Add site name on top of the clouds. Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-028.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="488" height="254" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-029.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-030.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-031.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-032.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="562" height="228" /></p>
<h3>Step 14: Site Description</h3>
<p>Add site description and give it this Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-033.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="571" height="219" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-034.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-035.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-036.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="591" height="136" /></p>
<h3>Step 15: Step 1 Interface</h3>
<p>Draw a rounded rectangle with radius 10 px and color #ebebeb. Add Drop Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-037.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="535" height="404" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-038.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-039.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="550" height="428" /></p>
<h3>Step 16</h3>
<p>Add text. Draw a circle with same color as the background. Add Inner Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-040.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="538" height="410" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-041.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 17</h3>
<p>Add number 1 inside the circle and add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-042.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="556" height="386" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-043.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-044.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 18</h3>
<p>Draw a white rectangle. Add Stroke.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-045.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="575" height="384" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-046.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-047.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="529" height="339" /></p>
<h3>Step 19</h3>
<p>Add city name inside the rectangle. On its opposite side, draw a white rectangle shape. Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-048.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="553" height="351" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-049.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-050.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-051.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-052.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="520" height="336" /></p>
<h3>Step 19</h3>
<p>Activate polygon tool. From the Option Bar set Sides to 3 to get a triangle. Draw a black triangle on top of the rectangle.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-053.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="397" height="378" /></p>
<h3>Step 20</h3>
<p>Draw a rounded rectangle with radius 10 px.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-054.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="543" height="389" /></p>
<h3>Step 21</h3>
<p>Draw another roundd rectangle for continue button. Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-055.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="513" height="366" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-056.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-057.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 22</h3>
<p>Add text &#8220;continue&#8221; on top of the button. Add Drop Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-058.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="516" height="319" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-059.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-060.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="578" height="379" /></p>
<h3>Step 23</h3>
<p>Draw a circle shape next to the continue text.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-061.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="550" height="321" /></p>
<p>Draw a rounded rectangle. Hit Ctrl + T to perform transformation and rotate it 45 degree.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-062.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="362" height="433" /></p>
<p>Repeat previous step but this time rotate -45 degree. Combine both shapes until we get an arrow symbol.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-063.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="365" height="345" /></p>
<h3>Step 24</h3>
<p>Create a rounded rectangle under the continue text.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-064.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="550" height="332" /></p>
<p>Draw a rectangle covering half of the rectangle shape. This shape indicates that the process is only halfway and not yet finish.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-065.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="459" height="203" /></p>
<h3>Step 25: Step 2 Interface</h3>
<p>Repeat the same process to create Step 2 interface. You can easily copy the first interface and modify it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-066.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="547" height="352" /></p>
<h3>Step 26: Landing Page &#8212; Set Up Background</h3>
<p>Next, we need to create landing page. User will go to this page after finishing Step 2. Use 960 grids actions to create new 12 column file. Fill background with #be58d5. Add <a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/sun-ornament.png">sun ornament</a> on background with Opacity 46%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-067.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="338" height="469" /></p>
<h3>Step 27: Top Menu</h3>
<p>Fill top part of the file with black and add some site menus.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-068.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="487" height="196" /></p>
<h3>Step 28</h3>
<p>We need to differentiate active menu from the others. Draw a rectangle and fill it with #333333 and put it behind active menu.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-069.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="480" height="201" /></p>
<h3>Step 29</h3>
<p>Draw a 2 px under the menu to add contrast with its background.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-070.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="497" height="199" /></p>
<h3>Step 30: Content</h3>
<p>Draw a rounded rectangle for the page content.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-071.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="414" height="429" /></p>
<h3>Step 31</h3>
<p>Add post title, product image, and some description. Leave empty room on left side of the page to add price info.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-072.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="500" height="428" /></p>
<h3>Step 32: Buy Ribbon</h3>
<p>Draw a tall rectangle on left side of the content page with color #fbc5ff. On top of it, draw another rectangle with color #9928b3 to be used as a price ribbon.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-073.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="440" height="507" /></p>
<h3>Step 33</h3>
<p>Create new layer above the ribbon and paint highlight on top of it using a big soft brush (Hardness: 0%).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-074.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="427" height="347" /></p>
<h3>Step 34</h3>
<p>Activate single row marquee and draw a 1 px selection on top of the ribbon.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-075.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="469" height="271" /></p>
<p>Hit Delete key to delete 1 px highlight on the ribon.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-076.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="334" height="269" /></p>
<h3>Step 35</h3>
<p>Ctrl-click ribbon layer to create a new selection based on its shape. Click Select &gt; Modify &gt; Contract. Set parameter to 2 px.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-077.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="496" height="316" /></p>
<p>Create new layer. Click Edit &gt;  Stroke. Set Width to 2 px and Location to Inside.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-078.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="321" height="312" /></p>
<p>Change layer opacity to 30%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-079.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="396" height="283" /></p>
<h3>Step 36</h3>
<p>Activate text tool and write item&#8217;s price. Add Drop Shadow and Outer Glow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-080.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="336" height="227" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-081.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-082.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 37: Buy Button</h3>
<p>Draw a big blue rounded rectangle. Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-083.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="344" height="219" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-084.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-085.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-086.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-087.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 38</h3>
<p>Add text &#8220;Buy!&#8221; and Drop Shadow to keep it legible.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-088.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="346" height="215" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-089.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 39</h3>
<p>Draw a rectangle with color #9928b3. Put it under the ribbon. Select left lower corner and pull it up.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-090.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="405" height="307" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-091.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="275" height="387" /></p>
<p>Add Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-092.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-093.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="356" height="388" /></p>
<h3>Step 40: More Content</h3>
<p>Add another rounded rectangle to add more post content.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-094.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="393" height="497" /></p>
<h3>Step 41</h3>
<p>Draw a rectangle with color #fbc5ff on right side of the shape. Convert layer shape to Clipping Mask by pressing Ctrl + Alt + G.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-095.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="414" height="461" /></p>
<p>The rectangle will goes inside the content shape.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-096.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="412" height="519" /></p>
<h3>Step 42</h3>
<p>Insert some text for the content.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-097.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="417" height="485" /></p>
<h3>Step 43: Button</h3>
<p>Draw a rounded rectangle on end of the post with color #eb582c. Add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-098.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="500" height="332" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-099.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-100.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-101.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-102.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-103.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="257" height="157" /></p>
<h3>Step 44</h3>
<p>Add text on the button. Apply Drop Shadow to make the text legible.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-104.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="292" height="188" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-105.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="464" /></p>
<h3>Step 45: Sidebar</h3>
<p>Add some content on the sidebar.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-106.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="399" height="632" /></p>
<h3>Step 46</h3>
<p>Using same method, add another sidebar on the top content.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-107.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="500" height="525" /></p>
<h3>Step 47</h3>
<p>Finally, add simple content for the footer. Use same color background as the top menu explained on Step 27 above.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-108.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="500" height="184" /></p>
<h3>Final Result</h3>
<p>Below is the final result of all three designs we have created. Click on the image to see it in full screen. Don&#8217;t miss the second part of this tutorial. We will code this design and turn it into a functional HTML/CSS complete with its sliding jQuery.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/kupon-sliding-1.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-109.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="343" /></a></p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/kupon-sliding-2.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-110.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="343" /></a></p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/kupon-single.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/tutorial-psd-groupon-like-slider-111.jpg" alt="Create an eCommerce Site Inspired with JQuery Slider Inspired from Groupon (Part 1)" width="600" height="999" /></a></p>
<h3>Download Source File</h3>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/03/eCommerce-site-groupon-inspired.zip">Download PSD File</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/03/create-an-ecommerce-site-inspired-from-groupon-complete-with-jquery-slider-part-1/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Photo Site &#8212; From PSD to HTML/CSS (Part 2)</title>
		<link>http://www.pvmgarage.com/2011/02/creating-a-simple-photo-site-from-psd-to-htmlcss-part-2/</link>
		<comments>http://www.pvmgarage.com/2011/02/creating-a-simple-photo-site-from-psd-to-htmlcss-part-2/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 20:21:29 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3212</guid>
		<description><![CDATA[Hello, welcome to the second part of tutorial creating simple photo site. Before following this tutorial, make sure to <a href="http://www.pvmgarage.com/2011/01/creating-a-one-page-simple-photo-site-in-photoshop-part-1/">read the first part</a>, designing process in Photoshop. In this tutorial we will take the design form Photoshop and code into a working webpage.

I wrote this tutorial with a help from <a href="http://www.margasatrya.net/">Satrya</a>, a web designer and wordpress developer. Make sure to check <a href="http://www.margasatrya.net/">his site</a> to see more of his tutorial.]]></description>
			<content:encoded><![CDATA[<p>Hello, welcome to the second part of tutorial creating simple photo site. Before following this tutorial, make sure to <a href="http://www.pvmgarage.com/2011/01/creating-a-one-page-simple-photo-site-in-photoshop-part-1/">read the first part</a>, designing process in Photoshop. In this tutorial we will take the design form Photoshop and code into a working webpage.</p>
<p>I wrote this tutorial with a help from <a href="http://www.margasatrya.net/">Satrya</a>, a web designer and wordpress developer. Make sure to check <a href="http://www.margasatrya.net/">his site</a> to see more of his tutorial.</p>
<p>Before attempting this tutorial, first you should choose the code editor. I highly suggest you to use Dreamweaver or Notepad ++.</p>
<h3>Preview</h3>
<p>This is the final design that we will create. Click here or click on the image to see the demo.<br />
<a href="http://dl.dropbox.com/u/4357218/workspace/html-css/photofocus/index.html"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus.jpg" alt="Preview photofocus final" /></a></p>
<h3>Step 1 &#8211; CSS Reset</h3>
<p>Before creating layout you must add css reset to maintain browser consistency. You can download the css reset from <a href="http://meyerweb.com/eric/tools/css/reset/reset.css">Eric Meyer</a>. Copy the file to your code editor and save as <em>reset.css</em>. You can read more informations about css reset from <a href="http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/">Perishablepress article</a>.</p>
<h3>Step 2 &#8211; Create Template Directory</h3>
<p>The first thing you need to do is create your template directory. Just create a folder on your desktop and name it <em>Photofocus</em>, within this folder you need another folder called <em>images</em>, a blank HTML document, a blank CSS document, and of course the CSS reset.<br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-template-directory.jpg" alt="Folder Structure" /></a></p>
<h3>Step 3 &#8211; Begin The Layout</h3>
<p>Before we started the coding, you need to read a few things to note from the PSD mockup :</p>
<ol>
<li>The header wrap the logo and navigation.</li>
<li>Before the content, we need to create a featured text.</li>
<li>The gallery content should have enough space for 3 horizontal images.</li>
<li>Don&#8217;t forget the content navigation.</li>
<li>Our mockup have a simple sidebar.</li>
</ol>
<p>So here’s our HTML layout:</p>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;
    &lt;title&gt;PHOTOfocus&lt;/title&gt;
    &lt;link href="reset.css" rel="stylesheet" type="text/css" /&gt;
    &lt;link href="style.css" rel="stylesheet" type="text/css" /&gt;

&lt;/head&gt;

&lt;body&gt;

    	&lt;div id="container"&gt;&lt;!-- Container --&gt;

        	&lt;div id="header"&gt;&lt;!-- Header --&gt;

            	Logo / Navigation

            &lt;/div&gt;&lt;!-- End Header --&gt;

            &lt;div id="content"&gt;&lt;!-- Content --&gt;

            &lt;div id="intro"&gt;&lt;!-- Intro --&gt;

            	Featured Text

            &lt;/div&gt;&lt;!-- End Intro --&gt;

            	Content

            &lt;/div&gt;&lt;!-- End Content --&gt;

			&lt;div id="sidebar"&gt;&lt;!-- Sidebar --&gt;

				Sidebar

			&lt;/div&gt;&lt;!-- End Sidebar --&gt;

        &lt;/div&gt;&lt;!-- End Container --&gt;

    &lt;div id="footer"&gt;&lt;!-- Footer --&gt;

        	Footer

    &lt;/div&gt;&lt;!-- End Footer --&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Copy the code above to your blank HTML document. As you can see from the code above, <strong>#main</strong> area which will be centered the layout<em>(header, content and footer)</em>.</p>
<p>Remember to add this code below between your <strong>HEAD</strong> tags. Without it, your CSS style sheet will be useless.</p>
<pre>
&lt;link href="style.css" rel="stylesheet" type="text/css" /&gt;
</pre>
<p>The first thing to do is setting up the background image. In the first part of the tutorial, on Step 65 we have saved the background file. Make sure to save it as a PNG file and name it <em>bg_body.png</em>.</p>
<p>Now open up your styles.css and add following CSS style</p>
<pre>
body {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	color: #BAC3C3;
	line-height:1.5em;
	background-image:url(images/bg_body.png);
	background-repeat:repeat;
}

a{
	color: #BAC3C3;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}

#container {
	width:950px;
	margin: 0 auto;
}
</pre>
<p>The <strong>#main</strong> area has a width of 950px and are centered using margin: auto.</p>
<h3>Step 4 &#8211; Header Area </h3>
<p>As we know, header area are wrapping the logo and navigation. First, we need to create the logo element. Return to photoshop, hide all layers except the logo. Select the slice tool again and create this selection.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-logo.jpg" alt="Slicing Logo" /></a></p>
<p>Hit Alt + Shift + Ctrl + S or click File &gt; Save for Web and Devices. Save it as PNG-24, and name it <em>logo.png</em>.</p>
<p>Next, add the logo and the navigation to the HTML document:</p>
<pre>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;title&gt;PHOTOfocus&lt;/title&gt;
	&lt;link href=&quot;reset.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
    &lt;link href=&quot;style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;

&lt;/head&gt;

&lt;body&gt;

    	&lt;div id=&quot;container&quot;&gt;&lt;!-- Container --&gt;

        	&lt;div id=&quot;header&quot;&gt;&lt;!-- Header --&gt;

				&lt;div id=&quot;logo&quot;&gt;&lt;!-- Logo --&gt;
					&lt;a href=&quot;index.html&quot;&gt;&lt;img src=&quot;images/logo.png&quot; alt=&quot;Photofocus&quot; /&gt;&lt;/a&gt;
				&lt;/div&gt;&lt;!-- End Logo --&gt;

				&lt;ul id=&quot;navigation&quot;&gt;&lt;!-- Navigation --&gt;
					&lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Blog&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;&lt;!-- End Navigation --&gt;

            &lt;/div&gt;&lt;!-- End Header --&gt;

            &lt;div id=&quot;content&quot;&gt;&lt;!-- Content --&gt;

            &lt;div id=&quot;intro&quot;&gt;&lt;!-- Intro --&gt;

				Featured Text

            &lt;/div&gt;&lt;!-- End Intro --&gt;

				Content

            &lt;/div&gt;&lt;!-- End Content --&gt;

			&lt;div id=&quot;sidebar&quot;&gt;&lt;!-- Sidebar --&gt;

				Sidebar

			&lt;/div&gt;&lt;!-- End Sidebar --&gt;

        &lt;/div&gt;&lt;!-- End Container --&gt;

    &lt;div id=&quot;footer&quot;&gt;&lt;!-- Footer --&gt;

		Footer

    &lt;/div&gt;&lt;!-- End Footer --&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Add following css style:</p>
<pre>
#header {
    border-bottom: 4px double #C3BFC4;
    overflow: hidden;
    padding: 20px 0 10px;
}

#logo {
	width:300px;
	height:80px;
	float:left;
}

#logo a:hover {
	border:none;
	text-decoration:none;
}
</pre>
<p>You should see the logo appears.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-logo-2.jpg" alt="Logo Screenshot" /></a></p>
<p>Our next step is fixing the logo transparency in IE 6. Here&#8217;s the logo screenshot in IE6.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-logo-in-IE6.jpg" alt="Screenshot in IE6" /></a></p>
<p>My favorite tool to fix the transparency is <a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/">DD_belatedPNG</a>, DD_belatedPNG is a &#8220;<em>Javascript library that sandwiches PNG image support into IE6 without much fuss</em>&#8220;. This tool is very easy to use, first you need download the javascript file (<em>DD_belatedPNG_0.0.8a.js</em>), then put it in your template directory. After that, add the code below before closing <strong>HEAD</strong> tags.</p>
<pre>
&lt;!--[if IE]&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;DD_belatedPNG_0.0.8a.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;
</pre>
<p>Now open <em>DD_belatedPNG_0.0.8a.js</em> then add the code below in the last line </p>
<pre>
/* ADD YOUR CLASSES HERE e.g. #logo, #header .rss, .icon, .etc */

DD_belatedPNG.fix('#logo');
</pre>
<p>If you have many PNGs, you can add more CLASS or ID there to fix the transparency of all your PNGs file. Now refresh your IE6, here’s a screenshot of what we get in IE6 when transparency is working.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-logo-in-IE6-2.jpg" alt="Transparency IE6 Fixed" /></a></p>
<h2>Step 5 &#8211; Navigation Area</h2>
<p>Our next step is styling the navigation area, add this css to your CSS document :</p>
<pre>
ul#navigation {
    margin-top:23px;
    padding:0px;
    float:right;
}

ul#navigation li {
	display:inline;
	margin:0 20px 0 0;
}

ul#navigation li a{
	text-decoration:none;
	color:#929292;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 4px 13px;
}

ul#navigation li.active  a, ul#navigation li a:hover{
	background-color:#d9d7d7;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#FFF;
    border:none;
}
</pre>
<p>Some things to note: </p>
<ol>
<li>By setting the display property to inline for the &lt;li&gt; elements, the list changes to a horizontal set of elements.</li>
<li>We play with a few CSS3 style, we use border-radius for creating rounded corner when the navigation active or being on hover.</li>
</ol>
<p>Here&#8217;s what we have now.<br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-navigation.jpg" alt="Navigation Area" /></a></p>
<h2>Step 5 &#8211; Intro Area</h2>
<p>Next step is adding the intro text. Before we proceed the coding process, you shoud slice the separator. Go to the PSD file again, select the slice tool and create this selection.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-seperator.jpg" alt="Slicing Intro" /></a></p>
<p>After that, click File &gt; Save for Web and Devices. Save as <em>intro.png</em>. Add this CSS code:</p>
<pre>
#content {
	width:700px;
	margin:5px 10px 20px 0;
	float:left;
}

#intro {
    background-image: url("images/intro.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 20px 0 45px;
    text-align: center;
    width: 700px;
    margin-bottom:30px;
}

#intro p {
    font-size: 26px;
    line-height: 1.2em;
    text-shadow: 1px 2px #FFFFFF;
    color:#B1B1B1;
}
</pre>
<p>Replace your HTML document with this:</p>
<pre>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;title&gt;PHOTOfocus&lt;/title&gt;
	&lt;link href=&quot;reset.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
    &lt;link href=&quot;style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
	&lt;!--[if IE]&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;DD_belatedPNG_0.0.8a.js&quot;&gt;&lt;/script&gt;
	&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body&gt;

    	&lt;div id=&quot;container&quot;&gt;&lt;!-- Container --&gt;

        	&lt;div id=&quot;header&quot;&gt;&lt;!-- Header --&gt;

				&lt;div id=&quot;logo&quot;&gt;&lt;!-- Logo --&gt;
					&lt;a href=&quot;index.html&quot;&gt;&lt;img src=&quot;images/logo.png&quot; alt=&quot;Photofocus&quot; /&gt;&lt;/a&gt;
				&lt;/div&gt;&lt;!-- End Logo --&gt;

				&lt;ul id=&quot;navigation&quot;&gt;&lt;!-- Navigation --&gt;
					&lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Blog&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;&lt;!-- End Navigation --&gt;

            &lt;/div&gt;&lt;!-- End Header --&gt;

            &lt;div id=&quot;content&quot;&gt;&lt;!-- Content --&gt;

              &lt;div id=&quot;intro&quot;&gt;&lt;!-- Intro --&gt;

				&lt;p&gt;Hi! Welcome to my personal photo site. This is just a place for me to share my photos. I hope you’ll enjoy it.&lt;/p&gt;

            &lt;/div&gt;&lt;!-- End Intro --&gt;

			Content

            &lt;/div&gt;&lt;!-- End Content --&gt;

			&lt;div id=&quot;sidebar&quot;&gt;&lt;!-- Sidebar --&gt;

			Sidebar

			&lt;/div&gt;&lt;!-- End Sidebar --&gt;

        &lt;/div&gt;&lt;!-- End Container --&gt;

    &lt;div id=&quot;footer&quot;&gt;&lt;!-- Footer --&gt;

	Footer

    &lt;/div&gt;&lt;!-- End Footer --&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-screenshot-intro.jpg" alt="Separator" /></a></p>
<h3>Step 6 &#8211; Gallery Area</h3>
<p>Our next step is creating the gallery area. First, slice our content box, to do this you need to hide all your layers in your PSD file and leave the content box, then save it as content_box.png</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photocous-content_box.jpg" alt="Slice Content Box" /></a></p>
<p>Add the code below after closing <em>#intro</em>  in your HTML document.</p>
<pre>
&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 1&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;

&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail2.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 2&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;

&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail3.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 3&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;

&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail3.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 4&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;

&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 5&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;

&lt;div class=&quot;content_box&quot;&gt;&lt;!-- Content Box --&gt;

&lt;div class=&quot;thumb&quot;&gt;&lt;!-- Image Thumb --&gt;
&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/thumbnail2.jpg&quot; alt=&quot;Image Gallery&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;!-- End Image Thumb --&gt;

&lt;div class=&quot;text_box&quot;&gt;&lt;!-- Text/Title Image --&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;Photo 6&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- Text/Title Image --&gt;

&lt;/div&gt;&lt;!-- End Content Box --&gt;
</pre>
<p>Add some image with size 185 x 170 px and place it in folder <em>images</em>.</p>
<p>The CSS styling for the code above looks like this.</p>
<pre>
.content_box {
	background-image:url(images/content_box.png);
	background-repeat:no-repeat;
	margin:0 12px 25px 0;
	width:220px;
	text-align:center;
	height:233px;
	float:left;
}

.thumb {
	padding:20px 20px 0;
}

.thumb a:hover {
	border:none;
}

.text_box {
	height:25px;
}

.text_box a {
	text-decoration:none;
	font-weight:bold;
}

.text_box a:hover {
	text-decoration:underline;
	border:none;
}
</pre>
<p>We have Div Class Content_box which wraps the image thumbnail and the image title, <strong>.content_box</strong> use content_box.png which we have previously sliced from the PSD file. You can see from the code above that we have set the image thumbnail padding, its purpose is to centered the image thumbnail position.</p>
<p>So this is our current layout:<br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-screenshot-content.jpg" alt="Layout with photo" /></a></p>
<p>If you wanted to create another box just copy and paste everything in the content class.</p>
<h3>Step 7 &#8211; Content Navigation</h3>
<p>Put the code below before Closing Div ID Content:</p>
<pre>
&lt;div class=&quot;content_navigation&quot;&gt;&lt;!-- Content Navigation --&gt;
		 &lt;div class=&quot;previous&quot;&gt;&lt;a href=&quot;#&quot;&gt;Previous Photos&lt;/a&gt;&lt;/div&gt;
		 &lt;div class=&quot;next&quot;&gt;&lt;a href=&quot;#&quot;&gt;Next Photos&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;!-- End Content Navigation --&gt;
</pre>
<p>Return to our mockup, hide all layer except for the navigation icon. Select slice tool and create this selection. </p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-navigation-content.jpg" alt="Content Navigation" /></a></p>
<p>You should slice the &#8220;previous&#8221; and the &#8220;next&#8221; icon. After that, add this css code :</p>
<pre>
.content_navigation {
	margin:10px 0 30px;
	clear:both;
	overflow:hidden;
}

.content_navigation a{
	text-decoration:none;
	color:#BAC3C3;
}

.content_navigation .previous a{
    background-image: url(images/previous.png);
    background-repeat: no-repeat;
    float: left;
    height: 21px;
    padding-left: 25px;
}

.content_navigation .next a{
    background-image: url(images/next.png);
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    height: 21px;
    padding-right: 25px;
}

.content_navigation a:hover {
	border:none;
}
</pre>
<p>In your browser, you should have everything placed nicely. </p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-navigation-content-2.jpg" alt="" width="751" height="336" class="aligncenter size-full wp-image-84" /></a></p>
<h3>Step 8 &#8211; Sidebar Area </h3>
<p>Next is creating the sidebar area. In this area, we have 5 element such as &#8220;about me&#8221;, &#8220;connect&#8221;, &#8220;search&#8221;, &#8220;category&#8221; and &#8220;from the blog&#8221;. The HTML code for the sidebar area looks like this.</p>
<pre>
&lt;div id=&quot;sidebar&quot;&gt;&lt;!-- Sidebar --&gt;

				&lt;div class=&quot;widget&quot;&gt;
					&lt;h3&gt;About Me&lt;/h3&gt;
						&lt;img class=&quot;author&quot; src=&quot;images/photo.png&quot; alt=&quot;author&quot; /&gt;
						&lt;p&gt;Mohammad Jeprie is an author and a graphic designer wanna be.
Currently running two design blogs, PSDfreemium.com and DesainDigital.com.&lt;/p&gt;
				&lt;/div&gt;

				&lt;div class=&quot;widget&quot;&gt;
					&lt;h3&gt;Connect&lt;/h3&gt;
					&lt;ul class=&quot;social&quot;&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/globe.jpg&quot; alt=&quot;Globe&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/email.jpg&quot; alt=&quot;Email&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/facebook.jpg&quot; alt=&quot;Facebook&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/flickr.jpg&quot; alt=&quot;Flickr&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/linkedin.jpg&quot; alt=&quot;Linkedin&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;images/twitter.png&quot; alt=&quot;Twitter&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;

				&lt;div class=&quot;widget&quot;&gt;
					&lt;h3&gt;Search&lt;/h3&gt;
				&lt;form id=&quot;searchform&quot; action=&quot;#&quot;&gt;
				&lt;input type=&quot;text&quot; class=&quot;field&quot; name=&quot;s&quot; id=&quot;searchh&quot;  value=&quot;Enter search keyword&quot; onfocus=&quot;if (this.value == &#39;Enter search keyword&#39;) {this.value = &#39;&#39;;}&quot; onblur=&quot;if (this.value == &#39;&#39;) {this.value = &#39;Enter search keyword&#39;;}&quot; /&gt;
				&lt;/form&gt;
				&lt;/div&gt;

				&lt;div class=&quot;widget&quot;&gt;
					&lt;h3&gt;Categories&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Family&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Children&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Vacations&lt;/a&gt;&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;

				&lt;div class=&quot;widget&quot;&gt;
					&lt;h3&gt;From The Blog&lt;/h3&gt;
					&lt;ul&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Post #1&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Post #2&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Post #3&lt;/a&gt;&lt;/li&gt;
						&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Post #4&lt;/a&gt;&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;

			&lt;/div&gt;&lt;!-- End Sidebar --&gt;
</pre>
<p>For the &#8220;about me&#8221; and &#8220;connect&#8221; you should slice the &#8220;about me&#8221; photo and &#8220;connect&#8221; icon. After that, add this css code :</p>
<pre>
#sidebar {
    float: right;
    width: 225px;
	margin-top:20px;
}

.widget {
	width:225px;
	font-size:12px;
	color:#cbcbcb;
	margin-bottom:20px;
	overflow:hidden;
}

.widget h3 {
    border-bottom: 1px solid #C3BFC4;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-align: center;
	text-transform:uppercase
}

.widget ul {
	list-style:disc;
}

.widget ul li{
	margin-left:16px;
}

.widget ul li a{
	color:#CBCBCB;
	text-decoration:none;
}

img.author {
	float:left;
	margin:5px 15px 0 0;
}

ul.social li {
	float:left;
	margin-left:16px;
	list-style:none;
}

ul.social li:first-child {
	margin-left:0;
}

ul.social li a{
	border:none;
}

#searchform  input {
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    border: medium none;
    color: #BEBEBE;
    font-size: 12px;
    font-style: italic;
    padding: 7px 0;
    text-align: center;
    width: 220px;
}
</pre>
<p>Here&#8217;s our layout with the sidebar:<br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-with-sidebar.jpg" alt="Layout with Slider" /></a></p>
<h3>Step 9 &#8211; Footer Area</h3>
<p>This is our last step, add our footer styles.</p>
<pre>
#footer {
	clear:both;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	height:15px;
}

.footer_inside {
	width:950px;
	margin:0 auto;
}

.footer_inside p {
    font-size: 11px;
    line-height: 1em;
    padding: 2px 0 0;
    text-align: center;
}

.footer_inside a{
	color:#BAC3C3;
	text-decoration:none;
        font-weight:normal;
}
</pre>
<p>The footer background image will refer to the footer slice. All you need to do is creating a selection about 4 pixels wide. The image will then be repeated in CSS. Then add the code below between Div ID footer and Closing Div ID footer</p>
<pre>
&lt;div class=&quot;footer_inside&quot;&gt;

		&lt;p&gt;&amp;copy; 2010 &lt;a href=&quot;http://desaindigital.com&quot;&gt;Muhammad Jeprie&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;
</pre>
<p>Below is our current layout.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-final-layout.jpg" alt="" width="656" height="600" class="aligncenter size-full wp-image-89" /></a></p>
<h3>Step 10 &#8211; Fixing Bugs on IE6</h3>
<p>There are two bugs in IE6. There is border in the header and the social network icons is misplaced.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-bug-ie6.jpg" alt="Bug in IE6" /></a></p>
<p>To fix them, after this line</p>
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;DD_belatedPNG_0.0.8a.js&quot;&gt;&lt;/script&gt;</code></p>
<p>add the code below</p>
<pre>
&lt;link href=&quot;ie.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
</pre>
<p>Finally, create a blank CSS document in our template directory, save it as ie.css, then add this css </p>
<pre>
#header {
	float:left;
}

ul.social li {
	margin-left:10px;
}
</pre>
<p>Ok, looks great now in IE 6</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-bug-IE6-fixing.jpg" alt="Bug in IE6 Fixed" /></a></p>
<h3>Demo Link</h3>
<p><a href="http://dl.dropbox.com/u/4357218/workspace/html-css/photofocus/index.html">Demo</a></p>
<p>Thank you for reading this tutorial. I hope you learn some new techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/02/creating-a-simple-photo-site-from-psd-to-htmlcss-part-2/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Photo Site in Photoshop (Part 1)</title>
		<link>http://www.pvmgarage.com/2011/01/creating-a-one-page-simple-photo-site-in-photoshop-part-1/</link>
		<comments>http://www.pvmgarage.com/2011/01/creating-a-one-page-simple-photo-site-in-photoshop-part-1/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 14:48:57 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=3185</guid>
		<description><![CDATA[In this tutorial, we are going create a minimalist photo site using Photoshop. We will use subtle effect and texture to give this site a classic style. This is the first of two part tutorial. In the second part, we will code it into functional web page.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we are going create a minimalist photo site using Photoshop. We will use subtle effect and texture to give this site a classic style. This is the first of two part tutorial. In the second part, we will code it into functional web page.<span id="more-3185"></span></p>
<h3>Step 1: Set Up Document</h3>
<p>We will use 960 grid in this design. So, our first step is download the file from <a href="http://960.gs">960.gs</a>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-01.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="557" height="320" /></p>
<h3>Step 2</h3>
<p>Inside the file, you will find an action file, 960_GRIDS.atn. Double click it to load it into Photoshop.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-02.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="447" height="406" /></p>
<h3>Step 3</h3>
<p>In Photoshop, open panel Actions. Inside group 960 GRIDS you will find some actions. Select 12 Column Grid then click Play icon to start creating a new canvas.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-03.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="634" height="762" /></p>
<h3>Step 4: Layer Structure</h3>
<p>Before starting the design process let&#8217;s take a look at the layer structure of the final file. A clean organized layer will help the process of transferring the design. If you are still new with organizing layer, you can learn more about this in <a href="http://photoshopetiquette.com/">Photoshop Etiquette</a>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-04.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="574" /></p>
<h3>Step 5: Background</h3>
<p>Create a new layer and name it <em>Background</em>. Fill layer with white. Let&#8217;s just leave it like this for now. We&#8217;ll work on this again later.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-05.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="685" height="439" /></p>
<h3>Step 6: Change Canvas Size</h3>
<p>We need more room on the canvas. Click Image &gt; Canvas Size. Change the height to 923. Click OK.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-06.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="411" height="360" /></p>
<h3>Step 7: Logo</h3>
<p>Create new group layer and name it <em>Logo</em>. Grab a logo for the site. I&#8217;m using a magnify glass icon from <a href="http://psdfreemium.com/icon-magnify-glass/">PSDfreemium</a> and rotate it 45 degree. Place the logo on top left corner.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-07.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="507" height="385" /></p>
<h3>Step 8</h3>
<p>Next to the logo, add site&#8217;s title. Add following Layer Style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-08.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="389" height="196" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-09.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-10.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="418" height="206" /></p>
<h3>Step 9</h3>
<p>Add tagline under site&#8217;s title and add this Layer Style to give it letterpress effect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-11.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-12.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="408" height="209" /></p>
<h3>Step 10</h3>
<p>Create new layer and draw two 1 px horizontal line.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-13.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="650" height="131" /></p>
<h3>Step 11: Main Menu</h3>
<p>Create some text for the main menu and place it on top left of the site. Set its alignment to align right.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-14.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="426" height="192" /></p>
<h3>Step 12</h3>
<p>We need to diferentiate active menu, in this case <em>HOME</em>. Draw a rounded rectangle, place it under the text. Set its color to #d9d7d7.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-15.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="545" height="264" /></p>
<h3>Step 13</h3>
<p>Change active menu text color to white.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-16.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="475" height="201" /></p>
<h3>Step 14: Site Intro</h3>
<p>Create new layer group and name it <em>Content</em>. Inside it create another layer group for site intro.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-17.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="273" /></p>
<h3>Step 15</h3>
<p>Activate type tool then click and drag to create a text box. Set its alignment to center.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-18.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="780" height="269" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-19.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="706" height="223" /></p>
<h3>Step 16</h3>
<p>Add this layer style on the text to give it letterpress effect.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-20.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<h3>Step 17</h3>
<p>Activate line layer that we have created on Step 10. Activate tool move, Alt-drag to duplicate the lines. Delete right part of the lines. We are going to use it for sidebar.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-21.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="650" height="394" /></p>
<h3>Step 18</h3>
<p>Use eraser tool to delete part of the lines indicated below.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-22.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="772" height="275" /></p>
<h3>Step 19</h3>
<p>Let&#8217;s add a classic ornament onto the design. I&#8217;m using a nice vector <a href="http://wegraphics.net/downloads/brushes/hand-drawn-baroque-ornaments/">barroque ornaments</a> from <a href="http://wegraphics.net/">WeGraphics</a>. Open this shape on Illustrator. Select it and hit Ctrl + C.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-23.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="457" height="386" /></p>
<h3>Step 20</h3>
<p>Return to Photoshop. Hit Ctrl + V, paste it as smart object. By saving it as Smart Object, we can retain its quality.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-24.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="227" height="152" /></p>
<h3>Step 21</h3>
<p>Resize the ornament and place it in the middle of the line.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-25.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="601" height="328" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-26.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="485" height="349" /></p>
<h3>Step 22: Photos</h3>
<p>Create new group layer and name it <em>Photos</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-27.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="306" /></p>
<h3>Step 23</h3>
<p>For the first photo, create new layer group and name it <em>Photo-1</em>. Draw a rectangle shape, color: #f7f7f7.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-28.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="470" height="464" /></p>
<h3>Step 24</h3>
<p>Add subtle stroke and pattern by adding these Layer Style. For the pattern, I&#8217;m using <a href="http://wegraphics.net/downloads/textures/minimal-patterns-for-backgrounds-grunge-version/">minimal pattern</a> from <a href="http://wegraphics.net/">WeGraphics</a>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-29.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-30.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-31.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="390" height="468" /></p>
<h3>Step 25</h3>
<p>Paste photo thumbnail with size 185 x 170 px. Place it on the middle of the rectangle.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-32.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="393" height="443" /></p>
<h3>Step 25</h3>
<p>Add title under the photo and add this layer style.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-33.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="313" height="375" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-34.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<h3>Step 26</h3>
<p>Create a rectangular selection and fill it with black. We are going to use it as a shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-35.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="293" height="409" /></p>
<h3>Step 27</h3>
<p>Remove selection by pressing Ctrl + D. Soften the shadow by adding Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-36.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="621" height="465" /></p>
<h3>Step 28</h3>
<p>Hit Ctrl + T.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-37.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="307" height="426" /></p>
<h3>Step 29</h3>
<p>Right click and choose Warp.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-38.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="450" height="459" /></p>
<h3>Step 30</h3>
<p>Pull bottom center section up. See picture below for reference.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-39.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="287" height="396" /></p>
<h3>Step 31</h3>
<p>Reduce shadow opacity to 10%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-40.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="296" height="350" /></p>
<h3>Step 32</h3>
<p>Make sure tool move is active. Alt-drag to duplicate <em>Photo-1</em> group.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-41.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="655" height="415" /></p>
<h3>Step 33</h3>
<p>Replace the photo and update its title.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-42.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="542" height="464" /></p>
<h3>Step 34</h3>
<p>Keep repeating this process until we have six photos for the site&#8217;s content.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-43.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="771" height="585" /></p>
<h3>Step 35: Navigation Button</h3>
<p>Create another group layer and name it <em>prev-next</em>. We&#8217;ll put buttons for navigation here.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-44.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="349" /></p>
<h3>Step 36</h3>
<p>Create a rounded rectangle and add following Layer Styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-45.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="351" height="416" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-46.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-47.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-48.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-49.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="255" height="336" /></p>
<h3>Step 37</h3>
<p>Activate polygon tool, on the option bar set sides to 3. Click and drag to create a triangle on top of the button.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-50.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="427" height="298" /></p>
<h3>Step 38</h3>
<p>Label it Previous Photos.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-51.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="267" height="183" /></p>
<h3>Step 39</h3>
<p>Repeat the same process to create Next Photos button.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-52.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="286" height="223" /></p>
<h3>Step 40: About Me</h3>
<p>Let&#8217;s start working on the sidebar. Create new layer group and name it <em>Sidebar</em>. Our first component is information about the author. Create another group layer and name it <em>About Me</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-53.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="287" /></p>
<h3>Step 41</h3>
<p>Create a text box and add the title. Make sure the length of the text box is 3 columns and the text is aligned center.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-54.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="301" height="298" /></p>
<h3>Step 42</h3>
<p>Draw a 1 px line under the title.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-55.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="304" height="320" /></p>
<h3>Step 43</h3>
<p>Insert a profile picture with size 80&#215;80 pixel.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-56.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="305" height="347" /></p>
<h3>Step 44</h3>
<p>Next, we will add text warping the picture. We can&#8217;t just add text box because by default text box in Photoshop doesn&#8217;t support warping. First, create a rectangular path. Click with pen tool to add points and modify it until we have the path&#8217;s shape warping the profile picture. See picture below for reference.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-57.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="294" height="1370" /></p>
<h3>Step 45</h3>
<p>Activate type tool and click inside the path. You can see that the cursor is now changing, indicating that the text will be warped inside the path. Write a short description inside the path.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-58.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="397" height="599" /></p>
<h3>Step 46: Social Network Icons</h3>
<p>Create new group layer and name it <em>Connect</em>.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-59.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="335" /></p>
<h3>Step 47</h3>
<p>Create title and a line underneath it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-60.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="289" height="385" /></p>
<h3>Step 48</h3>
<p>Here, I&#8217;m using another <a href="http://wegraphics.net/downloads/icons-downloads/socialiconized-ultimate-social-icons-pack/">icon from WeGraphics</a>. Place icons. No need to worry about its alignment, we&#8217;ll fix it latter. For now, just make sure the first and last icon are snapped onto the grid.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-61.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="289" height="228" /></p>
<h3>Step 49</h3>
<p>Select all layer icons by clicking on the first layer then Shift-click the last layer icon.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-62.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="221" height="322" /></p>
<h3>Step 50</h3>
<p>Activate tool move. Click align vertical centers and distibute horizontal centers icon. These two icons will automatically fix the alignment and distribution of all icons.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-63.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="455" height="245" /></p>
<h3>Step 51: Search</h3>
<p>Create new layer layer group for search box.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-64.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="224" height="382" /></p>
<h3>Step 52</h3>
<p>As usual, add title and a line underneath it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-65.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="295" height="254" /></p>
<h3>Step 53</h3>
<p>Draw a rectangle. Make sure the box&#8217;s width is matched to the column&#8217;s width. Add Layer Style Inner Shadow.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-66.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="305" height="237" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-67.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-68.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="318" height="249" /></p>
<h3>Step 54: Categories</h3>
<p>Create new group layer for categories. Write list of the photo categories.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-69.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="259" height="336" /></p>
<h3>Step 55</h3>
<p>Photoshop does not support bullet list. So, we need to build it manually. Create a circular selection on front of the list and fill it with color #cbcbcb.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-70.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="427" /></p>
<h3>Step 56</h3>
<p>Repeat this for the other items.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-71.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="331" height="255" /></p>
<h3>Step 57: Blog list</h3>
<p>Repeat previous step to create list of blog posts.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-72.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="310" height="371" /></p>
<h3>Step 58: Footer</h3>
<p>Draw a rectangle on bottom of the site. Make sure that left, right, and lower side of the rectangle are outside the canvas. For the color use #f4f4f4. Add a subtle Layer Style Stroke.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-73.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="569" height="520" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-74.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="464" /></p>
<h3>Step 59</h3>
<p>Write copyright info in the middle of the footer.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-75.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="370" height="338" /></p>
<h3>Step 60</h3>
<p>Okay, we are almost done with the design. Let&#8217;s step back and see the result so far.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-76.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="510" height="462" /></p>
<h3>Step 61</h3>
<p>Below is the top left section in 100% view.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-77.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="513" height="514" /></p>
<h3>Step 62: Background Texture</h3>
<p>Currently the background is plain white. So, let&#8217;s working on the background&#8217;s texture. Again, grab a nice <a href="http://wegraphics.net/downloads/textures/minimal-patterns-for-site-backgrounds/">minimalist pattern from WeGraphics</a>. We&#8217;ll add a subtle red color onto the texture by adding adjustment layer Hue/Saturation. Click Add Adjustment Layer icon and select Hue/Saturation.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-78.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="553" height="456" /></p>
<h3>Step 63</h3>
<p>Use following settings.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-79.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="508" height="357" /></p>
<h3>Step 64</h3>
<p>Hit Ctrl + E to merge adjustment layer and the pattern. Hit Ctrl + A to select all pixels, click Edit &gt; Define Pattern to save selection as a pattern.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-80.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="600" height="463" /></p>
<h3>Step 65</h3>
<p>In the next dialog box, you can name the pattern. Make sure to save this bacground, we&#8217;re going to use it in the next tutorial.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-81.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="500" height="114" /></p>
<h3>Step 66</h3>
<p>Let&#8217;s return to our design. Make sure layer background which we created earlier in Step 5 is selected.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-82.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="223" height="285" /></p>
<h3>Step 67</h3>
<p>Click Edit &gt; Fill. Select Use: Pattern and pick pattern we have just created earlier.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-83.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="464" height="330" /></p>
<h3>Final Result</h3>
<p>Okay, it&#8217;s a wrap! We&#8217;re done with the design. Hit Ctrl + H to hide all the guides then hit F twice to see the result in full screen.</p>
<p>Below you can see the final result. Click on the image to see it in full screen. Stay tuned for part two of this tutorial, we will code this design into HTML/CSS.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-86.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-84.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="510" height="462" /></a></p>
<p>This is 100% view of the top left section.</p>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-86.jpg"><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/tutorial-photoshop-one-page-photo-site-85.jpg" alt="Creating One Page Simple Photo Site in Photoshop" width="516" height="520" /></a></p>
<h3>Download File Source</h3>
<p><a href="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2011/01/photofocus-tutorial.zip">Download PSD File</a> (2,86 MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2011/01/creating-a-one-page-simple-photo-site-in-photoshop-part-1/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to Draw Globe Icon Using Photoshop</title>
		<link>http://www.pvmgarage.com/2010/12/how-to-draw-globe-icon-using-photoshop/</link>
		<comments>http://www.pvmgarage.com/2010/12/how-to-draw-globe-icon-using-photoshop/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 13:37:57 +0000</pubDate>
		<dc:creator>Mohammad Jeprie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.pvmgarage.com/?p=2905</guid>
		<description><![CDATA[In this tutorial, we will draw a nice globe icon using Photoshop. The globe is made from a simple glossy 3D ball with a modified continent map on in.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, we will draw a nice globe icon using Photoshop. The globe is made from a simple glossy 3D ball with a modified continent map on in.</p>
<h3>Step 1: Create a 3D Ball</h3>
<p>Our first step is creating a 3D ball. Let&#8217;s start by creating a new file with size 512&#215;512 px. Draw a circle on its center. You can see any color you want, it doesn&#8217;t matter. We will change it using layer styles.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_01.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 2</h3>
<p>Double click layer shape to open Layer Style dialog box. Add Inner Shadow, Outer Glow, Inner Glow, and Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_02.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_03.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_04.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_05.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<h3>Step 3</h3>
<p>I believe we will have this result.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_06.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 4</h3>
<p>Ctrl-click circle shape to create selection based on its shape. Create new layer and paint lower part of the ball with black. Use a very big and soft brush, hardness: 0%.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_07.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 5</h3>
<p>Create new layer and draw a radial gradient from white to transparent.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_08.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 6</h3>
<p>Create an elliptical shape, reduce its Fill to 0%. Add layer style Gradient Overlay from white to transparent and set its blend mode to Screen. This will add a highlight to the ball.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_09.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_10.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_11.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_12.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 7: Adding World Map</h3>
<p>We&#8217;re done with the 3D ball. Now, we need to add the continent map. Drawing this manually takes more time and skill. So, we&#8217;ll use a nice free vector stock from   <a href="www.vectoropenstock.com">Vector Open Stock</a>. You can download the stock <a href="http://www.vecteezy.com/Map-Vector/8628-World-Map">from Vecteezy</a>. Open the file in Illustrator. We will use vector map from bottom right artwork.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_13.jpg" alt="Drawing World Icon in Photoshop" width="650" height="364" /></p>
<h3>Step 8</h3>
<p>Double click shape. Select the dots shape and delete it. This will left us with the map only.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_14.jpg" alt="Drawing World Icon in Photoshop" width="650" height="381" /></p>
<h3>Step 9</h3>
<p>Select the continent maps and hit Ctrl + C to copy it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_15.jpg" alt="Drawing World Icon in Photoshop" width="650" height="371" /></p>
<h3>Step 10</h3>
<p>Paste the vector map to Photoshop (Ctrl + V). Click Add Adjustment Layer icon and select Solid Color. Use #005d2c for its color. Copy path from our first circle and paste it onto the map. Select Intersect from option bar.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_16.jpg" alt="Drawing World Icon in Photoshop" width="650" height="810" /></p>
<h3>Step 11</h3>
<p>Add Gradient Overlay with this settings.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_17.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /></p>
<h3>Step 12</h3>
<p>Let&#8217;s duplicate continent map layer shape. Change its color to lighter green. Select all continents path, without selecting the circle path, and move it 5 pixel up and 5 pixels left. Next, select circle path only and resize it to 101%. This will add extra tickness to the continent and make it not so flat.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_18.jpg" alt="Drawing World Icon in Photoshop" width="650" height="493" /></p>
<h3>Step 13</h3>
<p>This is our globe so far. There&#8217;s something wrong with its perspective. If you notice the emboss effect on the continents, it seems flat.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_19.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 14</h3>
<p>Activate lower continent map. Select some of the points using Direct Selection Tool and move them until we have correct perspective. You can see the difference before and after moving some of the points.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_20.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_21.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 15</h3>
<p>Activate topmost continent map and add layer style Gradient Overlay.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_22.jpg" alt="Drawing World Icon in Photoshop" width="600" height="444" /><br />
<img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_30.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 16</h3>
<p>Ctrl-click its thumbnail layer and create new layer.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_23.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 17</h3>
<p>Paint outer part of the selection with black. Use big and soft brush (Hardness: 0%)with low opacity (20%).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_24.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 18</h3>
<p>Let&#8217;s add more highlight onto the map. Create an elliptical selection. Add new layer. Fill selection with white to transparent gradient. Deselect and give it a Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur) with big radius.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_25.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_31.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 19: Draw Shadow</h3>
<p>Create new layer and place underneath all layers. Draw an elliptical selection. Create new layer, fill selection with black. Deselect. Soften it by adding Gaussian Blur (Filter &gt; Blur &gt; Gaussian Blur).</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_26.jpg" alt="Drawing World Icon in Photoshop" width="512" height="498" /></p>
<h3>Step 20: Draw Background</h3>
<p>Activate <em>Background</em> layer. Draw a radial gradient from white to #c7c7c7.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_27.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
<h3>Step 21</h3>
<p>Duplicate layer by pressing Ctrl + J. hit Ctrl + T and transform layer. See picture below for reference.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_28.jpg" alt="Drawing World Icon in Photoshop" width="518" height="515" /></p>
<h3>Final Result</h3>
<p>Here&#8217;s our final result. I hope you like it.</p>
<p><img src="http://www.pvmgarage.com/pvmenglishcontent4984/uploads/2010/10/world-icon_29.jpg" alt="Drawing World Icon in Photoshop" width="512" height="512" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pvmgarage.com/2010/12/how-to-draw-globe-icon-using-photoshop/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

