<?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>ClickPopMedia &#187; Tutorials</title>
	<atom:link href="http://www.clickpopmedia.com/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clickpopmedia.com</link>
	<description>ClickPopMedia is a great little design and illustration firm.</description>
	<lastBuildDate>Thu, 03 Dec 2009 17:28:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turning the Default Wordpress Theme into Something Wonderful: Structure</title>
		<link>http://www.clickpopmedia.com/2008/05/06/default-wordpress-to-wonderful/</link>
		<comments>http://www.clickpopmedia.com/2008/05/06/default-wordpress-to-wonderful/#comments</comments>
		<pubDate>Tue, 06 May 2008 05:00:09 +0000</pubDate>
		<dc:creator>VQ</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VQ]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[theming]]></category>

		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=295</guid>
		<description><![CDATA[
I have to get this out of the way, I am a huge fan of Wordpress. Both our blogs use Wordpress. Whenever I get a web design project, my first thought is, &#8220;How can I best utilize Wordpress for this project.&#8221; Granted, my second thought is frequently, &#8220;Maybe Wordpress isn&#8217;t the best solution for this [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; padding-right:10px;" title="logo1" src="http://www.clickpopmedia.com/wp-content/uploads/2008/05/logo1.jpg" alt="" /><br />
I have to get this out of the way, I am a huge fan of Wordpress. Both our blogs use Wordpress. Whenever I get a web design project, my first thought is, &#8220;How can I best utilize Wordpress for this project.&#8221; Granted, my second thought is frequently, &#8220;Maybe Wordpress isn&#8217;t the best solution for this [flash, static, e-commerce] site.&#8221; Be that as it may, Wordpress is still by far my favorite blogging platform. And it&#8217;s not just for blogging. With a few minor changes WP can become a truly powerful CMS as well. So if you&#8217;re looking for a free, powerful, and open platform with an <em>insane </em>developer community, look no further than your new best friend Wordpress.</p>
<p>This is the first in a series on turning the Default WP Theme into something wonderful. Today we&#8217;re going to go over the basic structure of a Wordpress Theme. I&#8217;m not going to go over the WP installation process, so check out the <a href="http://wordpress.org/docs/installation/5-minute/">Wordpress 5 Minute Install</a> if you need some help with that (if you are having any issues with the install, feel free to ask me).</p>
<blockquote><p>By the way, we&#8217;ll be using Wordpress 2.5.1, the shiny new version of this beautiful platform.</p></blockquote>
<p><span id="more-295"></span></p>
<p style="border-bottom:1px dotted #777777;">
<h3><strong>Wp-Theme Structure: Your Main Page</strong></h3>
<p style="padding-left: 30px;"><strong>style.css:<br />
</strong>This is your CSS stylesheet for your WP theme.  If you&#8217;re not familiar, CSS (Cascading Style Sheets) is a way to define the font, layout, design of your website.  CSS is great because you can use one document to set the style of your entire site. Thus, if you want to change the color of all the links on your entire site, you can just change the CSS link tag. <a href="http://w3schools.com/css/default.asp">W3schools is a great resouce</a>. Maybe we&#8217;ll do a css tutorial some time too.</p>
<p style="padding-left: 30px;"><strong>header.php:<br />
</strong>Header.php contains your posts meta tag and title information, links to stylesheets, rss information, and links to javascript. It also contains your header image and the top of your container (Page) &lt;div&gt; (which sets the border around your page, as well as other things such as size, positioning, etc.).<strong><br />
</strong></p>
<p style="padding-left: 30px;"><strong>index.php:<br />
</strong>This is the main body of the page that someone sees when they go to www.[Your Web Page].com/[WP Folder].  It contains includes for the header, sidebar, and footer.</p>
<p style="padding-left: 30px;">Index.php also contains the heart of a WP page: <strong>The Loop</strong>.  The loop is what WP uses to show posts, and information associated with posts, such as the author, tags, metadata.  By editing the loop you can make WP do all sorts of neat and helpful things.</p>
<p style="padding-left: 30px;"><strong>sidebar.php:<br />
</strong>The sidebar contains all of your navigation in the default theme (we&#8217;ll be changing this as we go).  It includes your searchform, login and administrative links, and gives you the option to display lists of categories, authors, archives, and links. There are also areas in the sidebar that display specific information depending on the page you are on.</p>
<p style="padding-left: 60px;"><strong>searchform.php:<br />
</strong>Searchform is exactly what it says.  It is the form that holds your search field and button.</p>
<p style="padding-left: 30px;"><strong>footer.php:<br />
</strong>By default this<strong> </strong>file closes your container (Page) &lt;div&gt;.  It also includes post and comments rss a link to wordpress.org (a nice thing to keep).</p>
<p>Press on to the next page: Individual Posts, Archives, and Search Results</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickpopmedia.com/2008/05/06/default-wordpress-to-wonderful/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Photoshop Watercolor Paint Smudges</title>
		<link>http://www.clickpopmedia.com/2008/04/30/photoshop-watercolor-paint-smudges/</link>
		<comments>http://www.clickpopmedia.com/2008/04/30/photoshop-watercolor-paint-smudges/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:02:15 +0000</pubDate>
		<dc:creator>VQ</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VQ]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=282</guid>
		<description><![CDATA[
Here&#8217;s a neat effect that I happened upon by accident.  It&#8217;s a really simple Photoshop trick that results in a cool little watercolory smudge.  Now you may be thinking, &#8220;You fool! Why bother with this?  What could you even use this for?&#8221; The answer, my friend, is anything your heart desires. They [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="paintsmudge" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/paintsmudge.jpg" alt="" /></p>
<p style="text-align: left;">Here&#8217;s a neat effect that I happened upon by accident.  It&#8217;s a really simple Photoshop trick that results in a cool little watercolory smudge.  Now you may be thinking, &#8220;You fool! Why bother with this?  What could you even use this for?&#8221; The answer, my friend, is anything your heart desires. They make great ambient backgrounds, nice accents, and are just a fun thing to throw into your composition when you need a bit of subtle color.</p>
<p style="text-align: left;"><strong>Step 1:</strong></p>
<p style="text-align: left;">The first step is creating a new layer with a transparent background and dragging a small radial gradient onto it.  Make sure you don&#8217;t bring the gradient to the edge of your canvas, as you&#8217;ll have to stretch it in the next step.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-290" title="step11" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/step11.jpg" alt="" width="500" height="264" /></p>
<p style="text-align: center;"><span id="more-282"></span></p>
<p style="text-align: left;"><strong>Step 2:</strong></p>
<p style="text-align: left;">Stretch your gradient out a little and set the layer opacity to around 50%.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-285" title="step21" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/step21.jpg" alt="" width="400" height="280" /></p>
<p style="text-align: left;"><strong>Step 3:</strong></p>
<p style="text-align: left;">Now we&#8217;re going to use something REALLY helpful, an Adjustment Layer. These things are great because they let you change things like color, contrast, and saturation non-destructively, that is, without changing the original pixels.</p>
<p style="text-align: left;">We&#8217;re going to create a Hue/Saturation layer.  To do this either click on the black and white circle at the bottom of the layers panel and click Hue Saturation&#8230;  or go to Layer&gt;New Adjustment Layer&gt;Hue Saturation&#8230;</p>
<p style="text-align: left;">When the Hue/Saturation properties panel pops up play around with the hue however you like, that will change the color of your smudge. It is very important that you set the saturation to +100. Leave the lightness alone for now.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-286" title="step31" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/step31.jpg" alt="" width="400" height="280" /></p>
<p style="text-align: left;"><strong>Step 4:</strong></p>
<p style="text-align: left;">Let&#8217;s create a new layer.  Set your foreground color to black, grab a big soft brush, and paint around your shape till you get some neat colors around the edge.  Don&#8217;t go to far over the edge of your gradient or you&#8217;ll get a lot of weird gray area, unless that&#8217;s what you&#8217;re looking for.  This step is where CTRL-Z (undo) is a good friend.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-287" title="step41" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/step41.jpg" alt="" width="400" height="280" /></p>
<p style="text-align: left;"><strong>Step 5:</strong></p>
<p style="text-align: left;">Now set the opacity of the black layer you just painted to around 15% and you&#8217;ve got yourself a nice paint smudge. The great thing about this is that since you used that Hue/Saturation layer, you can easily change the color of your blob by double clicking on that layer and adjusting the Hue.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-288" title="step51" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/step51.jpg" alt="" width="400" height="280" /></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-289" title="final" src="http://www.clickpopmedia.com/wp-content/uploads/2008/04/final.gif" alt="" width="500" height="602" /></p>
<p style="text-align: left;"><strong>GodBless:VQ</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickpopmedia.com/2008/04/30/photoshop-watercolor-paint-smudges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Illustrator: Here Comes the Sun!</title>
		<link>http://www.clickpopmedia.com/2008/04/01/fun-with-illustrator-here-comes-the-sun/</link>
		<comments>http://www.clickpopmedia.com/2008/04/01/fun-with-illustrator-here-comes-the-sun/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 05:01:24 +0000</pubDate>
		<dc:creator>VQ</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VQ]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[fun with Illustrator]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.clickpopmedia.com/2008/04/01/fun-with-illustrator-here-comes-the-sun/</guid>
		<description><![CDATA[
Hello everyone. I&#8217;m glad you could join us on this fantastic day.  I thought today I would show you how to make a nice cheerful sun to live with the clouds we made in the last tutorial.

Step 1:
Let&#8217;s start with our standard 600px by 600px Illustrator canvas.  Like I said last time, you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="aligncenter size-full wp-image-214" title="Header" src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/header4.jpg" alt="Fun with Illustrator" width="650" height="300" /></p>
<p>Hello everyone. I&#8217;m glad you could join us on this fantastic day.  I thought today I would show you how to make a nice cheerful sun to live with the clouds we made in <a href="http://www.clickpopmedia.com/2008/03/27/fun-with-illustrator-happy-little-clouds/">the last tutorial</a>.</p>
<p><span id="more-196"></span></p>
<p><strong>Step 1:</strong><br />
Let&#8217;s start with our standard 600px by 600px Illustrator canvas.  Like I said last time, you can really set your canvas to whatever size you like; but if you use a different sized canvas, the numbers I use throughout the day may not work as well for you as they do for me.</p>
<p align="center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/1.jpg" alt="1.jpg" /></p>
<p><strong>Step 2:<br />
</strong>Now we&#8217;re just going to drop in a nice little circle using the Ellipse tool (<em>l</em>).  I put this right in the center of my canvas, but you can put it wherever you like.  You know what, it doesn&#8217;t even need to be a circle.  You can put down an oval if you want.  Always remember, this is your sun, so have fun with it.</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/2.jpg" alt="2.jpg" /></p>
<p><strong>Step 3:<br />
</strong>Next you&#8217;re going to make larger circle around your first circle.  The way I do this is by selecting my first circle, holding down ALT, and hitting either the LEFT key to duplicate my shape.  Then I hit the RIGHT key to move it right back over top of the first circle, and then scale it out and make it bigger.  Once it&#8217;s a size I like, then I hit CTRL + SHIFT + [ to send the big circle back behind our little circle.</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/3.jpg" alt="3.jpg" /></p>
<p>Remember now, this is just the way I like to do it.  If you have a different way, use it.  And let me know, we&#8217;re all learning together here.</p>
<p><strong>Step 4:<br />
</strong>Ok.  Now that your circles are happy together, make sure your outer circle is selected, and give it a nice  Zig Zag effect (<em>Effect&gt;Distort &amp; Transform&gt;Zig Zag</em>).</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/4.jpg" alt="4.jpg" /></p>
<p>I set the size to 3%, clicked the relative circle, and gave it 7 ridges per segment.  I picked relative so that no matter what size we make our sun in the end, the size of the halo will stay the same. I also make sure to set the points to corner to give good definition to my sun&#8217;s halo.  Maybe you want more points, or less, or a smooth wavy halo.  It&#8217;s your world, let your imagination run wild.</p>
<p><strong>Step 5:<br />
</strong>Next we&#8217;re going to set a light yellow to yellow radial gradient on the inner circle.  Since this is a cheerful sun, I&#8217;m making sure the face of our sun has a nice bright gradient.  Now we&#8217;ll use the gradient tool (<em>g</em>) to pull the gradient down from the upper right part of the sun&#8217;s face and give a hint of depth.</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/5.jpg" alt="5.jpg" /></p>
<p><strong>Step 6:<br />
</strong>We&#8217;re going to go crazy now.  Let&#8217;s select our outer halo and set a yellow to orange radial gradient.  Grab the gradient tool (<em>g</em>) and have some fun with the size and position of your gradient.</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/6.jpg" alt="6.jpg" /></p>
<p><strong>Step 7:<br />
</strong>To finish up, I used the sky and some of our cloud friends from the last tutorial to give a home to our new sun.  I took the stroke off all these guys to make everything look much softer.  All of the clouds have a little drop shadow on them, just like the last time, so they look like they&#8217;re just floating right along without a care.<strong></strong></p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/7.jpg" alt="7.jpg" /></p>
<p style="text-align: left;">Now I think we&#8217;re going to call this one done.  I hope you had a fun time today, I know I did. From all of us at ClickPopMedia, have fun with Illustrator, and God bless you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickpopmedia.com/2008/04/01/fun-with-illustrator-here-comes-the-sun/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fun With Illustrator Brushes: NUKE!</title>
		<link>http://www.clickpopmedia.com/2008/03/14/fun-with-illustrator-brushes-nuke/</link>
		<comments>http://www.clickpopmedia.com/2008/03/14/fun-with-illustrator-brushes-nuke/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 03:31:24 +0000</pubDate>
		<dc:creator>VQ</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VQ]]></category>
		<category><![CDATA[brushes]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[nuclear]]></category>
		<category><![CDATA[nuke]]></category>

		<guid isPermaLink="false">http://www.clickpopmedia.com/2008/03/14/fun-with-illustrator-brushes-nuke/</guid>
		<description><![CDATA[
Ahoy lads and ladettes.  While working on a recent logo design project, I had to create an element that resembled a nuclear fallout symbol.  I found a quick and easy way to do just that using a custom illustrator brush, and now I will share my secrets with you.

Step 0.5:
Open Illustrator
Step 1:
Using the [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/title.jpg" alt="NUKE!" /></p>
<p>Ahoy lads and ladettes.  While working on a recent logo design project, I had to create an element that resembled a nuclear fallout symbol.  I found a quick and easy way to do just that using a custom illustrator brush, and now I will share my secrets with you.</p>
<p><span id="more-114"></span></p>
<p><strong>Step 0.5:</strong></p>
<p>Open Illustrator</p>
<p><strong>Step 1:</strong></p>
<p>Using the Rectangle Tool (<em>keyboard shortcut &#8220;m&#8221;</em>) Create <strong>1 black square</strong> and <strong>1 white square</strong> next to each other (<em>if you don&#8217;t know this yet, if you hold down </em>shift<em> while dragging out a rectangle, circle, etc. it will make a </em>x by x<em> square, circle</em>, <em>or whatnot</em>).</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step1.gif" alt="step1" /></p>
<p align="left"> <strong>Step 2:</strong></p>
<p align="left">Select the <strong>2 squares</strong> and drag them into your <strong>brushes tab</strong>.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step2.gif" alt="Step 2" /></p>
<p align="left"><strong>Step 3:</strong></p>
<p align="left">When the <strong>New Brush</strong> menu pops up, make sure <strong>New Pattern Brush </strong>is selected and press <strong>OK.</strong></p>
<p align="left">&nbsp;</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step3.gif" alt="Step 3" /></p>
<p align="left"><strong>Step 4:</strong></p>
<p align="left">In the <strong>Pattern Brush Options</strong>, give your brush a name, leave the other settings alone, and hit <strong>OK.</strong></p>
<p align="left">&nbsp;</p>
<p style="text-align: center"> <img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step4.gif" alt="Step 4" /></p>
<p align="left"><strong>Step 5:</strong></p>
<p align="left">Use the <strong>Ellipse Tool</strong> (<em>keyboard shortcut </em>L) to make a circle.  Apply your new brush as the stroke.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step5.gif" alt="Step 5" /></p>
<p align="left"><strong>Step 6:</strong></p>
<p align="left">If you&#8217;re lucky, you&#8217;ll end up with the correct symbol.  Odds are you won&#8217;t though, so adjust the stroke weight until you&#8217;re shape is just right.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step6.gif" alt="Step 6" /></p>
<p align="left"><strong>Step 7:</strong></p>
<p align="left">Don&#8217;t worry, we&#8217;re almost done.   Select your circle and go to <strong>Object&gt;Expand Appearance</strong>.  That will make your stroke into individual shapes that you can scale, color, and otherwise edit as you wish.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step7.gif" alt="Step 7" /></p>
<p align="left"><strong>Step 8:</strong></p>
<p align="left">Now Delete the three white border pieces.  This will leave you with two extra circles.  Set one circles fill to black and shrink it down to the center.  Give the other circle a black stroke and enlarge it.</p>
<p align="left">&nbsp;</p>
<p style="text-align: center" align="left"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/step8.gif" alt="Step 8" /></p>
<p align="left">By changing the stroke width before you expand the appearance, you can make some other neat shapes.  Mess around with it and have some fun.</p>
<p style="text-align: center"><img src="http://www.clickpopmedia.com/wp-content/uploads/2008/03/examples.gif" alt="Examples" /></p>
<p align="left"><strong>GodBless:VQ</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clickpopmedia.com/2008/03/14/fun-with-illustrator-brushes-nuke/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

