<?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>Photoshop Tutorials</title>
	<atom:link href="http://www.psdmaster.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psdmaster.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 Oct 2011 07:45:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Two Flexible Ways to Create Great Rounded Corner Boxes</title>
		<link>http://www.psdmaster.com/rounded-corner-boxes/</link>
		<comments>http://www.psdmaster.com/rounded-corner-boxes/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 02:49:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Graphics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rounded corner boxes]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/?p=48</guid>
		<description><![CDATA[Here are two flexible rounded corner box solutions that will work for a variety of different situations and HTML, CSS, and Photoshop skill levels. For skilled photoshop users, rounded corner box tutorial #1 can be customized quickly in photoshop and requires very little HTML or CSS knowledge and produces a great web 2.0 look. For [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.psdmaster.com/miscellaneous/rounded-corner-boxes"><img class="size-medium wp-image-78" title="Examples of Rounded Corner Boxes" src="http://www.psdmaster.com/wp-content/uploads/2008/08/two_boxes-300x129.jpg" alt="Examples of Rounded Corner Boxes" width="300" height="129" /></a></p>
<p>Here are two flexible rounded corner box solutions that will work for a variety of different situations and HTML, CSS, and Photoshop skill levels.</p>
<p>For skilled photoshop users, rounded corner box tutorial #1 can be customized quickly in photoshop and requires very little HTML or CSS knowledge and produces a great web 2.0 look.<br />
<span id="more-84"></span><br />
For skilled HTML and CSS users, rounded corner box tutorial #2 can use different colors easily just by changing the background colors in CSS. It too produces very nice looking boxes</p>
<h3>Rounded Corner Boxes #1</h3>
<div>Demo Site &#8211; <a href="http://www.schillmania.com/content/projects/even-more-rounded-corners/" target="_blank">Even More Rounded Corners</a></div>
<h3>Setup</h3>
<p>The demo site has a downloadable zip file that contains PSD files as well as PNG and GIF files that will act as background images to produce rounded corner boxes. It also contains CSS files that you will need to upload to your website. The demo page contains an example of the HTML you will use to create the boxes.</p>
<h3>Result</h3>
<div class="dialog">
<div class="content">
<h1>Default Box Size</h1>
<p>For this example I used the default blue 800&#215;1600 box.</p></div>
<div class="b"></div>
</div>
<div class="dialog" style="width: 500px;">
<div class="content">
<h1>Smaller Box Size</h1>
<p>For this example I used the default blue 800&#215;1600 box and I added an inline style to the dialog DIV (style=&#8221;width:500px;&#8221;). The box corners automatically adjust to the new size.</p>
<p>The more content you put in the box, the better it looks because the bottom gradient colors get closer to the middle gradient. As you can see in the box above, there is a distinct color line where the bottom of the text and the footer area meet. This box is tall enough to have a smooth gradient with no visible gradient line. This is one of the drawbacks to this technique.</p>
<p>Another drawback is that to use any colors besides the default color, you must create your own PNG files in photoshop. This isn&#8217;t a big deal if you own photoshop and know how to do this though.</p>
<p>Overall, if you&#8217;re looking for a technique to produce great looking web 2.0 looking rounded corner boxes, this is definitely the technique you want to use. It works right out of the box with the graphic files, css, and HTML provided at the download site. If you have photoshop or another graphics program that can produce PNG files then you can easily create colors that will work on your website.</p></div>
<div class="b"></div>
</div>
<p>I used all of the default HTML and CSS presented by the author. The only change I made was the inline style used on box #2 to decrease the width</p>
<h3>Rounded Corner Boxes #2</h3>
<div>Demo Site &#8211; <a href="http://www.alistapart.com/articles/mountaintop/" target="_blank">Mountaintop Corners</a></div>
<h3>Setup</h3>
<p>This site has 2 files that are needed to produce rounded corner boxes. One will round the top corners and the other will round the bottom corners. It also explains the CSS to be used that will produce the rounded corner boxes.</p>
<h3>Result</h3>
<div class="mountain">
<div class="mountainheader">Box Color #1</div>
<p>For this example I used the default image size which results in a box that is 250 pixels wide. I like this technique for smaller boxes.</p>
<p>This technique also lets you quickly change colors because you don&#8217;t need to create a new graphic &#8211; you&#8217;re changing the HTML background colors rather than the colors in the graphic. The graphic is made up of a simple GIF that has a <a href="http://www.psdmaster.com/text-effects/gif-with-transparent-background" target="_blank">transparent background</a> with white rounded corners. You&#8217;ll want to change the white color to match whatever background color you use on your website.</div>
<div class="mountain2">
<div class="mountainheader2">Box Color #2</div>
<p>To change the box color I simply changed the CSS class that defined the background color for the DIV container and the header. This technique allows you to quickly change colors however if you need varying width boxes then you need to create a new photoshop background GIF. This technique also requires a bit more knowledge of CSS since you have to place the top box on one element and the bottom box on another element.</p></div>
<p>I used my own HTML and slight modifications to the HTML and CSS presented by the author. The author uses a definition list in his example, which isn&#8217;t really too practical for many situations. With a bit of CSS and HTML knowledge, I easily changed the HTML to work within DIV elements. Below is my code to produce the results</p>
<p><strong>HTML</strong></p>
<p>&lt;div class=&#8221;mountain&#8221;&gt;<br />
&lt;div class=&#8221;mountainheader&#8221;&gt;Box Color #1&lt;/div&gt;<br />
&lt;p&gt;For this example I used the default image size which results in a box that is 250 pixels wide. I like this technique for smaller boxes.&lt;/p&gt;<br />
&lt;p&gt;This technique also lets you quickly change colors because you don&#8217;t need to create a new graphic &#8211; you&#8217;re changing the HTML background colors rather than the colors in the graphic. The graphic is made up of a simple GIF that has a &lt;a href=&#8221;http://www.psdmaster.com/text-effects/gif-with-transparent-background&#8221; target=&#8221;_blank&#8221;&gt;transparent background&lt;/a&gt; with white rounded corners. You&#8217;ll want to change the white color to match whatever background color you use on your website.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div class=&#8221;mountain2&#8243;&gt;<br />
&lt;div class=&#8221;mountainheader2&#8243;&gt;Box Color #2&lt;/div&gt;<br />
&lt;p&gt;To change the box color I simply changed the CSS class that defined the background color for the DIV container and the header. This technique allows you to quickly change colors however if you need varying width boxes then you need to create a new photoshop background GIF. This technique also requires a bit more knowledge of CSS since you have to place the top box on one element and the bottom box on another element.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p><strong>CSS</strong></p>
<p>.mountainheader, .mountainheader2 {<br />
margin: 0;<br />
padding: 10px;}</p>
<p>.mountain {<br />
background: #0099FF url(/wp-content/themes/psdmaster/images/box_bottom_250.gif) no-repeat bottom left;<br />
width: 250px;<br />
margin: 0 0 20px 20px;<br />
color: #fff;}</p>
<p>.mountainheader {<br />
background: #0000CC url(/wp-content/themes/psdmaster/images/box_top_250.gif) no-repeat top left;<br />
text-align: center;<br />
font-size: 18px;}</p>
<p>.mountain2 {<br />
background: #CCFFCC url(/wp-content/themes/psdmaster/images/box_bottom_250.gif) no-repeat bottom left;<br />
width: 250px;<br />
margin: 0 0 20px 20px;<br />
color: #000;}</p>
<p>.mountainheader2 {<br />
background: #336600 url(/wp-content/themes/psdmaster/images/box_top_250.gif) no-repeat top left;<br />
text-align:center;<br />
font-size:18px;<br />
border-bottom: #fff solid 1px;<br />
color:#fff;}</p>
<p>.mountain p, .mountain2 p {margin: 0; padding: 5px;}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/rounded-corner-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good vs. Evil a Fractal Image</title>
		<link>http://www.psdmaster.com/good-vs-evil-a-fractal-image/</link>
		<comments>http://www.psdmaster.com/good-vs-evil-a-fractal-image/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 20:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Art]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/?p=44</guid>
		<description><![CDATA[Awesome Fractal Image This isn&#8217;t a tutorial post. I just wanted to show this awesome fractal image. Click the image to view full size. It was created with ChaosPro 3.3 Fractal Software. It&#8217;s amazing how an image like that can be generated from just a math formula.]]></description>
			<content:encoded><![CDATA[<h3>Awesome Fractal Image</h3>
<p>This isn&#8217;t a tutorial post. I just wanted to show this awesome fractal image. Click the image to view full size.<br />
<a href="http://127.0.0.1/psdmaster/blog/wp-content/uploads/2008/08/good_and_evil.jpg"><img class="aligncenter size-thumbnail wp-image-45" title="Good and Evil" src="http://www.psdmaster.com/wp-content/uploads/2008/08/good_and_evil-150x150.jpg" alt="Good vs. Evil Fractal Image" width="150" height="150" /></a></p>
<p>It was created with <a href="http://www.chaospro.de/" target="_blank">ChaosPro 3.3 Fractal Software</a>. It&#8217;s amazing how an image like that can be generated from just a math formula.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/good-vs-evil-a-fractal-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add To Cart Button</title>
		<link>http://www.psdmaster.com/add-to-cart-button/</link>
		<comments>http://www.psdmaster.com/add-to-cart-button/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 05:10:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/miscellaneous/add-to-cart-button</guid>
		<description><![CDATA[Take a look at these easy steps in order create your own stylish and professional &#8216;Add To Cart&#8217; button. Due to the fact that most people now have access to a reliable internet connection from a provider such as O2, more and more people are choosing to make purchases online. This means that a large [...]]]></description>
			<content:encoded><![CDATA[<p>Take a look at these easy steps in order create your own stylish and professional &#8216;Add To Cart&#8217; button. Due to the fact that most people now have access to a reliable internet connection from a provider such as <a href="http://www.o2.co.uk/broadband/">O2</a>, more and more people are choosing to make purchases online. This means that a large number of websites could benefit from including features like this on their site &#8211; simply follow these instructions to create your own.</p>
<p align="left">In this Photoshop tutorial you will learn an easy way to create an attractive looking Add To Cart button for an e-commerce website. This button is based off the one currently used on Dell.com.Your final add to cart button will look something like the image below.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_button.gif" alt="Add To Cart button Photoshop Tutorial" width="135" height="35" /></p>
<p><span id="more-30"></span></p>
<p class="step">Step 1</p>
<p>Create a new Photoshop file 135 x 35 with a white background.<br />
Create a new layer for the add to cart button background. Name this layer Button Background.<br />
Zoom in a few times so your canvas is large.<br />
Change the foreground color to black.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step1.jpg" alt="135 x 35 white background image" width="500" height="192" /></p>
<p class="step">Step 2</p>
<p>Select the Ellipse tool.<br />
Start in the upper left corner and hold down shift to draw a perfect circle until the bottom of the circle is at the 33px mark.<br />
Use the select tool and move the circle 1px down and 2px right by pressing the down arrow once and the right arrow twice.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step2.jpg" alt="A perfect circle on the left of the canvas" width="500" height="131" /></p>
<p class="step">Step 3</p>
<p>Use the marquee tool to select the right half of the circle. Copy and paste into the same layer. Use the selector tool to move the new half circle all the way to the right of the canvas. Use the arrow keys so it&#8217;s 1px down and 2px to the left of the far right edge of the canvas.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step3.jpg" alt="Add half a circle to the right side" width="500" height="131" /></p>
<p class="step">Step 4</p>
<p>Merge the half circle layer down into the Button Background layer.<br />
Use the rectangle tool and fill in from the top center of the full circle to the lower bottom of the half circle. Use some horizontal guides if needed.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step4.jpg" alt="Background for add to cart button" width="500" height="131" /></p>
<p class="step">Step 5</p>
<p>Create a new layer, name it Circle and then change the foreground color to white.<br />
Use the ellipse tool to draw a perfect circle on the left side of the button &#8211; hold down shift while drawing to get a perfect circle. The easiest way to get a good size circle is to start the circle on the very outer edge of the button &#8211; somewhere around the 5px horizontal and 5px vertical mark. Use the select tool and move the circle so it looks good.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step5.jpg" alt="Button background with a white circle" width="500" height="131" /></p>
<p class="step">Step 6</p>
<p>Create a new layer and name it arrow.<br />
Select the custom shapes tool and choose the thick arrow. This shape should be called arrow 9.<br />
CHange the foreground color to black and draw an arrow inside the circle. Make sure the arrow body is somewhat thick. Use the select tool and your arrow keys to position the arrow so there&#8217;s a few pixels of whitespace around the arrow edges.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step6.jpg" alt="Button background with arrow inside circle" width="500" height="131" /></p>
<p class="step">Step 7</p>
<p>Add a new layer and change the foreground color to white.<br />
Use the text tool and select Georgia font, Regular style, 14px, and sharp. Write Add To Cart. Use the select tool to position the text so there is a bit of whitespace between the white circle and the text.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step7.jpg" alt="Add to cart button with black background" width="500" height="131" /></p>
<p class="step">Step 8</p>
<p>Select the Button Background layer.<br />
Click the gradient tool button and then click the gradient color bar to edit the gradient colors. Your color shades should be very close in color.<br />
Click the bottom left stop slider and then the color button to edit the lightest color. This button uses #88b17b. Click the lower right stop and click the color to edit the darkest color. This button uses #599447.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step8.jpg" alt="Photoshop gradient editor window" width="428" height="494" /></p>
<p class="step">Step 9</p>
<p>Press CTRL and click the layer thumbnail of the Button Background to select that layer.<br />
Start at the top center of the button background and fill the gradient to the bottom of the button.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step9.jpg" alt="Add to cart button with green gradient background" width="500" height="131" /></p>
<p class="step">Step 10</p>
<p>Select the Arrow layer.<br />
Press CTRL and click the layer thumbnail of the arrow to select that layer.<br />
Start at the top center of the and fill the gradient to the bottom of the arrow.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_step10.jpg" alt="Add to cart button with green gradient background and green gradient arrow" width="500" height="131" /></p>
<p>Save for web as a 256 color GIF and put the add to cart button on your website.</p>
<p>You now have a button that looks just like the add to cart button used on Dell.com. Dell has spent a lot of time and money in usability testing to come up with an Add To Cart button design that boosts their conversion rate and your new button should improve your conversion rate also. Remember to place your button as close to the price as possible and keep it above the fold. The reason green was chosen is because it pops on a white background. The first two things someone should notice on your product page is the product image and your add to cart button. If you want to experiment with other colors, using an orange gradient should work well too.</p>
<p class="divimgcenter"><img src="/tutorial/addtocart/addtocart_button.gif" alt="Add To Cart button" width="135" height="35" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/add-to-cart-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glittery Text Effect</title>
		<link>http://www.psdmaster.com/glittery-text-effect/</link>
		<comments>http://www.psdmaster.com/glittery-text-effect/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 04:00:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Text Tutorials]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/text-effects/glittery-text-effect</guid>
		<description><![CDATA[In this tutorial you will learn how to create amazing glitter text with a smooth background tutorial. It is the same type of text used in MySpace profiles and other social networking sites. Below is a preview of the final result: Step 1: Go to File &#62; New to create a New Document and follow [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn how to create amazing glitter text with a smooth background tutorial. It is the same type of text used in MySpace profiles and other social networking sites. Below is a preview of the final result:</p>
<p style="text-align: center;"><img title="Glittery Text Effect" src="http://www.psdmaster.com/tutorial/glitter/01.gif" alt="Glittery Text Effect" width="600" height="200" /></p>
<p><span id="more-28"></span></p>
<p><strong>Step 1:</strong> Go to <strong>File &gt; New</strong> to create a New Document and follow the settings seen in the image below (Ctr+N).</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/02.gif" alt="" /></p>
<p><strong>Step 2:</strong> Using Paint bucket tool fill the layer with white(<strong>#FFFFF</strong>).</p>
<p><strong>Step 3:</strong> Now in the layer window click Blending option for the layer you create in step 1 as shown in the image below.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/03.gif" alt="" /></p>
<p><strong>Step 4:</strong> Blending Options:</p>
<p><strong>Inner Shadow:</strong> Use color <strong>#309837</strong> in the option Blend mode.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/04.gif" alt="" /></p>
<p><strong>Inner Glow:</strong> For structure use some dark color. Color I used was <strong>#004741</strong>.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/05.gif" alt="" /></p>
<p><strong>Bevel and Emboss:</strong> Use any dark color of your choice in the shadow mode option. I used black (<strong>#000000</strong>).</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/06.gif" alt="" /></p>
<p><strong>Contour:</strong></p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/07.gif" alt="" /></p>
<p><strong>Satin:</strong> Use color <strong>#60FF6B</strong> for Blend mode (<strong>Overlay</strong>).</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/08.gif" alt="" /></p>
<p>Color Overlay: <strong>Opacity = 100 %</strong> and color code: <strong>#8AFF00</strong></p>
<p><strong>Step 5:</strong> Now after these steps your image should look like this:</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/09.gif" alt="" /></p>
<p><strong>Step 6:</strong> Now we are finished working with the background.</p>
<p><strong>Step 7:</strong> Now add a text layer to your document. Hit key &#8220;<strong>T</strong>&#8221; on your Keyboard or directly select the <strong>Text Tool</strong>.<br />
Write whatever you feel like. The font I used was : &#8220;<strong>Fiolex Girls</strong>&#8221; You can use any font of your own choice.<br />
Color I selected for writing my text was black. ( Hit Key &#8220;<strong>D</strong>&#8221; for Default color Preset.)</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/10.gif" alt="" /></p>
<p><strong>Step 8:</strong> Blending Option: ( Blending Option for the text layer)</p>
<p><strong>Drop Shasow:</strong> Use color code <strong>#000000</strong> in Blend Mode.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/11.gif" alt="" /></p>
<p><strong>Inner Shadow:</strong> Use color code <strong>#F9F894</strong> in the Blend Mode.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/12.gif" alt="" /></p>
<p><strong>Inner Glow:</strong> User color code <strong>#54532D</strong> in the Blend Mode for Glow .</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/13.gif" alt="" /></p>
<p><strong>Bevel and Emboss:</strong> Use color code <strong>#E5D266</strong> in <strong>Highlight Mode</strong> and Color code <strong>#5A3015</strong> in <strong>Shadow Mode</strong>.</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/14.gif" alt="" /></p>
<p><strong>Contour:</strong></p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/15.gif" alt="" /></p>
<p><strong>Texture:</strong></p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/16.gif" alt="" /></p>
<p style="text-align: center;">(You can also try other patterns depending on what you like)</p>
<p><strong>Satin:</strong> Color code used for Blend Mode <strong>#254E46</strong></p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/17.gif" alt="" /></p>
<p><strong>Color Overlay:</strong> Color code used: <strong>#FF0000</strong> ( Use only light and bright colors )</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/18.gif" alt="" /></p>
<p>You are done with the tutorial, you should have ended up with something similar to this:</p>
<p style="text-align: center;"><img src="http://www.psdmaster.com/tutorial/glitter/01.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/glittery-text-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIF with transparent background</title>
		<link>http://www.psdmaster.com/gif-with-transparent-background/</link>
		<comments>http://www.psdmaster.com/gif-with-transparent-background/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 00:45:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Graphics]]></category>
		<category><![CDATA[Photoshop CS2 Text Tutorials]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/web-graphics/gif-with-transparent-background</guid>
		<description><![CDATA[In this tutorial you will learn an easy way to create a GIF with a transparent background in Photshop. The advantage of this method compared to creating a transparent gif and starting with a transparent background is that you can see what your design will look like against any colored background as you design your [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn an easy way to create a GIF with a transparent background in Photshop. The advantage of this method compared to creating a transparent gif and starting with a transparent background is that you can see what your design will look like against any colored background as you design your image.Your final transparent GIF will look something like the image below. You will not see the white jagged lines around the outside of the image like you sometimes see on transparent GIFs when they are applied to a dark colored background.</p>
<p class="divimgcenter"><img width="232" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans001.gif" alt="Text with a transparent background" height="101" /></p>
<p><span id="more-26"></span></p>
<p>
Create a new document with the settings below. The image size isn&#8217;t important as long as it is bigger than the gif you want to create. You could start with a transparent background instead of a White background, but this method allows you to see your gifs against light and dark backgrounds before saving and it is easy to make the background transparent later.</p>
<p class="divimgcenter"><img width="360" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans002.jpg" alt="Settings for a new photoshop file" height="260" /></p>
<p>Use the text tool and select a large font and a blue color. If you do not want to use text you must create a new layer before starting your image. Type out some text and your image should look like the one below.</p>
<p class="divimgcenter"><img width="440" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans003.jpg" alt="Text on a white background" height="270" /></p>
<p>Your Layer Palette should look like this. A Text layer above the Background.</p>
<p class="divimgcenter"><img width="218" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans004.jpg" alt="Layer Palette" height="229" /></p>
<p>This step is optional. To give the text a little depth. Go to Layer/Layer Style/Bevel and Emboss, and use the default settings &#8211; click OK. Your text should look something like the beveled text shown below. You can also use the Add Layer Style button at the bottom of the Layers Palette, it&#8217;s second from the left and id looks like fx in CS3, and a dark circle in earlier versions of Photoshop.</p>
<p class="divimgcenter"><img width="438" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans005a.jpg" height="269" /></p>
<p>To see how your image looks against a variety of background colors, select the background layer in the Layers Palette. Change the background color in the Tools window to a new background color. Press CTRL + Backspace to apply the new background color. Once you&#8217;re satisfied that your image will look good against your website&#8217;s background color it&#8217;s time to make it transparent.</p>
<p>To make the background transparent, click on the Background eyeball in the Layers Palette so the eye disappears.</p>
<p class="divimgcenter"><img width="219" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans005.jpg" alt="Layer palette with background layer hidden" height="225" /></p>
<p>Your image should now look like this.</p>
<p class="divimgcenter"><img width="436" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans006a1.jpg" alt="Text with transparent background" height="267" /></p>
<p>To get rid of the extra transparency around the text select Image/Trim, and use the settings below.</p>
<p class="divimgcenter"><img width="286" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans008.jpg" alt="Image trim settings" height="218" /></p>
<p>Your image should now look like this after being trimmed, and it&#8217;s ready to save.</p>
<p class="divimgcenter"><img width="260" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans009.jpg" alt="Text on a trimmed transparent background" height="169" /></p>
<p>Use File/Save for the Web. Use a 2-Up view so you can compare the original image with the one you are saving. At the bottom of the 2-Up view you will see the file size. This will vary as you change some of the settings on the right. On the right make sure GIF is selected. Make sure Transparency is checked. Make sure Matte is set to None. You can adjust the number of colors as needed. For this image 16 colors was used. More colors will increase the file size and the image might not look any different. Click Save, and give it a name. This image will look good over any color background on a web site. If you plan to modify your gif at a later time, then do a Save As, and save it as a PSD file so you will still have your Layers and Layer Style when you re-open it.</p>
<p class="divimgcenter"><img width="660" src="http://www.psdmaster.com/wp-content/uploads/2007/10/trans010.jpg" alt="Save file settings" height="511" /></p>
<p>The key to making good looking transparent background gifs is to use a colored background first so that you can see what your image will look like when placed against your websites background. Changing the background to transparent is as easy as clicking the eyeball to hide the background layer!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/gif-with-transparent-background/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Country Club Splash Page using Custom Shapes</title>
		<link>http://www.psdmaster.com/country-club-splash-page-using-custom-shapes/</link>
		<comments>http://www.psdmaster.com/country-club-splash-page-using-custom-shapes/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 01:52:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Graphics]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/web-graphics/country-club-splash-page-using-custom-shapes</guid>
		<description><![CDATA[In this tutorial you will learn how to create a Country Club&#8217;s website splash using just custom Photoshop shapes and text. Below you can see the final result: Start off by creating a new Photoshop document (Ctrl+N) with the dimensions of 500&#215;296 pixels. Fill this background with a nice smooth color, I used #DEC4AD. You [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn how to create a Country Club&#8217;s website splash using just custom Photoshop shapes and text. Below you can see the final result:</p>
<p style="text-align: center"><img width="500" src="http://www.psdmaster.com/tutorial/splashpage/final.jpg" alt="Sugarloaf Country Club Splash Page" height="296" title="Sugarloaf Country Club Splash Page" /></p>
<p><span id="more-14"></span></p>
<p>Start off by creating a new Photoshop document (<strong>Ctrl+N</strong>) with the dimensions of <strong>500&#215;296 pixels</strong>. Fill this background with a nice smooth color, I used <strong>#DEC4AD.</strong> You should have this so far:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/01.gif" /></p>
<p>Then I grabbed the <strong>Custom Shape Tool</strong> and picked out a nice flowery shape that I though would be good as a faded background. I drew the shape in a dark brown color (<strong>#361C04</strong>). I located it at the bottom of the picture, and set its <strong>opacity</strong> to <strong>21%</strong>. You should have something similar to this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/02.gif" /></p>
<p>Now let&#8217;s move on to the main shape that will go at the top of the canvas and above the text. Grab your <strong>Custom Shape Tool</strong> again and pick out a shape that you like, and that fits a formal country club theme. Below is the shape I used, make sure you center it:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/03.gif" /></p>
<p>I applied the following effects to it:</p>
<p align="center"><strong>Stroke</strong><br />
<img src="http://www.psdmaster.com/tutorial/splashpage/03-stroke.gif" /></p>
<p align="center"><strong>Gradient Overlay</strong><br />
<img src="http://www.psdmaster.com/tutorial/splashpage/03-gradient.gif" /></p>
<p align="center"><strong>Drop Shadow </strong><br />
<img src="http://www.psdmaster.com/tutorial/splashpage/03-dropshadow.gif" /></p>
<p>Now that we have the top shape done, let&#8217;s move on to the text. I used a font called &#8220;<strong>Imprint MT Shadow</strong>&#8221; to type out &#8220;<strong>Sugarloaf</strong>&#8220;, <strong>size 40</strong>, color <strong>#361C04</strong>. You should have something like this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/04.gif" /></p>
<p>After adding the following text effect to it:</p>
<p align="center"><strong>Gradient </strong><br />
<img src="http://www.psdmaster.com/tutorial/splashpage/04-gradient.gif" /></p>
<p>Now we&#8217;re done with the main name text, add &#8220;<strong>Country Club</strong>&#8221; right below &#8220;<strong>Sugarloaf</strong>&#8221; in the same font but smaller size.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/05.gif" /></p>
<p>As you can see, in the picture above I have added a custom flower-type shape in front of the big &#8220;Sugarloaf&#8221; letters, to start off the name.</p>
<p>Then I grabbed a font called &#8220;<strong>Lucida Bright</strong>&#8221; and typed &#8220;<strong>ENTER</strong>&#8221; in the bottom right part of the images, along with &#8220;<strong>WEBSITE</strong>&#8221; in smaller size under it. I also lowered the opacity of the bottom part to around <strong>70-80%</strong>.</p>
<p>I did the same thing I did with ENTER and WEBSITE, but on the bottom left side of the image I added &#8220;<strong>MEMBER</strong>&#8221; and under it in lower opacity and size &#8220;<strong>LOGIN</strong>&#8220;. You are done with this formal splash page, you should end up with something similar to this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/splashpage/final.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/country-club-splash-page-using-custom-shapes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire Text Effect Tutorial</title>
		<link>http://www.psdmaster.com/fire-text-effect/</link>
		<comments>http://www.psdmaster.com/fire-text-effect/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 19:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Text Tutorials]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/text-effects/fire-text-effect</guid>
		<description><![CDATA[Fire/Flames effects in buttons, texts and custom shapes! Your end result will look like this: BEFORE STARTING THIS TUTORIAL YOU WILL HAVE TO DEFINE THE PATTERN THAT YOU WILL BE USING FOR YOUR IMAGE IN BLENDING OPTIONS. TO DO THAT, SAVE ANY ONE OF THE TWO PATTERNS(IMAGES) BELOW AND OPEN IT IN PHOTOSHOP. NOW WITH [...]]]></description>
			<content:encoded><![CDATA[<p>Fire/Flames effects in buttons, texts and custom shapes!</p>
<p>Your end result will look like this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/01.gif" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/02.gif" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/03.gif" /></p>
<p><span id="more-13"></span></p>
<p>BEFORE STARTING THIS TUTORIAL YOU WILL HAVE TO DEFINE THE PATTERN THAT YOU WILL BE USING FOR YOUR IMAGE IN BLENDING OPTIONS. TO DO THAT, SAVE ANY ONE OF THE TWO PATTERNS(IMAGES) BELOW AND OPEN IT IN PHOTOSHOP. NOW WITH THE DOCUMENT ACTIVE GO TO <strong>FILE &gt; DEFINE PATTERN</strong> AND SELECT THE NAME YOU WANT TO GIVE THIS PATTER. (Pretty easy)</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/Pattern%20type%201.jpg" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/Pattern%20type%202.jpg" /></p>
<p>1) Click New in th FILE menu and create a new Photoshop document with values as shown in the image below (<strong>Ctr+N</strong>).</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/04.gif" /></p>
<p>2) Using the <strong>Paint bucket tool</strong> paint the layer with With Black Color (<strong>#000000</strong>).</p>
<p>3) Select the <strong>Text Tool</strong> (Horizontal Type) from the Tool Box window and write the text of your choice on the layer we just created. Try using some Liquid/Fluid kinda font. I used a font named &#8220;<strong>Croobie</strong>&#8220;. I used the color White (<strong>#FFFFFF</strong>).</p>
<p>4) Now coming to the most important part, BLENDING OPTIONS. Right click the text layer you just created in the Layer Window and click Blending Option.</p>
<p><strong>Blending Options:</strong><br />
Drop Shadow: Color used for blend mode: <strong>#FFFFDC</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/05.gif" /></p>
<p><strong>Inner Shadow:</strong> Color code used for blend mode : <strong>#FFFFA1</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/06.gif" /></p>
<p><strong>Outer Glow:</strong> Use any color combination for blend mode. Even a combination of blue and yellow looks pretty cool. I used a custom color combination of a couple of light colors.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/07.gif" /></p>
<p><strong>Inner Glow:</strong> Use nearly same color combination as used above for blend mode option.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/08.gif" /></p>
<p><strong>Satin:</strong> Color code used for blend mode: <strong>#FFFF64</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/09.gif" /></p>
<p><strong><br />
Gradient Overlay:</strong> Details for colors have been shown in the images below. In case you wish to use some other colors, then go for only bright colors.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/10.gif" /></p>
<p><strong>Gradient Details:</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/11.gif" /></p>
<p><strong>Pattern Overlay:</strong> Select the pattern you created in the starting of document.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/fire/12.gif" /></p>
<p>Here you are done with the tutorial. Save the image in your preferred format. Enjoy.</p>
<p>For buttons and Custom shapes simply copy the Layer Style !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/fire-text-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glossy Text Effect Tutorial</title>
		<link>http://www.psdmaster.com/glossy-style-text-effect/</link>
		<comments>http://www.psdmaster.com/glossy-style-text-effect/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 13:29:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Graphics]]></category>
		<category><![CDATA[Photoshop CS2 Text Tutorials]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/web-graphics/glossy-style-text-effect</guid>
		<description><![CDATA[In this tutorial you will learn how to create glossy style text effect, perfect for MySpace profiles. 1) Click New in th FILE menu and create a new Photoshop document with values as shown in the image below (Ctr+N). 2) Using the Paint bucket tool paint the layer with with Black Color(#000000). 3) Create another [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn how to create glossy style text effect, perfect for MySpace profiles.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/02.gif" /></p>
<p><span id="more-12"></span></p>
<p><span style="font-weight: bold">1)</span> Click <span style="font-weight: bold">New</span> in th <span style="font-weight: bold">FILE</span> menu and create a new Photoshop document with values as shown in the image below (<span style="font-weight: bold">Ctr+N</span>).</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/03.gif" /></p>
<p><span style="font-weight: bold">2)</span> Using the <span style="font-weight: bold">Paint bucket tool</span> paint the layer with with Black Color(<span style="font-weight: bold">#000000</span>).</p>
<p><span style="font-weight: bold">3)</span> Create another Transparent layer over this layer(<span style="font-weight: bold">Ctrl+Shift+N</span>).</p>
<p><span style="font-weight: bold">4)</span> With the New Transparent layer selected use <span style="font-weight: bold">Elliptical Marquee tool</span> and draw a button as shown below.</p>
<p><center><!--adsense--></center></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/04.gif" /></p>
<p><span style="font-weight: bold">5)</span> Now using the Paint Bucket Tool fill color inside the ellipse you just created. Color I used: <span style="font-weight: bold">#F8FB02</span>. Now your image will look somewhat like this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/05.gif" /></p>
<p><span style="font-weight: bold">6)</span> Now coming to the blending options. Left click the ellipse layer in the <span style="font-weight: bold">Layer Window</span> and click <span style="font-weight: bold">Blending Options</span>.<br />
<span style="font-weight: bold">Inner Shadow:</span> In Blend Mode use following color code: <span style="font-weight: bold">#309837</span></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/06.gif" /></p>
<p><span style="font-weight: bold">Inner Glow:</span> In Blend Mode use the color code <span style="font-weight: bold">#004741</span> for Glow.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/07.gif" /></p>
<p><span style="font-weight: bold">Bevel &#038; Emboss:</span> For highlight mode use white color (<span style="font-weight: bold">#FFFFFF</span>) and for Shadow Mode use black(<span style="font-weight: bold">#000000</span>)</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/08.gif" /></p>
<p><span style="font-weight: bold">Contour: </span></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/09.gif" /></p>
<p><span style="font-weight: bold">Satin:</span> Set Blend Mode (<span style="font-weight: bold">Overlay</span>) to color <span style="font-weight: bold">#60FF6B</span></p>
<p><span style="font-weight: bold">Color Overlay:</span> Color code used was <span style="font-weight: bold">#8AFF00</span> and Blend Mode (<span style="font-weight: bold">Normal</span>).</p>
<p>Now you are ready with your cool glassy and smooth button. Save it in the format you prefer.</p>
<p><span style="font-weight: bold">Result:</span></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/01.gif" /></p>
<p style="text-align: center">
<p>For any text with same Effects:<br />
After Step 2) Select the <span style="font-weight: bold">Text Tool</span> (Hit &#8220;<span style="font-weight: bold">T</span>&#8221; for activating or directly select it from tool Box Window). Add what ever text you feel like with the font of your own choice. Use same Blending options as discussed above or directly copy the Layer Style incase you made the button first from the ellipse layer.</p>
<p><span style="font-weight: bold">Result:</span></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/glossytext/02.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/glossy-style-text-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Breeze Text Effect Tutorial</title>
		<link>http://www.psdmaster.com/cool-breeze-text-effect/</link>
		<comments>http://www.psdmaster.com/cool-breeze-text-effect/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 00:56:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop CS2 Text Tutorials]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/text-effects/cool-breeze-text-effect</guid>
		<description><![CDATA[In this tutorial you will learn how to create a breezy type of cool text with full colorful bars. Below is the effect we will be creating: Using this tutorial you can create various other colorful (Gradient Particular) designs on the same base.1) Go to File &#62; New to create a New Document (Ctr+N) in [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn how to create a breezy type of cool text with full colorful bars. Below is the effect we will be creating:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/01.gif" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/02.gif" /></p>
<p>
<span id="more-11"></span>Using this tutorial you can create various other colorful (<strong>Gradient Particular</strong>) designs on the same base.<strong>1)</strong> Go to <strong>File &gt; New</strong> to create a New Document (<strong>Ctr+N</strong>) in Photoshop and follow the settings below:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/03.gif" /></p>
<p><strong>2) </strong>Using Paint bucket tool paint the layer with With Black Color. (<strong>#000000</strong>)<strong>3)</strong> Select the Text Tool (<strong>Horizontal Type</strong>) from the Tool Box Window and write the text of your choice on the layer we just created. Try using some Liquid/Fluid kinda font. I used a font named &#8220;<strong>Bloody</strong>&#8221; from DAFONT.com. Color to be used for text : White (<strong>#FFFFFF</strong>).</p>
<p><strong>4) </strong>At this stage your document should look like this:</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/04.gif" /></p>
<p><strong>5)</strong> Now coming to the Blending Options. Right Click the Text Layer in the Layer Window and click Blending Options.<strong>Drop Shadow:</strong> Color Code to be used for Blend Mode: <strong>#959595</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/05.gif" /></p>
<p><strong>Inner Shadow:</strong> Color Code to be used for Blend Mode: <strong>#989898</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/06.gif" /></p>
<p><strong>Outer Glow:</strong> Color Code used along : <strong>#FEFEFE</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/07.gif" /></p>
<p><strong>Inner Glow:</strong> Color Code to be used in Blend Mode along with transparent : <strong>#9A9A9A</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/08.gif" /></p>
<p><strong>Bevel &#038; Emboss:</strong> Color Code to be used for Hightlight Mode : <strong>#FFFFFF</strong> and for Shadow Mode : <strong>#000000</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/09.gif" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/10.gif" /></p>
<p><strong>Satin:</strong> Color Code used for Blending : <strong>#FFFFFF</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/11.gif" /></p>
<p><strong>Color Overlay:</strong> Again use same color code (<strong>#FFFFFF</strong>) with the given values.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/12.gif" /></p>
<p>At this stage you are ready with your text and background. Your Image should look like this:</p>
<p><center><!--adsense--></center></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/13.gif" /></p>
<p><strong>6) </strong>Now for creating bars. Select the <strong>Custom Shape Tool</strong> from the Tool Box Window, as shown in the image below.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/14.gif" /></p>
<p><strong>7)</strong> Now select the custom shape shown in the Image below. <strong>Hint:</strong> Load all the presets for custom shapes first!</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/15.gif" /></p>
<p><strong> <img src='http://www.psdmaster.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </strong> Now draw the custom shape selected over the text. You should get something like this :</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/16.gif" /></p>
<p><strong>9) </strong>Now coming onto the Blending Options for the custom shape we just made. Slect the layer from the layer window and right click, now click Blending Options.<br />
Blending Options-<br />
<strong>Drop Shadow:</strong> you can use variety of color of your own choice out here in blend mode to get output suiting your needs.I used Black <strong>#000000</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/17.gif" /></p>
<p><strong>Bevel &#038; Emboss:</strong> Color Code used for Highlight Mode : <strong>#E1F2F2</strong><br />
Color Code used for <strong>Shadow Mode:</strong> <strong>#4E3610</strong></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/18.gif" /></p>
<p><strong>Satin:</strong> Color Code used was <strong>#000000</strong>.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/19.gif" /></p>
<p><center><!--adsense--></center><strong>Gradient Overlay:</strong> This is the main Blending Option for getting your very own cool effects. You can select any option for gradients suiting your needs. Generally light colors look very good when placed over some dark colors along with gradient. This is what i used. The color by default was white for gradient i made it black. You can select whatever suits you.</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/20.gif" /></p>
<p>You are now done with this amazing tutorial. Save your image in your preferred format.You can even get these effets after altering a few blending options your own way :</p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/21.gif" /></p>
<p style="text-align: center"><img src="http://www.psdmaster.com/tutorial/cooltext/22.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/cool-breeze-text-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>San Diego Chargers Website Header</title>
		<link>http://www.psdmaster.com/chargers-website-header/</link>
		<comments>http://www.psdmaster.com/chargers-website-header/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 19:27:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Photoshop CS2 Graphics]]></category>

		<guid isPermaLink="false">http://www.psdmaster.com/digital-art/san-diego-chargers-website-header</guid>
		<description><![CDATA[In this tutorial you will learn how to create a website header based on the NFL team, the San Diego Chargers. Below you can see a preview: Start off by creating a new Photoshop document (File &#62; New) and make it size 800 x 200. Fill it with a nice Charger blue (#002C74). You should [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial you will learn how to create a website header based on the NFL team, the San Diego Chargers. Below you can see a preview:</p>
<p style="text-align: center"><img width="500" src="http://www.psdmaster.com/tutorial/chargersheader/finalpreview.jpg" alt="San Diego Chargers Header" height="125" title="San Diego Chargers Header" /></p>
<p><span id="more-10"></span></p>
<p>Start off by creating a new Photoshop document (<strong>File </strong>&gt; <strong>New</strong>) and make it size <strong>800 x 200</strong>. Fill it with a nice Charger blue (<strong>#002C74</strong>). You should have this so far:</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/01.gif" /></p>
<p><center><!--adsense--></center>Now I went on Google and found a picture of Qualcomm Stadium which is the stadium that the Chargers play on, to use it as a faded background. <a target="_blank" href="http://www.calband.berkeley.edu/calband/sections/clarinets/holidaybowl/stadium01.jpg">THIS</a> is the picture. Download it, and paste it into the picture. Set its <strong>Opacity</strong> to somewhere around <strong>40-50%</strong>. You should now have something similar to this:</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/02.gif" /></p>
<p>Now let&#8217;s go on to add the first football player. I went on <a target="_blank" href="http://google.com">Google</a> again and looked for a picture of Ladainian Tomlinson, and found <a target="_blank" href="http://i.a.cnn.net/si/2004/writers/b_duane_cross/06/23/tomlinson/p1_ladainian_tomlinson_gett.jpg">THIS</a>. Again copy and paste it into the document, but this time you have to resize, and cut out to make it fit in nicely. This is what you should have:</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/03.gif" /></p>
<p>Now duplicate the player&#8217;s layer, and set its <strong>Opacity</strong> to about <strong>25%.</strong> Go to <strong>Filter &gt; Blur &gt; Gaussian Blur</strong> and set the <strong>Radius</strong> to about <strong>3</strong>. Move the duplicated layer behind the original layer, and move it to the left a bit, to make it look like so:</p>
<p align="left">
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/04.gif" /></p>
<p>Now do the same steps you did with LaDainian Tomlinson with <a target="_blank" href="http://www.bolttalk.com/images/merriman06.jpg">THIS</a> image of Shawne Merriman. You should end up with this:</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/05.gif" /></p>
<p>and then this&#8230;</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/06.gif" /></p>
<p>I then went on and added some nice text, I used the font &#8220;<strong>4990810</strong>&#8221; which can be downloaded <a target="_blank" href="http://www.dafont.com/4990810.font">HERE</a>. I used a yellow color (<strong>#F1CA2D</strong>) for the text, and added the following effects:</p>
<p align="center"><strong>Stroke:</strong></p>
<p align="center"><img src="http://www.psdmaster.com/tutorial/chargersheader/stroke.gif" /></p>
<p align="center"><strong>Gradient Overlay:</strong></p>
<p align="center"><img src="http://www.psdmaster.com/tutorial/chargersheader/gradient.gif" /></p>
<p>Your final result should look like this:</p>
<p style="text-align: center"><img width="600" src="http://www.psdmaster.com/tutorial/chargersheader/final.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psdmaster.com/chargers-website-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

