<?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>Webdogs 2.0 &#187; imagery</title>
	<atom:link href="http://www.webdogs.org/tag/imagery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdogs.org</link>
	<description>Webdogs 2.0 ~ data, design and derring-do since, uh, whenever</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How we get staff photos</title>
		<link>http://www.webdogs.org/2010/03/29/how-we-get-staff-photos/</link>
		<comments>http://www.webdogs.org/2010/03/29/how-we-get-staff-photos/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 03:32:51 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[imagery]]></category>
		<category><![CDATA[lsnc]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=1338</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webdogs.org/wordpress/wp-content/uploads/2010/03/upload_images.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2010/03/29/how-we-get-staff-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a transparent favicon</title>
		<link>http://www.webdogs.org/2007/05/27/how-to-make-a-transparent-favicon/</link>
		<comments>http://www.webdogs.org/2007/05/27/how-to-make-a-transparent-favicon/#comments</comments>
		<pubDate>Sun, 27 May 2007 19:15:49 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[imagery]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/05/27/using-photoshop-elements-to-make-a-transparent-favicon/</guid>
		<description><![CDATA[Like pretty much everything else in the shared knowledge database we call the Web, you can do a quick Google search and find useful and practical instructions on how to create a favicon. Allow me to elaborate and illustrate somewhat so you can see all the steps in more specific detail and how to do [...]]]></description>
			<content:encoded><![CDATA[<p>Like pretty much everything else in the shared knowledge database we call the Web, you can do a quick Google search and find useful and practical instructions on <a href="http://www.photoshopsupport.com/tutorials/jennifer/favicon.html">how to create a favicon</a>. Allow me to elaborate and illustrate somewhat so you can see all the steps in more specific detail and how to do it using <a href="http://www.adobe.com/products/photoshopelwin/">Photoshop Elements 5.0</a>, the image editor all we working joes and janes are more likely to have at hand. To illustrate the basics, I&#8217;ll show you how I made the current Webdogs 2.0 favicon (you know, that cute little &#8220;{2}&#8221; thingee that appears to the left of the web address) using three character elements with a transparent background. Here&#8217;s how to do it:</p>
<p>1. To make a <a href="http://en.wikipedia.org/wiki/ICO_(icon_image_file_format)">favicon</a> you need to be able to create an image in the <a href="http://en.wikipedia.org/wiki/ICO_(icon_image_file_format)">ICO format</a>. Unfortunately, Photoshop Elements does not natively save or export images in the ICO format, so you need to install a plugin to fill the gap. You&#8217;re covered, mate: Download the free Telegraphics <a href="http://www.telegraphics.com.au/sw/#icoformat">Windows Icon (ICO) file format plugin</a>.</p>
<p>2. Unzip the plugin file and copy the <code>ICOFormat.8bi</code> file into your Plug-Ins > File Formats directory:</p>
<p><img src="http://www.webdogs.org/dog_files/plugin_directory.png" alt="" /></p>
<p>3. Now you&#8217;re ready to create the favicon image and save it in the ICO format. Open Photoshop Elements in the Editor view. Create a new image set at 32 x 32 pixels and name the file &#8220;favicon&#8221;:</p>
<p><img src="http://www.webdogs.org/dog_files/new_image.png" alt="" /></p>
<p>(Yes, you could start with a 16 x 16 pixel image, but as <a href="http://www.photoshopsupport.com/tutorials/jennifer/favicon.html">Jennifer Apple&#8217;s tutorial</a> aptly observes, using the larger 32 x 32 (or even larger 64 x 64 pixel) canvas gives you a much easier workspace to deal with for creating your design. But it&#8217;s your call.)</p>
<p>4. The initial blank image is your <a href="http://www.informit.com/guides/content.asp?g=photoshop&#038;seqNum=28&#038;rl=1">background layer</a>. I&#8217;ll get back to that in step 8, below. But for now, create the second layer by selecting the Text tool to make it active and adjust the settings for the typeface, font style, font size, <a href="http://www.will-harris.com/webtype/anti-alias.html">anti-aliasing</a> and text color you want. In this example, I set the typeface as Georgia (love it!), font style as regular, the font size to 8 point and turned on anti-aliasing (something you almost always want to do with web typography):</p>
<p><img src="http://www.webdogs.org/dog_files/text_settings.png" alt="" /></p>
<p>To match the color of the Webdogs 2.0 logo, the text color is set to the <a href="http://en.wikipedia.org/wiki/Web_colors">HEX (hexadecimal) color value</a> of #D82000 or RGB values 216,32,0:</p>
<p><img src="http://www.webdogs.org/dog_files/select_color.png" alt="" /></p>
<p>5. Now the fun stuff starts. With the Text tool active, type the first character in the Webdogs 2.0 favicon, a left/opening <a href="http://en.wikipedia.org/wiki/Bracket#Curly_brackets_or_braces_.7B_.7D">curly bracket</a>. Then use the Move tool to reposition the text character so it lines up properly. Since space is tight in this image design, I want to make the most of the image canvas so I positioned the left edge of the curly bracket one pixel past the left edge of the image:</p>
<p><img style="vertical-align: top; margin-right: 10px;" src="http://www.webdogs.org/dog_files/firstletter01.png" alt="" /> <img style="vertical-align: top;" src="http://www.webdogs.org/dog_files/firstletter02.png" alt="" /></p>
<p>6. Follow the same drill to create the right/closing curly bracket:</p>
<p><img style="vertical-align: top; margin-right: 10px;" src="http://www.webdogs.org/dog_files/firstletter03.png" alt="" /> <img style="vertical-align: top;" src="http://www.webdogs.org/dog_files/firstletter04.png" alt="" /></p>
<p>7. Ditto, to insert the number &#8220;2&#8243;. To make it fit the design better, I used a smaller 7 point character for the number. Also, in the second image below, you can see why I nudged the brackets one pixel past the left and right edges of the image, to open up the middle of the image canvas to make more room for the number character:</p>
<p><img style="vertical-align: top; margin-right: 10px;" src="http://www.webdogs.org/dog_files/firstletter05.png" alt="" /> <img style="vertical-align: top;" src="http://www.webdogs.org/dog_files/firstletter06.png" alt="" /></p>
<p>8. Time to deal with the transparency thing, people. Remember that first background layer? In the layer palette on the right, make the background layer transparent by clicking on the &#8220;eye&#8221; icon (no pun intended). Now the image displays in the Editor with a checkered background, telling you that the image&#8217;s background is now transparent:</p>
<p><img style="vertical-align: top; margin-right: 10px;" src="http://www.webdogs.org/dog_files/hide_layer.png" alt="" /> <img style="vertical-align: top;" src="http://www.webdogs.org/dog_files/transparent_layer.png" alt="" /></p>
<p>9. Now resize the image down to 16 x 16 pixels with &#8220;Resample image&#8221; set to &#8220;Bicubic Sharper&#8221;:</p>
<p><img src="http://www.webdogs.org/dog_files/resize_image.png" alt="" /></p>
<p>10. You&#8217;re almost done. Now select File > Save As to save the image in the ICO (Windows ICO) format as &#8220;favicon.ico&#8221;.</p>
<p>You now have a favicon with a transparent background. Jennifer Apple&#8217;s tutorial <a href="http://www.photoshopsupport.com/tutorials/jennifer/favicon.html">explains</a> in detail where to upload your favicon and how to tweak the HTML code so it all works properly.</p>
<p>One final note: You could keep the original 32 x 32 pixel proportion in your favicon image and it will still work, since current Firefox and Internet Explorer browsers will automatically resize it for you. But the favicon will invariably render better if you control the resizing down to 16 x 16 pixels, rather than leave the resizing to the whims of the browser.</p>
<p>Hey, get your favicon, uh &#8230; on!?! Well, you know what I mean.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2007/05/27/how-to-make-a-transparent-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
