<?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>KILLERSITES.COM &#187; photoshop</title>
	<atom:link href="http://www.killersites.com/blog/tag/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killersites.com/blog</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<lastBuildDate>Fri, 06 Nov 2009 16:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Photoshop to a Website</title>
		<link>http://www.killersites.com/blog/2007/psd-to-web-page/</link>
		<comments>http://www.killersites.com/blog/2007/psd-to-web-page/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 16:17:36 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.killersites.com/blog/2007/psd-to-web-page/</guid>
		<description><![CDATA[
I&#8217;ve been asked on many occasions: how can you take a Photoshop layout and turn it into a web page?
Actually, here is a snippet of an email from a reader:

&#8220;I would love to see an example of taking a psd file, which is how I usually start. And then go to Step One, Step Two, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.killersites.com/blog/wp-content/uploads/2007/10/psd-to-web1.gif' alt='Photoshop to a web page' /></p>
<p>I&#8217;ve been asked on many occasions: how can you take a Photoshop layout and turn it into a web page?</p>
<p>Actually, here is a snippet of an email from a reader:<br />
<em><br />
&#8220;I would love to see an example of taking a psd file, which is how I usually start. And then go to Step One, Step Two, etc to turn it into a web page.&#8221;</em></p>
<p>You have a few options &#8230; let&#8217;s start with the option you should avoid: slicing images.</p>
<p><span id="more-204"></span></p>
<p><strong>Why slicing images is bad:</strong></p>
<p><strong>Note:</strong> to be clear, I am talking about slicing up an entire page and then reassembling it within an HTML table.</p>
<p>Image slicing was invented in the mid 90&#8217;s (I remember when I did it manually!) where you would create your web page layout in Photoshop (any image editor really,) and then use the guides to create &#8217;slices&#8217; out of your page. </p>
<p>These pieces were then cut out (using the selection tool + copy) and saved as individual images (gif&#8217;s for solid color, jpg&#8217;s for continuous tone &#8211; photographs) where you would reassemble the pieces in an HTML table.</p>
<p>Why would you slice images, why not just import the sliced graphics/page as one big image? </p>
<p>In a nushell: optimization / file size. You would select portion of the image that were best save as gif&#8217;s and select other portions that were best saved as jpgs to reduce the over all size/weight (in Kb&#8217;s) of your image.</p>
<p>I&#8217;m getting to the point &#8230; later Photoshop provided an image slicing tool and made this easy. But you should not use image slicing anymore because:</p>
<ol>
<li>Image slicing requires tables to hold images together .. not good.</li>
<li>Web pages built this way are terrible to manage and update. You always have to go back to Photoshop to make any changes.</li>
<li>Web pages built this way are NOT search engine friendly.</li>
<li>It&#8217;s just so 1996 &#8230;  ach!</li>
</ol>
<p>That said, there maybe is a time when you can use this &#8216;old-school&#8217; approach to building a web page: when you are prototyping. </p>
<p>&#8230; That is to say, when you need to get something out quickly to perhaps, show clients some early mock-ups. Or maybe when it is a one page job that is temporary.</p>
<p>Beyond that, you ought to be using modern web design techniques that largely includes <a href="http://www.csstutorial.net/css_tutorial_part2.php">CSS for web page layout</a>.</p>
<p><strong>So what is the best approach?</strong></p>
<p>If you are comfortable with laying out pages in Photoshop, that&#8217;s cool. But once you&#8217;ve done that, you need to go to HTML and CSS and recreate your basic structure. If you are not comfortable with CSS, you can use <a href="http://www.webshapes.org/">free open source web templates</a> that can serve as a framework for your website.</p>
<p><strong><br />
About Using Website Templates</strong></p>
<p>.. You are basically looking for (in a template) a basic layout that goes with your design, for example:</p>
<ul>
<li>1 column.</li>
<li>2 column.</li>
<li>center aligned.</li>
</ul>
<p>.. etc.</p>
<p>Once you&#8217;ve found a template that works, you can then drop your images into place. </p>
<p><strong>What if you don&#8217;t understand HTML and CSS?</strong></p>
<p>You can turn to programs like <a href="http://www.killersites.com/videoTutorials/Tutorial_Dreamweaver/index.jsp">Dreamweaver</a> &#8230; they can help because web design programs like that, make creating web pages fairly easy with features like:</p>
<ul>
<li>drag-n-drop web page editing</li>
<li>CSS templates</li>
</ul>
<p>&#8230; And much more.</p>
<p>I would suggest that if you see yourself doing more and more web work, that you help yourself and learn the <a href="http://www.how-to-build-websites.com/">code behind the web pages</a>.</p>
<p>Thanks for reading.</p>
<p>Stefan Mischook</p>
<p>www.killersites.com<br />
www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killersites.com/blog/2007/psd-to-web-page/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>
