<?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>Outlaw Design Blog &#187; Tutorials</title>
	<atom:link href="http://www.outlawdesignblog.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outlawdesignblog.com</link>
	<description>A Graphic Design Blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:18:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How do I get WP Featured images to show up in my RSS feed?</title>
		<link>http://www.outlawdesignblog.com/2012/01/q-how-do-i-get-wp-featured-images-to-show-up-in-my-rss-feed/</link>
		<comments>http://www.outlawdesignblog.com/2012/01/q-how-do-i-get-wp-featured-images-to-show-up-in-my-rss-feed/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 19:10:45 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=12974</guid>
		<description><![CDATA[Its kind of silly that RSS feed readers can&#8217;t figure this out for themselves. This is especially true if you run an image heavy blog that uses feature images rather than inserting the image directly into the post. To fix the problem, in Feedburner at least, simply add the following code to your functions.php file: [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">A.</span>Its kind of silly that RSS feed readers can&#8217;t figure this out for themselves.  This is especially true if you run an image heavy blog that uses feature images rather than inserting the image directly into the post.<br />
<span id="more-12974"></span><br />
To fix the problem, in Feedburner at least, simply add the following code to your functions.php file:</p>
<p><code>function featuredtoRSS($content) {<br />
global $post;<br />
if ( has_post_thumbnail( $post->ID ) ){<br />
$content = '' . get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'style' => 'float:left; margin:0 15px 15px 0;' ) ) . '' . $content;<br />
}<br />
return $content;<br />
}</p>
<p>add_filter('the_excerpt_rss', 'featuredtoRSS');<br />
add_filter('the_content_feed', 'featuredtoRSS');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2012/01/q-how-do-i-get-wp-featured-images-to-show-up-in-my-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are there pink boxes around my type in Indesign?</title>
		<link>http://www.outlawdesignblog.com/2012/01/why-is-there-pink-boxes-around-my-type-in-indesign/</link>
		<comments>http://www.outlawdesignblog.com/2012/01/why-is-there-pink-boxes-around-my-type-in-indesign/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 19:08:29 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=12933</guid>
		<description><![CDATA[If you are new to Indesign, the pink boxes can be a bit of a mystery. The pink boxes indicate errors in your document. Most often errors with fonts in the document that are not installed on your computer. While you can work with the pink boxes on in Indesign, they can be annoying. If [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">
A.
 </span>If you are new to Indesign, the pink boxes can be a bit of a mystery.  The pink boxes indicate errors in your document.  Most often errors with fonts in the document that are not installed on your computer.</p>
<p>While you can work with the pink boxes on in Indesign, they can be annoying.  If you want to turn them off, simply hit the W key to change the view of your workspace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2012/01/why-is-there-pink-boxes-around-my-type-in-indesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Ways Creatives Can Use Digital Cameras</title>
		<link>http://www.outlawdesignblog.com/2009/11/useful-ways-creatives-can-use-digital-cameras/</link>
		<comments>http://www.outlawdesignblog.com/2009/11/useful-ways-creatives-can-use-digital-cameras/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:45:55 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=3243</guid>
		<description><![CDATA[I think many of us, myself included, rely on free and premium resources too much. Why not take a step back and become more involved in our designs? Some DIY style if you will. This post is a collection of ideas on how creatives can use digital cameras to do just that. There are also [...]]]></description>
			<content:encoded><![CDATA[<p>I think many of us, myself included, rely on free and premium resources too much.  Why not take a step back and become more involved in our designs?  Some DIY style if you will.  This post is a collection of ideas on how creatives can use digital cameras to do just that.  There are also a few unique ideas for using your digital camera to help you run your business.  I hope you find them useful and would love to hear any ideas you might have!</p>
<h3>1.  Building a Resource Library</h3>
<p>You know all those amazing <a href="http://www.outlawdesignblog.com/resources/photoshop-brushes" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/photoshop-brushes';return true;" onmouseout="self.status=''">Photoshop</a> textures, brushes, patterns, and backgrounds you see floating around the web?  Many of then are made with nothing more than a digital camera and a eye for design.  If you are reading this post,  I assume you have both.  Take your digital camera with you on any outing you go.  You never know when you might find a cool texture or something that could make for a useful Photoshop brush.  Need a specific hand drawn doodle for your design?  Do it DIY style with a pencil, paper, and your camera!</p>
<h3>2.  Cataloging Colors and Pallets </h3>
<p>It seems to me that there are few places to find better color combination than in nature.  Of course, if you are trying to build a website full of hot pinks  and electric limes, you may need to look elsewhere.  That said,  I constantly stumble across colors in nature that I think are amazing.  Have you ever seen a birch forest?  It is an amazing combination of colors.  Fall is an especially great time to take your camera out doors to find great colors.  Save these photos for reference later or build and save color pallets in <a href="http://www.outlawdesignblog.com/resources/photoshop-brushes" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/photoshop-brushes';return true;" onmouseout="self.status=''">Photoshop</a> right away.</p>
<h3>3.  Ghetto Screenshots</h3>
<p>If for whatever reason you can&#8217;t get a screen shot of your site in a certain browser or on a computer, use your digital camera to snap a picture.  Obviously this won&#8217;t be accurate interpretation of the website, but it should convey any major visible problems.  This is especially handy when your clients are just to computer illiterate to figure out how to take screen shots.  Most people these days at least know how to take a digital picture and upload it.</p>
<h3>4.  Creating Your Own Stock Photography</h3>
<p>Not that good stock photography is really expensive these days, but why pay for something you could create yourself?  Obviously you can&#8217;t recreate every image on a stock site, otherwise you would probably be a photographer.  But even a amateur with a point and shoot digital camera can create some of the pictures I see on stock sites.  Being able to say you not only designed a site, but also did the photography for it isn&#8217;t something a lot of designers can say.</p>
<h3>5.  Backup Printed Documents</h3>
<p>While many printers these days come with scanners, not everyone has one.  If you are one such person, try using your digital camera as an alternative to a scanner.  Before I had a scanner,  I used my digital camera to photograph contracts, <a href="http://www.outlawdesignblog.com/resources/moocards" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/moocards';return true;" onmouseout="self.status=''">business cards</a>, and other important documents.  I would save them on a separate hard drive from the originals as a form of backup.  This method also means you can setup an online fax account and move your business into the 1980&#8242;s.  This is also another great method for getting signed versions of your contract back from clients without a scanner/fax.</p>
<h3>My 5 Favorite Digital Cameras</h3>
<p>I used to work as a travel writer who reviewed travel gear.  As a result,  I have seen and tested my fair share of digital cameras.  Not to mention that I used to be a professional photographer before I got into design.  I have done everything from high volume photography to print magazine work.  I bring this up simply because I don&#8217;t want you to think I am shamelessly adding some affiliate links for the hell of it.  These cameras are really ones that I think are great for designers and creatives.</p>
<p><a href="http://www.amazon.com/gp/product/B001P06Q20?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001P06Q20"><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/11/41a4mip9v3l_sl500_aa280_.jpg" alt="Waterproof Digtal Camera" title="Waterproof Digtal Camera" width="280" height="280" class="alignright size-full wp-image-3250" /></a><strong><a href="http://www.amazon.com/gp/product/B001P06Q20?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001P06Q20">1.  Olympus Stylus Tough-6000 10 MP Waterproof Digital Camera</a></strong><br />
This is my favorite one for the simple fact that it is waterproof.  I do a lot of watersports and outdoor activities, so this is super useful to me.  But, even if you aren&#8217;t really into outdoor stuff, this is still a great camera.  It offers WAY more protection than your basic digital camera. It is shockproof, crushproof, freezeproof, and waterproof.  What does that mean?  Basically, it means short of dropping it from and extreme height or driving over it, there isn&#8217;t much you can do to make it stop working.</p>
<h4>Other digital cameras I recommend include:</h4>
<p><strong><a href="http://www.amazon.com/gp/product/B002KANXFC?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002KANXFC">2.  Nikon Coolpix S70 12.1MP Digital Camera</a></strong><br />
&#8220;The Coolpix S70 introduces Nikonâ€™s newly developed 3.5-incg Clear Color OLED Display with refined touch control that offers a new level of intuitive fingertip shooting control and a variety of exciting playback options.&#8221;</p>
<p><strong><a href="http://www.amazon.com/gp/product/B002IPHIDW?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002IPHIDW">3.  Sony Cyber-shot DSC-TX1/H 10MP</a></strong><br />
&#8220;The sleek DSC-TX1 incorporates the &#8220;Exmor R&#8221; CMOS sensor and boasts stunning low-light performance, reducing grain by more than 50%, even without a flash. High speed burst captures 10fps without distortion and expansive Sweep Panorama shots are easy to achieve with press and sweep motion. Control it all with its 3-inch touch screen LCD.&#8221;</p>
<p><strong><a href="http://www.amazon.com/gp/product/B001SEQPGK?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001SEQPGK">4.  Sony Cyber-shot DSC-W290 12.1 MP</a></strong><br />
&#8220;The Sony Cyber-shot DSC-W290 digital camera features Intelligent Auto mode, a 28mm wide-angle lens, automatically detects 8 scene conditions and selects the appropriate camera settings. Face Detection captures faces more naturally and helps prevent blur. Also, now record high-definition videos in 720p HD and enjoy your memories on your HDTV. &#8221;</p>
<p><strong><a href="http://www.amazon.com/gp/product/B001XURPQI?ie=UTF8&#038;tag=destinabroad-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001XURPQI">5.  Canon EOS Rebel T1i 15.1 MP</a></strong><br />
&#8220;Canonâ€™s new EOS Rebel T1i is packed with features, both refined and new. In addition to its admirable performance with an all-new 15.1 Megapixel Canon CMOS sensor, DIGIC 4 Image Processor, a 3.0-inch Clear View LCD with anti-reflective and scratch resistant coating, and compatibility with the EOS System of lenses and Speedlites, the EOS Rebel T1i adds remarkable Full HD video capture at resolutions up to 1920 x 1080.&#8221;</p>
<h3>Digital Photography Resources</h3>
<p>Want to learn a little more about digital photography before you invest in a new camera or buy a digital SLR?  That is totally understandable.  Lucky for you, there are a number of really great sites that teach even the most novice photographer how t create and capture outstanding images.  Below is a list of a few of my favorite:</p>
<p><a href="http://photo.tutsplus.com/">Photo TUTS+</a> &#8211; Nice site full of all kinds of tutorials and a next to no product reviews, which is nice.</p>
<p><a href="http://digital-photography-school.com/">Digital Photography School</a> &#8211; This website covers every area of digital photography from tutorials, to reviews, to professional advice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/11/useful-ways-creatives-can-use-digital-cameras/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Create a Vintage Horror Movie Poster for Halloween</title>
		<link>http://www.outlawdesignblog.com/2009/10/create-a-vintage-horror-movie-poster-for-halloween/</link>
		<comments>http://www.outlawdesignblog.com/2009/10/create-a-vintage-horror-movie-poster-for-halloween/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 18:18:05 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[horror]]></category>
		<category><![CDATA[photohop. poster]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vintage]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=3090</guid>
		<description><![CDATA[Last week I did a post for GraphicRiver call &#8220;The Scariest Movie Posters of All Time.&#8221; They were really just a showcase of cheesy old horror movie posters. Because I am such a fan of that style, I thought I would show you how to create poster with a similar style. Its really easy to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I did a post for <a href="http://www.outlawdesignblog.com/resource/graphicriver" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resource/graphicriver';return true;" onmouseout="self.status=''">GraphicRiver</a> call &#8220;<a href="http://blog.graphicriver.net/web-roundups/scariest-movie-posters-of-all-time/">The Scariest Movie Posters of All Time</a>.&#8221;  They were really just a showcase of cheesy old horror movie posters.  Because I am such a fan of that style,  I thought I would show you how to create poster with a similar style.  Its really easy to do and produces an awesome finished product.  I was inspired by one of the posters I saw on the list.  Can you guess which one?</p>
<div class="post-img"><a href="http://www.shutterstock.com/?sid=otlwd1001&amp;utm_source=Outlaw%2BDesign%20Blog&amp;utm_medium=banner&amp;utm_content=468x60_outlaw.gif&amp;utm_campaign=Outlaw%2BDesign%20Blog%20Sponsorship%20%231" title="Shutter Stock"><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/09/468x60_outlaw.gif" title="shutterstock" align="center"></a></div>
<h3>Step 1</h3>
<p>Create a new document with the following settings: 8&#215;10 and 72dpi and add your background color to white.</p>
<h3>Step 2</h3>
<p>Create a red box (#d72323) with a yellow stroke that is 7px wide.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/2.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/3.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/4.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 3</h3>
<p>Find  a nice picture with a lot of action to use for your background silhouette.  I used <a href="http://www.shutterstock.com/pic-18350290/stock-photo-young-woman-halloween-witch-with-scary-expression-studio-white-background.html">this picture of a witch</a> from ShutterStock.</p>
<p>Cut out the background as you see fit and add to the inside of your red box.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/5.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 4</h3>
<p>Adjust the brightness and contrast to the witch layer.  Use the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/6.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 5</h3>
<p>Add a black color overlay to the image as well.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/7.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 6</h3>
<p>Use a <strong>Gaussian Blur</strong> and add a slight blur to your image.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/8.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/9.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 7</h3>
<p>Find  a nice picture with a lot of action to use for your background silhouette.  I used <a href="http://www.shutterstock.com/pic-5822590/stock-photo-surprised-bride.html">this picture of a surprised bride</a> from ShutterStock.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/10.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 8</h3>
<p>Resize your image to fit the design.  You will also want to cut out the background as you see fit.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/11.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 9</h3>
<p>Once you have the picture resized, tilt the image just a little bit and get rid of any portion of the image that isn&#8217;t inside the red box.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/12.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 10</h3>
<p>Destaurate the the image so that you have a nice back and white version of the photo.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/13.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 11</h3>
<p>Adjust the <strong>brightness and contrast</strong> to the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/14.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 12</h3>
<p>A a yellow <strong>color overlay</strong> that matches the border color of your red box.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/15.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 13</h3>
<p>Create a black box and rotate it slightly.  This is where our movie title will go.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/16.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 14</h3>
<p>Add your movie title into the black box.  You will need to rotate it slightly to fit the same angle of your box from the previous step.  I used a premium font called Calgary Script.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/17.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<p>You will also wan to create some additional content for your movie poster.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/18.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<h3>Step 15</h3>
<p>To finish of the poster and give it that vintage touch, we are going to add an image of some old, folded paper.  I used <a href="http://www.shutterstock.com/pic.mhtml?id=3000603">this image of folded paper</a> from ShutterStock.</p>
<p>Add the image as your top layer.  Set the layer <strong>blend mode</strong> to <strong>multiply</strong>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/19.jpg" alt="Vintage Horror Poster Tutorial" title="Vintage Horror Poster Tutorial"></div>
<p>The reduce the <strong>fill</strong> of the paper layer to <strong>about 50%</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-vintage-horror-poster/20.jpg" alt="Vintage Horror Poster Tutorial" title="pstut-car-ad"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/10/create-a-vintage-horror-movie-poster-for-halloween/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Make a Sleek Car Ad in 7 Simple Steps</title>
		<link>http://www.outlawdesignblog.com/2009/08/make-a-sleek-car-ad-in-7-simple-steps/</link>
		<comments>http://www.outlawdesignblog.com/2009/08/make-a-sleek-car-ad-in-7-simple-steps/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:17:17 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[posters]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2998</guid>
		<description><![CDATA[Step 1 Create a new document with the following settings: 8&#215;10 and 72dpi and add your background artwork as needed. I decided to use Starry Night. Step 2 Add your car image and remove any background portion of the photo as needed. I used this stock photo from Shutterstock. Step 3 Select your artwork layer [...]]]></description>
			<content:encoded><![CDATA[<h3>Step 1</h3>
<p>Create a new document with the following settings: 8&#215;10 and 72dpi and add your background artwork as needed.  I decided to use <a href="http://images.google.com/images?q=stary+night&#038;oe=utf-8&#038;um=1&#038;ie=UTF-8&#038;ei=AKWBSrTQLdiBtgfr5vzNCg&#038;sa=X&#038;oi=image_result_group&#038;ct=title&#038;resnum=1">Starry Night</a>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/1.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 2</h3>
<p>Add your car image and remove any background portion of the photo as needed.  I used <a href="http://www.shutterstock.com/pic-29278831/stock-photo-orange-exotic-sports-car.html">this stock photo from Shutterstock</a>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/2.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 3</h3>
<p>Select your artwork layer and <strong>copy the layer</strong>.  Then select the ground portion of your car image layer.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/3.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 4</h3>
<p>Go to <strong>Edit> Paste</strong> Into and paste your artwork layer into the ground portion of your car image.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/4.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 5</h3>
<p>You will have to rotate and flip the layer you made in step 4 to create a mirror image of your artwork layer.</p>
<p>Once you have done that, add a <strong>gradient fill to the layer</strong>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/5.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/6.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 6</h3>
<p>Create a simple black box near the bottom of the page.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/7.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Step 7</h3>
<p>Add the finishing touches such as text and car companies logo.  <a href="http://static.desktopnexus.com/wallpapers/7858-bigthumbnail.jpg">I used this logo</a>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/8.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
<h3>Final</h3>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-car-ad/final.jpg" alt="Car Advertisement" title="Car Advertisement"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/08/make-a-sleek-car-ad-in-7-simple-steps/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Create a NFL Style Advertisement in Photoshop</title>
		<link>http://www.outlawdesignblog.com/2009/07/create-a-nfl-style-advertisement-in-photoshop/</link>
		<comments>http://www.outlawdesignblog.com/2009/07/create-a-nfl-style-advertisement-in-photoshop/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 05:10:06 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2876</guid>
		<description><![CDATA[This tutorial shows how you can use extreme shadows and highlights to create a trendy and powerful NFL magazine advertisement. This tutorial is interesting, as it really walks you through the process from start to finish, and the changes that happen along the way. It shows that design aren&#8217;t perfect from conception. Step 1 Find [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how you can use extreme shadows and highlights to create a trendy and powerful NFL magazine advertisement.  This tutorial is interesting, as it really walks you through the process from start to finish, and the changes that happen along the way.  It shows that design aren&#8217;t perfect from conception.</p>
<h3>Step 1</h3>
<p>Find a cool close up picture of a sports player.  I used <a href="http://www.shutterstock.com/pic-28862161-stock-photo-football-player-grips-a-football-with-a-menacing-gaze.html">this stock photo from Shutterstock</a>, but there are plenty of free images just like it elsewhere.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/1.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 2</h3>
<p>On your main image, go to <strong>Layer  > Smart Objects  >  Convert to Smart Object</strong></p>
<p>Next, go to <strong>Image  >  Adjustments  > Shadows and Highlights</strong>. Follow the setting below:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/2.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 3</h3>
<p>Next, create a new Levels Adjustment Layer.  Change the setting to the following:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/3.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 4</h3>
<p>Now we need to stamp a copy of this layer.  <strong>Hold down command, ALT, Shift,  and then press E.</p>
<p>Next, desaturate the layer by going to <strong>Image >  Adjustments  > Desaturate</strong><br />
</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/4.jpg" alt="NFL Ad" title="NFL Ad"></div>
<p>Then invert the image</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/5.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 5</h3>
<p>Set the <strong>blend mode</strong> of that layer to <strong>Overlay</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/6.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 6</h3>
<p>With the inverted layer selected, ad a Gaussian Blur with the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/7.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 7</h3>
<p>Click on the Levels Adjustment panel and change it to the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/8.jpg" alt="NFL Ad" title="NFL Ad"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/9.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 8</h3>
<p>To create a more sharper image, add a <strong>Unsharp Mask filter</strong>.  Use the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/10.jpg" alt="NFL Ad" title="NFL Ad"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/11.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 9</h3>
<p>Create a new layer with the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/12.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 10</h3>
<p>Get a <strong>Brush Tool</strong> with a small size and set the <strong>Opacity</strong> to 10%</p>
<p>Paint over any major creases and facial details to help darken them more.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/13.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 11</h3>
<p>Get a <strong>Brush Tool</strong> with a small size and set the <strong>Opacity</strong> to 10% and set the foreground color to white.</p>
<p>Paint over any bright spots to help them stand out, like the eyes or teeth.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/14.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 12</h3>
<p>Select the background of your image.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/15.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 13</h3>
<p>Delete the background of your image and add some sort of storm cloud image to the background.</p>
<p>Set the layer <strong>Blend Mode to Overlay</strong>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/16.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 14</h3>
<p>Adjust the <strong>Curves</strong> of this layer a little to make them a little more stormy looking.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/17.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 15</h3>
<p>Add some <strong>Noise</strong> using the filter with the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/18.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 16</h3>
<p>Start adding some text to your poster.  I used:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/19.jpg" alt="NFL Ad" title="NFL Ad"></div>
<p>And slight reduced the opacity of the text.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/20.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 17</h3>
<p>Add some finishing touches like the NFL logo and some filler text.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/21.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 18</h3>
<p>I wasn&#8217;t liking how the color of the clouds looked with the rest of the image.  So I adjusted the Hue/Saturation.</p>
<p><strong>Image  >  Adjustments  >  Hue/Saturation</strong> to the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/22.jpg" alt="NFL Ad" title="NFL Ad"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/23.jpg" alt="NFL Ad" title="NFL Ad"></div>
<h3>Step 18</h3>
<p>Be sure to proof read your designs!  I noticed some typos in my design and changed them.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-nfl-ad/24.jpg" alt="NFL Ad" title="NFL Ad"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/07/create-a-nfl-style-advertisement-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Create a Kill Bill Style Movie Poster in Photoshop</title>
		<link>http://www.outlawdesignblog.com/2009/07/create-a-kill-bill-style-movie-poster-in-photoshop/</link>
		<comments>http://www.outlawdesignblog.com/2009/07/create-a-kill-bill-style-movie-poster-in-photoshop/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:10:13 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[movie poster]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2803</guid>
		<description><![CDATA[As you might have noticed from the other photoshop tutorials on this site, I am a bit of a movie buff and enjoy recreating movie posters. In today&#8217;s tutorial I am going to show you how to make a cool Kill bill style movie poster complete with bloods, swords, and girls. Step 1 Create a [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have noticed from the other <a href="http://www.outlawdesignblog.com/category/tutorials/">photoshop tutorials</a> on this site, I am a bit of a movie buff and enjoy recreating movie posters.  In today&#8217;s tutorial I am going to show you how to make a cool Kill bill style movie poster complete with bloods, swords, and girls.</p>
<h3>Step 1</h3>
<p>Create a new document with the following settings: 10&#215;8 and 72dpi.</p>
<h3>Step 2</h3>
<p>Find a cool close up picture of a female ninja or something of the like.  I used <a href="http://www.shutterstock.com/pic.mhtml?id=18675805">this stock photo from Shutterstock</a>, but there are plenty of free images just like it on Deviant Art.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/1.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 3</h3>
<p>The one color that is associated with Kill Bill posters in yellow.  Create a yellow <strong>Fill Layer</strong> under the image of your main subject.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/2.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 4</h3>
<p>Delete any white space in your image so that the yellow background will show through.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/3.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 5</h3>
<p>Now we want to Desaturate the main image.  This is under <strong>Image > Adjustments > Desaturate</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/4.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 6</h3>
<p>To give the main image a little more punch, we are going adjust the levels to the following settings:</p>
<p><strong>Image > Adjustments > Levels</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/5.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/6.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 7</h3>
<p>Now we are going to prepare the sword for the blood.  Select the blade portion of the sword.  Then create a new layer above your main image.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/7.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 8</h3>
<p>For adding the blood you can easily just use some blood or paint <a href="http://www.outlawdesignblog.com/resources/photoshop" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/photoshop';return true;" onmouseout="self.status=''">Photoshop</a> brushes, but I wanted to use <a href="http://www.shutterstock.com/pic.mhtml?id=25221856">this image from Shutterstock</a>.</p>
<p>If you use a stock image, use the Paste Into Layer function on the layer we created in the last step.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/8.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 9</h3>
<p>To make the blood look more realistic set the layer blending options to <strong>Multiply</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/9.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 10</h3>
<p>I still felt the main image was lacking as far as movie poster style goes.  So I decided to spice it up a bit more by up the contrast:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/10.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<p>And adding some noise with the Noise filter:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/11.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 11</h3>
<p>Now Im going to add the main movie title text.  I used the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/12.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/13.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 12</h3>
<p>I wanted to make the movie release date look as though it was written in the blood on the sword.  So I wrote the date with the following setting and rotated it slightly.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/14.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/15.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 13</h3>
<p>Rasterize the the type on the date layer by Control Click on the layer and selecting Rasterize Layer.  Next you will Command click on the layer to mask it</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/16.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
<h3>Step 14</h3>
<p>Withe the text layer still masked, click on the blood layer we created earlier and then hit delete.  This should cut out the lettering in the blood layer.  You will need to go back and hide/delete the original text layer.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-kill-bill/17.jpg" alt="Kill Bill Poster" title="Kill Bill Poster"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/07/create-a-kill-bill-style-movie-poster-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Make a Russian Propaganda Poster in Photoshop</title>
		<link>http://www.outlawdesignblog.com/2009/07/make-a-russian-propaganda-poster-in-photoshop/</link>
		<comments>http://www.outlawdesignblog.com/2009/07/make-a-russian-propaganda-poster-in-photoshop/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 05:25:39 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2707</guid>
		<description><![CDATA[Last week I did a tutorial on how to create a WWII propaganda poster in Photoshop. This week I thought I would do a similar tutorial, but on the flip side. This weeks tutorial is fairly similar to last weeks, but rather than create a patriotic poster, we are going to create a communist style [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I did a tutorial on how to create a WWII propaganda poster in <a href="http://www.outlawdesignblog.com/resources/photoshop" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/photoshop';return true;" onmouseout="self.status=''">Photoshop</a>.  This week I thought I would do a similar tutorial, but on the flip side.  This weeks tutorial is fairly similar to last weeks, but rather than create a patriotic poster, we are going to create a communist style propaganda poster.  This one is a little bit easier than last weeks and should be a fun little project for those who wish to try it out.</p>
<h3>Step 1</h3>
<p>Create a new document with the following settings: 8&#215;10 and 72dpi.</p>
<h3>Step 2</h3>
<p>Find a nice wrinkled paper background to use as the surface for your poster.  I used <a href="http://www.shutterstock.com/pic.mhtml?id=2117717">this stock photo from Shutterstock</a>, but there are plenty of free images just like it.</p>
<p>The image was a bit to orange, so I adjusted the images hue and saturation to lighten it up a bit.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/1.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 4</h3>
<p>Find a picture of a soldier that you want to add to your poster.  Cut away any background from the picture and paste the image on top of your paper layer.</p>
<p>I am using <a href="http://www.shutterstock.com/pic.mhtml?id=32609812">this image from Shutterstock</a>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/2.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 5</h3>
<p>Next you will need to desaturate the image.  To do this, go to <strong>Image > Adjustments > Desaturate</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/3.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 6</h3>
<p>To give this photo more of a vintage poster look, we are going to apply a Poster Edges Filter to it.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/4.jpg" alt="Russian Poster" title="Russian Poster"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/4-5.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 7</h3>
<p>Create a red box behind the layer your soldier is on. To help it blend with the paper better, set the layers blending options to <strong>Multiply</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/5.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 8</h3>
<p>Now we can start adding some text.  It seems like most of the poster of this style have a line of giant text running the length of the poster.   Think of something clever for your poster.</p>
<p>I used the <a href="http://www.dafont.com/soviet.font">Soviet font from dafont.com</a></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/6.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 9</h3>
<p>With the text layer you just created selected, change the <strong>Blending Options</strong> to <strong>Color Dodge</strong>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/8.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 10</h3>
<p>Add some more text to your poster.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/9.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 11</h3>
<p>I added a 3px white stroke around the text that lays on top of the red banner to help make it stand out.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/10.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 12</h3>
<p>Using the rectangle tool, I created some stripes to add a little character to the poster.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/11.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 13</h3>
<p>The poster looked like it needed a touch more color, so I drew a white rectangle above and below the the red stripe.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/12.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Step 14</h3>
<p>To give the poster that grainy shadow look that so many of these types of posters have I added a Inner Shadow to the white rectangles we just created.</p>
<p>Open the Layer FX box and set the Inner Shadow to the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/13.jpg" alt="Russian Poster" title="Russian Poster"></div>
<h3>Final Image</h3>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-russian-poster/14.jpg" alt="Russian Poster" title="Russian Poster"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/07/make-a-russian-propaganda-poster-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>2009 Web Design Trends and How-To&#8217;s</title>
		<link>http://www.outlawdesignblog.com/2009/07/2009-web-design-trends-and-how-tos/</link>
		<comments>http://www.outlawdesignblog.com/2009/07/2009-web-design-trends-and-how-tos/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 05:05:35 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2714</guid>
		<description><![CDATA[A while back, Smashing Magazine did an awesome round up of 2009 Web Design Trends. The post was a great round up of trends for 2009 and websites that showcased these trends. I would like to take that post a step further and add a list of tutorials to show you how to recreate these [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, Smashing Magazine did an awesome round up of <a href="http://www.smashingmagazine.com/2009/01/14/web-design-trends-for-2009/">2009 Web Design Trends</a>.  The post was a great round up of trends for 2009 and websites that showcased these trends.  I would like to take that post a step further and add a list of tutorials to show you how to recreate these popular trends.</p>
<h3>Letterpress</h3>
<p><em>&#8220;One of the most unexpected trends weâ€™ve observed over the last months was the emergence of letterpress (actually pressed letters) in Web design. Probably the most important reason for this trend is the simple fact that this technique has been rarely used until now. Letterpress is used in various styles and on various websites and for various topics; in particular, it is often used in product designs and on websites for online services.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/letterpress.jpg" alt="letterpress" title="letterpress" width="300" height="300" class="alignright size-full wp-image-2720" /><a href="http://laughingliondesign.net/2009/01/photoshop-tutorial-the-letterpress-effect/">Photoshop Tutorial: The Letterpress Effect</a></p>
<p><a href="http://www.webscienceman.com/2009/01/16/photoshop-tutorial-letterpress-text-effect/">Easily achieve the trendy LetterPress effect with Photoshop </a></p>
<p><a href="http://tutcandy.com/2009/04/letterpress-emboss-text-effect/">Ps Letterpress emboss text effect</a></p>
<p><a href="http://line25.com/articles/web-design-trend-showcase-letterpress-text-effect">Create Your Own Letterpress, Inset, Debossed Text</a></p>
<p><a href="http://orangutangy.yukikodesign.com/?p=142">Photoshop CS3+ Letterpress Tutorial</a></p>
<p><a href="http://www.myinkblog.com/2009/02/06/create-a-sleek-pressed-letter-design/">Create a Sleek Pressed Letter Design</a></p>
<p><br clear="all"></br></p>
<h3>Rich User Interfaces</h3>
<p><em>&#8220;Happily, user interfaces in modern websites and Web applications are becoming more beautiful and more usable. Over the last year, the user experience for these applications has dramatically improved, resulting in rich and responsive user interface that have tremendous similarities with classic desktop applications. AJAX and Flash are widely used to offer users the dynamic interaction that they have come to expect from advanced, sophisticated, professional solutions.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/rich-ux.jpg" alt="rich-ux" title="rich-ux" width="300" height="300" class="alignright size-full wp-image-2725" /><a href="http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/">jQuery Plugin: Tokenizing Autocomplete Text Entry</a></p>
<p><a href="http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html">Ajax Tooltip with JQuery</a></p>
<p><a href="http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html">A fancy Apple.com-style search suggestion</a></p>
<p><a href="http://www.newmediacampaigns.com/page/jquery-vs-flash-for-interactive-map">Interactive Map with jQuery</a></p>
<p><a href="http://widowmaker.kiev.ua/checkbox/">jQuery checkbox and Radio button</a></p>
<p><br clear="all"></br></p>
<h3>PNG transparency</h3>
<p><em>&#8220;PNG transparency, although unsupported by Internet Explorer 6, seems to have gained popularity on the scene over the last year. Apparently, designers are trying to better integrate background images into the actual content and are aiming for a style that is often seen in printed media, magazines for instance.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/trancparency.jpg" alt="trancparency" title="trancparency" width="300" height="300" class="alignright size-full wp-image-2728" /><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/transparent-glass-lettering-in-photoshop/">Transparent Glass Lettering in Photoshop</a></p>
<p><a href="http://www.photoshopessentials.com/photo-effects/transparent-type/">Add Transparent Type To An Image </a></p>
<p><a href="http://www.photoshop101.com/articles/78/2/Transparent-Desktop/Page2.html">Transparent Desktop</a></p>
<p><a href="http://www.photoshopmonster.com/Free-photoshop-tutorial-How-to-draw-a-crystal-gem-diamond-glass-using-photoshop-features._85.html">How to make a Diamond in photoshop.</a></p>
<p><a href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-use-depth-of-field-to-create-portraits-with-blown-out-backgrounds/">How to Use Depth of Field to Create Portraits with Blown-Out Backgrounds</a></p>
<p><br clear="all"></br></p>
<h3>HUGE Typography</h3>
<p><em>&#8220;We presented some outstanding examples of BIG typography in previous posts. In 2009, big typography should remain popular. In particular, design agencies, portfolios, product websites and online services will use big typography to communicate the most important messages of their websites.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/big-typography.jpg" alt="big-typography" title="big-typography" width="300" height="300" class="alignright size-full wp-image-2730" /><a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-trendy-typographic-poster-design">Create a Trendy Typographic Poster Design</a></p>
<p><a href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/how-to-create-high-quality-metal-3d-text-in-photoshop/">How to Create High Quality Metal 3D Text in Photoshop</a></p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/logo-design-project-step-by-step-walkthrough">Logo Design Project Step by Step Walkthrough</a></p>
<p><a href="http://www.tutorial9.net/photoshop/creating-a-typographic-wallpaper/">Creating a Typographic Wallpaper</a></p>
<p><a href="http://abduzeedo.com/reader-tutorial-typography-wallpaper-photoshop">Typography Wallpaper in Photoshop </a></p>
<p><br clear="all"></br></p>
<h3>Font Replacement</h3>
<p><em>&#8220;As designers pay more attention to typography, they also pay more attention to the fonts that are used for the copy in the body of websites. Although classics such as Helvetica, Arial, Georgia and Verdana undoubtedly dominate, we observed a slight trend towards font replacement (for instance, with sIFR).&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/fonts.jpg" alt="fonts" title="fonts" width="300" height="300" class="alignright size-full wp-image-2731" /><a href="http://net.tutsplus.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/">How To Use Any Font You Wish With FLIR</a></p>
<p><a href="http://www.sitepoint.com/article/fixing-fancy-font-frustrations/">Fixing Fancy Font Frustrations</a></p>
<p><a href="http://www.spoono.com/html/tutorials/tutorial.php?id=19">Embedding Fonts</a></p>
<p><a href="http://www.marcofolio.net/webdesign/use_a_custom_font_on_your_website.html">Use a custom font on your website</a></p>
<p><a href="http://blogsessive.com/blogging-tools/anyfont-wordpress-plugin/">Use Any Font on Your WordPress Blog with AnyFont WordPress Plugin</a><br />
<br clear="all"></br></p>
<h3>Modal Boxes (Lightboxes)</h3>
<p><em>&#8220;Modal boxes (dialog windows) are, essentially, the second generation of pop-ups. They serve as a user-friendly alternative to classic JavaScript windows and support users by focusing their attention on the most important area of the website.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/modal.jpg" alt="modal" title="modal" width="300" height="300" class="alignright size-full wp-image-2732" /><a href="https://realmac.macdock.com/realmacsoftware/2007/support/viewtopic.php?id=7090">Lightbox Tutorial</a></p>
<p><a href="http://particletree.com/features/lightbox-gone-wild/">Lightbox Gone Wild</a></p>
<p><a href="http://dryan.com/jquery-lightbox-tutorial">Building a Lightbox with jQuery</a></p>
<p><a href="http://net.tutsplus.com/videos/screencasts/create-a-photo-admin-site-using-php-and-jquery/">Create a Photo Admin Site Using PHP and jQuery</a></p>
<p><br clear="all"></br></p>
<h3>Media Blocks</h3>
<p><em>&#8220;Users just lean back and enjoy the show; they get everything explained to them step by step, without having to click, search for descriptions or learn the navigation. The movies are usually pretty short and get directly to the point; they are mostly formal but can be entertaining, too.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/video.jpg" alt="video" title="video" width="300" height="300" class="alignright size-full wp-image-2733" /><a href="http://www.oreillynet.com/pub/a/javascript/excerpt/learnwebdesign_chap22/">Adding Movies to Your Web Page</a></p>
<p><a href="http://www.w3schools.com/media/media_browservideos.asp">Playing Videos on a Web Site</a></p>
<p><a href="http://www.kathymarks.com/archives/2005/09/embedding_windows_media_and_quicktime_video_on_a_web_page.html">Embedding Windows Media and QuickTime Video on a Web Page</a></p>
<p><a href="http://www.webdeveloper.com/multimedia/multimedia_putting_video_on_website.html">Putting Video on Your Web Site:  The Basics</a></p>
<p><a href="http://www.sothinkmedia.com/guide/putvideo.htm">How to put video on your web site</a></p>
<p><br clear="all"></br></p>
<h3>The Magazine Look</h3>
<p><em>&#8220;An interesting development in the design of blogs is the adaptation of various techniques usually found in traditional (print) media. The arrangement of posts on the page, the use of typography, illustrations and even text alignment often resemble traditional techniques from print. Grid-based designs are gaining popularity as well but are used mostly in portfolios, product pages and big blogs; they almost never appear on corporate websites or in online shops.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/magazine-layouts.jpg" alt="magazine-layouts" title="magazine-layouts" width="300" height="300" class="alignright size-full wp-image-2734" /><a href="http://www.computerarts.co.uk/tutorials/new_media/magazine-style_layouts">Magazine-style layouts</a></p>
<p><a href="http://kailoon.com/creating-a-professional-magazine-web-layout/">Creating A Professional Magazine Web Layout</a></p>
<p><a href="http://net.tutsplus.com/html-css-techniques/prototype-a-magazine-style-home-page-template-with-the-blueprint-css-framework/">Prototype a Magazine-Style Home Page Template with the Blueprint CSS Framework</a></p>
<p><a href="http://net.tutsplus.com/working-with-cmss/build-a-newspaper-theme-with-wp_query-and-the-960-css-framework/">Build a Newspaper Theme With WP_Query and the 960 CSS Framework</a></p>
<p><a href="http://www.smashingmagazine.com/2008/03/26/grid-based-design-six-creative-column-techniques/">Grid-Based Design: Six Creative Column Techniques</a></p>
<p><br clear="all"></br></p>
<h3>Carousels (Slideshows)</h3>
<p><em>&#8220;Carousels are essentially slideshow navigations, in which the content rotates vertically or horizontally (hence the name â€œcarouselâ€). To rotate the navigation, users need to click on one of two toggle elements (usually a left/right or up/down arrow). Depending on the toggle element selected, the content is rotated in the desired direction.&#8221;</em></p>
<p><img src="http://www.outlawdesignblog.com/wp-content/uploads/2009/07/slideshow.jpg" alt="slideshow" title="slideshow" width="300" height="300" class="alignright size-full wp-image-2736" /><a href="http://www.efectorelativo.net/laboratory/noobSlide/">How to Use noobSlide</a></p>
<p><a href="http://www.reindel.com/accessible_news_slider/">Installing a Accessible News Slider </a></p>
<p><a href="http://smoothgallery.jondesign.net/getting-started/">Getting Started with SmoothGallery</a></p>
<p><a href="http://sorgalla.com/projects/jcarousel/">Installing jCarousel</a></p>
<p><a href="http://www.dynamicdrive.com/dynamicindex14/carousel.htm">Creating a Carousel Slideshow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/07/2009-web-design-trends-and-how-tos/feed/</wfw:commentRss>
		<slash:comments>136</slash:comments>
		</item>
		<item>
		<title>How to Create a WWII Propaganda Poster in Photoshop</title>
		<link>http://www.outlawdesignblog.com/2009/07/how-to-create-a-wwii-propaganda-poster-in-photoshop/</link>
		<comments>http://www.outlawdesignblog.com/2009/07/how-to-create-a-wwii-propaganda-poster-in-photoshop/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 09:01:59 +0000</pubDate>
		<dc:creator>Danny Outlaw</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.outlawdesignblog.com/?p=2763</guid>
		<description><![CDATA[This past weekend was the Independence Day holiday weekend here in the States. As such, I felt it was my patriotic chore to create a a Photoshop tutorial to show my pride. So, here it is, a World War II Propaganda Poster. I hope you enjoy it, as I had a lot of fun making [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend was the Independence Day holiday weekend here in the States.  As such, I felt it was my patriotic chore to create a a <a href="http://www.outlawdesignblog.com/resources/tutsplus" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/tutsplus';return true;" onmouseout="self.status=''">Photoshop tutorial</a> to show my pride.  So, here it is, a World War II Propaganda Poster.  I hope you enjoy it, as I had a lot of fun making it.  I even listen to the star spangled banner on repeat while I made it.</p>
<p>Ok&#8230;I lied about that last part&#8230;</p>
<h3>Step 1</h3>
<p>I added this <a href="http://www.shutterstock.com/pic-11001814-stock-photo-concrete-texture.html">background image from Shutterstock</a>.  But, any image of polished concrete should work pretty well.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/1.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 2</h3>
<p>Find an image of a head shot of a soldier.  I used <a href="http://www.shutterstock.com/pic-4933225-stock-photo-soldier.html">this image from Shutterstock.</a> Get rid of any background that your picture  may have.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/2.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<p>After you have added your image, you will want to desaturate it.  You can do this by going to <strong>Image > Adjustments > Desaturate</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/3.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 3</h3>
<p>In the Filter Gallery, you will want to apply the Sumi-e filter with the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/4.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<p>You image should look something like this:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/5.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 4</h3>
<p>To make the image blend more naturally with our background, use the layer <strong>Blending Options</strong> and set it to <strong>Multiply</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/6.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 5</h3>
<p>Because this is a patriotic poster, it is only natural that it should consist of patriotic colors.  To do this, you will use the <strong>Layer Options and Color Overlay.</strong>  Use the setting below:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/7.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<p>After you add the color overlay, you will want to reduce the over all <strong>fill</strong> of they to about <strong>62%</strong></p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/8.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 6</h3>
<p>Now we will add in our patriotic American who is pumped to be buying war bonds.  I used <a href="http://www.shutterstock.com/pic-13679038-stock-photo-muscular-man-making-fist-and-cheering.html">this image from Shutterstock</a>.  If you deside to use another image, be sure to cut out and background colors or texture.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/9.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 7</h3>
<p>To give this image the look of the older printer posters, we will apply the <strong>Cutout Filter</strong> to this image.  Open the Filter Gallery and use the following setting with the Cutout Filter:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/10.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<p>the result should look something like this:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/11.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 8</h3>
<p>We now need to change Blending Options of this layer as well.  Change them to <strong>Multiply</strong>.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/12.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 9</h3>
<p>Keeping this poster patriotic, will will change the color of this image by adding a <strong>color overlay</strong> with the following setting:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/13.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/14.jpg" alt="Propaganda Poster" title="Propaganda Poster">
</div>
<h3>Step 10</h3>
<p>Obviously with all these blending options, our layers are overlapping and not looking so good.  You need to get rid of the soldier portrait layer that falls behind our patriotic American.  You can use the <strong>Erase tool</strong>.</p>
<p>Or you can <strong>Auto Mask</strong> the layer of the man by <strong>command clicking</strong> on his layer.  Next, click on the layer of the soldier portrait and just hit delete.  This should make a perfect erase.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/15.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 11</h3>
<p>The layer of the soldier portrait was looking a little bold to me.  So I reduced his transparency some.  But this step is a bit irrelevant, because I adjust the colors in the next few steps.  I simply added this step because I wanted to show you how the image evolved as I made it.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/16.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 12</h3>
<p>A war poster wouldn&#8217;t be complete without stars and stripes.  While they are easy enough to create in <a href="http://www.outlawdesignblog.com/resources/photoshop-brushes" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.outlawdesignblog.com/resources/photoshop-brushes';return true;" onmouseout="self.status=''">Photoshop</a>.  I just ended up buying <a href="http://www.shutterstock.com/pic-15215872-stock-vector-abstract-flag.html">this image from Shutterstock</a> to save time.</p>
<p>After you add the layer to your document, you will need to use the <strong>Blending Options</strong> again to set the layer to <strong>Multiply</strong>. Adjust the <strong>Fill to 56%</strong>.</p>
<p>You will then need to erase the portion of the layer that overlaps our other main layers.  Feel free to use the method from step 10.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/17.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 13</h3>
<p>Now the image is really starting to take shape.  But,  I dont like how the colors look at this point.  So I decide to play with the colors of our two main subjects.  First,  I adjust the Color Overlay from step 5 again.  I changed them to the following:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/18.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<p>I also decided to get rid of the color overlay on our patriotic American all together.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/19.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 14</h3>
<p>To give the poster that grainy look of the old war posters, I create a new Fill Layer on top of all my other layers.  I use the <strong>color #72acb9</strong>, set the fill to 20%, and the blend mode to Multiply.</p>
<p>I then use the Layer FX to create a <strong>inner glow</strong> with the following settings:</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/20.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
<h3>Step 15</h3>
<p>Under the layer from the previous step, I create a basic rectangle and add some text.</p>
<div class="post-img"><img src="http://media.outlawdesignblog.com.s3.amazonaws.com/pstut-wwii-poster/final.jpg" alt="Propaganda Poster" title="Propaganda Poster"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.outlawdesignblog.com/2009/07/how-to-create-a-wwii-propaganda-poster-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

