<?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>MyGeekPal &#187; Photoshop</title>
	<atom:link href="http://www.mygeekpal.com/category/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekpal.com</link>
	<description>Techy tips and recipes  from your geek pal</description>
	<lastBuildDate>Tue, 06 Jul 2010 12:09:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Slice a PSD File</title>
		<link>http://www.mygeekpal.com/89/how-to-slice-a-psd-file/</link>
		<comments>http://www.mygeekpal.com/89/how-to-slice-a-psd-file/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 12:44:35 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=89</guid>
		<description><![CDATA[This tutorial can teach you how to properly slice a PSD file for coding a layout. If you already know this part you can skip this book and move to How to Code a WordPress Theme. This is a large posts with lots of images. It may take some time to load. You can download [...]]]></description>
			<content:encoded><![CDATA[<p><br class="clear" /><br />
This tutorial can teach you how to properly slice a PSD file for coding a layout. If you already know this part you can skip this book and move to How to Code a WordPress Theme.</p>
<p><code>This is a large posts with lots of images. It may take some time to load. You can download the same ebook at the bottom of this post<br />
</code></p>
<p><strong></strong><span style="font-size: medium;"><strong>Step 1:</strong></span></p>
<p>Duplicate the original PSD file and keep it as a back up. You donâ€™t want to mess up with the file original file right? Now open the file.</p>
<p><span style="font-size: medium;"><strong>Step 2:</strong></span></p>
<p>Merge all the layers by pressing <strong>Ctrl+Shift+E</strong></p>
<p><span style="font-size: medium;"><strong>Step 3:</strong></span></p>
<p>Now we have a one single image, make selections and save them based on the layout. This is because in some layout we can get all the images in slices because the slices may overlap.</p>
<p><span style="font-size: medium;"><strong>Step 4:</strong></span></p>
<p>In this theme we are selecting out logo and saving it separately before we start up slicing the layout.</p>
<p>Using the Rectangular Marquee select the logo area. After the selection is loaded copy the merged area.</p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-1.jpg"><img class="aligncenter size-medium wp-image-98" title="logo-1" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-1-300x144.jpg" alt="logo-1" width="300" height="144" /></a></p>
<p><span style="font-size: medium;"><strong>Step 5:</strong></span></p>
<p>Create a new file by pressing Ctrl+N. The dimensions of this file are already entered as per our copied area.</p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-2.jpg"><img class="aligncenter size-medium wp-image-99" title="logo-2" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-2-300x206.jpg" alt="logo-2" width="300" height="206" /></a></p>
<p><span style="font-size: medium;"><strong>Step 6:</strong></span></p>
<p>Once the new file is created, in the new file go to <strong>Edit&gt;Paste </strong>or press <strong>Ctrl+V</strong></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-3.jpg"><img class="aligncenter size-medium wp-image-100" title="logo-3" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-3-300x178.jpg" alt="logo-3" width="300" height="178" /></a></p>
<p><span style="font-size: medium;"><strong>Step 7:</strong></span></p>
<p>Press <strong>Ctrl+Shift+S </strong>to pop up Save As menu to save the logo. I saved it in a .jpg format.</p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-4.jpg"><img class="aligncenter size-medium wp-image-101" title="logo-4" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/logo-4-278x300.jpg" alt="logo-4" width="278" height="300" /></a></p>
<p><span style="font-size: medium;"><strong>Step 8:</strong></span></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/slice-tool.jpg"><img class="size-full wp-image-96 alignleft" title="slice-tool" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/slice-tool.jpg" alt="slice-tool" width="40" height="70" /></a>In this step we need to slice the image as per our requirements, like I have done below. Slicing is done using the <strong>slice tool </strong>found on the left side tool bar. All we need to do is create boxes around the things that we need. Before slicing make sure you the all those text layers that we donâ€™t need.</p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/sliced-psd.jpg"><img class="aligncenter size-full wp-image-94" title="sliced-psd" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/sliced-psd.jpg" alt="sliced-psd" width="450" height="402" /></a></p>
<p>The above image represents the slices I have made on my layout. Let me explain you what I did here</p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/sliced-psd-demo.jpg"><img class="size-full wp-image-95 aligncenter" title="sliced-psd-demo" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/sliced-psd-demo.jpg" alt="sliced-psd-demo" width="450" height="401" /></a></p>
<p>In the above image only the parts which have a red border are needed. The rest are not required. Each box is marked with an alphabet.</p>
<p>a. The top rounded corners of the wrapper box. We need this for the rounded corners on top</p>
<p>b. This is the website header with the green background and the burger picture.</p>
<p>c. This would be the background image of each post title</p>
<p>d. It might be harder to see this one as this is not marked with red border. This is actually the white part which when repeated on y-axis will create the white box for us.</p>
<p>e. This is the background image for the sidebar header.</p>
<p>f. Background image for comments.</p>
<p>g. Background image for subscription/RSS.</p>
<p>h. The bottom rounded corners of the wrapper box.</p>
<p>i. And on the extreme left we will take a piece of image for our blue background.</p>
<p><span style="font-size: medium;"><strong>Step 9:</strong></span></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/jump-imageready.jpg"><img class="alignright size-full wp-image-97" title="jump-imageready" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/jump-imageready.jpg" alt="jump-imageready" width="69" height="32" /></a>Once we are done with the slicing, its time now to create a mockup HTML file with sliced images. To do this click on â€œJump to Imagereadyâ€ button on the toolbar.</p>
<p>You will see Adobe ImageReady application open up with our document.</p>
<p><img class="size-full wp-image-92 alignleft" title="save-optimized-1" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/save-optimized-1.jpg" alt="save-optimized-1" width="157" height="165" /></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/save-optimized-2.jpg"><img class="aligncenter size-full wp-image-93" title="save-optimized-2" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/save-optimized-2.jpg" alt="save-optimized-2" width="298" height="252" /></a></p>
<p><span style="font-size: medium;"><strong>Step 10:</strong></span></p>
<p>Now we need to save the file in HTML format along with our images. Click on <strong>File &gt; Save Optimized</strong> As</p>
<p>Choose the folder that you may want to save you files in. Then type the filename in the field.</p>
<p>Now this is what you get in the output folder where you have saved all your files in.</p>
<p><span style="font-size: medium;"><strong>Step 9: (Alternative way)<br />
</strong></span></p>
<p>Using the rectangular marquee tool, select each of the slice that we need (i.e. a, b, c, d, e, f, g, h and i) and copy it merged like we did for the logo and create a new file.</p>
<p>Then save the file using <strong>File&gt;Save or Web</strong> or pressing <strong>Ctrl+Alt+Shift+S</strong>, one after another. Save each image as gif format as this is the most common image format for web layouts. Repeat it for all the images.</p>
<p><img class="aligncenter size-full wp-image-91" title="save-for-web" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/save-for-web.jpg" alt="save-for-web" width="228" height="270" /></p>
<p>In this layout we required 9 images + 1 logo that we saved separately. This is just to give you a basic idea. Based on the complexity, the design may require any number of sliced images like 5 or 10 or 15, 20, 30 etc.</p>
<p>Donâ€™t save the PSD as we donâ€™t require it to be saved.</p>
<p><code><a href="http://www.mygeekpal.com/wp-content/uploads/2009/03/how-to-slice-a-psd.pdf">You can download the same tutorial in an ebook here</a></code></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.mygeekpal.com/89/how-to-slice-a-psd-file/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;title=How+to+Slice+a+PSD+File" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;title=How+to+Slice+a+PSD+File" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;t=How+to+Slice+a+PSD+File" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+Slice+a+PSD+File&amp;link=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;title=How+to+Slice+a+PSD+File&amp;summary=%0D%0AThis%20tutorial%20can%20teach%20you%20how%20to%20properly%20slice%20a%20PSD%20file%20for%20coding%20a%20layout.%20If%20you%20already%20know%20this%20part%20you%20can%20skip%20this%20book%20and%20move%20to%20How%20to%20Code%20a%20Wordpress%20Theme.%0D%0A%0D%0AThis%20is%20a%20large%20posts%20with%20lots%20of%20images.%20It%20may%20take%20some%20time%20to%20load.%20You%20can%20download%20the%20same%20ebook%20at%20the%20bott&amp;source=MyGeekPal" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;title=How+to+Slice+a+PSD+File" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;h=How+to+Slice+a+PSD+File" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Slice+a+PSD+File&amp;du=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;cn=%0D%0AThis%20tutorial%20can%20teach%20you%20how%20to%20properly%20slice%20a%20PSD%20file%20for%20coding%20a%20layout.%20If%20you%20already%20know%20this%20part%20you%20can%20skip%20this%20book%20and%20move%20to%20How%20to%20Code%20a%20Wordpress%20Theme.%0D%0A%0D%0AThis%20is%20a%20large%20posts%20with%20lots%20of%20images.%20It%20may%20take%20some%20time%20to%20load.%20You%20can%20download%20the%20same%20ebook%20at%20the%20bott" rel="nofollow" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;title=How+to+Slice+a+PSD+File" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+Slice+a+PSD+File+-+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.mygeekpal.com/89/how-to-slice-a-psd-file/&amp;submitHeadline=How+to+Slice+a+PSD+File&amp;submitSummary=%0D%0AThis%20tutorial%20can%20teach%20you%20how%20to%20properly%20slice%20a%20PSD%20file%20for%20coding%20a%20layout.%20If%20you%20already%20know%20this%20part%20you%20can%20skip%20this%20book%20and%20move%20to%20How%20to%20Code%20a%20Wordpress%20Theme.%0D%0A%0D%0AThis%20is%20a%20large%20posts%20with%20lots%20of%20images.%20It%20may%20take%20some%20time%20to%20load.%20You%20can%20download%20the%20same%20ebook%20at%20the%20bott&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=89&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/89/how-to-slice-a-psd-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make complexion fair in Adobe Photoshop &#8211; Tutorial</title>
		<link>http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/</link>
		<comments>http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 10:44:40 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=5</guid>
		<description><![CDATA[This is my first tutorial here. I am using Adobe Photoshop CS2 here. I feel this is the simple yet effective trick to make one&#8217;s complexion fair in photoshop. Basically this trick works up on wheatish type complexions to make them fair. So lets start our tutorial and see How to create fair complexion in [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first tutorial here. I am using Adobe Photoshop CS2 here. I feel this is the simple yet effective trick to make one&#8217;s complexion fair in photoshop. Basically this trick works up on wheatish type complexions to make them fair.<br />
So lets start our tutorial and see How to create fair complexion in adobe photoshop</p>
<p>Here first have a look at the final preview..</p>
<p><img class="aligncenter size-full wp-image-402" title="photoshop_complexion_1" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_1.jpg" alt="" width="439" height="182" /></p>
<p>Open up your document file..<span id="more-5"></span></p>
<blockquote><p>Press &#8220;Q&#8221; to enter quick mask mode. Then Press &#8220;B&#8221; to select a round brush.</p></blockquote>
<blockquote><p>Now start coloring the skin like I did here.</p></blockquote>
<p><img class="aligncenter size-medium wp-image-403" title="photoshop_complexion_2" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_2.jpg" alt="" width="250" height="205" /></p>
<blockquote><p>After you are done press &#8220;Q&#8221; again to exit quick mask mode</p></blockquote>
<blockquote><p>Now hold &#8220;Ctrl&#8221; and press &#8220;I&#8221; to invert selection.</p></blockquote>
<p><img class="aligncenter size-medium wp-image-404" title="photoshop_complexion_3" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_3.jpg" alt="" width="250" height="203" /></p>
<p><strong>Newbie Hint</strong> : This is necessary because when you exit back from quick mask mode the part which is not in red color gets selected. Inverting the selection will select the red part</p>
<blockquote><p>Now follow these menu Layer &gt; New Adjustment Layer &gt; and click &#8220;Color Balance&#8221;</p></blockquote>
<p><img class="aligncenter size-medium wp-image-405" title="photoshop_complexion_4" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_4.jpg" alt="" width="377" height="256" /></p>
<blockquote><p>Name the layer as &#8220;Complexion&#8221; or what ever you want</p></blockquote>
<p><img class="size-full wp-image-406 aligncenter" title="photoshop_complexion_5" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_5.jpg" alt="" width="404" height="154" /></p>
<blockquote><p>Now move the three Red Green Blue sliders to +25.</p></blockquote>
<p>Follow the above step to shadows and highlights too and uncheck the &#8220;Preserve Luminosity&#8221; checkbox.</p>
<blockquote><p>Now click OK</p></blockquote>
<p><img class="size-full wp-image-407 aligncenter" title="photoshop_complexion_6" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_6.jpg" alt="" width="283" height="537" /></p>
<p>Adjust the layer opacity settings for the layer &#8220;Complexion&#8221; as per the image background to make it look natural.</p>
<p><img class="size-medium wp-image-408 aligncenter" title="photoshop_complexion_7" src="http://www.mygeekpal.com/wp-content/uploads/2009/03/photoshop_complexion_7.jpg" alt="" width="250" height="202" /></p>
<p>Thats it you got your fair complexion.</p>
<p>How was the tutorial ? Newbies can ask you questions in the comments section. But please know that im not a pro in photoshop. Just sharing my tricks with my reads. Thanks for reading</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;t=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial&amp;link=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial&amp;summary=This%20is%20my%20first%20tutorial%20here.%20I%20am%20using%20Adobe%20Photoshop%20CS2%20here.%20I%20feel%20this%20is%20the%20simple%20yet%20effective%20trick%20to%20make%20one%27s%20complexion%20fair%20in%20photoshop.%20Basically%20this%20trick%20works%20up%20on%20wheatish%20type%20complexions%20to%20make%20them%20fair.%0D%0ASo%20lets%20start%20our%20tutorial%20and%20see%20How%20to%20create%20fair%20complexi&amp;source=MyGeekPal" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;h=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial&amp;du=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;cn=This%20is%20my%20first%20tutorial%20here.%20I%20am%20using%20Adobe%20Photoshop%20CS2%20here.%20I%20feel%20this%20is%20the%20simple%20yet%20effective%20trick%20to%20make%20one%27s%20complexion%20fair%20in%20photoshop.%20Basically%20this%20trick%20works%20up%20on%20wheatish%20type%20complexions%20to%20make%20them%20fair.%0D%0ASo%20lets%20start%20our%20tutorial%20and%20see%20How%20to%20create%20fair%20complexi" rel="nofollow" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;title=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial+-+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/&amp;submitHeadline=How+to+make+complexion+fair+in+Adobe+Photoshop+-+Tutorial&amp;submitSummary=This%20is%20my%20first%20tutorial%20here.%20I%20am%20using%20Adobe%20Photoshop%20CS2%20here.%20I%20feel%20this%20is%20the%20simple%20yet%20effective%20trick%20to%20make%20one%27s%20complexion%20fair%20in%20photoshop.%20Basically%20this%20trick%20works%20up%20on%20wheatish%20type%20complexions%20to%20make%20them%20fair.%0D%0ASo%20lets%20start%20our%20tutorial%20and%20see%20How%20to%20create%20fair%20complexi&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=5&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/5/how-to-make-complexion-fair-in-adobe-photoshop-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
