<?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>Free script resoure online - WP theme - Joomla theme - VBB theme - Graphic theme &#187; PSD templates</title>
	<atom:link href="http://www.w3code.net/tag/psd-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3code.net</link>
	<description>WP theme - Joomla theme - VBB theme - Graphic theme</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to add button &#8220;Next page&#8221; in blogger ?</title>
		<link>http://www.w3code.net/how-to-add-button-next-page-in-blogger/</link>
		<comments>http://www.w3code.net/how-to-add-button-next-page-in-blogger/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:12:10 +0000</pubDate>
		<dc:creator>Script</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Java script]]></category>
		<category><![CDATA[Themes Blogger]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Navigation Bar]]></category>
		<category><![CDATA[Next page]]></category>
		<category><![CDATA[PSD templates]]></category>
		<category><![CDATA[Script code]]></category>

		<guid isPermaLink="false">http://www.w3code.net/?p=145</guid>
		<description><![CDATA[Advantages: (Read more Version 1.0) - Shorter lightweight, fast download - Go to 1 page that quickly as you like - Ability to customize the display style and text flexibility - For both Classic and Layout How to Installation instructions for the blog Layout? Note: if you have 1.0 installed then remove it before you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Advantages</strong>: (<a href="http://www.w3code.net/pager-script-version-10-for-blogger/">Read more Version 1.0</a>)</p>
<blockquote><p>- Shorter lightweight, fast download<br />
- Go to 1 page that quickly as you like<br />
- Ability to customize the display style and text flexibility<br />
- For both Classic and Layout</p></blockquote>
<p><strong>How to Installation instructions for the blog Layout?</strong></p>
<p><img class="aligncenter size-medium wp-image-149" title="blogger_pages" src="http://www.w3code.net/wp-content/uploads/2009/02/blogger_pages-300x123.gif" alt="blogger_pages" width="300" height="123" /><br />
<strong>Note</strong>: if you have<strong> 1.0</strong> installed then remove it before you install this new version. How to remove it as before Anhvo also said, you read the article the installation instructions Pager 1.0 code and gradually reverse.</p>
<blockquote><p>&lt;!&#8211; Add pages numbers pages &#8211;&gt;<br />
&lt;b:if cond=&#8217;data:blog.pageType == &#8220;index&#8221;&#8216;&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
. pages (<br />
font-size: 16px;<br />
color: # 060;<br />
font-weight: bold;<br />
padding: 0px 4px;<br />
)<br />
&lt;/ style&gt;</p>
<p>&lt;div align=&#8221;center&#8221; style=&#8221;margin:5px;&#8221;&gt;<br />
&lt;form action=&#8221;#&#8221; name=&#8221;pager20&#8243;&gt;<br />
&lt;span id=&#8221;vwg-pager-first&#8221;&gt; &lt;/ span&gt; &lt;span id=&#8221;vwg-pager-prev&#8221;&gt; &lt;/ span&gt; &lt;input name = &#8220;showingpage&#8221; onfocus = &#8220;this.select ()&#8221; value = &#8220;init &#8230;&#8221; type = &#8220;text&#8221; size = &#8220;4&#8243; title = &#8220;Enter page number that you want to go&#8221; /&gt; / &lt;input size = &#8220;4&#8243; type = &#8220;text&#8221; name = &#8220;pagestotal&#8221; disabled = &#8220;disabled&#8221; value = &#8221; init &#8230; &#8221; /&gt; &lt;input Type=&#8221;button&#8221; onclick=&#8221;checkpager()&#8221; value=&#8221;Go&#8221; /&gt; &lt;span id=&#8221;vwg-pager-next&#8221;&gt; &lt;/ span&gt; &lt;span id = &#8220;pager-vwg-last&#8221; &gt; &lt;/ span&gt;<br />
&lt;/ form&gt;<br />
&lt;/ div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var blogID = &#8220;1193242412365517650&#8243;;<br />
var home_page = &#8220;http://www.vietwebguide.com/&#8221;;<br />
pager_max_main var = 10;</p>
<p>pager_first_text var = &#8220;First&#8221;;<br />
pager_last_text var = &#8220;Last&#8221;;<br />
pager_prev_text var = &#8220;Prev&#8221;;<br />
pager_next_text var = &#8220;Next&#8221;;</p>
<p>&lt;/ script&gt;<br />
&lt;script src = &#8220;http://trongdai.net/blogger_pager_script_v20.js&#8221;<br />
type = &#8220;text / javascript&#8221;&gt; &lt;/ script&gt;<br />
&lt;/ b: if&gt;</p>
<p>&lt;!&#8211; Add pages numbers pages &#8211;&gt;</p></blockquote>
<p>You to <strong>Template -&gt; Edit HTML</strong>, select the <strong>Expand Widget Templates</strong> and find the following line:</p>
<blockquote><p>&lt;b:include name=&#8217;nextprev&#8217;/&gt;</p></blockquote>
<p>Replace the entire code of the Pager in the code is just to find them.</p>
<p>You need to customize what was their, as blogID, home_page and maximum number of items on the homepage. You must set the variable equal to the number pager_max_main items that you have set in Settings &#8211; Formatting &#8211; Show? post on main page.</p>
<p><strong>CSS</strong> Pager&#8217;s name is placed <strong>. pages</strong>, you have to default or customized if you know little about<strong> CSS</strong>.</p>
<p>Also, if research on the code you will change much more as you like. But do not you do not need to do more and have a healthy appetite for Pager blog then.</p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.w3code.net/how-to-add-button-next-page-in-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Fractals, Neon, Light, Burst, Photoshop Brushes</title>
		<link>http://www.w3code.net/free-fractals-neon-light-burst-photoshop-brushes/</link>
		<comments>http://www.w3code.net/free-fractals-neon-light-burst-photoshop-brushes/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:55:30 +0000</pubDate>
		<dc:creator>Script</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PSD templates]]></category>
		<category><![CDATA[Theme Layout]]></category>

		<guid isPermaLink="false">http://www.w3code.net/free-fractals-neon-light-burst-photoshop-brushes/</guid>
		<description><![CDATA[Another trend that has become increasingly popular in advertising lately is the use of light effects. So in this post, I’m going to list some of the hottest and newest free abstract light effects from a variety of brush sites. Many of these lights or neon effect brush sets come with several different styles of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-537" title="fractal-brushes-header" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/fractal-brushes-header.gif" alt="" width="480" height="170" /></p>
<p>Another trend that has become increasingly popular in advertising lately is the use of light effects. So in this post, I’m going to list some of the hottest and newest free abstract light effects from a variety of brush sites. Many of these lights or neon effect brush sets come with several different styles of brushes and tend to vary in resolution.</p>
<p>The brushes in these sets include fractals, light beams, clever light effects and shapes as well as other light related things. If used well, these brushes can create some amazing effects perfect for anything from posters to websites.</p>
<p><strong><a target="_blank" href="http://www.2xgu.net/downloads/" target="_blank">26 Sets of Free Abstract Light Photoshop Brushes<br />
</a><br />
</strong><a target="_blank" href="http://www.2xgu.net/downloads/" target="_blank"><img class="size-medium wp-image-473 alignleft" style="margin-left: 3px; margin-right: 3px;" title="abstract-light-photoshop-brushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/abstract-light-photoshop-brushes.gif" alt="" width="180" height="180" /></a><strong>Author</strong>: 2xgu<br />
<strong>Number of brushes</strong>: 26 packs containing multiple sets of Photoshop brushes.<br />
<strong>Terms of use</strong>: Please check with the author. The 2xgu website does not specify any terms of use. It’s possible that these brushes are free to use for personal and commercial purposes. So, download at your own risk <img class="wp-smiley" src="http://bestdesignoptions.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
<strong><br />
Description:</strong> The 26 packs available as free downloads at 2xgu websites contain multiple sets of high-resolution and really beautiful and awesome abstract light Photoshop brushes.</p>
<p><a target="_blank" href="http://rubina119.deviantart.com/art/Abstract-Brushes-VOL-7-108006665" target="_blank"><strong>8 Free Abstract Brushes Vol. VII</strong></a><strong></strong></p>
<p><strong></strong><a target="_blank" href="http://rubina119.deviantart.com/art/Abstract-Brushes-VOL-7-108006665" target="_blank"><img class="alignleft" style="margin-left: 3px; margin-right: 3px;" title="free-abstract-photoshop-brushes" src="http://th00.deviantart.com/fs39/300W/i/2008/366/4/a/Abstract_Brushes_VOL_7_by_rubina119.jpg" alt="" width="180" height="180" /></a><strong>Author</strong>:rubina119 (Devianart)<strong><br />
Number of brushes</strong>: 8<br />
<strong>Terms of use</strong>: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License<br />
<strong><br />
Description:</strong>Great pack of eight very creative abstract Photoshop brushes that you could use as background for your design projects. If you want to download these brushes for commercial use, please contact the author first. Also, I would like to recommend that you also check out the other abstract brushes by this author.</p>
<p><strong><a target="_blank" href="http://dothackersdaichi.deviantart.com/art/Burst-Brushes-CS-81706913" target="_blank">17 Burst Brushes<br />
</a><strong></strong></strong></p>
<p><a target="_blank" href="http://dothackersdaichi.deviantart.com/art/Burst-Brushes-CS-81706913" target="_blank"><img class="size-medium wp-image-474 alignleft" style="margin-left: 3px; margin-right: 3px;" title="burst-photoshop-brushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/burst-photoshop-brushes.jpg" alt="" width="180" height="180" /></a><strong>Author:</strong> DothackersDaichi (Devianart)<br />
<strong>Number of brushes: </strong>17 in set<br />
<strong>File size</strong>: 3 MB<br />
<strong>Terms of use</strong>: Creative Commons Attribution-Share Alike 3.0 License.</p>
<p><strong>Description:</strong>These brushes were made with Photoshop CS3 but also works well with older versions of Photoshop (Photoshop 7 and up). These brushes are high-res enough even for designs that you intend to print later. Brush resolution range from 900 pixels × 1215 pixels. Checkout also the other brushes created by this author.</p>
<p><strong><a target="_blank" href="http://r0man.de/free_photoshop_brushes.html" target="_blank">7 Packs of Abstract Light Brushes</a></strong></p>
<p><strong></strong><a target="_blank" href="http://r0man.de/free_photoshop_brushes.html" target="_blank"><img class="alignleft size-medium wp-image-476" style="margin-left: 3px; margin-right: 3px;" title="abstract-light-photoshop-brushes-1" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/abstract-light-photoshop-brushes-1.gif" alt="" width="162" height="162" /></a><strong>Author: Russlan Julbarissow<br />
Number of brushes: </strong>multiple sets of brushes for each pack<br />
<strong>Terms of use</strong>: Please check with the author. The 2xgu website does not specify any terms of use. It’s possible that these brushes are free to use for personal and commercial purposes. So, download at your own risk <img class="wp-smiley" src="http://bestdesignoptions.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> <a target="_blank" rel="nofollow" href="http://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><br />
</a><strong><strong><br />
Description:</strong></strong>The author’s website (r0man.de) features a number of brush sets that are downloadable fo free. These brushes were created with Photoshop 7.0 but also work well with newer versions of Photoshop.</p>
<p><a target="_blank" href="http://ladyvictoire.deviantart.com/art/Star-Brushes-3-31601676" target="_blank"><strong>4 Star Brushes</strong></a></p>
<p><a target="_blank" href="http://ladyvictoire.deviantart.com/art/Star-Brushes-3-31601676" target="_blank"><strong></strong></a><a target="_blank" href="http://ladyvictoire.deviantart.com/art/Star-Brushes-3-31601676" target="_blank"><img class="alignleft size-medium wp-image-485" style="margin-left: 3px; margin-right: 3px;" title="starbrushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/starbrushes.jpg" alt="" width="162" height="146" /></a><strong></strong></p>
<p><strong>Author: </strong>LadyVictoire (Devianart)<br />
Number of brushes: 4 in set<br />
File size: 2.3 MB<br />
Terms of use: Free to use for both personal and commercial designs<strong><strong></strong></strong></p>
<p><strong><strong>Description:</strong></strong>This set contains 4 huge Photoshop brushes of starfields. The brushes are made with Adobe Photoshop CS, with each brush resolution set at 2000 pixels.</p>
<p><a target="_blank" href="http://bluejellyforever.deviantart.com/art/Genesis-88879195" target="_blank"><strong>4 Genesis Brushes</strong></a></p>
<p><a target="_blank" href="http://bluejellyforever.deviantart.com/art/Genesis-88879195" target="_blank"><img class="alignleft size-medium wp-image-488" style="margin-left: 3px; margin-right: 3px;" title="genesis-photopshop-light-brushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/genesis-photopshop-light-brushes.jpg" alt="" width="162" height="162" /></a><strong>Author:</strong> Blue JellyForever (Devianart)<br />
<strong>Number of brushes:</strong> 4 brushes<br />
<strong>File size: </strong>176 KB<br />
<strong>Terms of usage</strong>: The author has a personalized brush terms of usage. Please read it carefully before downloading the brushes</p>
<p><strong>Description:</strong> This set contains four very impressive light brushes. Resolution of each brushes are large enough at 1,000 by 1000 pixels. The earlier brushes created by this author is also worth checking out!</p>
<p><a target="_blank" href="http://ihea.deviantart.com/art/Neutron-Collapse-Brushset-HQ-84841480" target="_blank"><strong>Neutron Collapse Brush Set</strong></a></p>
<p><a target="_blank" href="http://ihea.deviantart.com/art/Neutron-Collapse-Brushset-HQ-84841480" target="_blank"><img class="size-medium wp-image-494 alignleft" style="margin-left: 3px; margin-right: 3px;" title="neutron-photoshop-brushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/neutron-photoshop-brushes.jpg" alt="" width="180" height="159" /></a><strong>Author:</strong> IHEA (Devianart)<br />
<strong>Number of brushes:</strong> 1<br />
<strong>File size:</strong> 15.6MB<br />
<strong></strong></p>
<p><strong>Terms of use: </strong>Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</p>
<p><strong>Description:</strong> This is the second brush created by IHEA. The first set titled, the collapse of the neurons, is also worth checking out!</p>
<p><a target="_blank" href="http://www.box.net/shared/ylnx7jjm2l" target="_blank"><strong>25 Abstract Light Brushes</strong></a></p>
<p><a target="_blank" href="http://www.box.net/shared/ylnx7jjm2l"><img class="alignleft size-medium wp-image-496" style="margin-left: 3px; margin-right: 3px;" title="abstract-light-photoshop-brushes-2" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/abstract-light-photoshop-brushes-2.gif" alt="" width="180" height="150" /></a><strong>Author</strong>: You the Designer<br />
<strong>Number of Brushes:</strong> 25<br />
<strong>Download file size:</strong> 357KB</p>
<p><strong>Terms of use:</strong> Free to use for personal and commercial designs</p>
<p><strong>Description:</strong> The first brush pack from You the Designer consisting of 25 abstract light brushes in high resolution that you can easily upload to Photoshop to create wicked designs.</p>
<p><a target="_blank" href="http://edelihu.deviantart.com/art/Party-Brushes-104996229" target="_blank"><strong>Party Light Brushes</strong></a></p>
<p><a target="_blank" href="http://edelihu.deviantart.com/art/Party-Brushes-104996229" target="_blank"><img class="alignleft" style="margin-left: 3px; margin-right: 3px;" title="party-lights-brushes-photoshop" src="http://th09.deviantart.com/fs39/300W/i/2008/334/4/9/Party_Brushes_by_Edelihu.jpg" alt="" width="180" height="159" /></a><strong>Author: </strong>Edilihu (Devianart)<br />
<strong>Number of Brushes:Not specified<br />
Download file size:</strong> 758 KB</p>
<p><strong>Terms of use:</strong> Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</p>
<p><strong>Description:</strong> The resolution of each brush in this set is 1600×1200 pixels. Designed especially for people who love dance and music.</p>
<p><a target="_blank" href="http://chrissy79.deviantart.com/art/LightStormVI-80773863" target="_blank"><strong>Light Storm VI</strong></a></p>
<p><a target="_blank" href="http://chrissy79.deviantart.com/art/LightStormVI-80773863" target="_blank"><img class="alignleft" style="margin-left: 3px; margin-right: 3px;" title="light-storm-photoshop-brushes" src="http://th08.deviantart.com/fs26/300W/i/2008/083/3/d/LightStormVI_by_Chrissy79.jpg" alt="" width="180" height="150" /></a></p>
<p><strong>Author:</strong> Chrissy79 (Devianart)<br />
<strong>Number of brushes:</strong> 6<br />
<strong>Download file size:</strong> 7.5 MB</p>
<p><strong>Terms of use:</strong> Not specified</p>
<p><strong>Description:</strong> This set contains 6 brushes in large, medium and small sizes. Maximum resolution of these brushes is at 978×753 pixels.</p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.w3code.net/free-fractals-neon-light-burst-photoshop-brushes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Grunge Style Photoshop Brush Sets</title>
		<link>http://www.w3code.net/free-grunge-style-photoshop-brush-sets/</link>
		<comments>http://www.w3code.net/free-grunge-style-photoshop-brush-sets/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:53:31 +0000</pubDate>
		<dc:creator>Script</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PSD templates]]></category>
		<category><![CDATA[Theme Layout]]></category>

		<guid isPermaLink="false">http://www.w3code.net/?p=119</guid>
		<description><![CDATA[I’m not a big fan of the grunge style. However, because grungy designs are still “in” or trendy these days, I would like to ride this popularity and list here some high quality Photoshop brushes that you could use to add random patches of dirt, rust and mold to textures in your artwork. You may [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a target="_blank" href="http://bestdesignoptions.com/?p=150"><img class="alignnone size-full wp-image-247" title="free-grunge-brushes" src="http://bestdesignoptions.com/wp-content/uploads/2009/01/grungebrush-banner.jpg" alt="" width="480" height="175" /></a></p>
<p class="MsoNormal">I’m not a big fan of the grunge style. However, because grungy designs are still “in” or trendy these days, I would like to ride this popularity and list here some high quality Photoshop brushes that you could use to add random patches of dirt, rust and mold to textures in your artwork. You may also use these brushes to give your photos that aged and damaged look.</p>
<p class="MsoNormal"><strong>Important: </strong>Please read the fine-print. Many designers require attribution or have special requirements for<br />
commercial use of their artwork. Please give them the credit they deserve. (Even if they don’t require one).</p>
<p><!--[if gte mso 10]><br />
<mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Table Normal";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
mso-para-margin:0in;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-fareast-font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--></p>
<p><a target="_blank" href="http://gojol23.deviantart.com/art/Urban-Decay-Photoshop-Brushes-100711549" target="_blank"><strong>1. Urban Decay Photoshop Brushes</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://gojol23.deviantart.com/art/Urban-Decay-Photoshop-Brushes-100711549" target="_blank"><img class="alignnone" title="grunge brush from devianart" src="http://th09.deviantart.com/fs36/300W/i/2008/288/0/d/Urban_Decay_Photoshop_Brushes_by_gojol23.jpg" alt="" width="300" height="272" /></a></p>
<p class="MsoNormal">A large collection of grungy, dirty and decayed Photoshop brushes. This set contains 61 brushes and free to use for personal designs.</p>
<p><!--[endif]--><!--[if gte mso 9]><xml><br />
<w:WordDocument><br />
<w:View>Normal</w:View><br />
<w:Zoom>0</w:Zoom><br />
<w:PunctuationKerning /><br />
<w:ValidateAgainstSchemas /><br />
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />
<w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />
<w:Compatibility><br />
<w:BreakWrappedTables /><br />
<w:SnapToGridInCell /><br />
<w:WrapTextWithPunct /><br />
<w:UseAsianBreakRules /><br />
<w:DontGrowAutofit /><br />
<w:UseFELayout /><br />
</w:Compatibility><br />
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel><br />
</w:WordDocument><br />
</xml><![endif]--><!--[if gte mso 9]><xml><br />
<w:LatentStyles DefLockedState="false" LatentStyleCount="156"><br />
</w:LatentStyles><br />
</xml><![endif]--><!--[if !mso]><span class="mceItemObject"<br />
classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></span><br />
<mce:style><!<br />
st1\:*{behavior:url(#ieooui) }<br />
--></p>
<p><!--[endif]--><!--<br />
/* Font Definitions */<br />
@font-face<br />
{font-family:"MS Mincho";<br />
panose-1:2 2 6 9 4 2 5 8 3 4;<br />
mso-font-alt:"Kozuka Mincho Pro R";<br />
mso-font-charset:128;<br />
mso-generic-font-family:roman;<br />
mso-font-format:other;<br />
mso-font-pitch:fixed;<br />
mso-font-signature:1 134676480 16 0 131072 0;}<br />
@font-face<br />
{font-family:"\@MS Mincho";<br />
panose-1:0 0 0 0 0 0 0 0 0 0;<br />
mso-font-charset:128;<br />
mso-generic-font-family:roman;<br />
mso-font-format:other;<br />
mso-font-pitch:fixed;<br />
mso-font-signature:1 134676480 16 0 131072 0;}<br />
/* Style Definitions */<br />
p.MsoNormal, li.MsoNormal, div.MsoNormal<br />
{mso-style-parent:"";<br />
margin:0in;<br />
margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:12.0pt;<br />
font-family:"Times New Roman";<br />
mso-fareast-font-family:"MS Mincho";<br />
mso-bidi-font-family:"Times New Roman";<br />
mso-bidi-language:AR-SA;}<br />
h1<br />
{mso-style-next:Normal;<br />
margin-top:12.0pt;<br />
margin-right:0in;<br />
margin-bottom:3.0pt;<br />
margin-left:0in;<br />
mso-pagination:widow-orphan;<br />
page-break-after:avoid;<br />
mso-outline-level:1;<br />
font-size:16.0pt;<br />
font-family:Arial;<br />
mso-font-kerning:16.0pt;<br />
mso-bidi-language:AR-SA;<br />
font-weight:bold;}<br />
h2<br />
{mso-margin-top-alt:auto;<br />
margin-right:0in;<br />
mso-margin-bottom-alt:auto;<br />
margin-left:0in;<br />
mso-pagination:widow-orphan;<br />
mso-outline-level:2;<br />
font-size:18.0pt;<br />
font-family:"Times New Roman";<br />
font-weight:bold;}<br />
h4<br />
{mso-style-next:Normal;<br />
margin-top:12.0pt;<br />
margin-right:0in;<br />
margin-bottom:3.0pt;<br />
margin-left:0in;<br />
mso-pagination:widow-orphan;<br />
page-break-after:avoid;<br />
mso-outline-level:4;<br />
font-size:14.0pt;<br />
font-family:"Times New Roman";<br />
mso-bidi-language:AR-SA;<br />
font-weight:bold;}<br />
a:link, span.MsoHyperlink<br />
{color:blue;<br />
text-decoration:underline;<br />
text-underline:single;}<br />
a:visited, span.MsoHyperlinkFollowed<br />
{color:purple;<br />
text-decoration:underline;<br />
text-underline:single;}<br />
p<br />
{mso-margin-top-alt:auto;<br />
margin-right:0in;<br />
mso-margin-bottom-alt:auto;<br />
margin-left:0in;<br />
mso-pagination:widow-orphan;<br />
font-size:12.0pt;<br />
font-family:"Times New Roman";<br />
mso-fareast-font-family:"MS Mincho";<br />
mso-bidi-font-family:"Times New Roman";}<br />
@page Section1<br />
{size:8.5in 11.0in;<br />
margin:1.0in 1.25in 1.0in 1.25in;<br />
mso-header-margin:.5in;<br />
mso-footer-margin:.5in;<br />
mso-paper-source:0;}<br />
div.Section1<br />
{page:Section1;}<br />
--></p>
<p><!--[if gte mso 10]><br />
<mce:style><!<br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Table Normal";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
mso-para-margin:0in;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-fareast-font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}<br />
--></p>
<p><a target="_blank" href="http://www.room122.com/photoshop/brush-set-cracks/" target="_blank"><strong>2.</strong></a><strong><a target="_blank" title="Permanent Link: Sidewalk Series Vol. 1 Cracks: A Free High Res Brush Set" href="http://www.room122.com/photoshop/brush-set-cracks/"> Sidewalk Cracks</a></strong><!--[endif]--></p>
<p><a target="_blank" href="http://www.room122.com/photoshop/brush-set-cracks/" target="_blank"><img class="alignnone" title="grung brush" src="http://www.room122.com/wp-content/uploads/2008/09/large_thumb.jpg" alt="" width="300" height="220" /></a></p>
<p>This is the first of a series of high resolution Photoshop brush set from  Room122.com. Inspired by sidewalk cracks, Volume 1 of  the Sidewalk Series features six high resolution sidewalk cracks.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><a target="_blank" title="Permanent Link: Sidewalk Series Vol. 2 Oil Stains: Free High Res Brush Set" href="http://www.room122.com/photoshop/sidewalk-series-vol-2-oil-stains-a-free-high-res-brush-set/">3. Oil Stains</a></strong></p>
<p class="MsoNormal"><a target="_blank" href="http://www.room122.com/photoshop/sidewalk-series-vol-2-oil-stains-a-free-high-res-brush-set/" target="_blank"><img class="alignnone" title="oil-stains-Photoshop-brushes" src="http://www.room122.com/wp-content/uploads/2008/09/oilstains_thumb.jpg" alt="" width="300" height="220" /></a></p>
<p class="MsoNormal">The second volume of the Sidewalk Series contains 10 high resolution grungy concrete stains and spots similar to those that you find on the sidewalk and in the street.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong><a target="_blank" title="Permanent Link: Sidewalk Series Vol. 3 Concrete Rust: Free High Res Brush Set" href="http://www.room122.com/photoshop/sidewalk-series-vol-3-concrete-rust-free-high-res-brush-set/">4. Concrete Rust</a></strong></p>
<p><a target="_blank" href="http://www.room122.com/photoshop/sidewalk-series-vol-3-concrete-rust-free-high-res-brush-set/" target="_blank"><img title="concrete-rust-Photoshop-brushes" src="http://www.room122.com/wp-content/uploads/2008/10/large_thumb.jpg" alt="concrete-rust-Photoshop-brushes" width="300" height="220" /></a></p>
<p class="MsoNormal">The third installment of the Sidewalk Series includes nine high resolution brushes. The concrete rust set are spots on the sidewalk that appear as worn areas of brown rust, usually caused from a hole or chip in the<br />
concrete. These are great for adding a bit of grunginess to your design work.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://qbrushes.com/grunge/hi-res-mess/" target="_blank"><strong>5. Hi-Res Mess</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://qbrushes.com/grunge/hi-res-mess/" target="_blank"><img class="alignnone" title="Photoshop-grunge-brush" src="http://downlaods1.com/qbrushes/preview/hi-res-mess_brush_preview.jpg" alt="" width="439" height="161" /></a></p>
<p class="MsoNormal">This set from Qbrushes contains five high resolution 2000px plus grungy and messy brushes for Photoshop CS and up. You may use them as you wish for commercial and none commercial use.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong><a target="_blank" title="Permanent Link: Free High-Res Photoshop Brushes: Grungy Wings" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-wings/"><br />
6. Grungy Wings</a></strong></p>
<p class="MsoNormal"><a target="_blank" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-wings/" target="_blank"><img class="alignnone size-medium wp-image-1150" title="ps-brush-grunge" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/ps-brush-grunge.jpg" alt="" width="300" height="200" /></a></p>
<p class="MsoNormal">This brush set was made using a sketch pad, a can of spray paint and a kitchen sponge. The set includes five pairs of wings, making the brush total 10. As usual, the brushes are ginormous (2500px).</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong><a target="_blank" title="Permanent Link: Free High-Res Photoshop Brushes: Grungy Watercolor" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-watercolor/">7. Grungy Watercolor</a></strong></p>
<p class="MsoNormal"><a target="_blank" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-watercolor/" target="_blank"><img class="alignnone size-medium wp-image-1151" title="ps-brush-grunge1" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/ps-brush-grunge1.jpg" alt="" width="300" height="200" /></a></p>
<p class="MsoNormal">This set contains 10 super large brushes. The zip file that you can download included a PNG files for non-Photoshop users. The brushes were made from a combination of watercolor and india ink.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><strong><a target="_blank" title="Permanent Link: Free High Res Photoshop Brushes: Grungy Texture" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-texture/">8. Grungy Texture</a></strong></p>
<p class="MsoNormal"><a target="_blank" href="http://www.bittbox.com/freebies/free-high-res-photoshop-brushes-grungy-texture/" target="_blank"><img class="alignnone size-medium wp-image-1152" title="ps-brush-grunge2" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/ps-brush-grunge2.jpg" alt="" width="300" height="200" /></a></p>
<p class="MsoNormal">The set includes grungy textures as well as some rocky cracks. There are 12 brushes in this<br />
set, all of them 2500px in size. These brushes can be used with Photoshop, CS, CS2 and CS3. A PNG format is also included for non-Photoshop users.</p>
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://scully7491.deviantart.com/art/Typographic-Grunge-Brushes-30565921" target="_blank"><strong>9. Typographic Grunge Brushes</strong></a></p>
<p class="MsoNormal"><!--[if gte vml 1]><v:shapetype id="_x0000_t75"<br />
coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"<br />
filled="f" stroked="f"><br />
<v:stroke joinstyle="miter" /><br />
<v:formulas><br />
<v:f eqn="if lineDrawn pixelLineWidth 0" /><br />
<v:f eqn="sum @0 1 0" /><br />
<v:f eqn="sum 0 0 @1" /><br />
<v:f eqn="prod @2 1 2" /><br />
<v:f eqn="prod @3 21600 pixelWidth" /><br />
<v:f eqn="prod @3 21600 pixelHeight" /><br />
<v:f eqn="sum @0 0 1" /><br />
<v:f eqn="prod @6 1 2" /><br />
<v:f eqn="prod @7 21600 pixelWidth" /><br />
<v:f eqn="sum @8 21600 0" /><br />
<v:f eqn="prod @7 21600 pixelHeight" /><br />
<v:f eqn="sum @10 21600 0" /><br />
</v:formulas><br />
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /><br />
<o:lock v:ext="edit" aspectratio="t" /><br />
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" alt=":D" style='width:11.25pt;<br />
height:11.25pt'><br />
<v:imagedata src="file:///C:\DOCUME~1\ggizelle\LOCALS~1\Temp\msohtml1\01\clip_image001.gif" mce_src="file:///C:\DOCUME~1\ggizelle\LOCALS~1\Temp\msohtml1\01\clip_image001.gif"<br />
o:href="http://e.deviantart.com/emoticons/b/biggrin.gif" /><br />
</v:shape><![endif]--><!--[if !vml]--><a target="_blank" href="http://scully7491.deviantart.com/art/Typographic-Grunge-Brushes-30565921" target="_blank"><img class="alignnone" title="Photoshop-grunge-brush" src="http://fc55.deviantart.com/fs14/i/2007/048/b/2/Typographic_Grunge_Brushes_by_Scully7491.jpg" alt="" width="315" height="316" /></a></p>
<p class="MsoNormal">The set contains random letter and number grunge brushes made from stock photos. Most of the brushes work better in large sizes. Compatible with Photoshop 7 and up. Please read the fine-print carefully .</p>
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://env1ro.deviantart.com/art/QuadGrunged-98071015" target="_blank"><strong>10. Quad Grunged</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://env1ro.deviantart.com/art/QuadGrunged-98071015" target="_blank"><img class="alignnone" title="Photoshop-grunge-brushes" src="http://th08.deviantart.com/fs36/300W/i/2008/259/b/8/QuadGrunged_by_env1ro.jpg" alt="" width="300" height="225" /></a></p>
<p class="MsoNormal">The  Quad Grunged pack contains 10 grungy abstract brushes and compatible with Photoshop 7 and up! Available for personal use only.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/569-Dumpster-Brushes" target="_blank"><strong>11. Dumpster Brushes</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/569-Dumpster-Brushes" target="_blank"><img class="alignnone" title="Photoshop-brushes-dumpster" src="http://static0.brusheezy.com/images/screenshots/0000/1690/DubDumpsterThumbnail.jpg?1198963069" alt="" width="300" height="220" /></a></p>
<p class="MsoNormal">This set has 8 Photoshop brushes created from photos of old dumpsters. All brushes are over 800px. Feel free to use these any way you need to use them (commercial and non-commerical).</p>
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/639-Rough-Edges" target="_blank"><strong>12. Rough Edges</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/639-Rough-Edges" target="_blank"><img class="alignnone" title="Photoshop-brush-rough-edges" src="http://static1.brusheezy.com/images/screenshots/0000/1900/roughEdges.jpg?1206113267" alt="" width="300" height="220" /></a></p>
<p class="MsoNormal">For creating rough edges effects. Includes high res brushes and works even with older versions of Photoshop.</p>
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/724-Grunge-Brushes" target="_blank"><strong>13.Grunge Brushes</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://www.brusheezy.com/brush/724-Grunge-Brushes" target="_blank"><img class="alignnone" title="grunge-brushes" src="http://static1.brusheezy.com/images/screenshots/0000/2155/grunge-brushes.gif?1212377742" alt="" width="300" height="220" /></a></p>
<p class="MsoNormal">This set is made in Photoshop 7, with brushes available in medium and large size. The pack is a bit heavy to download. You may use these brushes for both personal and commercial purposes<strong>.</strong></p>
<p class="MsoNormal"><a target="_blank" href="http://qbrushes.com/grunge/ultimate-grunge-set-3/" target="_blank"><strong><br />
14. Ultimate Grunge Brushes 3</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://qbrushes.com/grunge/ultimate-grunge-set-3/" target="_blank"><img class="alignnone" title="grunge brush" src="http://downlaods1.com/qbrushes/preview/135_grunge_brush_preview.jpg" alt="" width="503" height="185" /></a></p>
<p class="MsoNormal">This set from QBrushes contains 135 high-resolution grunge brushes. Free to use for personal and commercial purposes.</p>
<p class="MsoNormal">
<p class="MsoNormal"><a target="_blank" href="http://smashmethod.deviantart.com/art/SM-splatterisM-1-ps7-repack-10351757" target="_blank"><strong>15. Splatters</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://smashmethod.deviantart.com/art/SM-splatterisM-1-ps7-repack-10351757" target="_blank"><img class="alignnone" title="splatters-brush-grunge-style" src="http://th08.deviantart.com/fs4/300W/i/2004/249/f/9/SM_SplatterisM_1__CS__by_smashmethod.jpg" alt="" width="300" height="206" /></a></p>
<p class="MsoNormal">This set contains 35 high-resolution splats and drips, that load in PS7 and up. These were originally made by breaking fountain pen cartridges onto posterboard, and scanning the results.The brushes can be downloaded for non-commercial use only.</p>
<p class="MsoNormal"><a target="_blank" href="http://krisnreine.com/?page_id=28" target="_blank"><strong>16. Blood Grunge</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://krisnreine.com/?page_id=28"><img class="alignnone" title="blood-grunge-brushes" src="http://www.krisnreine.com/resources/001_blood.jpg" alt="" width="350" height="175" /></a></p>
<p class="MsoNormal">This set from Krisreine.com contains high resolution blood grunge brushes. These brushes are compatible with Photoshop 6 version and up. Free for personal and commercial use.</p>
<p class="MsoNormal"><a target="_blank" href="http://garfcore.deviantart.com/art/Massive-Splatter-Pack-32641687" target="_blank"><strong>17. Garfcore Splatter Pack</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http:///" target="_blank"><img class="alignnone" title="splatter-brush" src="http://th04.deviantart.com/fs10/300W/i/2006/121/b/8/Massive_Splatter_Pack__by_Garfcore.jpg" alt="" width="300" height="300" /></a></p>
<p class="MsoNormal">The pack contains 23 brushes, the smallest one being 927 pixels and the largest; 2405 pixels. These brushes are intended for large scale use since resizing them for a smaller document could be tedious. Free for personal use only.</p>
<p class="MsoNormal"><a target="_blank" href="http://www.bittbox.com/freebies/free-hi-res-splatter-photoshop-brushes/" target="_blank"><strong>18. Hi-Res Splatter Brush</strong></a></p>
<p class="MsoNormal"><a target="_blank" href="http://www.bittbox.com/freebies/free-hi-res-splatter-photoshop-brushes/" target="_blank"><img class="alignnone size-medium wp-image-1153" title="ps-brush-grunge3" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/ps-brush-grunge3.jpg" alt="" width="300" height="200" /></a></p>
<p class="MsoNormal">Another grunge brush from Bittbox, this pack contains 23 high resolution brushes. The size of the brushes range from 2457px (smallest) to 2,500px. This set is compatible with Photoshop CS and up. A PNG file is also included for those using early versions and Photoshop and non-Photoshop users.</p>
<p class="MsoNormal"><a target="_blank" href="http://keepwaiting.deviantart.com/art/Tizzape-Tape-Brushes-29459997" target="_blank"><strong>19. Tizzape Tape Brushes</strong></a></p>
<p class="MsoNormal"><img class="alignnone" title="Photoshop-tape-brushes" src="http://th06.deviantart.com/fs9/300W/i/2006/069/2/e/Tizzape_Tape_Brushes_by_KeepWaiting.jpg" alt="" width="300" height="300" /></p>
<p class="MsoNormal">This set is made for Photoshop 7 and also works with newer versions of Photoshop. The collection includes 19 high-resolution masking tape brushes that can be downloaded for commercial use only.</p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.w3code.net/free-grunge-style-photoshop-brush-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Photoshop Brushes (Retro Photoshop)</title>
		<link>http://www.w3code.net/free-photoshop-brushes-retro-photoshop/</link>
		<comments>http://www.w3code.net/free-photoshop-brushes-retro-photoshop/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:49:53 +0000</pubDate>
		<dc:creator>Script</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Free themes]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PSD templates]]></category>
		<category><![CDATA[Retro Photoshop]]></category>
		<category><![CDATA[Theme Layout]]></category>

		<guid isPermaLink="false">http://www.w3code.net/?p=116</guid>
		<description><![CDATA[It is not true that retro or vintage designs are outdated and unattractive. Designers can actually come up with a design that is both usable and decorative using a successful and representative styles from the past. Vintage art has been very successful because it has a wider reach since it is being appreciated by both [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1218" title="header-retro-design" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/header-retro-design.jpg" alt="" width="480" height="142" /></p>
<p>It is not true that retro or vintage designs are outdated and unattractive. Designers can actually come up with a design that is both usable and decorative using a successful and representative styles from the past. Vintage art has been very successful because it has a wider reach since it is being appreciated by both the young generation and those who were lucky enough to experience living in the 40s,50s and 60s. Retro designs also create a feeling of nostalgic and bring back memories from the near past.</p>
<p>Using retro or “old” style also makes a design very unique and appealing. That’s why we see more and more designers use this element in designing websites both corporate and for personal blogs or portfolio and even for print materials.</p>
<p>So why not start using the vintage or retro look in your designs as well? To help you get started, here, I am posting some free but very useful and high-resolution sets of retro-styled Photoshop brushes. From circles to stars to vintage appliances, there are plenty of brushes to choose from in this roundup. I hope you will find something that can be of use to you.</p>
<p><strong>1. 40 Retro Dynamic Brushes</strong><br />
Author: ardcor<br />
Description: This set has 240 dynamically generating retro brushes that are mostly circular. These brushes are free to use for personal projects. These brushes are compatible with Adobe Photoshop CS and higher versions.</p>
<p><img class="alignnone size-full wp-image-1179" title="photoshop-retro-brush1" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush1.jpg" alt="" width="480" height="200" /></p>
<p><strong>2. Retro Photoshop Brush Set<br />
</strong>Author: PSD Nation<br />
Description: This retro photoshop brush pack is composed of 18 ultra high-resolution brushes (at 1,500 by 1500 pixels each), allowing you to create large, detailed artwork with no problems. You may use these brushes for whatever purpose, commercial and non-commercial projects alike.</p>
<p><img class="alignnone size-full wp-image-1180" title="photoshop-retro-brush-2" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-2.jpg" alt="" width="480" height="200" /></p>
<p><strong>3. Photoshop Extra Large Urban Brush<br />
</strong>Author: Enigma-Design<strong><br />
</strong>Description: This brush pack contains 9 brushes with resolution of 2500×2500 pixels each, making it a perfect choice for large projects. Also included in this pack are the PNG files which you could use outside of Photoshop. You may use these brushes for both personal and commercial projects. However, the use of these brushes for anything pornographic, hateful or racial is highly discouraged. Brushes should work with Photoshop not older than Photoshop CS version.<strong><br />
</strong></p>
<p><img class="alignnone size-full wp-image-1181" title="photoshop-retro-brush-3" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-3.jpg" alt="" width="480" height="200" /></p>
<p><strong>4. Retro Vectors Brushes</strong><br />
Author:redheadstock<br />
Description:  This Photoshop brush set is composed of different retro-styled vectors, including halftones, circles, squares, diamonds, wavy lines, and many more. All brushes are high resolution, with the average size being approximately 1800 pixels. The brushes are compatible with Photoshop 7 and newer vesions, Photoshop Elements 2 and later versions, and GIMP 2.2.6+</p>
<p><img class="alignnone size-full wp-image-1182" title="photoshop-retro-brush-4" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-4.jpg" alt="" width="480" height="200" /></p>
<p><strong>5. US Military Ranks Brushes 1<br />
</strong>Author: redheadstock<br />
Description: There are 34 Photoshop brushes in this set which include the different United States military ranks–Army, Air Force, Coast Guard, Marines, Navy. Please read the text file included in the zipped download folder to find out what brush corresponds to what rank, in case you’re not sure which is which. These are all high resolution, with average size being 1850 pixels. These brushes should work with Photoshop 7+, Photoshop Elements 2+, GIMP 2.2.6+</p>
<p><img class="alignnone size-full wp-image-1183" title="photoshop-retro-brush-5" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-5.jpg" alt="" width="480" height="200" /></p>
<p><strong>6. Retro Funk Set 2<br />
</strong>Author: ardcor<br />
Description: For a great retro look and feel, try these dynamicall generated circular brushes from ardcor. The set includes 44 brushes that you can use with Adobe Photoshop CS, CS2 ,and CS3.</p>
<p><img class="alignnone size-medium wp-image-1184" title="photoshop-retro-brush-6" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-6-300x125.jpg" alt="" width="480" height="200" /></p>
<p><strong>7. Scrappin Cop Funky Retro Circles<br />
</strong>Author: debh945<br />
Description: This brush set includes some really big funky circles and several small little circles. Total file size of these brushes is  9.3 MB. Free for personal use. File size is 9.3 MB</p>
<p><img class="alignnone size-full wp-image-1209" title="photoshop-retro-brush-7" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-7.jpg" alt="" width="480" height="200" /></p>
<p><strong>8. Magno<br />
</strong>Author: absolutbeginner<br />
Description: This brush set is made out of different materials including old technical books and old tape recorder.</p>
<p><img class="alignnone size-full wp-image-1185" title="photoshop-retro-brush-8" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-8.jpg" alt="" width="480" height="200" /></p>
<p><strong>9. Retro Stars<br />
</strong>Author: SUDDS<br />
Description: This brush set consists of 10 retro star brushes. These are compatible with Photoshop CS and higher versions. The total file size is only 156 KB.</p>
<p><img class="alignnone size-full wp-image-1186" title="photoshop-retro-brush-9" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-9.jpg" alt="" width="480" height="200" /></p>
<p><strong>10. Retro Frames<br />
</strong>Author: punksafetypin<br />
Description: These set includes 9 brushes of different frames in various shapes that you could use to give your photos a retro feel and look. Since this set is made with Photoshop CS3, an image pack is included just in case you are using an older version of the program.</p>
<p><img class="alignnone size-full wp-image-1187" title="photoshop-retro-brush-10" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-10.jpg" alt="" width="480" height="200" /></p>
<p><strong>11. That 70s Girls</strong><br />
Author: punksafetypin<br />
Description: The pack includes 10 different images of girls from the 70s era. This brush set is intended for Photoshop 7 and should also work with newer versions of the program. In case you want to use this with an older Photoshop version and these brushes don’t work for you or if you are using a different software, then checkout the image pack included in the zipped download folder.</p>
<p><img class="alignnone size-full wp-image-1188" title="photoshop-retro-brush-11" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-11.jpg" alt="" width="480" height="200" /></p>
<p><strong>12. Vintage Models<br />
</strong>Author: punksafetypin<br />
Description: The pack includes 11 different images of women wearing 70s fashion. This brush set is intended for Photoshop 7 and should also work with newer versions of the program. In case you want to use this with an older  Photoshop version and these brushes don’t work for you or if you are using a different software, then checkout the image pack included in the zipped download folder.</p>
<p><img class="alignnone size-full wp-image-1189" title="photoshop-retro-brush-12" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-12.jpg" alt="" width="480" height="200" /></p>
<p><strong>13. Retro Dots<br />
</strong>Author: twistedswanton<br />
Description: This set includes nine (9) high-resolution brushes of things like banners, wallpaper, signatures, among others. The archived pack that you can download for free includes the .abr brush file and a folder containing the image in PNG of each brush. You may use the images instead if you are using Photoshop version that’s lower than version 7.</p>
<p><img class="alignnone size-full wp-image-1190" title="photoshop-retro-brush-13" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-13.jpg" alt="" width="480" height="200" /></p>
<p><strong>14. Disco Stars<br />
</strong>Author: Mephotos<br />
Description: This set includes 9 retro vector disco star that you may use as brushes in Photoshop. The total file size of these brushes is 1.3 MB. Free for non-commercial use only.</p>
<p><img class="alignnone size-full wp-image-1191" title="photoshop-retro-brush-14" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-14.jpg" alt="" width="480" height="200" /></p>
<p><strong>15. Retro Brushes<br />
</strong>Author: SkullsXroses<br />
Description: These brushes are created using Photoshop Elements 2. The brush pack includes 40 brushes, with file size of 8.3 MB.  Free for personal use.</p>
<p><img class="alignnone size-full wp-image-1192" title="photoshop-retro-brush-16" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-16.jpg" alt="" width="480" height="200" /></p>
<p><strong>16. Retro Brushes</strong><br />
Author: vwake<br />
Description: This set has 30 brushes composed of images of vintage cars, people and other elements taken from the 40s, 50s, and 60s era. These brushes are compatible with Photoshop 7 and newer versions.</p>
<p><img class="alignnone size-full wp-image-1193" title="photoshop-retro-brush-17" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-17.jpg" alt="" width="480" height="200" /></p>
<p><strong>17. retro circle brushes</strong><br />
Author: chokingonstatic<br />
Description: This set includes four (4) brushes in green-orange-brown combination that you can use freely (commercial and otherwise). Total file size of these brushes is only 14.1 KB.</p>
<p><img class="alignnone size-medium wp-image-1194" title="photoshop-retro-brush-18" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-18-300x125.jpg" alt="" width="480" height="200" /></p>
<p><strong>18. 1940 Cosmopolitan Brushes<br />
</strong>Author: moolis<br />
Description: This set has 48 brushes composed of images taken from from a vintage 40’s Cosmopolitan. These brushes are compatible to use with Photoshop 7 and higher versions of teh software.</p>
<p><img class="alignnone size-full wp-image-1195" title="photoshop-retro-brush-181" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-181.jpg" alt="" width="471" height="200" /></p>
<p><strong>19. Vintage Camera Set<br />
</strong>Author: Brushes500<br />
Description: This set contains 9 big brushes of old and slightly newer cameras: 2 Agfa cameras (both around 40-50 years old), a Holga, 2 Polaroid cameras and a Kodak Brownie (about 40 years old).</p>
<p><img class="alignnone size-full wp-image-1201" title="photoshop-retro-brush-24" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-24.jpg" alt="" width="471" height="200" /></p>
<p><strong>20. Retro Brushes</strong><br />
Author: absolutbeginner<br />
Description: This set contains 17 brushes of retro images mostly about money that you can use for your designs for free. little gallery of retro images mostly about money, but you’ll find some brushes about pin-up, celebration and danceThese brushes are compatible to use with Photoshop CS and later versions of Photoshop.</p>
<p><img class="alignnone size-full wp-image-1196" title="photoshop-retro-brush-19" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-19.jpg" alt="" width="471" height="200" /></p>
<p>DOWNLOAD</p>
<p><strong>21. Vintage TV Sets</strong><br />
Author: Brushes.500.org<br />
Description:This set contains 8 Photoshop brushes created using images of different kinds of vintage TV sets.</p>
<p><img class="alignnone size-medium wp-image-1197" title="photoshop-retro-brush-20" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-20-300x127.jpg" alt="" width="480" height="200" /></p>
<p><strong>22. Retro Brushes</strong><br />
Author:priesteres-stockThese brushes were created using Photoshop CS2. Total file size of the brushes is 1.9 MB. Make sure you read the terms of use first before using these brushes. <img class="wp-smiley" src="http://bestdesignoptions.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p><img class="alignnone size-full wp-image-1198" title="photoshop-retro-brush-21" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-21.jpg" alt="" width="471" height="200" /></p>
<p><strong>23. WallPaper Sized Brushes No.09<br />
</strong>Author: mutsie<br />
Description: This set contains high-resolution intended for making wallpapers. The brushes were created using Adobe Photoshop Elements 7.0. The zipped download folder include the brush file (.abr) and also includes an image-pack(JPEG) Size. Total file size is 2.2 MB.</p>
<p><img class="alignnone size-full wp-image-1199" title="photoshop-retro-brush-22" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-22.jpg" alt="" width="471" height="200" /></p>
<p><strong>24. Old Signs<br />
</strong>Author: Rubel Creative, LLC<br />
Description: This set includes 10 Photoshop brushes created using images of old signages such as road signs, car wash signs, motel signs, etc.</p>
<p><img class="alignnone size-full wp-image-1200" title="photoshop-retro-brush-23" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/photoshop-retro-brush-23.jpg" alt="" width="471" height="200" /></p>
<p style="text-align: center;"><a target="_blank" href="http://ugotfile.com/file/1335833/Free Photoshop Brushes.rar">FULL DOWNLOAD</a></p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.w3code.net/free-photoshop-brushes-retro-photoshop/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Best design PSD templates</title>
		<link>http://www.w3code.net/best-design-psd-templates/</link>
		<comments>http://www.w3code.net/best-design-psd-templates/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:46:59 +0000</pubDate>
		<dc:creator>Script</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PSD templates]]></category>
		<category><![CDATA[Theme Layout]]></category>

		<guid isPermaLink="false">http://www.w3code.net/?p=114</guid>
		<description><![CDATA[Do you find yourself more confused when reading manuals on using Photoshop or maybe frustrated by messy instructions of some Photoshop tutorials? Then why not learn Photoshop through pictures and images? One of the best way to improve one’s Photoshop skills is by examining the source files or the Photoshop files made by experts in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1311" title="header-psd-template" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/header-psd-template.jpg" alt="" width="480" height="200" /></p>
<p>Do you find yourself more confused when reading manuals on using Photoshop or maybe frustrated by messy instructions of some Photoshop tutorials? Then why not learn Photoshop through pictures and images? One of the best way to improve one’s Photoshop skills is by examining the source files or the Photoshop files made by experts in Photoshop.  Just by looking at the layers of a raw Photoshop file, we are able to know the steps taken by the author to come up with a particular effect.</p>
<p>In this roundup, I am going to list some amazing and very useful Photoshop templates that you can download for free. Be very creative and try to come up with your own version of these templates. Most of these files are licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. However, there may be some authors who required certain terms and conditions for the use of their artworks.</p>
<p><strong>Sony PSP PSD</strong><br />
Author: <a target="_blank" class="u" href="http://digitalphenom.deviantart.com/">DigitalPhenom</a><br />
Use this Sony PSP template to showcase your Handheld wallpapers. To make it more realistic, you may also download the Playstation font from this site<br />
<a target="_blank" href="http://www.dafont.com/playstation_buttons.font"> [link]</a> for free. This PSD file contains 61 layers.</p>
<p><img class="alignnone size-full wp-image-1288" title="psp-sony" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/psp-sony.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://digitalphenom.deviantart.com/art/Sony-PSP-psd-111701250" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>RIM Blackberry PSD</strong><br />
Author: <a target="_blank" class="u" href="http://digitalphenom.deviantart.com/">DigitalPhenom</a><br />
Another designers resource from DigitalPhenom–a RIM Blackberry Mobile Phone. The PSD file contains 135 layers, including background and layer styles.  To open this file, you need to have Photoshop 7 or later versions.</p>
<p><img class="alignnone size-full wp-image-1289" title="rim-blackberry" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/rim-blackberry.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://digitalphenom.deviantart.com/art/RIM-Blackberry-PSD-111857107" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Microsoft ZUNE PSD</strong><br />
Author: <a target="_blank" class="u" href="http://digitalphenom.deviantart.com/">DigitalPhenom</a><br />
This is a full PSD file of a Microsoft ZUNE. Feel free to use in making wallpapers, a fancy advertisement or for displaying a Zune wallpaper that you designed. Each Zune image in this Photoshop file has 26 layers.</p>
<p><img class="alignnone size-full wp-image-1290" title="microsoft-zune" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/microsoft-zune.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://digitalphenom.deviantart.com/art/Microsoft-ZUNE-PSD-111589472" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>iPhone turned 3G PSD</strong></p>
<p>Author: <a target="_blank" href="http://jbensch.deviantart.com/" target="_blank">jbensch</a>Looking at iphone in a different perspective. Here’s a landscape layout mode for the iPhone 3G. The PSd file also include a flames layer, just in case you want to have flames in there…</p>
<p><img class="alignnone size-full wp-image-1276" title="template-iphone" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-iphone.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://jbensch.deviantart.com/art/iPhone-turned-3G-psd-template-91644366" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>iPod nano-chromatic &#8211; Apple</strong><br />
Author: <a target="_blank" class="u" href="http://zikkzak.deviantart.com/">zikkzak</a><br />
Just an exercise with Photoshop trying to mimick an Apple’s advertisement.</p>
<p><img class="alignnone size-full wp-image-1299" title="ipod-nano-chromatic" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/ipod-nano-chromatic.jpg" alt="" width="355" height="160" /></p>
<p><a target="_blank" href="http://zikkzak.deviantart.com/art/iPod-nano-chromatic-Apple-111115606" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Pool Balls<br />
</strong>Author: <a target="_blank" href="http://www.dezinerfolio.com/2007/07/26/creating-pool-balls-psd" target="_blank">Dezinerfolio</a><br />
A realistic rendition of pool balls in Photoshop. Download the source file to view how the designer achived this look.</p>
<p><img class="alignnone size-full wp-image-1277" title="template-pool-balls" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-pool-balls.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://www.dezinerfolio.com/2007/07/26/creating-pool-balls-psd" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Aqua Gloss Orbs</strong><br />
Author: <a target="_blank" href="http://www.dezinerfolio.com/2007/07/26/creating-pool-balls-psd" target="_blank">Dezinerfolio</a><br />
The download file contains the actual RAW layered PSD so you can learn how the gloss, lights, shadows and reflections were generated. The three different orbs have different style of gloss (angle of light and the environment).</p>
<p><img class="alignnone size-full wp-image-1279" title="template-aqua-orbs" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-aqua-orbs.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://www.dezinerfolio.com/2008/05/20/df-aqua-gloss-orb-v2-psd" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Gloss Orbs<br />
</strong>Author: <a target="_blank" href="http://www.dezinerfolio.com/2007/07/26/creating-pool-balls-psd" target="_blank">Dezinerfolio<br />
</a>Here are three Gloss Orbs, each with unique gloss light effect. These are also high customizable. By changing the gradients of base elements, you can get cool looking orbs in different shades.</p>
<p><img class="alignnone size-full wp-image-1280" title="template-aqua-orbs1" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-aqua-orbs1.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://www.dezinerfolio.com/2007/07/12/gloss-orbs-psd-download" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Heart Gemstone Template<br />
</strong>Author: <a target="_blank" href="http://chronomorphosis.deviantart.com/" target="_blank">Chronomorphosis<br />
</a>You may use this template in creating heart-shaped gemstone quickly. <img class="alignnone size-full wp-image-1281" title="template-gem-hearts" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-gem-hearts.jpg" alt="" width="355" height="155" /></p>
<p><a target="_blank" href="http://chronomorphosis.deviantart.com/art/Heart-Gemstone-Template-107804994" target="_blank">DOWNLOAD LINK</a></p>
<p>Shiny Pearl PSD File<br />
Author: <a target="_blank" href="http://lemarquis.deviantart.com/" target="_blank">LeMarquis<br />
</a>This is a vector-based pearl laid out in Photoshop. Since the pearl is vector, you can still make changes to it later on. Also, you can scale it up to whatever size you want without losing its crispness and quality. This source is a great tutorial for newbies in Photoshop since you can study how this image and the effects applied to it were created. With some basic knowledge maybe you’ll be able to create your own “black” pearl.</p>
<p><img class="alignnone size-full wp-image-1282" title="template-pearl-template" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-pearl-template.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://lemarquis.deviantart.com/art/SHINY-PEARL-PSD-FILE-77706019" target="_blank">DOWNLOAD LINK</a></p>
<p>Polaroid Stuff<br />
Author: <a target="_blank" class="u" href="http://rimdeker.deviantart.com/">Rimdeker</a><br />
This template contains 4 styles for a polaroid template. One of these polaroid template has a dirty or old film effects (including shine and shadow) while the rest has the look of a new polaroid photo with some depth effects so it won’t look flat.</p>
<p><img class="alignnone size-full wp-image-1278" title="template-polaroid" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-polaroid.jpg" alt="" width="355" height="147" /></p>
<p><a target="_blank" href="http://rimdeker.deviantart.com/art/Polaroid-Stuff-103059375" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Surfboard Templates<br />
</strong>Author: <a target="_blank" href="http://nunosk8.deviantart.com/" target="_blank">Nunosk8<br />
</a>Almost beach time… at least for us in the Pacific…Here are some templates you can use to make your own unique and personalized design for your surfboards.!</p>
<p><img class="alignnone size-full wp-image-1283" title="surfboard-design" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/surfboard-design.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://nunosk8.deviantart.com/art/Surfboard-Templates-91094761" target="_blank">DOWNLOAD LINK</a></p>
<p>Pack PSD 2 by ~<a target="_blank" href="http://anjirika.deviantart.com/" target="_blank">Anjirika</a></p>
<p><img class="alignnone size-full wp-image-1284" title="psd-template-banner" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/psd-template-banner.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://www.mediafire.com/?yke3dyov3nu" target="_blank">DOWNLOAD LINK</a></p>
<p><strong>Scene Queen Psds</strong><br />
Author: <a target="_blank" href="http://gfxgurl.deviantart.com/" target="_blank">gfxgurl</a></p>
<p>Would you like to know how the author made the icons below?  Well, then download the psd file and learn the tricks.</p>
<p><img class="alignnone size-full wp-image-1287" title="template-women-queen1" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/template-women-queen1.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://gfxgurl.deviantart.com/art/Scene-Queen-Psds-112286383" target="_blank">DOWNLOAD LINK</a></p>
<p>Wallpapers PSD<br />
Author:<a target="_blank" class="u" href="http://jointojoint.deviantart.com/">jointojoint</a></p>
<p>A few PSD templates that you could use to make a personalized wallpaper.</p>
<p><img class="alignnone size-full wp-image-1291" title="wallpapers-psd" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/wallpapers-psd.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://bestdesignoptions.com/W%20A%20L%20L%20P%20A%20P%20E%20R%20S%20.P%20S%20D%20by%20%7Ejointojoint" target="_blank">DOWNLOAD LINK</a></p>
<p>FREE Product Box PSD<br />
AUthor: <a target="_blank" class="u" href="http://digitalphenom.deviantart.com/">DigitalPhenom</a></p>
<p>A very useful PSd file that can help you if you need to design something for a product box. Use it as a template or make a version of your own.</p>
<p><img class="alignnone size-full wp-image-1293" title="product-box-template" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/product-box-template.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://www.deviantart.com/download/110135481/FREE_Product_Box_PSD_by_DigitalPhenom.zip" target="_blank">DOWNLOAD LINK</a></p>
<p>Exotic Flowers Pack vol.2<br />
Author:<a target="_blank" class="u" href="http://umbradenoapte-stock.deviantart.com/">UmbraDeNoapte-Stock</a><br />
This pack contains a PSD file featuuring six high resolution exotic flowers.</p>
<p><img class="alignnone size-full wp-image-1294" title="exotic-flowers" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/flower-psd.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://umbradenoapte-stock.deviantart.com/art/Exotic-Flowers-Pack-vol-2-110680744" target="_blank">DOWNLOAD LINK</a></p>
<p>Make your own Box<br />
Author: <a target="_blank" class="u" href="http://tomatoplasma.deviantart.com/">Tomatoplasma</a><br />
Here is an editable PSD file that you can use to make your own icons for games or movies.</p>
<p><img class="alignnone size-full wp-image-1295" title="game-toolbox" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/game-toolbox.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://tomatoplasma.deviantart.com/art/Make-your-own-Box-109853950" target="_blank">DOWNLOAD LINK</a></p>
<p>Party Flyer +PSD<br />
Author: <a target="_blank" class="u" href="http://nerd.deviantart.com/">nerd</a><br />
Thinking of hosting a house party music? Then, you may use this simple flyer template for a private party. Just make some customization and you’re good to go. A Photoshop file with layers is included in the download pack.</p>
<p><img class="alignnone size-full wp-image-1296" title="party-invite-template" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/party-invite-template.jpg" alt="" width="355" height="180" /></p>
<p><a target="_blank" href="http://nerd.deviantart.com/art/Party-Flyer-PSD-110668108" target="_blank">DOWNLOAD LINK</a></p>
<p>Icon PSDSs<br />
Author:<a target="_blank" class="u" href="http://gfxgurl.deviantart.com/">gfxgurl</a><br />
Would you like to know how the effects in the icons below were created?  Well, then download the psd file to stop wondering and start learning.</p>
<p><img class="alignnone size-full wp-image-1297" title="effect-icon" src="http://bestdesignoptions.com/wp-content/uploads/2009/02/effect-icon.jpg" alt="" width="355" height="160" /></p>
<p><a target="_blank" href="http://gfxgurl.deviantart.com/art/icon-psd-s-110380925" target="_blank">DOWNLOAD LINK</a></p>
  ]]></content:encoded>
			<wfw:commentRss>http://www.w3code.net/best-design-psd-templates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

