<?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>Codrops &#187; photoshop</title>
	<atom:link href="http://tympanus.net/codrops/tag/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Design It to Build It: What to Consider When Designing for the Web</title>
		<link>http://tympanus.net/codrops/2011/12/08/design-it-to-build-it-what-to-consider-when-designing-for-the-web/</link>
		<comments>http://tympanus.net/codrops/2011/12/08/design-it-to-build-it-what-to-consider-when-designing-for-the-web/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 11:08:17 +0000</pubDate>
		<dc:creator>Patrick Cox</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=6833</guid>
		<description><![CDATA[For me, Photoshop is becoming more and more of a prototyping or blue printing tool: it's basically just a canvas for creation. When it comes to the actual construction of the site, the only things I really take from the mockup is anything that I can't create with CSS, the rest is just a map to guide me.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-6842" title="Design It to Build It" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/featured.jpg" alt="Design It to Build It" width="580" height="315" /></p>
<p>Okay, so I&#8217;m getting to the point with CSS that I can usually design and create everything in the browser — I can&#8217;t remember the last time I sliced up a Photoshop layout and layer comped my sprites. For me, Photoshop is becoming more and more of a <strong>prototyping or blue printing tool</strong>: it&#8217;s basically just a canvas for creation. When it comes to the actual construction of the site, the only things I really take from the mockup is anything that I can&#8217;t create with CSS, the rest is just a map to guide me.</p>
<div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div>
<h3>Think Differently</h3>
<p>For years the process of designing a website using a Photoshop, Fireworks, Illustrator or any other graphics application was to mock it up, make sure everything looked perfect, then slice it up into pieces and put it back together — <strong>like a puzzle</strong>. CSS has basically made this process obsolete, you can accomplish so many things via CSS that you could only previously do in Photoshop. And with CSS3 even more things are possible.</p>
<p>Because designing in the browser is now more viable, it&#8217;s important to consider a few things when designing <em>realistic mockups</em> that will make the construction of the web site quicker and easier.</p>
<p><strong>Consider:</strong></p>
<ul>
<li>Realistic fonts</li>
<li>Image-less Buttons</li>
<li>Display size(s)</li>
<li>Images</li>
<li>What can be done with CSS?</li>
<li>Is it possible?</li>
</ul>
<p><em>Just a side note, when I talk about these considerations below I&#8217;ve added some great examples of live websites that have been built with minimal, if not any, Photoshop intervention. These examples may not directly apply to topic, but to the article as a whole.</em></p>
<h4>Realistic Fonts</h4>
<p>There is a countless number of really great fonts floating around out there on the web and we all want to make an impact or statement with some <strong>amazing</strong> font we have found. But part of web design is designing for the user and making sure all typography on the page is readable and accessible. Before designing, consider what fonts are either web safe or feasible on the web and try to avoid fonts that will be difficult to recreate through HTML/CSS/JS.</p>
<p><a href="http://www.psynai.com/" target="_blank"><img class="aligncenter size-full wp-image-6841" alt="psynai" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/psynai.jpg" width="580" height="281" /></a></p>
<p><a title="http://www.psynai.com/"  target="_blank" href="http://www.psynai.com/">http://www.psynai.com/</a></p>
<h4>Image-less Buttons</h4>
<p><em>Buttons can be the bane of a developer&#8217;s existence</em>. It&#8217;s a good idea to design buttons that can be created using CSS or Javascript. There are a lot of benefits for this: live text, adaptable buttons, no images to load, no more button sprites and no more size specific background images to mess with. Image-less buttons can save huge amounts of time in development, so before you create some super fantastic button in Photoshop consider whether its <strong>super fantastical design</strong> can be achieved in CSS, if so go for it, if not, buy your developer a couple of large pizzas and a case of Red Bull.</p>
<p><a href="http://eighthourday.com/" target="_blank"><img class="aligncenter size-full wp-image-6840" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/eighthourday.jpg" alt="eighthourday" width="580" height="281" /></a></p>
<p><a title="http://eighthourday.com/" target="_blank" href="http://eighthourday.com/">http://eighthourday.com/</a></p>
<h4>Display Size(s)</h4>
<p>With so many different sizes of displays from 320&#215;480 to 2560×1440 you&#8217;ll need to consider how you are gonna figure out how your design will be rendered in many different sizes. Responsive design is a tricky beast so to simplify the process of design, ask yourself these questions before you begin:</p>
<ul>
<li>Who&#8217;s the audience, are they mobile?</li>
<li>Is the content centered or left justified?</li>
<li>Will it need to be responsive?</li>
</ul>
<p>Not all sites will be used for smaller mobile devices, but it&#8217;s a great idea to consider how the site will represented in the standard 1024&#215;720 all the way up to 2560&#215;1440, and you may even need consider how your design will be viewed both horizontally and vertically. But the most important thing to remember is that the design needs to be feasible for the web — <strong>avoid horizontal scroll bars!</strong></p>
<p><a href="http://pcnw.org/" target="_blank"><img class="aligncenter size-full wp-image-6839" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/pcnw.jpg" alt="pcnw" width="580" height="281" /></a></p>
<p><a title="http://pcnw.org/" target="_blank" href="http://pcnw.org/">http://pcnw.org/</a></p>
<h4>Images</h4>
<p>No more slices and no more puzzle pieces. With any standard web site the only real images you need are a logo image, maybe a repeated background image for texture and any inline content images. In most cases, <strong>anything</strong> that used to require an image slice now can be created with CSS. CSS gradients, rounded corners, transformations, and a countless number of other CSS selectors can be used to recreate these types of images.</p>
<p><a href="http://www.bountybev.com/home.html" target="_blank"><img class="aligncenter size-full wp-image-6838" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/bountybev.jpg" alt="bountybev" width="580" height="281" /></a></p>
<p><a target="_blank" title="http://www.bountybev.com/home.html" href="http://www.bountybev.com/home.html">http://www.bountybev.com/home.html</a></p>
<h4>Can it be done with CSS?</h4>
<p>As you are joyfully creating a masterpiece in Photoshop, just ask yourself if all of the elements can be created with CSS. CSS is a very powerful tool and surprisingly, most design elements that are created in Photoshop can be easily replicated using it. Before you start cutting out images, buttons, rules, or anything else out of your design try to figure out if you can create them in CSS first. This can make development so much easier and <strong>more dynamic</strong> in the long run. Some elements in your design may never be able to be recreated with CSS so try to keep these elements to a minimum.</p>
<p><a href="http://vijufest.ru/" target="_blank"><img class="aligncenter size-full wp-image-6837" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/vijufest.jpg" alt="vijufest" width="580" height="281" /></a></p>
<p><a title="http://vijufest.ru/" target="_blank" href="http://vijufest.ru/">http://vijufest.ru/</a></p>
<h4>Is it possible?</h4>
<p>Don&#8217;t design some super huge, intricate background image that needs to be sliced in forty different pieces just to be able to load quickly. Don&#8217;t design a site that is 1280 pixels wide. Don&#8217;t design a site that is not feasible for the web. <strong>Get familiar</strong> with display sizes, image limitations, file limitations and just general limitations of the web.</p>
<p>The web is a pretty open and flexible place and you can pretty much create anything you want, but there are some natural restrictions that you need to consider before you start designing. Just make sure you&#8217;re not trying to create something that can&#8217;t be built. If you don&#8217;t know what development limitations there are it&#8217;s a good idea to code up a site every once in while so that you can get familiar with what can and can&#8217;t be done on the web. My personal belief is that <strong>every web designer should</strong> be able to <strong>code</strong> up the HTML/CSS of <strong>their designs</strong>.</p>
<p><a href="http://benthebodyguard.com/index2.php" target="_blank"><img class="aligncenter size-full wp-image-6836" src="http://tympanus.net/codrops/wp-content/uploads/2011/12/ben.jpg" alt="ben the bodyguard" width="580" height="281" /></a></p>
<p><a target="_blank" title="http://benthebodyguard.com/index2.php" href="http://benthebodyguard.com/index2.php">http://benthebodyguard.com/index2.php</a></p>
<h3>You can always change it</h3>
<p>One huge thing to consider when designing for the web is that you can always change it. The web is super easy to update, you&#8217;re essentially only an upload away from chaining anything about your design. Don&#8217;t spend so much time sitting in front of Photoshop trying to perfect the design. Consider the web as an <strong>editable canvas</strong>, it&#8217;s not rigid like print design where you have to make sure everything is pixel perfect when you send it off to the printers.</p>
<p>The bottom line is that you are designing for the web. In as much as we think print design is the same as web design — it&#8217;s not. It has its own set of problems and its own set of limitations so its best to get familiar with them and get familiar with what can be accomplished via HTML/CSS/Javascript code. And just for giggles, try designing a building a website without ever opening Photoshop, I think you will be surprised at what can be accomplished when designed solely in the browser.</p>
<div class="googlead"><!-- wp_ad_camp_1 --></div>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2011/12/08/design-it-to-build-it-what-to-consider-when-designing-for-the-web/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Collective: How to Mix Hand Drawing Sketch With Photo</title>
		<link>http://tympanus.net/codrops/2010/09/28/collective-how-to-mix-hand-drawing-sketch-with-photo/</link>
		<comments>http://tympanus.net/codrops/2010/09/28/collective-how-to-mix-hand-drawing-sketch-with-photo/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 20:35:33 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2793</guid>
		<description><![CDATA[In this Photoshop tutorial we will show you how to create nice unique photo effect from sketch and your photo. Source http://www.psdeluxe.com/tutorials/photo-effects-tutorials/mix-hand-drawing-sketch-with-photo/]]></description>
			<content:encoded><![CDATA[<p><!-- Digg Digg Disabled --></p>
<p><a href="http://www.psdeluxe.com/tutorials/photo-effects-tutorials/mix-hand-drawing-sketch-with-photo/"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/09/Sketch.gif" alt="" title="Sketch" width="580" height="452" class="aligncenter size-full wp-image-2794" /></a></p>
<p>In this Photoshop tutorial we will show you how to create nice unique photo effect from sketch and your photo.</p>
<h3>Source</h3>
<p><a href="http://www.psdeluxe.com/tutorials/photo-effects-tutorials/mix-hand-drawing-sketch-with-photo/" target="_blank">http://www.psdeluxe.com/tutorials/photo-effects-tutorials/mix-hand-drawing-sketch-with-photo/</a></p>
<div style="margin-bottom:100px;"></div>
<p><!-- wp_ad_camp_1 --></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/09/28/collective-how-to-mix-hand-drawing-sketch-with-photo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Glossy Icons: The jFeedback Icon Set with Source</title>
		<link>http://tympanus.net/codrops/2009/11/25/free-glossy-icons-the-jfeedback-icon-set-with-source/</link>
		<comments>http://tympanus.net/codrops/2009/11/25/free-glossy-icons-the-jfeedback-icon-set-with-source/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 21:44:59 +0000</pubDate>
		<dc:creator>Mary Lou</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[glossy]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=893</guid>
		<description><![CDATA[For our last post Cody asked me to create these two glossy icons for the jFeedback jQuery plugin. We thought, we could post the icons as well with the Photoshop file because you might want to change the color or the symbol. So, here they are, two incredibly awesome glossy icons :-) &#8220;open source&#8221;, of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-894 aligncenter" title="iconset" src="http://tympanus.net/codrops/wp-content/uploads/2009/11/iconset.jpg" alt="iconset" width="480" height="310" /></p>
<p>For our last post Cody asked me to create these two glossy icons for the <a href="http://tympanus.net/codrops/2009/11/24/jfeedback/" target="_blank">jFeedback jQuery plugin</a>. We thought, we could post the icons as well with the Photoshop file because you might want to change the color or the symbol.</p>
<p>So, here they are, two incredibly awesome glossy icons :-) &#8220;open source&#8221;, of course.</p>
<p><span id="more-893"></span></p>
<p>Here you can download the ZIP file with the psd Photoshop file and the set of four png icons (256 x 256):</p>
<p><a class="download" href="http://tympanus.net/jFeedback/jFeedbackIcons.zip">jFeedback Icon Set</a></p>
<p>Enjoy!</p>
<p><div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2009/11/25/free-glossy-icons-the-jfeedback-icon-set-with-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS3: Creating Web Site Banners</title>
		<link>http://tympanus.net/codrops/2009/09/06/css3-creating-web-site-banners/</link>
		<comments>http://tympanus.net/codrops/2009/09/06/css3-creating-web-site-banners/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:11:38 +0000</pubDate>
		<dc:creator>Mary Lou</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=248</guid>
		<description><![CDATA[Inspired by Tamsin Baker&#8217;s beautiful Photoshop brushes &#8220;Urban Scrawl&#8221; 1 and 2, I was trying to create some shadowed banners using some CSS3 properties. Visit Tamsin&#8217;s site and check out all her inspiring artwork including the free Photoshop brushes: http://www.tamsinbaker.com/ Here is the result of my experiment with some example banners (click on the image [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by Tamsin Baker&#8217;s beautiful Photoshop brushes &#8220;Urban Scrawl&#8221; 1 and 2, I was trying to create some shadowed banners using some CSS3 properties. Visit Tamsin&#8217;s site and check out all her inspiring artwork including the free Photoshop brushes: <a title="http://www.tamsinbaker.com/" href="http://www.tamsinbaker.com/" target="_blank">http://www.tamsinbaker.com/</a></p>
<p>Here is the result of my experiment with some example banners (click on the image to see the demo page):</p>
<div id="attachment_249" class="wp-caption alignnone" style="width: 488px"><a href="http://tympanus.net/codrops/wp-content/uploads/2009/09/css3_banners/css3banners.html" target="_blank"><img class="size-full wp-image-249 " title="CSS3 Banners" src="http://tympanus.net/codrops/wp-content/uploads/2009/09/banners.gif" alt="Click on this image to see a demo" width="478" height="494" /></a><p class="wp-caption-text">Click on this image to see a demo</p></div>
<p><span id="more-248"></span>You can download the ZIP file with all the images here: <a href="http://tympanus.net/codrops/wp-content/uploads/2009/09/css3_banners.zip">CSS3 Banners ZIP</a></p>
<div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div>
<p>The main idea is to create an image using the Urban Scrawl Photoshop brushes and to put it as the logo of the banner.</p>
<p>The CSS is built up like this:</p>
<pre class="brush: css">h1{
padding-top: 10px;
font-size: 36px;
padding:0px;
margin: 0px;
line-height:100px;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
width:310px;
float:left;
}
.slogan{
float: right;
margin:75px 20px 0px 0px;
font-size: 20px;
}</pre>
<p>Here we define the heading and the slogan of the banner. In the next class we define the general banner layout:</p>
<pre class="brush: css">.banner{
width:620px;
height: 100px;
margin:7px auto;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding-left:190px;
}</pre>
<p>And now, we define each individual banner, by changing the background image, which is the logo, the font color and the font-family:</p>
<pre class="brush: css">.banner0{
background: #656964 url(banner0.png) no-repeat center left;
}
.banner1{
color:#37535B;
background: #31B3DA url(banner1.png) no-repeat center left;
font-family: "Arial Narrow";
}
.banner2{
color:#656A64;
background: #81C573 url(banner2.png) no-repeat center left;
font-family: "Palatino Linotype";
}
.banner3{
color:#37535B;
background: #656964 url(banner3.png) no-repeat center left;
font-family: "Arial Narrow";
}
.banner4{
color:#2B8EAC;
background: #656964 url(banner4.png) no-repeat center left;
font-family: "Century Gothic";
}
.banner5{
color:#37535B;
background: #C6CC10 url(banner5.png) no-repeat center left;
font-family: "Trebuchet MS";
}
.banner6{
color:#37535B;
background: #b8d8fb url(banner6.png) no-repeat center left;
font-family: "Arial Narrow";
text-transform: uppercase;
letter-spacing: 4px;
}
.banner7{
color:#6e9cf9;
background: #a08c60 url(banner7.png) no-repeat center left;
font-family: "Arial Narrow";
font-style: italic;
}</pre>
<p>The html looks like this:</p>
<pre class="brush: html"> &lt;div class="banner banner0"&gt;&lt;/div&gt;
 &lt;div class="banner banner3"&gt;&lt;/div&gt;
 &lt;div class="banner banner1"&gt;
  &lt;h1&gt;Sweet City&lt;/h1&gt;
  &lt;div class="slogan"&gt;there's a lot to discover in your town&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="banner banner2"&gt;
  &lt;h1&gt;Automobile&lt;/h1&gt;
  &lt;div class="slogan"&gt;The true fan club&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="banner banner4"&gt;
  &lt;h1&gt;Arrow Shmallow&lt;/h1&gt;
  &lt;div class="slogan"&gt;Best Services&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="banner banner5"&gt;
  &lt;h1&gt;Radio Header&lt;/h1&gt;
  &lt;div class="slogan"&gt;Listen to the music!&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="banner banner6"&gt;
  &lt;h1&gt;Energizer&lt;/h1&gt;
  &lt;div class="slogan"&gt;The Smarter Power&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="banner banner7"&gt;
  &lt;h1&gt;Brickyton&lt;/h1&gt;
  &lt;div class="slogan"&gt;We build everything&lt;/div&gt;
 &lt;/div&gt;</pre>
<p>The first two banners are complete images, but since we apply the general style of .banner to them, we get the rounded and shadowed borders.</p>
<p>We apply both classes, the .banner and the .bannerN to each element. This will apply the common style and the individual style to the element. Keep in mind, that we can control which property gets overwritten by defining the order of class application. Everything that we define in the individual class .bannerN will replace the property (if it existed) of the .banner class.</p>
<p>Here is the demo link again: <a href="http://tympanus.net/codrops/wp-content/uploads/2009/09/css3_banners/css3banners.html" target="_blank">DEMO</a></p>
<p>And also the ZIP: <a href="http://tympanus.net/codrops/wp-content/uploads/2009/09/css3_banners.zip">CSS3 Banners ZIP</a></p>
<p>Tamsin Baker&#8217;s homepage: <a href="http://www.tamsinbaker.com/" target="_blank">http://www.tamsinbaker.com/</a></p>
<p>Thank you, Tamsin, and enjoy!</p>
<p><strong>Update Note:</strong> There are some issues with older browsers and, of course, Internet Explorer, because of the color depth. To avoid problems of having the image in a slightly different color than the background color of the banner, you should use web colors when creating banners like these&#8230;</p>
<p><!-- wp_ad_camp_1 --></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2009/09/06/css3-creating-web-site-banners/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/tag/photoshop/feed/ ) in 0.23750 seconds, on Feb 8th, 2012 at 5:35 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 6:35 pm UTC -->
