<?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>WebDesign&#38;Such &#187; Photoshop</title>
	<atom:link href="http://webdesignandsuch.com/tag/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Sat, 14 Jan 2012 20:09:53 +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>How to create a custom iPhone icon for your website</title>
		<link>http://webdesignandsuch.com/how-to-create-a-custom-iphone-icon-for-your-website/</link>
		<comments>http://webdesignandsuch.com/how-to-create-a-custom-iphone-icon-for-your-website/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 11:26:55 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=683</guid>
		<description><![CDATA[Here&#8217;s a quick way to further enhance the branding of your website. If you don&#8217;t have an iPhone go get one. Then try bookmarking your website; (go to a website ...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick way to further enhance the branding of your website. If you don&#8217;t have an iPhone go get one. Then try bookmarking your website; (go to a website in your iPhone Safari browser, hit the <strong>+</strong> symbol, and hit &#8220;<strong>Add Bookmark</strong>&#8220;). What this does is take a small screenshot of the webpage and add it to your iPhone, right next to the other icons you have.</p>
<p>Well forget that, now we can make custom icons, so when somebody bookmarks your website, the icon is one that you actually created! As a designer I might be a little bit TOO excited about this, but hey, this is the stuff I live for. You can see in the above image the two icons I&#8217;ve created for my websites, <a href="http://www.webdesignandsuch.com">WebDesignAndSuch</a> and <a href="http://www.beantowndesign.com">BeantownDesign</a>. So now the icons match the favicons of my websites, and I can just touch them to launch my websites on my iPhone.</p>
<p>Keep reading to see how to create your own iPhone icons.<br />
<span id="more-683"></span><br />
So the process is actually ridiculously easy. First, create your icon at the size of 57&#215;57 pixels. Don&#8217;t create any gloss or rounded edges, the iPhone actually creates both of those for you. You can see in the image below what one of my icons looked like before it was added to the iPhone.</p>
<p><img class="alignnone" title="iphone icon" src="http://webdesignandsuch.com/posts/iphone-icon/icon.jpg" alt="" width="603" height="420" class="frame"/></p>
<p>Next, save your icon as a .png in your website&#8217;s images folder. Then you need to link your website to the icon so the iPhone can do it&#8217;s magic when someone hits &#8220;Add Bookmark&#8221; on their phone.</p>
<h2 class="h-title">Glossy Icon</h2>
<p>This first code is if you want the gloss to appear over your icon. Put this in the head of your website, and of course make sure you set the path to your icon.</p>
<div class="codeBox">&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;images/iphone-icon.png&#8221; /&gt;</div>
<h2 class="h-title">Non-Glossy Icon</h2>
<p>If you don&#8217;t want the gloss for whatever reason you can use this code.</p>
<div class="codeBox"><span><span>&lt;</span><span>link</span><span> </span><span>rel</span><span>=</span><span>&#8220;apple-touch-icon-precomposed&#8221;</span><span> </span><span>href</span><span>=</span><span>&#8220;images/iphone-icon.png&#8221;</span><span> </span><span>/&gt;</span><span><br />
</span></span></div>
<p><strong>There you go, have fun! </strong>If you want to test this out, pop open <a href="http://www.webdesignandsuch.com">WebDesignAndSuch</a> on your iPhone in Safari, and hit &#8220;<strong>Add Bookmark</strong>&#8220;!</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/how-to-create-a-custom-iphone-icon-for-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create a Shiny “Web 2.0&#8243; Button</title>
		<link>http://webdesignandsuch.com/create-a-shiny-web-2-0-button/</link>
		<comments>http://webdesignandsuch.com/create-a-shiny-web-2-0-button/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:20:39 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=503</guid>
		<description><![CDATA[Ya.. I said &#8220;Web 2.0&#8220;.. what? Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one ...]]></description>
			<content:encoded><![CDATA[<p>Ya.. I said &#8220;<strong>Web 2.0</strong>&#8220;.. what?</p>
<p>Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one found on the <a href="http://www.campaignmonitor.com/designer/" target="_blank">Campaign Monitor website</a>. I actually went ahead and created the button, I always love seeing the approach other designers take at creating things in Photoshop.</p>
<p>Well after I created it I figured I may as well put the PSD file up here for anyone that wants to use it. I&#8217;ll give the CSS code to add it to your website as a CSS sprite also. Now I need to give credit where credit is due. The CSS code, and the tutorial of how to make the button are from Jacob Gube over at <a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/" target="_blank">Six Revisions</a>. Check out that link if you want the step by step of how to make this button. </p>
<p>I&#8217;m really putting it up here so I&#8217;ll have easy access to the PSD file in the future so I can download it no-matter where I am, make a few color adjustments, copy the CSS code, and have a new button for whatever I&#8217;m working on that day. Check out the demo to see the button in action, and feel free to download the PSD file of my version of the button. <em>Keep reading for the CSS code.</em></p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/shiny-button/">View Demo</a></p>
<p><a class="download-link" href="http://webdesignandsuch.com/posts/shiny-button/shiny-button.psd">Download PSD File</a></p>
<p><span id="more-503"></span></p>
<p>Below is the CSS code for your button and the rollover effect.</p>
<div class="codeBox">.button {<br />
display:block;<br />
width:250px;<br />
height:50px;<br />
text-indent:-9999px;<br />
}<br />
.button a {<br />
display:block;<br />
width:100%;<br />
height:100%;<br />
background:url(button.png) no-repeat top left;<br />
outline:none;<br />
}<br />
.button a:hover {<br />
background-position:0 -50px;<br />
}<br />
body {<br />
margin-left: 0px;<br />
margin-top: 0px;<br />
margin-right: 0px;<br />
margin-bottom: 0px;<br />
}</div>
<p>Below is the XHTML code to put the button on your page.</p>
<div class="codeBox">&lt;p class=&#8221;button&#8221;&gt;&lt;a href=&#8221;link.html&#8221;&gt;Button Text&lt;/a&gt;&lt;/p&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/create-a-shiny-web-2-0-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Dotted Line in Photoshop</title>
		<link>http://webdesignandsuch.com/how-to-make-a-dotted-line-in-photoshop/</link>
		<comments>http://webdesignandsuch.com/how-to-make-a-dotted-line-in-photoshop/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:14:00 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=303</guid>
		<description><![CDATA[If you&#8217;re a webdesigner you most likely use Photoshop to create mockups of webpage designs for your clients. One technique I use in a lot of my website designs is ...]]></description>
			<content:encoded><![CDATA[<p >
If you&#8217;re a webdesigner you most likely use Photoshop to create mockups of webpage designs for your clients. One technique I use in a lot of my website designs is <span style="border-bottom:1px dotted #000"><strong>dotted borders</strong></span>. They add a lot more visual interest than a regular underline, and work great to break-up sections of content.</p>
<p style="border-bottom:2px dotted red; padding-bottom:15px">So it&#8217;s easy enough to create a dotted line with CSS for the web, but how do you create a dotted line in Photoshop for your mockups? It&#8217;s actually rather simple; (as anything is when you know how I suppose).</p>
<p><span id="more-303"></span></p>
<p><strong>Step 1</strong> <br />Choose the brush from your tool bar.</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/brushes.jpg" title="brushes" class="alignnone" width="82" height="421"  class="frame" style=" margin-right:15px; margin-bottom:15px"/></p>
<p style=" padding-top:50px; "><strong>Step 2</strong> <br />Open up your brushes (under <em>Window</em> > <em>Brushes</em>). Uncheck all options on the left, and move the &#8220;spacing&#8221; up to 250% (more or less for different spacing obviously. You&#8217;ll see the dots separate in the preview.</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/spacing.jpg" title="spacing" class="alignnone" width="384" height="475" class="frame"/></p>
<p><strong>Step 3</strong> <br />Draw a line with your brush on your canvas, and your line will be dotted. Hold shift for a straight line.</p>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/dots2.jpg" title="dots2" class="alignnone" width="322" height="169" class="frame"/></p>
<p>There it is.. <strong>How to create dotted lines in Photoshop!</strong></p>
<p><em><strong>ilz out!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/how-to-make-a-dotted-line-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a Panorama in Photoshop for the web</title>
		<link>http://webdesignandsuch.com/creating-a-panorama-in-photoshop-for-the-web/</link>
		<comments>http://webdesignandsuch.com/creating-a-panorama-in-photoshop-for-the-web/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 18:01:43 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=77</guid>
		<description><![CDATA[Digital cameras are so inexpensive now that there is no reason to not be taking photos at high resolutions. But what good is having these large photos when you need ...]]></description>
			<content:encoded><![CDATA[<p>
Digital cameras are so inexpensive now that there is no reason to not be taking photos at high resolutions. But what good is having these large photos when you need to make them tiny anyway to put them online?</p>
<p><img alt="Panorama in Photoshop" src="http://webdesignandsuch.com/imagesForPosts/panorama/ps.jpg" title="Panorama in Photoshop" class="alignnone" width="400" height="165" class="frame"/></p>
<p> I&#8217;ll show you a method of taking a collection of large photos and turning them into a panorama. Once you have a large panorama put together, there is still the problem of being able to put it online for others to use. You don&#8217;t want to have to make it 900px wide.. because obviously you will lose all the quality. Uploading it as a huge image file and having a scroll bar is no good, who is going to wait for that to load? I&#8217;ll show you the perfect solution to this problem.</p>
<h3>Step 1 &#8211; Take Photos</h3>
<p>Well you&#8217;re going to need photos to make a panorama! You can use a tripod with a camera, and take multiple photos as you turn the camera around until you reach the original position. Make sure to overlap the photos as you take them so there will be somewhere to blend. If you don&#8217;t care about them being perfect, or you don&#8217;t have a tripod on you, just hold it as still as you can, and turn in a circle as you take pictures. That&#8217;s the method I used when I took all these photos in St. Maarten last year. I actually like the effect it gives not having the top and bottom edges lined up, (you&#8217;ll see what I mean soon).</p>
<p><img alt="Panorama" src="http://webdesignandsuch.com/imagesForPosts/panorama/photos.jpg" title="Photos" class="aligncenter" width="400" height="401" class="frame"/></p>
<h3>Step 2 &#8211; Creating the Panorama</h3>
<p><span id="more-77"></span></p>
<p>Photoshop has a great build in tool to create the panorama with. It&#8217;s called Photomerge, and it&#8217;s under <strong>File > Automate > Photomerge</strong>. </p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/photomerge.jpg" title="Photomerge" class="aligncenter" width="400" height="577" class="frame"/></p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/photomerge2.jpg" title="Photomerge" class="aligncenter" width="450" height="284" class="frame"/></p>
<p>Choose the folder that you have the photos in, and watch as Photoshop does it&#8217;s magic of combining and blending all the photos. </p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/progress.jpg" title="Progress" class="aligncenter" width="525" height="110" class="frame"/></p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/progress2.jpg" title="Progress" class="aligncenter" width="530" height="115" class="frame"/></p>
<p>When the process is complete, you will have a file with the panorama, and a bunch of layers like this:</p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/output.jpg" title="Output" class="aligncenter" width="600" height="103" class="frame"/></p>
<p><img alt="Photomerge" src="http://webdesignandsuch.com/imagesForPosts/panorama/layers.jpg" title="Layers are created" class="aligncenter" width="295" height="441" class="frame"/></p>
<p>In this case I&#8217;m happy with the outcome, except for one area, my sister. Photoshop thought I wouldn&#8217;t notice if they blended half of her head in, but that&#8217;s sooo not cool. No big deal, 10 minutes of a little blending of my own and I fixed the problem. I then filled in a black page background and blended the edges a little. </p>
<p><img alt="Ouch!" src="http://webdesignandsuch.com/imagesForPosts/panorama/kelly-wrong.jpg" title="Ouch!" class="aligncenter" width="400" height="352" class="frame"/></p>
<p><img alt="Thats better!" src="http://webdesignandsuch.com/imagesForPosts/panorama/kelly-fixed.jpg" title="Thats better!" class="aligncenter" width="400" height="352" class="frame"/></p>
<h3>Step 3 &#8211; Putting the Panorama on the web</h3>
<p>So we have the panorama now, and we need to put it online. We will use another tool built into Photoshop, called Zoomify. This is located under <strong>File > Export > Zoomify</strong>. </p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/zoomify2.jpg" title="Zoomify" class="aligncenter" width="400" height="422" class="frame"/></p>
<p>The idea behind this tool is to take your large image, slice it into a ton of tiny photos, and put them in a viewer. When complete you will have a viewer for you webpage that lets you scroll around the picture, zoom in and out, all while not losing any of the quality of your photo. It loads the small slices as you go, so you aren&#8217;t waiting for one huge photo to load.</p>
<p>The tool lets you pick the color, size, etc.</p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/zoomify.jpg" title="Zoomify" class="aligncenter" width="450" height="292" class="frame"/></p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/progress3.jpg" title="Progress" class="aligncenter" width="527" height="119" class="frame"/></p>
<p> Once it&#8217;s done this is what&#8217;s created, a folder with a .swf, .xml, and a bunch of image folders. Those folders hold the slices. It also creates a .html file, this is where you can view the Zoomify viewer.</p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/files1.jpg" title="panorama process" class="aligncenter" width="176" height="77" class="frame" /></p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/files2.jpg" title="panorama process" class="aligncenter" width="400" height="226" class="frame"/></p>
<p>As you use the viewer, you will see that as you drag the photo around, it loads the slices as you go. Pretty neat trick to make this work.<br /><a href="http://webdesignandsuch.com/imagesForPosts/panorama/pan.html"> Click here to check out the finished product.</a></p>
<p><img alt="Zoomify" src="http://webdesignandsuch.com/imagesForPosts/panorama/zoomify-3.jpg" title="Zoomify" class="aligncenter" width="550" height="371" class="frame"/></p>
<p> Check out <a href="http://www.zoomify.com">Zoomify.com</a> for more info about the tool. <strong>Hope you enjoyed the tutorial!</strong></p>
<p><em>Update:</em><strong> Since this post I have created a couple more Panoramas using this process, they can be <a href="http://webdesignandsuch.com/2009/05/arizona-panoramas/">seen here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/creating-a-panorama-in-photoshop-for-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

