<?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>Photography and Wordpress, CSS, PHP, Photoshop and Dreamweaver Tutorials by Chase Adams &#187; Tutorials</title>
	<atom:link href="http://www.chaseadamsphotography.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chaseadamsphotography.com</link>
	<description>photography, php, css, chase adams, xhtml, tutorial, photoshop, wordpress</description>
	<lastBuildDate>Mon, 03 May 2010 20:54:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use CSS and PHP to replace text dates in Wordpress with Calendar Images</title>
		<link>http://www.chaseadamsphotography.com/2009/09/07/completely-replace-your-text-dates-in-wordpress-with-images-2/</link>
		<comments>http://www.chaseadamsphotography.com/2009/09/07/completely-replace-your-text-dates-in-wordpress-with-images-2/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:16:25 +0000</pubDate>
		<dc:creator>chase_adams</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[css image replacement]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.chaseadamsphotography.com/wp/?p=455</guid>
		<description><![CDATA[A tutorial on how to use CSS &#38; PHP to call the_time to create a CSS class, and replace it with a Month &#38; Date image using sprite-technology.]]></description>
			<content:encoded><![CDATA[<p>
I know what you&#8217;re thinking to yourself: &#8220;Why would I want my Wordpress posts date to be completely replaced by images.&#8221;<br />
<br />
Just kidding. I don&#8217;t know why you would think that to yourself. Let&#8217;s face it, with the advent of CSS, we&#8217;ve all resorted to replacing what would be normal text markup (words on the page) with images because as designers and creatures of aesthetics, we like things to look unique&#8230;and there&#8217;s only so much uniqu-ity you can show with standard HTML.<br />
<br />
So I&#8217;ve taken the already available features of PHP in Wordpress and used it in conjunction with CSS to make totally replaced (and web-standards compliant) dates.<br />
<br /><span id="more-502"></span><br />
<em>Seem like a lot? See the note at the bottom or click <a href="#note">here!</a></em><br />
Here is an example if you haven&#8217;t already noticed it on the current post.<br />
<a href="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/09/Screen-shot-2009-09-07-at-4.06.01-PM.png"><img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/09/Screen-shot-2009-09-07-at-4.06.01-PM.png" alt="date replacement technique with PHP &amp; CSS" title="date replacement technique with PHP &amp; CSS" width="600" height="192" class="size-full wp-image-456" /></a><br />
<br />
Okay, here we go&#8230;Dive in with me. The water is warm. Download this <a href="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/09/date_replace_toot/">folder</a> first. It contains 3 important files:
<ol>
<li>The PSD File with the calendar &#8220;pages&#8221; on it</li>
<li>The PHP</li>
<li>The CSS</li>
</ol>
<p>
You&#8217;ll also need to get the font &#8220;Downcome&#8221; if you want to keep the font of the Months &#038; Dates the same.</p>
<ol>
<li>First things first, you need to make the calendar. I&#8217;ve included a support folder with a PSD file called &#8220;datecolumns.psd&#8221;. You&#8217;re welcome to make any adjustments to it that you&#8217;d like, use it as is or completely wipe it clean and make your own, just remember that later on you&#8217;ll have to figure out your own background-positions.</li>
<li>Second, we need to create an unordered list in the <strong>index.php</strong> of your site. We&#8217;re going to do something like this:
<pre>
<ul width="500px">
<li>&lt;ul class="smallentrydate"&gt;</li>
<li>&lt;li class="class="date&lt;?php the_time('M'); ?&gt;"&gt;

&lt;a&gt;

&lt;?php the_time('M'); ?&gt;

&lt;?php the_time('d'); ?&gt;,

&lt;?php the_time('Y'); ?&gt;

&lt;/a&gt;

&lt;/li&gt;</li>
<li>&lt;li class="date&lt;?php the_time('d'); ?&gt;"&gt;&lt;/li&gt;</li>
<li>&lt;/ul&gt;</li>
</ul>
</pre>
</li>
<li>That&#8217;s it as far as PHP &amp; HTML go. Here&#8217;s what we&#8217;ve done so far:
<ol>
<li>Created a class called &#8220;smallentrydate&#8221;. This is a wrapper for our total calendar page.</li>
<li>Created a class called &#8220;date-fill-in-the-blank&#8221;. The big M takes whatever month it is and gives an output of &#8220;sep&#8221; for September, giving you the class, &#8220;dateSep&#8221; or for August&#8221;DateAug&#8221;. Using the shorthand for the month with the big M is going to be vital for when we start on the CSS.</li>
<li>We&#8217;ve also created a class called &#8220;date-fill-in-the-number-date&#8221;&#8230;So if the post was written on the 5th, it outputs a class=&#8221;date05&#8243;.</li>
<li>In the &lt;a&gt; tag, you&#8217;ll see that we also requested the output of a date in the form of &#8216;M&#8217; &#8216;d&#8217;, &#8216;Y&#8217;, which would give us &#8220;Jan 09, 2009&#8243; in text form. If you turn off CSS, you&#8217;ll see this shows up in the place of the calendar image. This is important for accessibility reasons and search engines&#8230;so don&#8217;t leave it out.</li>
</ol>
<li>Simple so far, right? Let&#8217;s move on to the CSS</li>
<li>We&#8217;re going to start out with defining some things about the smallentrydate class in our style.css:
<pre>
<ul>
<li>.smallentrydate {
	float: right; /* floats it to the right */
	height: 55px; /* Total Height of Calendar Image */
	margin: 0 0 10px 0; /* Keeps a good space from text below */
	padding: 0;
	width: 60px; /* Total Width of Calendar Image */
}</li>
<li>.smallentrydate li {
	background: url(images/datecolumns.png) no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
}</li>
<li>.smallentrydate li, .smallentrydate a {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em; /* Pushes Text off the page, to keep it from showing up with a stylesheet */
	width: 55px;
}</li>
<li>.smallentrydate .dateJan { background-position: -6px -303px; height: 15px; width: 55px; }
</li>
<li>.smallentrydate .date01 { background-position: -6px -318px; height: 45px; width: 55px; }
</li>
</ul>
</pre>
</li>
<li>So to break it all down, this is what we&#8217;re looking at:<br />
</p>
<ol>
<li>We defined the characteristics of our smallentrydate.</li>
<li>Defined the characteristics of our smallentrydate li, most importantly the background-image, and no list-style and the width, which is 55px for every replacing image.</li>
<li>We pushed the text off of the page that would appear on top of the smallentrydate without a text-indent. It gives us the aesthetics of image replacement with the accessibility of text.</li>
</ol>
<li>You&#8217;ll also see that I defined .dateJan &amp; .date01 for you. All I did was find the left and top most boundary on Photoshop of January and put background-position: the left (-6px) &amp; the top (-303px) position where I want it to start. (Make sure to use negatives in front of the values), I also defined the height &amp; width. </li>
</ol>
<p>You&#8217;re going to have to set this background-position system up for all 12 months &#038; 31 days, but 43 is a lot nicer than having to do 365 background-positions. You can also use the CSS included in the support folder, which will save you time typing .smallentrydate .date&#8221;whatever&#8221; everytime.<br />
<br />
Hopefully this helps somebody out there. It&#8217;s been a great project for me to take on and complete.<br />
</p>
<div id="note">
<strong>Note:</strong> <em>This is for a self-hosted Wordpress site. If you have (1) A self-hosted Wordpress but don&#8217;t want to deal with the typing, just download <a href="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/09/date_replace_toot/">this folder</a>, include the appropriate parts in the appropriate sections and play with the PSD or (2) I am currently working on making it a plugin for anyone who&#8217;s not interested in the innerworkings as much as just having it. IF you would like for me to make it a plugin, please comment at the bottom and it will help me decide the urgency at which it must be done.</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.chaseadamsphotography.com/2009/09/07/completely-replace-your-text-dates-in-wordpress-with-images-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cut the Secret Song out of Music Tracks</title>
		<link>http://www.chaseadamsphotography.com/2009/08/21/cut-the-secret-song-out-of-music-tracks/</link>
		<comments>http://www.chaseadamsphotography.com/2009/08/21/cut-the-secret-song-out-of-music-tracks/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:53:20 +0000</pubDate>
		<dc:creator>chase_adams</dc:creator>
				<category><![CDATA[Shoe Box]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[damien rice]]></category>
		<category><![CDATA[eskimo]]></category>
		<category><![CDATA[Garage Band]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[mix cd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[quick track edit]]></category>
		<category><![CDATA[secret song]]></category>
		<category><![CDATA[tracks]]></category>

		<guid isPermaLink="false">http://www.chaseadamsphotography.com/wp/?p=76</guid>
		<description><![CDATA[I love to make mix CD&#8217;s. It never fails that I have one of two things happen:

 I want to use a song that has a secret song 5 minutes after the song is over, thus taking up at least 2 songs worth of music on the mix
I want to put the secret song &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>I love to make mix CD&#8217;s. It never fails that I have one of two things happen:</p>
<ol>
<li> I want to use a song that has a secret song 5 minutes after the song is over, thus taking up at least 2 songs worth of music on the mix</li>
<li>I want to put the secret song &amp; not the first song or the dead space included, in the mix.</li>
</ol>
<p><strong>The Old Solution:</strong> I would take it into Garage Band (which isn&#8217;t readily available to EVERYONE) which took about 5 minutes to splice it down and export it and reimport it into itunes.</p>
<p>All along, I could have done it easily in iTunes.<br />
<span id="more-76"></span></p>
<p>Here are the simple, quick steps I use to accomplish 3 things:</p>
<ol>
<li>Separate the first track from the secret song</li>
<li>Separate the secret song from the original track</li>
<li>Keep the original LONG track because it doesn&#8217;t hurt to have it</li>
</ol>
<p>Let&#8217;s begin.</p>
<ol class="toot">
<li><img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/08/Picture-6-300x74.png" class="alignright" title="Cut out the Secret Song from Original Track: Eskimo by Damien Rice"  alt="Cut out the Secret Song from Original Track: Eskimo by Damien Rice" width="300" height="74" />First figure out the song you want to use. I am going to use &#8220;Eskimo&#8221; by Damien Rice on his Album O, because it&#8217;s my FAVORITE song of all time, and finds itself as a &#8220;signature&#8221; on most mixes I make. I renamed it &#8220;Eskimo (Full Version)&#8221; so that I can keep up with the three tracks later. You&#8217;ll see here that there are actually two tracks, the first is the End Result of Eskimo &amp; the second is the original, 16 minute full length track. We&#8217;re going to edit the <strong>FULL length track</strong>. Find the end of the first song of the original track and make a note of the <strong>timestamp</strong>. You&#8217;ll need this when in a minute.</li>
<li><img class="alignright" title="iTunes: Get Info" src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/08/Picture-7.png" alt="iTunes: Get Info" width="247" height="144" />Select the track title and ctrl+click for mac (right-click for pc) and select &#8220;Get Info&#8221;.
<div class="clear"></div>
</li>
<li><img class="alignright" title="iTunes: Options, Start Time, End Time" src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/08/Picture-3-299x275.png" alt="iTunes: Options, Start Time, End Time" width="299" height="275" />In the tabs at the top of the Get Info pane, select &#8220;Options&#8221;.You&#8217;ll see a box for both &#8220;Start Time&#8221; &amp; &#8220;End Time&#8221;. You want to put the <strong>timestamp</strong> from earlier in the End Time box &amp; click OK.
<div class="clear"></div>
</li>
<li><img class="alignright" title="Cut the Secret Song out of Music Tracks: iTunes: Create AAC Version" src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/08/Picture-4-300x145.png" alt="Cut the Secret Song out of Music Tracks: iTunes: Create AAC Version" width="300" height="145" />Now right click the same track &amp; select Create ACC version. Rename it, &#8220;Eskimo&#8221;. Now you have a 5:15 minute version of Eskimo.
<div class="clear"></div>
</li>
</ol>
<p>All you have to do to do the same thing for the secret song is find the beginning &amp; end of it, and use those timestamps in the &#8220;Start Time&#8221; &amp; &#8220;End Time&#8221; boxes, create the AAC &amp; rename it &#8220;Secret Song&#8221; or something along those lines.<br />
Make sure to reset the times on the Full Track version, just to be sure you don&#8217;t spend hours trying to figure out why the song won&#8217;t play all the way through next time you listen to it.</p>
<p>Now you have:</p>
<ol>
<li>The Original Full Version Track</li>
<li>The First Song</li>
<li>The Secret Song</li>
</ol>
<p>No more using Garage Band or settling for 16 minute tracks anymore. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chaseadamsphotography.com/2009/08/21/cut-the-secret-song-out-of-music-tracks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create a paperclip from scratch in Adobe Photoshop</title>
		<link>http://www.chaseadamsphotography.com/2009/04/28/create-a-paperclip-from-scratch-in-adobe-photoshop-2/</link>
		<comments>http://www.chaseadamsphotography.com/2009/04/28/create-a-paperclip-from-scratch-in-adobe-photoshop-2/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 03:53:29 +0000</pubDate>
		<dc:creator>chase_adams</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[bevel and emboss]]></category>
		<category><![CDATA[drop shadow]]></category>
		<category><![CDATA[effects palette]]></category>
		<category><![CDATA[layer mask]]></category>
		<category><![CDATA[marquee]]></category>
		<category><![CDATA[office utilities]]></category>
		<category><![CDATA[paper clip]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[satin]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[stroke]]></category>
		<category><![CDATA[toots]]></category>

		<guid isPermaLink="false">http://www.weareclouds.com/?p=138</guid>
		<description><![CDATA[The other day I was sitting at my desk and thought to myself, &#8220;Paper clips are so cool. They do such a great job at keeping things organized and still maintaining that &#8216;disheveled, unorganized look&#8217;.&#8221; This unorthodox thought process led me to also think, &#8220;I bet a paper clip would be really cool as a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was sitting at my desk and thought to myself, &#8220;Paper clips are so cool. They do such a great job at keeping things organized and still maintaining that &#8216;disheveled, unorganized look&#8217;.&#8221; This unorthodox thought process led me to also think, &#8220;I bet a paper clip would be really cool as a design element for my website.&#8221; So I decided to try to replicate one, from scratch, in photoshop.<br />
I thought it turned out pretty good. So good, in fact, I decided I&#8217;d show you how to do it.</p>
<p><span id="more-178"></span></p>
<ol class="tutorial">
<li>
<p>Create a new document (cmd+n for macs ctrl+n for pcs; this is a VERY useful keyboard shortcut to know) with a width of 300 px &amp; height of 400 px @ 72 dpi. (The 72 dpi is only important if you want to create web-only graphics)</p>
</li>
<li>
<p>Select the <img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-3.png" alt="circular marquee adobe photoshop" /> eliptical marquee tool &amp; make a large, symmetrical circle by holding the shift key as you drag the circle.<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-4.png" alt="eliptical selection" /></p>
</li>
<li>
<p>Create a new layer (cmd+shift+n on macs or ctrl+shift+n on pcs), name it &#8220;top turn&#8221; &amp; stroke the marquee on the inside through Edit &gt; Stroke with a width of 10 px with a stroke color of black (#000000).<br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-5-300x151.png" alt="Edit - stroke" /><br />
Result: <br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-7.png" alt="Stroked elliptical marquee" /></p>
</li>
<li>Now, deselect your marquee by using Select &gt; Deselect or cmd+d, and Repeat step 2 with a circle about half the size of the first circle, &amp; repeat step 3 (naming the layer &#8220;bottom turn&#8221;).</li>
<li>
<p>Now left align those layers by selecting the Move Tool (keyboard shortcut of V).<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-9.png" alt="left-align those images" /></p>
</li>
<li>Create a new layer, naming it &#8220;straight aways&#8221;, and using the rectangular marquee, create a rectangle that is as wide as the smallest circle, and has ends at the center of both circles. The circles can be moved later, so it&#8217;s not that important to align just yet, but it is important that it&#8217;s the exact width of the smallest circle. When you stroke the rectangle, it is imperative that you stroke the inside in order for it to look right. Stroke it at 11 px, rather than 10 px.</li>
<li>Now align all layers left, &amp; &#8220;clear&#8221; out the parts of each layer that aren&#8217;t part of the paperclip. For instance, the bottom of the top circle, the top of the bottom circle, and the horizontal bars of the rectangle. The best way to do this non-destructively is to use the <strong>layer mask</strong>, which is at the bottom of the layers palette.</li>
<li>
<ul class="tutorial">
<li><img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-12.png" alt="layer mask button" /></li>
</ul>
</li>
<li>
<p>Select the &#8220;top turn&#8221; layer, and use the marquee to select the top half of the circle. When using marquee to select what you want to <strong>layer mask</strong>, select what you want to show. Repeat the same steps for the subsequent layers. If you feel the straight away layer isn&#8217;t long enough, simply use Edit &gt; Free Transform (or cmd+t for macs, ctrl+t for pcs), and drag it vertically. Be sure not to let it change horizontally, because it will adjust the width of your straight sections, making for a &#8220;disconnected&#8221; paper clip.<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-13.png" alt="top turn" /></p>
<ul>
<li>
<p>After you&#8217;ve layer masked:<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-14.png" alt="post layer mask" /></p>
</li>
<li><strong><span style="font-family: mceinline;">Tip</span></strong>: If the straight sections don&#8217;t quite line up with your bottom circle, use the marquee to select the right half of the straight section, select the Move Tool (V), and simply use your right or left arrow buttons on your keyboard to move it directly over the right side of the bottom circle.</li>
</ul>
</li>
<li>
<p>At this point, your paper clip should look like a dull, &#8220;clip art&#8221;-esque paper clip. This is where the magic of layer styles comes in.<br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-17-190x300.png" alt="paper clip clip art looking thingy" /></p>
<ul>
<li><strong><span style="font-family: mceinline;">Tip for Noobs &amp; Professionals</span></strong>: Go to your history palette (if you can&#8217;t see it select Window &gt; History), and create a snapshot of your work before moving onto the next step. This way, if anything goes terribly wrong in the next step, and you continue without realizing you&#8217;ve made a horrible mistake along the way, you have your snapshot to revert to.</li>
</ul>
</li>
<li>
<p>Select all of the layers you&#8217;ve created (do not select the background layer) and merge them by selecting Layers &gt; Merge Layers or using cmd+e for macs or ctrl+e for pcs. Now you should have one layer, which you should rename &#8220;paper clip&#8221;. Now using the eliptical marquee, create a symmetrical circle, to go at the top of the &#8220;bitter&#8221; end of the paper clip (the long, right straight part) to make it look rounded, and fill it with black by selecting Edit &gt; Fill or pressing D to reset your foreground color to black, and using option+delete on macs or alt+delete on pcs to fill it with the foreground color.<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-24.png" alt="marquee top of bottom" /><br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-25.png" alt="filled top of bottom" /><br />
Do the same for the top circle&#8217;s loose end.<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-26.png" alt="marquee bottom of top" /><br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-27.png" alt="filled bottom of top" /></p>
</li>
<li>
<p>Select the effects button (fx) at the bottom of your layers palette, and begin by selecting &#8220;drop shadow&#8221;. This will make our paper clip look like it&#8217;s above the page that it is clipped to. <br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-12b.png" alt="effects button" /></p>
<ul>
<li>
<p>Use these settings:<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-18.png" alt="drop shadow settings" /><br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-21-186x300.png" alt="drop shadow paper clip" /></p>
</li>
</ul>
</li>
<li>
<p>Next, under the effects button, select &#8220;Bevel &amp; Emboss&#8221;, and use these settings:<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-19.png" alt="bevel and emboss settings" /><br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-22-197x300.png" alt="bevel and emboss paperclip" /><br />
Now we&#8217;ve got some &#8220;3d&#8221; effects, it&#8217;s time to make the paper clip really &#8220;shine&#8221;.</p>
</li>
<li>
<p>Under the effects panel, select &#8220;Satin&#8221; and use these settings:<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-20.png" alt="Satin layer effects" /><br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-23-184x300.png" alt="Satin effects paper clip" /></p>
<ul>
<li>I found that playing around with the contour shapes really helped to tweak my paper clips &#8220;almost touchability&#8221;. So roam. Play. Find new things.</li>
<li>One more little finishing touch. Create a layer mask on your &#8220;paper clip&#8221; layer, make a  rectangular marquee at the &#8220;big circle&#8221; loose end, and fill it with black, which will make it look like it&#8217;s &#8220;clipped&#8221; to another piece of paper. It may look strange right now, but we&#8217;re going to use a really neat-o, not so well known blending option. </li>
<li>
<p>Double click on the effects title under your layer and click on Blending options.<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-30.png" alt="effects are here" /></p>
</li>
<li>
<p>In the Advanced Blending section you&#8217;ll find a check box that says, &#8220;layer mask hides Effects&#8221;. Check &#8220;yes&#8221;, Romeo!<br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-31.png" alt="layer mask hides effects turned off" /><br />
<img src="http://www.chaseadamsphotography.com/wp/wp-content/uploads/2009/04/picture-32.png" alt="layer mask hides effects on blending options effects palette" /></p>
</li>
<li>As you&#8217;ll see when you check it on &amp; off, the layer&#8217;s effects assume that the &#8220;layer&#8221; itself is being hidden by the layer mask when the check is off, and makes it do some really funky effecting. When it&#8217;s checked on, it makes it almost like the entire layer, effects &amp; all, are hidden behind whatever it is your paper clip is clipped to. The work around for this used to be to merge this layer with another layer &amp; simply cut off the part that looked &#8220;icky&#8221;. This is nice, because it keeps your effects entact &amp; allows you to make it look like it&#8217;s a truly, used, paper clip.</li>
</ul>
</li>
</ol>
<ul>
<li>
<p>Your finished paper clip should look a little, if not entirely, like this:<br />
<img src="http://www.weareclouds.com/wp-content/uploads/2009/04/picture-35-179x300.png" alt="finished paper clip" /></p>
</li>
<li>Hope this tutorial was helpful, please feel free to review the tutorial itself, as it was my first ever.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.chaseadamsphotography.com/2009/04/28/create-a-paperclip-from-scratch-in-adobe-photoshop-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
