<?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; Tutorial</title>
	<atom:link href="http://webdesignandsuch.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Thu, 29 Jul 2010 00:02:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make a Dotted Line in Photoshop</title>
		<link>http://webdesignandsuch.com/2009/08/how-to-make-a-dotted-line-in-photoshop/</link>
		<comments>http://webdesignandsuch.com/2009/08/how-to-make-a-dotted-line-in-photoshop/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:14:00 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design]]></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 dotted borders. They add a lot more visual interest than a regular underline, and work great to break-up sections of content.
So it&#8217;s easy enough to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom:10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F08%2Fhow-to-make-a-dotted-line-in-photoshop%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F08%2Fhow-to-make-a-dotted-line-in-photoshop%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><img alt="" src="http://webdesignandsuch.com/imagesForPosts/dots.jpg" title="dots" class="alignnone" width="466" height="188" style="border:3px solid #ddd; margin:0 0 15px 0"/></p>
<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/2009/08/how-to-make-a-dotted-line-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Add the Current Date to your webpage with Javascipt</title>
		<link>http://webdesignandsuch.com/2009/07/how-to-add-the-current-date-to-your-webpage-with-javascipt/</link>
		<comments>http://webdesignandsuch.com/2009/07/how-to-add-the-current-date-to-your-webpage-with-javascipt/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 18:11:13 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Current Date Javascipt]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=249</guid>
		<description><![CDATA[
			
				
			
		

The other day I was cutting and coding a website for a bank. One feature that was in the header was the current date, which would update daily (duh). I know in a previous project I had done this with Javascipt, so I back-tracked and got the code I used before. Here is the code, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom:10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F07%2Fhow-to-add-the-current-date-to-your-webpage-with-javascipt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F07%2Fhow-to-add-the-current-date-to-your-webpage-with-javascipt%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><img src="http://webdesignandsuch.com/wp-content/uploads/2009/07/Picture-1.png" alt="current-date-javascript" title="current-date-javascript" width="519" height="180" class="alignnone size-full wp-image-266" class="frame"/></p>
<p>The other day I was cutting and coding a website for a bank. One feature that was in the header was the current date, which would update daily <em>(duh)</em>. I know in a previous project I had done this with Javascipt, so I back-tracked and got the code I used before. Here is the code, which will print the date on your web page in the following format: <br /><strong>July 18, 2009</strong></p>
<p>The first step is to link your XHTML page to the external Javascript page, which has the code which will make it all happen. Paste the code below in the Head of your page.</p>
<h3>Link to external Javascript File</h3>
<div class="codeBox">
<pre id="line17">&lt;<span>script</span><span> type</span>=<span>"text/javascript" </span><span>src</span>=<span>"js/date.js"</span>&gt;&lt;/<span>script</span>&gt;</pre>
</div>
<p><span id="more-249"></span></p>
<p>Next up is the make this Javascript page that you just linked to. Paste the following code inside a new javascipt page, and save it as &#8220;date.js&#8221; inside your &#8220;js&#8221; folder. You can of course use different names, just make sure you link them up correctly.</p>
<h3>Here is the code for your Javascript File</h3>
<div class="codeBox">
<pre>// JavaScript Document

//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May",
"June","July","August","September","October","November",
"December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", "
+ d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------
</div>


<p style="margin-top:15px">The last step is the put the following code in your XHTML file where you want the date to be written. The id="date" that you see is for the CSS styling of this text. You can rename or remove it if you are styling it differently.
<h3>Paste this inside your XHTML file</h3>
<div class="codeBox">
<pre id="line90"> &lt;<span>p</span><span> id</span>=<span>"date"</span>&gt;
&lt;<span>script</span><span> language</span>=<span>"JavaScript" </span><span>type</span>=<span>"text/javascript" </span>&gt;
document.write(TODAY);&lt;/<span>script</span>&gt;&lt;/<span>p</span>&gt;</pre>
</pre>
</div>
<p></p>
<p>So there it is. <br /><a href="http://webdesignandsuch.com/current-date-js/" target="_blank">You can view a live example here.</a> </p>
<p>I also packed this up into a zip so you can download and have all the files; including the XHTML, CSS, and JS. <br /><a href="http://webdesignandsuch.com/current-date-js/current-date-js.zip">Download the zip here.</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/07/how-to-add-the-current-date-to-your-webpage-with-javascipt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create the Apple Product Image Reflection Effect in Photoshop</title>
		<link>http://webdesignandsuch.com/2009/05/how-to-create-the-apple-product-image-reflection-effect/</link>
		<comments>http://webdesignandsuch.com/2009/05/how-to-create-the-apple-product-image-reflection-effect/#comments</comments>
		<pubDate>Sat, 16 May 2009 19:31:38 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apple Reflection]]></category>
		<category><![CDATA[Image Reflection Effect]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=144</guid>
		<description><![CDATA[
			
				
			
		

Apple is known for their clean designs, both in their products, and the way they display these products. One of the effects they have used a lot is displaying their images with a reflection of the product below it. When used correctly, this is a very simple, clean way to display products. 
I&#8217;m sure there [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom:10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F05%2Fhow-to-create-the-apple-product-image-reflection-effect%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F05%2Fhow-to-create-the-apple-product-image-reflection-effect%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/12.jpg" title="reflection" class="frame" width="586" height="662" /></div>
<p><strong>Apple</strong> is known for their clean designs, both in their products, and the way they display these products. One of the effects they have used a lot is displaying their images with a reflection of the product below it. <strong>When used correctly</strong>, this is a very simple, clean way to display products. </p>
<p>I&#8217;m sure there are plenty of ways to create this, but <strong>I&#8217;ll show you the way I do it</strong>.</p>
<p><span id="more-144"></span></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/1.jpg" title="apple reflection" class="frame" width="543" height="309" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px"><strong>First, you will need an image of course</strong>.. I chose to use the exact Apple cinema display that I am staring at right now. I prefer to put the objects on a black background as I think this makes them really <strong>pop</strong>. You can use whatever color you want for yours.</p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/2.jpg" title="apple reflection effect" class="frame" width="637" height="562" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px"><strong>Double the height of your canvas</strong>, so you will have room for the reflection image</p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/3.jpg" title="apple reflection" class="frame" width="703" height="577" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">Next, <strong>click on the layer with the image</strong>, and choose <strong>Duplicate Layer</strong>. This will be the reflection image/ layer. In fact, I called this layer &#8220;reflection&#8221;, so I wouldn&#8217;t get the two confused.</p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/4.jpg" title="reflection" class="frame" width="332" height="546" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">We need to flip this image, so while clicked on the reflection layer, go to <br /><strong>Edit > Transform > Flip Vertical</strong></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/5.jpg" title="reflection" class="frame" width="637" height="574" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px"><strong>Slide the upside down image to the exact point where the two meet.</strong></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/6.jpg" title="reflection" class="frame" width="404" height="510" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">Now we need to make this reflection layer darker. <br />Go to <strong>Image > Adjustments > Levels</strong></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/7.jpg" title="apple reflection effect" class="frame" width="832" height="560" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">There is no exact number here, it depends on what <strong>you think looks good</strong>, and what image you are using. <strong>Use the slider to darken the image</strong>. </p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/8.jpg" title="reflection effect" class="frame" width="254" height="484" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">Finally, we are almost ready to create the gradient to fade out the reflection image. While clicked on the reflection layer, click on the <strong>Add vector mask</strong> icon at the bottom of your layers palette.</p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/9.jpg" title="apple reflection effect" class="frame" width="442" height="460" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">Next <strong>click on the gradient tool</strong> in your tool panel. You need your gradient to be the <strong>color of your background</strong> (in my case black) <strong>to transparent</strong></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/10.jpg" title="apple reflection" class="frame" width="673" height="575" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px">Now with the <strong>gradient tool</strong> selected, click about halfway up the image, and <strong>shift drag up to the point where the two meet</strong>. Again, this is not an exact science. Try different start and end points until you get a reflection the color and<strong> height that you want</strong>.</p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/11.jpg" title="apple effect" class="frame" width="673" height="575" /></div>
<p style="border-bottom:1px dotted #bbb; padding-bottom:10px"><strong>So there you have it, your own apple reflection image!</strong></p>
<div align="center"><img alt="" src="http://webdesignandsuch.com/imagesForPosts/reflection-images/12.jpg" title="apple reflection"  width="510" height="576" /></div>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/05/how-to-create-the-apple-product-image-reflection-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Panorama in Photoshop for the web</title>
		<link>http://webdesignandsuch.com/2009/03/creating-a-panorama-in-photoshop-for-the-web/</link>
		<comments>http://webdesignandsuch.com/2009/03/creating-a-panorama-in-photoshop-for-the-web/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 18:01:43 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Panorama]]></category>
		<category><![CDATA[Photomerge]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Zoomify]]></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 to make them tiny anyway to put them online?

 I&#8217;ll show you a method of taking a collection of large photos and turning them into [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom:10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F03%2Fcreating-a-panorama-in-photoshop-for-the-web%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwebdesignandsuch.com%2F2009%2F03%2Fcreating-a-panorama-in-photoshop-for-the-web%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<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/2009/03/creating-a-panorama-in-photoshop-for-the-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
