<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Random Non Sequitur</title>
	
	<link>http://www.randomnonsequitur.com</link>
	<description>is by Anne K. Halsall and concerns nothing in particular</description>
	<lastBuildDate>Sat, 31 Jul 2010 06:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RandomNonSequitur" /><feedburner:info uri="randomnonsequitur" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Creating UI assets for the iPhone OS</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/q8uUdMUDoiE/508</link>
		<comments>http://www.randomnonsequitur.com/post/508#comments</comments>
		<pubDate>Tue, 13 Apr 2010 00:35:43 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[It's Not Rocket Surgery]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=508</guid>
		<description><![CDATA[So I wrote this up recently for internal use at Inkling, and thought it might serve as a good general purpose guide for iPhone/iPad UI designers who work in tandem with developers. Hopefully it will help you work more efficiently and have more harmonious, fruitful partnerships!

Some general guidelines

For UI elements, use 24-bit PNGs with a [...]]]></description>
			<content:encoded><![CDATA[<p>So I wrote this up recently for internal use at Inkling, and thought it might serve as a good general purpose guide for iPhone/iPad UI designers who work in tandem with developers. Hopefully it will help you work more efficiently and have more harmonious, fruitful partnerships!</p>
<p><span id="more-508"></span></p>
<h3>Some general guidelines</h3>
<ul>
<li>For UI elements, use 24-bit PNGs with a transparent background.</li>
<li>Use alpha transparency, not index transparency. Be careful to not use fancy blending modes on top of transparency in the source file &#8211; anything beyond basic alpha transparency won&#8217;t be respected in a flattened PNG.</li>
<li>Include any drop shadows or highlight effects in the exported image. Keep in mind the lighting source should always be the top center of the screen.</li>
<li>Keep a source file around (i.e. PSD) for each asset you export, so you can make changes to it in the future without messing up the dimensions or alignment of the image.</li>
<li>Use Photoshop or Fireworks to create graphics for production. AI is resolution independent, so it is much harder to control pixel-level details and you will often end up with blurry lines when you rasterize the image.</li>
<li>If you find that antialiased lines look fuzzy in your flatted PNG, you may need to whip out the pencil tool and clean it up by hand. </li>
<li>When providing colors, use RGB values. Your developer may want the values in percentage format; to get this, use the color picker to get the numerical value and divide it by 255. If it needs to be partially transparent, specify an alpha value. (20% alpha means the same thing as 80% opacity.)</li>
</ul>
<h3>Text</h3>
<p>Any text labels in the UI are implemented directly in Cocoa, so you should provide detailed specifications for how the text should appear. Most labels in the UI should be Helvetica, the system font, but you can specify <a href="http://daringfireball.net/2007/07/iphone_fonts">any font that is included on the device</a>. </p>
<p>You should also specify whether overflow text should be truncated (as with button/titles in the default UI) or wrapped (as with an expanding content area).</p>
<p><b>What you should provide:</b> Font name, size, and color, as well as parameters for any shadow effect that should be rendered (shadow color and x,y offset in pixels).</p>
<h3>Buttons</h3>
<p>A &quot;button&quot; is pretty much anything that is tappable, and it can have different visual states depending on the context. You need to take all of these states into consideration when building custom buttons. </p>
<p><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/04/57a97.png" style="float:left; margin:0px 10px 10px 0px;" />Your average button has three states you should provide to your developer:</p>
<p><b>• Normal:</b> The button is active and can be tapped.<br />
<b>• Disabled:</b> The button is inactive and cannot be tapped.<br />
<b>• Highlighted: </b>The button is currently being touched. </p>
<p>And there is a fourth state that may be required for buttons that can be toggled, or buttons which are part of segmented controls:</p>
<p><b>• Selected: </b>The button has been toggled on can be tapped to return it to the normal (off) state.</p>
<p>It is important to ensure that the assets you provide for these states are <i>identical</i> except for the differences in visual styles. You should also specify the appearance of the text label (if present) for each state.</p>
<p>When delivering assets for production, you have a few implementation options, depending on the properties of the button.</p>
<h4>Fixed-size buttons</h4>
<p>Some buttons are always going to be a predictable size. Generally speaking, this applies to buttons that rely on iconographic imagery and therefore don&#8217;t contain any text. Buttons that contain text, even when presented at a fixed width in the UI, should always be stretchable in at least the x-dimension to accomodate changes to the label or localization.</p>
<p>For a fixed-size button, you can export the asset as-is. When you have a number of fixed-size buttons that share a single context, it is often easier for the developer to achieve the proper alignment if you choose a universal height or width for all buttons in that context. </p>
<p><b>What you need to provide:</b> Just the image at the proper dimensions to be fitted into the UI, along with any applicable visual states. </p>
<h4>Stretchable buttons</h4>
<p>In Cocoa, it&#8217;s possible to take a button image and do automatic slicing to make it stretchable in either the x-dimension, y-dimension, or both. This is really nice for us because we don&#8217;t have to slice them up ourselves. Yay! It does have some limitations, though, and these are important to remember.</p>
<p>The way it works is that it takes the button image, then uses a pixel value for cap size to slice the image in code. The caps are then set aside, and the inner pixels are repeated in whichever direction is specified. </p>
<p><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/04/2c5a2.png"  /></p>
<p>If you want your button to stretch in both directions, it must be a flat color or tiling pattern (basically, it needs to repeat elegantly in either direction). A gradient will not stretch properly. In the example above, the button can only stretch in the x-dimension and must have a fixed height. For most UI buttons this is perfectly acceptable. </p>
<p>Generally speaking, it&#8217;s best to provide UI assets in the smallest form possible, so try to reduce your image to include only the caps and whatever needs to repeat in-between.
<p><b>What you need to provide:</b> The button image for all applicable visual states and the cap size in pixels for each direction you need the button to expand in. In the example above, the cap size is 8px and it expands horizontally. </p>
<h4>Drawing the button in code</h4>
<p>So what do you do when you want a button that expands in all directions <i>and</i> has a gradient or some visual style that defies stretching? Well, chances are good the button could be replicated in code, although this can be significantly more work for the developer, is harder to modify, and sometimes incurs a penalty to performance. Always check with the developer before embarking into this territory.</p>
<p><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/04/1ba93.png" style="float:left; margin:0px 10px 10px 0px;"  />This button is a good candidate for drawing in code thanks to that fancy highlight effect and its need to support arbitrary amounts of content. In this case, what you need to provide to the developer is not images but a set of parameters. Generally speaking, Cocoa can draw most of the things you can draw in Photoshop: shapes, gradients, shadows, even blending modes. </p>
<p>Here&#8217;s how you would describe the normal state of this button to a developer. You can access all of these parameters in Photoshop.</p>
<p><b>Shape:</b> Rounded rectangle with a corner radius of 9px</p>
<p><b>Gradient (stop, rgb): </b><br class="" />0%, white<br class="" />49%, white<br class="" />51%, (0.93, 0.91, 0.95)<br class="" />100%, (0.90, 0.91, 0.93)<br class="" />The gradient is linear with an angle of -90°.<br class="" /></p>
<p><b>Drop shadow:</b><br class="" />Color: 100% black, 70% alpha<br class="" />Distance: 2px<br class="" />Size/blur: 4px<br class="" />Angle: 90°</span></p>
<p><b>Inner padding:</b> 15px on all sides. The text should be 16px bold and centered vertically.</p>
<p>Here&#8217;s a <a href="http://cocoawithlove.com/2008/09/drawing-gloss-gradients-in-coregraphics.html">nice tutorial</a> on creating a glossy button in code. It should give you a sense of how the process works and what&#8217;s possible.</p>
<p><b>What you need to provide:</b> Detailed specifications with all the color, style, and shape information needed to recreate the button. Don&#8217;t forget to also provide specs for all relevant visual states.</p>
<h3>Layout</h3>
<p>When laying out a UI, you are usually dealing with content areas that are either of a fixed size and position, or variable size and position relative to contents. It can be very helpful to developers to describe these parameters as explicitly as you can, while also providing guidance on how to handle elements that reflow, expand, or change size &amp; position.</p>
<p><b>What you need to provide:</b> Pixel-level specifications about where UI elements (or blocks of elements) should go, as well as guidance for how to handle elements that move or change dimensions. </p>
<h3>Masks &amp; compositing</h3>
<p>You can use any solid black shape on a transparent background to create a mask that can be applied in code. The mask can also use partial transparency, so you can actually achieve sophisticated effects this way if you want to get creative.</p>
<p>Generally speaking, it&#8217;s most useful for fitting dynamic content into a more general UI asset. For example, you could take an image of a CD&#8217;s album art and make it appear to be part of a prerendered CD case by using an image mask of the proper shape and size.</p>
<p>You should talk to your developer about how to implement artwork like this before you create your assets. Sometimes masking and compositing is the right approach, but sometimes it can come with a performance hit. Some cases would be better handled by generating the artwork in code and caching it for reuse.</p>
<p><b>What you need to provide:</b> For masks, provide a black shape on a transparent background. For compositing, provide all the graphics that you need to layer together to create the object. Make sure they all have the same dimensions and are already aligned properly, as with the fixed-size buttons described at the beginning of this document. </p>
<h3>Get creative and work together!</h3>
<p>This really just scratches the surface, and if you take the time to learn about how graphics are implemented on the platform you&#8217;ll discover lots of creative ways to build a UI. I highly recommend sitting down with your dev (or someone familiar with the features of the platform) and talking through your ideas. You may discover options you hadn&#8217;t considered, and together you may come up with a plan of attack that is more beautiful, responsive and fast than it would be if you never put your heads together.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/q8uUdMUDoiE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/508/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/508</feedburner:origLink></item>
		<item>
		<title>Ellen’s Stock-a-Rama</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/-RHgX7-0J8g/459</link>
		<comments>http://www.randomnonsequitur.com/post/459#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:45:28 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=459</guid>
		<description><![CDATA[
Peter pointed me to these lovely stock illustrations from Ellen Lupton. I really like the textures and whimsical treatment of subjects.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://elupton.com/2009/11/ellens-stock/"><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/02/illust.jpg" alt="" title="illust" /></a></p>
<p>Peter pointed me to <a href="http://elupton.com/2009/11/ellens-stock/">these lovely stock illustrations</a> from Ellen Lupton. I really like the textures and whimsical treatment of subjects.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/-RHgX7-0J8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/459/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/459</feedburner:origLink></item>
		<item>
		<title>Star Trek and the Future of UX</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/vyASRmjcxx4/449</link>
		<comments>http://www.randomnonsequitur.com/post/449#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:08:46 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Sokath, his eyes uncovered!]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=449</guid>
		<description><![CDATA[Matt Gemmell asked a very thought-provoking question on Formspring yesterday, and I liked it enough to repost it here. I really think a lot could be said about this topic, and this just scratches the surface.
Q: To what extent has sci-fi (TV, movies, books) influenced your UX work?
A: That&#8217;s a great question. I think you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mattgemmell.com/">Matt Gemmell</a> asked a very thought-provoking question on <a href="http://www.formspring.me/annekate">Formspring</a> yesterday, and I liked it enough to repost it here. I really think a lot could be said about this topic, and this just scratches the surface.</p>
<p><strong>Q: To what extent has sci-fi (TV, movies, books) influenced your UX work?</strong></p>
<p>A: That&#8217;s a great question. I think you can look at science fiction as our collective fantasy about technology. If you want to understand not how people use their computers but how they <em>want</em> to use them, popular sci-fi is the first place you should look.<br />
<span id="more-449"></span><br />
In the past few years I&#8217;ve really moved away from web app design or even traditional desktop app design, favoring touchscreen devices instead. The computers of the future don&#8217;t have mice (&#8220;Hello computer!&#8221;). Rarely do they even have keyboards. We crave ubiquity and personality in our interfaces; something always there, always responsive, controlled as directly and easily as any tangible system. Star Trek predicts all of this, and now more than ever you can see those predictions becoming reality. </p>
<p>Something that I think will be interesting to look for in coming years is the development of the human element in UI. Will we begin to realize our fantasies of the jovial robot butler, or the sweet voice of Majel Barrett-Roddenberry greeting us when we login? Only time will tell!</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/vyASRmjcxx4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/449/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/449</feedburner:origLink></item>
		<item>
		<title>On Selling Out</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/naHspNO60CY/435</link>
		<comments>http://www.randomnonsequitur.com/post/435#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:27:59 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=435</guid>
		<description><![CDATA[&#8220;I honestly don&#8217;t know what selling out is supposed to mean anymore, the term is leveled with such regularity. I was under the impression that it meant that your principles were for sale, that an indeterminate sum had changed hands and now you were under command. &#8230; Now it appears to involve infractions of some [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;I honestly don&#8217;t know what selling out is supposed to mean anymore, the term is leveled with such regularity. I was under the impression that it meant that your principles were for sale, that an indeterminate sum had changed hands and now you were under command. &#8230; Now it appears to involve infractions of some impossibly austere, orthodox hipster code, complete with constant play-by-play analysis by psychic forum trolls and betrayed fans who gleefully plot the coordinates of your downward trajectory.&#8221;</p></blockquote>
<p>From 2004, but strikingly relevant in the context of the iPad. From <a href="http://www.penny-arcade.com/2004/3/24/">Penny Arcade</a>, via <a href="http://www.twitter.com/megmander">Meg</a>.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/naHspNO60CY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/435/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/435</feedburner:origLink></item>
		<item>
		<title>Creativity is Not Design</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/EISEmQ90oIo/432</link>
		<comments>http://www.randomnonsequitur.com/post/432#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:39:20 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=432</guid>
		<description><![CDATA[&#8220;Creativity is not design. Creativity has nothing to do with design. Creativity is bound by no laws, rules, or strictures …which is perhaps why it’s so intoxicating. Design, on the other hand, is based entirely on math, psychology, human perception, and a host of rigid rules and laws that can be broken by only a [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Creativity is not design. Creativity has nothing to do with design. Creativity is bound by no laws, rules, or strictures …which is perhaps why it’s so intoxicating. Design, on the other hand, is based entirely on math, psychology, human perception, and a host of rigid rules and laws that can be broken by only a highly skilled few. Those unfamiliar with these laws and rules, and the associated sciences are by no definition designers.&#8221;</p></blockquote>
<p>As usual, thoughtful and informed commentary from <a href="http://www.andyrutledge.com/creativity-is-not-design-test-2.php">Andy Rutledge</a>.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/EISEmQ90oIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/432</feedburner:origLink></item>
		<item>
		<title>Lose It!</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/ryRPfAoNPAc/395</link>
		<comments>http://www.randomnonsequitur.com/post/395#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:48:55 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=395</guid>
		<description><![CDATA[So one of my New Year&#8217;s resolutions for 2010 was to end this year at a lower weight than I started it. Not drastically, but the idea is to work maintainable weight management/maintenance habits into my routine. Calorie counting has always been a good strategy for me, and hey, there&#8217;s an app for that!
Besides being [...]]]></description>
			<content:encoded><![CDATA[<p>So one of my New Year&#8217;s resolutions for 2010 was to end this year at a lower weight than I started it. Not drastically, but the idea is to work maintainable weight management/maintenance habits into my routine. Calorie counting has always been a good strategy for me, and hey, there&#8217;s an app for that!</p>
<p>Besides being an amazingly well-executed app, <a href="http://loseit.com/">Lose It!</a> is free and has some social motivational features. So if you&#8217;re using the app too, add me at ahalsall@gmail.com&#8230; it&#8217;s always easier with friends! </p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/ryRPfAoNPAc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/395/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/395</feedburner:origLink></item>
		<item>
		<title>Iconic icon set</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/QZGrrWaL8DM/350</link>
		<comments>http://www.randomnonsequitur.com/post/350#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:32:04 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=350</guid>
		<description><![CDATA[
A beautiful free icon set from P.J. Onori. Available in both PNG and SVG formats. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://somerandomdude.com/projects/iconic/"><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/02/Screen-shot-2010-02-01-at-8.34.38-PM.png" alt="" title="Iconic" /></a></p>
<p>A beautiful free icon set from <a href="http://somerandomdude.com/">P.J. Onori</a>. Available in both PNG and SVG formats. </p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/QZGrrWaL8DM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/350/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/350</feedburner:origLink></item>
		<item>
		<title>In with the new</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/H-q5xUTbsQg/346</link>
		<comments>http://www.randomnonsequitur.com/post/346#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:19:30 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=346</guid>
		<description><![CDATA[&#8220;When I think about the age ranges of people who fall into the Old World of computing, it is roughly bell-curved with Generation X (hello) approximately in the center. That, to me, is fascinating — Old World users are sandwiched between New World users who are both younger and older than them.&#8221;
A great article from [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;When I think about the age ranges of people who fall into the Old World of computing, it is roughly bell-curved with Generation X (hello) approximately in the center. That, to me, is fascinating — Old World users are sandwiched between New World users who are both younger and older than them.&#8221;</p></blockquote>
<p><a href="http://stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been">A great article</a> from Steven Frank about the iPad and the future of computing. Insightful and thought-provoking.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/H-q5xUTbsQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/346/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/346</feedburner:origLink></item>
		<item>
		<title>Stealth mode disengage!</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/VHttjGne-d0/344</link>
		<comments>http://www.randomnonsequitur.com/post/344#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:05:10 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Side Dishes]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=344</guid>
		<description><![CDATA[
This past week was a crazy one for lots of people in the Mac &#038; iPhone ecosystem, but I&#8217;m happy to finally be able to talk about what I&#8217;m working on: Inkling, a new platform for delivering interactive educational content to devices like the iPad.
If I can help spare even one student the back-breaking work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.inkling.com"><img src="http://www.randomnonsequitur.com/wp-content/uploads/2010/02/Screen-shot-2010-02-01-at-7.49.54-PM.png" alt="" title="Inkling logo" /></a></p>
<p>This past week was a crazy one for lots of people in the Mac &#038; iPhone ecosystem, but I&#8217;m happy to finally be able to talk about what I&#8217;m working on: <a href="http://www.inkling.com">Inkling</a>, a new platform for delivering interactive educational content to devices like the iPad.</p>
<p>If I can help spare even one student the back-breaking work of carrying 45 pounds&#8217; worth of textbooks around, I&#8217;ll consider it a job well done. </p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/VHttjGne-d0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/344/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/344</feedburner:origLink></item>
		<item>
		<title>Making an iWork-style toolbar icon</title>
		<link>http://feedproxy.google.com/~r/RandomNonSequitur/~3/EsStlfzOwqU/204</link>
		<comments>http://www.randomnonsequitur.com/post/204#comments</comments>
		<pubDate>Wed, 01 Apr 2009 04:44:34 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[It's Not Rocket Surgery]]></category>

		<guid isPermaLink="false">http://www.randomnonsequitur.com/?p=204</guid>
		<description><![CDATA[In Mac OS X applications, toolbar icons are the illustrative UI shortcuts that appear beneath the title bar. You&#8217;ll see a few different styles of these depending on the application, but generally speaking they are relatively small and colorful, meant to be easy to remember. If you plan to design toolbar icons, you should start [...]]]></description>
			<content:encoded><![CDATA[<p>In Mac OS X applications, toolbar icons are the illustrative UI shortcuts that appear beneath the title bar. You&#8217;ll see a few different styles of these depending on the application, but generally speaking they are relatively small and colorful, meant to be easy to remember. If you plan to design toolbar icons, you should start with the section devoted to them in the <a href="http://developer.apple.com/documentation/userexperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html">Apple Human Interface Guidelines</a>.</p>
<p>While the HIG has a lot of good information, it doesn&#8217;t go into the details of implementation, so I&#8217;m going to go through the process of how I would design a toolbar icon. I&#8217;ve chosen the iWork style because I really like how crisp and clear they are, and I think they are a good model to work towards.<br />
<span id="more-204"></span><br />
So let&#8217;s take a look at the Pages toolbar.</p>
<p><img class="alignnone size-full wp-image-205" title="picture-1" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-1.png" alt="picture-1" width="433" height="53" /></p>
<p>Let&#8217;s take a note from Gmail and add a &#8220;Labs&#8221; button. This imaginary feature would take the user to experimental or even user-made plugins and macros.</p>
<h3>Step 1: Pick your metaphor</h3>
<p>First we have to think about what kind of metaphor would best represent this feature. The HIG offers the following guideline:</p>
<p>“As a general rule, a toolbar icon that depicts an identifiable, real-world object or recognizable user-interface element gives first-time users a clue to its function and helps experienced users remember it.”</p>
<p>So what makes me think of experiments? A beaker seems like the obvious choice. Anyone with high-school chemistry would know that symbol. But before I draw anything I should do some research. I fire up Google Image Search and Flickr with a search for &#8220;beaker.&#8221; It looks like I have a couple of choices for the shape of the object.</p>
<p><img class="alignnone size-full wp-image-206" title="picture-2" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-2.png" alt="picture-2" width="422" height="248" /></p>
<p>This is actually the kind I was thinking of, but I think these kind of beakers are generally only used in stock photography. I&#8217;ve never seen or used one like it in an actual lab. I got a lot more results for this type:</p>
<p><img class="alignnone size-full wp-image-207" title="picture-3" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-3.png" alt="picture-3" width="418" height="273" /></p>
<p>This is also what I remember from science class. The other beaker style is perhaps a bit more recognizable, but in the interest of realism (and not looking too Weird Science) I decided to go with this one.</p>
<h3>Step 2: Figure out your sizes</h3>
<p>So you&#8217;ll notice that Pages&#8217; icons are very crisp, with 1 pixel outlines at both the large and small sizes. This indicates that the designers created two sets of icons, one for the large size and one for the &#8220;use small icons&#8221; size. If they had only used one and resized it, the line would not be 1 pixel exactly on both. Whichever one that was resized would have fuzzy lines. If you have the time to do this, it&#8217;s a nice way to ensure that your icons will look good no matter what your user chooses (you can also selectively reduce detail/complexity at the smaller size to ease recognition).</p>
<p>I&#8217;m going to design my icon for the larger size (32&#215;32) and then size it down as needed for the smaller size. Figure out what the &#8220;large&#8221; and &#8220;small&#8221; sizes for your app are and keep these in mind. For a pixel-crisp style like this you&#8217;ll want to design at the size the icon will appear.</p>
<h3>Step 3: Vector outlines</h3>
<p>Open up your drawing program of choice. I prefer Fireworks for this kind of icon because it allows me to work with vectors while zoomed in to look at where the pixels actually fall. Go ahead and trace or draw the basic shape. Keep perspective and lighting (which should be top-down) in mind. The HIG says: &#8220;The perspective of a toolbar icon is straight-on, as if it is sitting on a shelf in front of you.”</p>
<p><img title="picture-4" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-4.png" alt="picture-4" width="438" height="108" /></p>
<p><img class="alignleft size-full wp-image-209" style="float: left; margin: 0 10px 5px 0;" title="picture-7" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-7.png" alt="picture-7" width="38" height="38" />At this point it&#8217;s a good idea to look at the fingerprint of  your icon. That&#8217;s what I call the silhouette of the shape. Icons with different functions should generally have distinct fingerprints. Check to make sure the shape is recognizable and not too similar to anything it&#8217;s going to be adjacent to.</p>
<h3>Step 4: Color, detail and shading</h3>
<p>Now it&#8217;s time to fill in the colors and details. I like to zoom in pretty close for this step, but I keep an eye on the actual-size icon as I work. (In Fireworks you can do this easily by selecting Window &gt; Duplicate Window.)</p>
<p><img class="alignleft size-full wp-image-210" title="picture-8" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-8.png" alt="picture-8" width="292" height="295" style="margin:0 10px 5px 0;" />Be brutal about cutting unnecessary shading and details. Show only what you need to in order for the user to get what the icon represents. In the case of the beaker, I added two embellishments; the bubbles, which indicate that the green goop is &#8220;active&#8221; (and hopefully expresses something experimental and/or volatile) and the volume markers, which help make the beaker more recognizable.</p>
<p>Don&#8217;t be afraid to use bright colors here. As the HIG says, &#8220;Making each toolbar icon distinct helps the user associate it with its purpose and locate it quickly. Variations in shape, color, and image all help to differentiate one toolbar icon from another.” Also make sure the colors that should be consistent between the icons are &#8211; highlights, shadows and outlines fall into this category.</p>
<p>One more thing that&#8217;s actually quite important. Watch your alpha! Make sure that things that should be transparent actually are (like shadows, or in the case of the beaker the glass). I like to work with a couple of different-color backgrounds to switch between as I draw, including one that&#8217;s the standard Leopard window color to see what it will look like in production. You have no idea what this icon might end up on top of in the future! (Er, avoiding the obvious dirty joke there.)</p>
<h3>Step 5: Flatten and pixel-tweak</h3>
<p>Save your file so you have the originals handy if you need to resize the icon, then go ahead and flatten your vector layers.</p>
<p>Time to break out the pencil tool! Start looking for places you can simplify your lines. Be especially ruthless around anti-aliased corners, which will have a mess of pixels you probably don&#8217;t need and will make your lines look fuzzy.</p>
<p><img class="alignnone size-full wp-image-224" title="picture-152" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-152.png" alt="picture-152" width="516" height="288" /></p>
<p><img class="alignleft size-full wp-image-212" style="float: left; margin: 0 10px 5px 0;" title="picture-11" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-11.png" alt="picture-11" width="75" height="40" />This is also where I add in line shading and other small details. You may not see much difference in the big, zoomed in picture, but at actual size the tweaked bitmap (right) looks much cleaner. Especially note the simplification of the spout shape.</p>
<p>So after fiddling with the pixels to my satisfaction, I&#8217;ll go ahead and plug it into the toolbar to see how it matches the other icons.</p>
<p><img title="picture-12" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-12.png" alt="picture-12" width="287" height="54" /></p>
<h3>Step 6: Generate other sizes as needed</h3>
<p>So I have the large-size icon but I&#8217;ll also need a smaller one. The first thing I do is size the icon down and clean up the lines. Then I&#8217;ll go over the details and make sure that nothing is lost at the smaller size. I noticed that if the spout was made any smaller, it became difficult to distinguish the shape, so I actually made the top of the beaker identical in both sizes. I also redrew the volume markers to fit better on the smaller icon.</p>
<p><img title="picture-15" src="http://www.randomnonsequitur.com/wp-content/uploads/2009/03/picture-15.png" alt="picture-15" width="416" height="202" /></p>
<p>So there you go! It seems like a tedious process, and in some ways it is (depending on your style, you may be able to skip pixel-tweaking), but once you get into the right mindset it&#8217;s not so bad. You just want to make sure you&#8217;re thinking small and keeping an eye on consistency.</p>
<img src="http://feeds.feedburner.com/~r/RandomNonSequitur/~4/EsStlfzOwqU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.randomnonsequitur.com/post/204/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.randomnonsequitur.com/post/204</feedburner:origLink></item>
	</channel>
</rss>
