<?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>Custom Design Tools &#187; Tutorials</title>
	<atom:link href="http://customdesigntools.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://customdesigntools.com</link>
	<description>Tips, tricks and tutorials by request</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add a clickable header in Hybrid</title>
		<link>http://customdesigntools.com/add-a-clickable-header-in-hybrid/</link>
		<comments>http://customdesigntools.com/add-a-clickable-header-in-hybrid/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:32:01 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[clickable]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=711</guid>
		<description><![CDATA[I use Justin Tadlock&#8217;s Hybrid theme framework often. It&#8217;s clean, SEO friendly and easy to customize through child themes. Child themes are custom theme files built on the hybrid framework. Hybrid is based on php hooks, so most of the modifications need to be done through hooks. A clickable logo is something that almost every [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I use J<a rel="nofollow" target="_blank" title="Hybrid" href="http://themehybrid.com/" target="_blank">ustin Tadlock&#8217;s Hybrid theme framework</a> often. It&#8217;s clean, SEO friendly and easy to customize through child themes. Child themes are custom theme files built on the hybrid framework. Hybrid is based on php hooks, so most of the modifications need to be done through hooks.</p>
<p>A clickable logo is something that almost every business website needs. Here is a quick and easy function to add a clickable logo to your header div.</p>
<p>Make sure you are working in your child theme files.</p>
<p>Open functions.php in your child theme folder. If you do not have a functions.php, create one.</p>
<p>Add the code between the backticks (`):</p>
<blockquote><p>
`<br />
< ? php (remove spaces)<br />
/* clickable logo header ///////////////////////////////////// */<br />
function clickable_logo() {<br />
?><br />
&lt;a href=&#8221;http://thewebshoppe.net&#8221;&gt;&lt;img src=&#8221;http://locationOfYourImage.com/logo.png&#8221; width=&#8221;554px&#8221; height=&#8221;83px&#8221; /&gt;&lt;/a&gt;<br />
< ? php  (remove spaces)<br />
}<br />
add_action ('hybrid_header', 'clickable_logo');<br />
?><br />
`
</p></blockquote>
<p>The comment line has to go after the opening php tag. If it is outside the tag, it will write above the opening html tag and throw IE7/8 into quirks mode. All sorts of ugly will happen. The first php names the function clickable_logo.</p>
<p>Use standard html to add the logo. Make sure you replace the above values with your own.</p>
<p>The final php action hook will put the logo into the header.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/i-learned-something-today/" rel="bookmark" class="crp_title">I learned something today</a></li><li><a href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/how-to-add-a-transparent-favicon/" rel="bookmark" class="crp_title">How to add a transparent favicon</a></li><li><a href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li><a href="http://customdesigntools.com/organizing-photoshop-files/" rel="bookmark" class="crp_title">Organizing Photoshop Files</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;title=Add+a+clickable+header+in+Hybrid" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;title=Add+a+clickable+header+in+Hybrid" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;title=Add+a+clickable+header+in+Hybrid" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;headline=Add+a+clickable+header+in+Hybrid" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Add+a+clickable+header+in+Hybrid&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Add+a+clickable+header+in+Hybrid&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Add+a+clickable+header+in+Hybrid&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Add+a+clickable+header+in+Hybrid&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Add+a+clickable+header+in+Hybrid&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F&amp;title=Add+a+clickable+header+in+Hybrid&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fadd-a-clickable-header-in-hybrid%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/add-a-clickable-header-in-hybrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Million Free Photoshop Brushes</title>
		<link>http://customdesigntools.com/one-million-free-photoshop-brushes/</link>
		<comments>http://customdesigntools.com/one-million-free-photoshop-brushes/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:32:50 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[brushes]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=466</guid>
		<description><![CDATA[I counted. Really. 500+ Watercolor Brushes Best Ornament Brushes Brusheezy Brush King My Photoshop Brushes QBrushes 123 Free Brushes F Brushes Get Brushes PS Brushes abduzeedo 4089+ High Quality Free Photoshop Brushes 10 Awesome Free Photoshop Brushes 50 Retro Brush Sets 50 Must Have Photoshop Brushes 50 Free Photoshop Brush Sets Photoshop Free Brushes BlendFu [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I counted. Really.</p>
<p><img class="size-full wp-image-477 alignnone" title="One Million Free Photoshop Brushes" src="http://customdesigntools.com/wp-content/uploads/2009/06/brushes.jpg" alt="One Million Free Photoshop Brushes" width="431" height="114" /></p>
<ol>
<li><a rel="nofollow" target="_blank" href="http://designm.ag/resources/watercolor-photoshop-brushes/" target="_blank">500+ Watercolor Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.minervity.com/features/photoshop/the-ultimate-collection-of-the-best-ornament-photoshop-brushes/" target="_blank">Best Ornament Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.brusheezy.com/brushes" target="_blank">Brusheezy</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.brushking.eu/" target="_blank">Brush King</a></li>
<li>My Photoshop Brushes</li>
<li><a rel="nofollow" target="_blank" href="http://qbrushes.com/" target="_blank">QBrushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://123freebrushes.com/" target="_blank">123 Free Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://fbrushes.com/" target="_blank">F Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://getbrushes.com/" target="_blank">Get Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.psbrushes.net/" target="_blank">PS Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://abduzeedo.com/1000-great-ps-free-brushes-paulw" target="_blank">abduzeedo</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.toxel.com/design/2008/11/19/4089-high-quality-free-photoshop-brushes/" target="_blank">4089+ High Quality Free Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://abduzeedo.com/10-awesome-free-photoshop-brushes" target="_blank">10 Awesome Free Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://sixrevisions.com/photoshop/50-free-photoshop-brush-sets-for-modern-design-trends/" target="_blank">50 Retro Brush Sets</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.smashingmagazine.com/2008/11/10/50-must-have-photoshop-brushes/" target="_blank">50 Must Have Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.hongkiat.com/blog/50-free-photoshop-brushes-you-should-bookmark/" target="_blank">50 Free Photoshop Brush Sets</a></li>
<li><a rel="nofollow" target="_blank" href="http://photoshop-free-brushes.com/" target="_blank">Photoshop Free Brushes</a></li>
<li>BlendFu</li>
<li><a rel="nofollow" target="_blank" href="http://bestdesignoptions.com/?p=4720" target="_blank">Smoke Background Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://free-brushes.com/" target="_blank">Free-Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.pixelmoonstudio.com/blog/resources/free-photoshop-brushes-download.php" target="_blank">Pixel Moon</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.obsidiandawn.com/brushes-categories" target="_blank">Obsidian Dawn</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.techzilo.com/photoshop-brushes/" target="_blank">TechZilo</a></li>
<li><a rel="nofollow" target="_blank" href="http://arbent.net/blog/over-550-brush-packs-free-for-commercial-use" target="_blank">Over 550 Brushes Free For Commercial Use</a></li>
<li><a rel="nofollow" target="_blank" href="http://designfruit.com/jasongaylor/blog/2007/01/17/japanese-foliage/" target="_blank">Japanese Foliage</a></li>
<li><a rel="nofollow" target="_blank" href="http://designreviver.com/freebies/free-wrinkled-paper-photoshop-brushes/" target="_blank">Paper Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.bittbox.com/freebies/free-hi-res-splatter-photoshop-brushes/" target="_blank">Splatter Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://blogof.francescomugnai.com/2008/06/35_abstracts_and_handy_brushes_hand_picked_from_deviantart/" target="_blank">Abstract Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.antsmagazine.com/1100-free-photoshop-brushes/" target="_blank">Ants Magazine</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.youthedesigner.com/2008/12/05/25-abstract-light-free-photoshop-brushes-vol1/" target="_blank">Abstract Light</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.pbrushes.com/" target="_blank">P Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.piticstyle.com/2007/10/21/free-photoshop-brushes/" target="_blank">Pitic Style</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.minervity.com/features/photoshop/the-ultimate-collection-of-the-best-light-swirl-photoshop-brushes/" target="_blank">Light Swirl Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://colorburned.com/2009/06/46-stunning-high-resolution-photoshop-light-effect-brushes.html" target="_blank">Light Effects Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://feniksas4.deviantart.com/art/photoshop-plant-brushes-part-1-126336621" target="_blank">Photoshop Plant Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.webdesignerdepot.com/2009/06/30-photoshop-brushes-drippy-sprays/" target="_blank">Drippy Sprays</a></li>
<li><a rel="nofollow" target="_blank" href="http://tutorialblog.org/free-photoshop-brushes/" target="_blank">Tutorial Blog Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.navathena.com/application-requests/132-free-photoshop-brushes-download.html" target="_blank">132 Free Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.popularwealth.com/index.php/free-photoshop-brushes-download" target="_blank">Texture Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://benblogged.com/?p=180" target="_blank">Grunge Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.libertiny.com/brushportfolio/" target="_blank">Brush Portfolio</a></li>
<li><a rel="nofollow" target="_blank" href="http://designfruit.com/jasongaylor/blog/category/photoshop-brushes/#038;paged=1" target="_blank">Stitchy Circles</a></li>
<li><a rel="nofollow" target="_blank" href="http://getbrushes.com/" target="_blank">Get Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.designshard.com/freebies/media-slap-free-photoshop-brushes-download/" target="_blank">Media Slap</a></li>
<li>Brush Mania</li>
<li><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/category/freebies/brushes/" target="_blank">PSD Tuts</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.webresourcesdepot.com/30-halloween-photoshop-brush-sets-and-vector-images/" target="_blank">Halloween Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.graphicmania.net/free-abstract-photoshop-brushes/" target="_blank">Free Abstract Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.room122.com/photoshop/sidewalk-series-vol-3-concrete-rust-free-high-res-brush-set/" target="_blank">Concrete Rust</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.hypergurl.com/blog/photoshop/free-brushes.html" target="_blank">Cute Sketchy Stuff</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.brushfed.com/" target="_blank">Brush Fed</a></li>
<li><a rel="nofollow" target="_blank" href="http://hawksmont.com/blog/category/graphic_design/resources/brushes/" target="_blank">Hawksmont Universe</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.noupe.com/photoshop/1000-free-high-resolution-photoshop-brush-sets.html" target="_blank">1000+ Free High Resolution Photoshop Brush Sets</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.designfreebies.org/photoshop-brushes/free-photoshop-brushes-517-web-icons/" target="_blank">517 Web Icon Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.designbliss.com/2008/01/22/5-sets-of-free-photoshop-brushes-for-valentines-day-designs/" target="_blank">Valentine&#8217;s Day Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://123freebrushes.com/grunge-splatter/grunge-free-photoshop-brush" target="_blank">123Brushes Grunge</a></li>
<li><a rel="nofollow" target="_blank" href="http://free4photoshop.com/pgs/brushes/free_photoshop_brushes.html" target="_blank">Free4Photoshop</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.smashingmagazine.com/2008/09/12/health-and-beauty-photoshop-brushes-set/" target="_blank">Health and Beauty</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.photoshoproadmap.com/Photoshop-blog/2007/10/25/100-awesome-high-resolution-photoshop-brushes/" target="_blank">Photoshop Road Map</a></li>
<li><a rel="nofollow" target="_blank" href="http://brushes.500ml.org/list2.php" target="_blank">500 ml</a></li>
<li><a rel="nofollow" target="_blank" href="http://getbrushes.com/" target="_blank">Get Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://bashcorpo.dk/brushes.php" target="_blank">BashCorpo</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.youthless.net/yl/brushes.html" target="_blank">Youthless</a></li>
<li><a rel="nofollow" target="_blank" href="http://blinding-light.com/download/brushes/0" target="_blank">Blinding Light</a></li>
<li><a rel="nofollow" target="_blank" href="http://sixrevisions.com/freebies/brushes/sr-grunge-free-high-resolution-photoshop-grunge-brushes/" target="_blank">SR Grunge</a></li>
<li><a rel="nofollow" target="_blank" href="http://virtualdownload.net/?p=34704" target="_blank">Ghost Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.smashingmagazine.com/2009/06/20/30-free-photoshop-swirl-brushes/" target="_blank">30 Free Photoshop Swirl Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://virtualdownload.net/?p=37047" target="_blank">Festive Decorative Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.libertiny.com/brushportfolio/2009/06/funky-sunbursts/" target="_blank">Funky Sunburst Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://arbent.net/blog/10-free-hi-res-dripping-circle-photoshop-brushes" target="_blank">10 Free Hi Res Dripping Circle Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.tutorial9.net/resources/wet-paint-acrylic-photoshop-brushes/" target="_blank">Wet Paint Acrylic Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://sharegraphic.com/2009/06/28/lines-photoshop-brushes-2/" target="_blank">Lines Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.suwarto.com/2009/06/floral-scribble-photoshop-brushes-psd-plus-pack-psdtuts/" target="_blank">Floral Scribble Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://celestial-star.net/brushes/" target="_blank">Celestial Star brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://blog.aksutin.com/2009/07/aztec-hq-photoshop-brushes.html" target="_blank">Aztec HQ Photoshop Brushes</a></li>
<li><a rel="nofollow" target="_blank" href="http://blog.aksutin.com/2009/07/astral-flora-photoshop-brushes.html" target="_blank">Astral Flora Photoshop Brushes</a></li>
</ol>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/illustrator-swirl-brushes/" rel="bookmark" class="crp_title">Illustrator Swirl Brushes</a></li><li><a href="http://customdesigntools.com/photoshop-cs3-key-commands/" rel="bookmark" class="crp_title">Photoshop CS3 Key Commands</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li><a href="http://customdesigntools.com/free-texture-downloads/" rel="bookmark" class="crp_title">Free Texture Downloads</a></li><li><a href="http://customdesigntools.com/the-blue-and-the-green/" rel="bookmark" class="crp_title">The blue and the green</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;title=One+Million+Free+Photoshop+Brushes" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;title=One+Million+Free+Photoshop+Brushes" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;title=One+Million+Free+Photoshop+Brushes" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;headline=One+Million+Free+Photoshop+Brushes" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=One+Million+Free+Photoshop+Brushes&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=One+Million+Free+Photoshop+Brushes&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=One+Million+Free+Photoshop+Brushes&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=One+Million+Free+Photoshop+Brushes&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=One+Million+Free+Photoshop+Brushes&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F&amp;title=One+Million+Free+Photoshop+Brushes&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fone-million-free-photoshop-brushes%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/one-million-free-photoshop-brushes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you save a form in Adobe Reader?</title>
		<link>http://customdesigntools.com/save-form-in-adobe-reader/</link>
		<comments>http://customdesigntools.com/save-form-in-adobe-reader/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:39:08 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Acrobat 9]]></category>
		<category><![CDATA[extend rights]]></category>
		<category><![CDATA[fillable form]]></category>
		<category><![CDATA[Reader]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=404</guid>
		<description><![CDATA[If you create a fillable form in Acrobat, other Acrobat users will be able to fill out, print and save the form. Not so with Reader users and there are far more of those. Reader is free, easy to install and there is no reason for anyone not to have it. In order to make [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you create a fillable form in Acrobat, other Acrobat users will be able to fill out, print and save the form. Not so with Reader users and there are far more of those. Reader is free, easy to install and there is no reason for anyone not to have it. In order to make forms accessible to Readers only one small additional step needs to be taken.</p>
<p>In Acrobat 9:</p>
<p>Create your form. When the form is complete, go to <span class="pre">Advanced =&gt; Extend Features in Adobe Reader&#8230;</span></p>
<div id="attachment_405" class="wp-caption aligncenter" style="width: 437px">
	<img class="size-full wp-image-405" title="Extend Features in Adobe Reader" src="http://customdesigntools.com/wp-content/uploads/2009/06/enable-features.png" alt="Extend Features in Adobe Reader" width="437" height="306" />
	<p class="wp-caption-text">Extend Features in Adobe Reader</p>
</div>
<p>This will prompt you to save a copy. Be sure you do, it will restrict editing later on.</p>
<div id="attachment_406" class="wp-caption aligncenter" style="width: 508px">
	<img class="size-full wp-image-406" title="Enable Usage Rights in Adobe Reader" src="http://customdesigntools.com/wp-content/uploads/2009/06/enable-usage.png" alt="Enable Usage Rights in Adobe Reader warning" width="508" height="367" />
	<p class="wp-caption-text">Enable Usage Rights in Adobe Reader warning</p>
</div>
<p>When the file is opened in Adobe Reader, there will be a purple bar across the top of the screen letting users know they can save data typed into a form.</p>
<div id="attachment_407" class="wp-caption aligncenter" style="width: 534px">
	<img class="size-full wp-image-407" title="Adobe Reader view of a usage enabled form" src="http://customdesigntools.com/wp-content/uploads/2009/06/reader.png" alt="Adobe Reader view of a usage enabled form" width="534" height="284" />
	<p class="wp-caption-text">Adobe Reader view of a usage enabled form</p>
</div>
<p>Simple as that! Take this one extra step on all of your PDF forms to let Reader users save them.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li><a href="http://customdesigntools.com/organizing-photoshop-files/" rel="bookmark" class="crp_title">Organizing Photoshop Files</a></li><li><a href="http://customdesigntools.com/red-wine-themed-holiday-card/" rel="bookmark" class="crp_title">Red wine themed holiday card</a></li><li><a href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;title=How+do+you+save+a+form+in+Adobe+Reader%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;title=How+do+you+save+a+form+in+Adobe+Reader%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;title=How+do+you+save+a+form+in+Adobe+Reader%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;headline=How+do+you+save+a+form+in+Adobe+Reader%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F&amp;title=How+do+you+save+a+form+in+Adobe+Reader%3F&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fsave-form-in-adobe-reader%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/save-form-in-adobe-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Bookmarks Panel to Open When the PDF Opens</title>
		<link>http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/</link>
		<comments>http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/#comments</comments>
		<pubDate>Sun, 31 May 2009 17:51:21 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[navigate]]></category>
		<category><![CDATA[pages panel]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=382</guid>
		<description><![CDATA[Offices are going paperless and what used to be on paper is now on PDF. Acrobat has a slightly higher learning curve than paper, so make it as simple as possible for the end user to navigate your PDFs. One way to do that is to have a navigation panel, either the pages panel or [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Offices are going paperless and what used to be on paper is now on PDF. Acrobat has a slightly higher learning curve than paper, so make it as simple as possible for the end user to navigate your PDFs. One way to do that is to have a navigation panel, either the pages panel or the bookmarks panel, open with the PDF.</p>
<p>There are a few different ways to navigate a PDF, some are easier to use, others are easier to create. The end user can navigate around a PDF with links, bookmarks or the pages panel.</p>
<p><strong>Links: </strong> Links take some effort to set up, but anyone who knows how to open a PDF knows what a link is. This is by far the easiest to use for anyone who uses the internet.</p>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 500px">
	<img class="size-full wp-image-383" title="Bookmarks Panel in Acrobat 9" src="http://customdesigntools.com/wp-content/uploads/2009/05/bookmarks-panel.png" alt="Bookmarks Panel in Acrobat 9" width="500" height="308" />
	<p class="wp-caption-text">Bookmarks Panel in Acrobat 9</p>
</div>
<p><strong>Bookmarks:</strong> Bookmarks also take some effort to set up, but if you set your bookmark styles in the originating application, Word or InDesign for example, the bookmarks should come through to the PDF fully intact. For a user who knows what a bookmark is and knows where to find the bookmarks panel, this is one of the easiest ways to navigate a long PDF document.</p>
<div id="attachment_384" class="wp-caption aligncenter" style="width: 500px">
	<img class="size-full wp-image-384" title="Pages Panel in Acrobat 9" src="http://customdesigntools.com/wp-content/uploads/2009/05/pages-panel.png" alt="Pages Panel in Acrobat 9" width="500" height="399" />
	<p class="wp-caption-text">Pages Panel in Acrobat 9</p>
</div>
<p><strong>Pages Panel:</strong> The pages panel shows exactly that, the pages in order. Each page will have a thumbnail so you can see pretty clearly what the pages are. Double click on a page in the pages panel and it will take you there. This is as easy as it gets for a standard short document.</p>
<blockquote>
<h4><em>A</em><em>lways make things as simple as possible for the end user</em>.</h4>
</blockquote>
<p>What if your end user isn&#8217;t familiar with navigating PDFs? What if they don&#8217;t know what a pages panel or bookmark is let alone where to find it? You could spend hours setting up numerous links so the PDF can be navigated just like a web page. If you make a change to the original document and re-export to PDF, you may need to set up each link again.</p>
<p>As a compromise, fast for you easy for the end user, simply set the pages panel or bookmarks panel to open when the PDF opens.</p>
<h2>How To:</h2>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 540px">
	<img class="size-full wp-image-385 " title="Properties Panel in Acrobat 9" src="http://customdesigntools.com/wp-content/uploads/2009/05/properties.png" alt="Properties Panel in Acrobat 9" width="540" height="533" />
	<p class="wp-caption-text">Properties Panel in Acrobat 9</p>
</div>
<p>With your PDF open in Acrobat 9, go to FILE =&gt; PROPERTIES.</p>
<p>In the INITIAL VEW TAB, under LAYOUT AND MAGNIFICATION.</p>
<p>Set the NAVIGATION TAB to BOOKMARKS PANEL AND PAGE or PAGES PANEL AND PAGE.</p>
<p>Under window options, select SHOW =&gt; DOCUMENT TITLE. This is usually more meaningful than the file name.</p>
<p>Select the ideal magnification, which page you want it to open to and check any boxes you see fit.</p>
<p>That&#8217;s it! Now when the PDF is opened, it will appear as you want it to appear and will be easy to navigate.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/illustrator-cs4-tools-panel-overview/" rel="bookmark" class="crp_title">Illustrator CS4 Tools Panel Overview</a></li><li><a href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li><a href="http://customdesigntools.com/organizing-photoshop-files/" rel="bookmark" class="crp_title">Organizing Photoshop Files</a></li><li><a href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;headline=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F&amp;title=Set+Bookmarks+Panel+to+Open+When+the+PDF+Opens&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fset-bookmark-panel-to-open-with-a-pdf%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to subscribe to RSS</title>
		<link>http://customdesigntools.com/how-to-subscribe-to-rss/</link>
		<comments>http://customdesigntools.com/how-to-subscribe-to-rss/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:01:22 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=350</guid>
		<description><![CDATA[RSS in Plain English by Common Craft is the best explanation of how to subscribe to an RSS. Related Posts:Typography LinksDigital Graphic Design EssentialsOrganizing Photoshop FilesFont ManagementSet Bookmarks Panel to Open When the PDF OpensPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>RSS in Plain English by Common Craft is the best explanation of how to subscribe to an RSS.<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0klgLsSxGsU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0klgLsSxGsU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/typography-links/" rel="bookmark" class="crp_title">Typography Links</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li><a href="http://customdesigntools.com/organizing-photoshop-files/" rel="bookmark" class="crp_title">Organizing Photoshop Files</a></li><li><a href="http://customdesigntools.com/font-management/" rel="bookmark" class="crp_title">Font Management</a></li><li><a href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;title=How+to+subscribe+to+RSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;title=How+to+subscribe+to+RSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;title=How+to+subscribe+to+RSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;headline=How+to+subscribe+to+RSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=How+to+subscribe+to+RSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=How+to+subscribe+to+RSS&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=How+to+subscribe+to+RSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=How+to+subscribe+to+RSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=How+to+subscribe+to+RSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F&amp;title=How+to+subscribe+to+RSS&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-subscribe-to-rss%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/how-to-subscribe-to-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing Photoshop Files</title>
		<link>http://customdesigntools.com/organizing-photoshop-files/</link>
		<comments>http://customdesigntools.com/organizing-photoshop-files/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:56:40 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=90</guid>
		<description><![CDATA[Organizing files in general is important. Photoshop files can become unwieldy after adding a couple dozen layers, paths and alpha channels if you don&#8217;t maintain an organization system. Files are archived for later use or handed off to another design for some reason or another. Taking over a Photoshop file, or any file from a [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Organizing files in general is important. Photoshop files can become unwieldy after adding a couple dozen layers, paths and alpha channels if you don&#8217;t maintain an organization system. Files are archived for later use or handed off to another design for some reason or another. Taking over a Photoshop file, or any file from a disorganized designer can be a nightmare, so just take a few extra seconds while you are working to tidy up the file. The sanity you save may be your own.</p>
<div id="attachment_92" class="wp-caption aligncenter" style="width: 210px">
	<a href="http://customdesigntools.com/wp-content/uploads/2008/10/bad-layers.png"><img class="size-full wp-image-92" title="Bad Layers" src="http://customdesigntools.com/wp-content/uploads/2008/10/bad-layers.png" alt="Do your Photoshop layers look like this? Take five minutes more and organize the files before archiving or handing off to a service bureau or another designer. " width="210" height="133" /></a>
	<p class="wp-caption-text">Do your Photoshop layers look like this? Take five minutes more and organize the files before archiving or handing off to a service bureau or another designer. </p>
</div>
<p>Recently, a designer sent me a Photoshop document with over 130 unnamed, unorganized, scattered shape layers.  It took 45 minutes to organize the layers before I could start working.</p>
<p>Here are some tips to keep your files neat and organized.</p>
<h4>Name your layers.</h4>
<p>Yes, all of them. Give them unique, meaningful names that will be easy to recognize later.</p>
<h4>Group related layers.</h4>
<p>If you have twelve layers of type, put them in a layer group called &#8220;type&#8221;. Not too tough. If you have a tree, branches, apples and a drop shadow on seventeen different layers, put them in a group called &#8220;apple tree&#8221;. Simple.</p>
<h4>Collapse expanded layers or groups.</h4>
<p>Yes, I know Photoshop defaults to expand everything all the time. Yes, it&#8217;s a pain to click that extra time. Yes, I have <a rel="nofollow" target="_blank" href="http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform" target="_blank">requested</a> that Adobe change this. Just take the fraction of a second necessary to collapse each expanded layer as it is created. You will gain the benefit of seeing more layers in the panel at one time making it easier to edit.</p>
<h4>Always save the original PSD.</h4>
<p>Seems like common sense, but you would be surprised how often the original file is unavailable when revision time comes around. Save the original layered PSD and send a flattened file to clients for approval.</p>
<h4>Delete empty layers</h4>
<p>As you are working, you may copy text from one layer to another leaving the first layer empty. Deleting an object in Photoshop does not make the layer containing it to go away. The shape or text may be gone, but the layer is left behind.</p>
<h4>Work in the correct color mode.</h4>
<p>This may not seem like an organization issue, but it is a common mistake. If you designing for print, work in CMYK. Designing for web, RGB. It really doesn&#8217;t seem like a big deal when you are printing from your desktop ink jet, but when you send your file out to a commercial printer you might find this to be a costly oversight.</p>
<p>Happy Photoshopping.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li><a href="http://customdesigntools.com/font-management/" rel="bookmark" class="crp_title">Font Management</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li><a href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;title=Organizing+Photoshop+Files" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;title=Organizing+Photoshop+Files" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;title=Organizing+Photoshop+Files" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;headline=Organizing+Photoshop+Files" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Organizing+Photoshop+Files&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Organizing+Photoshop+Files&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Organizing+Photoshop+Files&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Organizing+Photoshop+Files&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Organizing+Photoshop+Files&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F&amp;title=Organizing+Photoshop+Files&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Forganizing-photoshop-files%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/organizing-photoshop-files/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
